Skip to content
Prev 168193 / 398502 Next

Build Error on Opensolaris iconvlist

Prof Ripely,
Thanks. SUN gnu-iconv package should overwrite the sun version and so
it does. Apparently, it does not work. I built this library from gnu
source with gcc and now it configures and builds but fails on make
check for regressions.

This topic is touched in the manual with some 'blas' and 'lapack'
libraries. Not sure if these are related though. I am not sure either
where and what to get for this. Apologize as this is all new to me.

Here is the extract from make check logs..

running code in 'reg-tests-1.R' ...*** Error code 1
The following command caused the error:
LC_ALL=C SRCDIR=. R_DEFAULT_PACKAGES= ../bin/R --vanilla <
reg-tests-1.R > reg-tests-1.Rout 2>&1 || (mv reg-tests-1.Rout
reg-tests-1.Rout.fail && exit 1)
make: Fatal error: Command failed for target `reg-tests-1.Rout'
Current working directory /opt/R-2.8.1/tests
*** Error code 1
The following command caused the error:
make reg-tests-1.Rout reg-tests-2.Rout reg-IO.Rout reg-IO2.Rout
reg-plot.Rout reg-S4.Rout  RVAL_IF_DIFF=1
make: Fatal error: Command failed for target `test-Reg'
Current working directory /opt/R-2.8.1/tests
*** Error code 1
The following command caused the error:
for name in Examples Specific Reg Internet; do \
  make test-${name} || exit 1; \
done
make: Fatal error: Command failed for target `test-all-basics'
Current working directory /opt/R-2.8.1/tests
*** Error code 1
The following command caused the error:
(cd tests && make check)
make: Fatal error: Command failed for target `check'


On Sun, Jan 25, 2009 at 2:05 PM, Prof Brian Ripley
<ripley at stats.ox.ac.uk> wrote: