Dear R-users, When rebuilding R-base-1.4.0-1.src.rpm, it stopped and give message as follow: (Some words is Japanese)>>> Building/Updating help pages for package `base'Formats: text example make[5]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/src/library' running code in `base-Ex.R' ...make[4]: *** [base-Ex.Rout] ??? 1 make[4]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/tests/Examples' make[3]: *** [test-Examples] ??? 2 make[3]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/tests/Examples' make[2]: *** [test-Examples] ??? 2 make[2]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/tests' make[1]: *** [test-all-basics] ??? 1 make[1]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/tests' make: *** [check] ??? 2 ???: Bad exit status from /var/tmp/rpm-tmp.95916 (%build) I tried in RedHat7.2(ja) and VineLinux2.1.5, which is developed from RedHat6.2. In both of them, the same message was given. Does anyone know how to solve this? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Susumu TANIMURA/?? ? <umusus at net.nagasaki-u.ac.jp> writes:> Dear R-users, > > When rebuilding R-base-1.4.0-1.src.rpm, it stopped and give message as follow: > (Some words is Japanese) > > >>> Building/Updating help pages for package `base' > Formats: text example > make[5]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/src/library' > running code in `base-Ex.R' ...make[4]: *** [base-Ex.Rout] ??? 1 > make[4]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/tests/Examples' > make[3]: *** [test-Examples] ??? 2 > make[3]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/tests/Examples' > make[2]: *** [test-Examples] ??? 2 > make[2]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/tests' > make[1]: *** [test-all-basics] ??? 1 > make[1]: ??? ?????? `/home/umusus/rpm/BUILD/R-1.4.0/tests' > make: *** [check] ??? 2 > ???: Bad exit status from /var/tmp/rpm-tmp.95916 (%build) > > I tried in RedHat7.2(ja) and VineLinux2.1.5, which is developed from > RedHat6.2. In both of them, the same message was given. > > Does anyone know how to solve this?Looks like it didn't build the documentation. Is perl installed? -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Sun, 23 Dec 2001, Susumu [ISO-2022-JP] TANIMURA/$BC+B<(B $B?8(B wrote:> When rebuilding R-base-1.4.0-1.src.rpm, it stopped and give message as follow: > make: *** [check] $B%(%i!<(B 2 > $B%(%i!<(B: Bad exit status from /var/tmp/rpm-tmp.95916 (%build)I'm not sure what the error message is, it's totally illegible. It seems not to be passing make check ? I had that problem from the very first time I tried to compile the srpm's on mandrake systems which have a default -ffast-math optimization. The solution in my case is compiling with the -fno-fast-math flag. So if the binary is built but doesn't pass make check try looking at your opt flags. -- Michele Alzetta -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._