Skip to content

printutils bug on Linux/Alpha (PR#422)

2 messages · Martyn Plummer, Peter Dalgaard

#
I am forwarding this bug report from Tim Powers at Red Hat.
He is building R 0.99.0 on what will be Red Hat Linux/Alpha 6.2.
Martyn

-----FW: <20000207172120.D3892@redhat.com>-----

Date: Mon, 7 Feb 2000 17:21:20 -0500
From: Tim Powers <timp@redhat.com>
To: Martyn Plummer <plummer@iarc.fr>
Subject: Re: RPMs for R and contributed packages
The problem is that you can't call va_list from another function reliably on
all platforms. It has to be treated very specially (in this case on Alpha it
breaks). 

--------------End of forwarded message-------------------------

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
plummer@iarc.fr writes:
3rd one today... 

Just replace the if(!arg) with if(0) and dump the special case.