Displaying 1 result from an estimated 1 matches for "kurocks".
Did you mean:
knocks
2012 May 23
0
Build error on RedHat EL 5.5: byte-compiling package 'compiler'
.../tmp/BUILD/R-2.15.0/src/library'
make[1]: *** [R] Error 1
make[1]: Leaving directory `/tmp/BUILD/R-2.15.0/src'
make: *** [R] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.5874 (%build)
The command line that initiates the RPM build is
rpmbuild -ba R-2.15-pj.spec --define "dist=kurocks" > Rbuild.txt 2>&1 &
and I uploaded the full script of the build process here:
http://pj.freefaculty.org/R/Rbuild.txt
I searched the archive and find a 2006 mention of the same problem,
and the solution was that the user had R_LIBS defined in the
environment. I don't have...