The countdown to R version 1.8.0 has begun. As a novelty, we now make preliminary source tarballs available somewhat earlier in the process. They will be found in http://cran.us.r-project.org/src/base with names of the form R-1.8.0alpha_2003-09-10.tar.gz The first one was created a moment ago; subsequent ones will be created by a cron job that runs at 05:00 local (Wisconsin) time. There are still a couple of problems with these versions, but we expect that there should be no major changes between now and release time. If you have "esoteric" platforms, it is particularly important that you give us feedback about build issues as soon as you can. Much better to fix problems before the release than to have to patch things up immediately after release. Daily snapshots are available as usual, but even if you check these, it would be helpful if you could try building from the tarballs since some potential packaging errors can only be caught that way. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
On 10 Sep 2003 18:19:56 +0200, Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> wrote :>The countdown to R version 1.8.0 has begun. As a novelty, we now >make preliminary source tarballs available somewhat earlier in the >process. They will be found in > >http://cran.us.r-project.org/src/base > >with names of the form R-1.8.0alpha_2003-09-10.tar.gz > >The first one was created a moment ago; subsequent ones will be >created by a cron job that runs at 05:00 local (Wisconsin) time.I've put a Windows binary build of this morning's snapshot into the pipeline. It will eventually show up (probably tomorrow) on CRAN and the mirrors in /bin/windows/base/. I'm planning to upload new snapshots as often as practicable until the release of 1.8.0, but due to travel constraints, this is not likely to occur daily. Duncan Murdoch
Our Sun Ultra-80 running Solaris 2.8 (platform = sparc-sun-solaris2.8) failed to "make" R-1.8.0alpha_2003-09-15.tar.gz. The tail end of the output follows. Note that we have gcc version 2.95.3, as a recent attempt to upgrade failed miserably. Any ideas? -- David Brahm (brahm at alum.mit.edu) /res/local/bin/gcc -I../../src/extra/zlib -I../../src/extra/pcre -I. -I../../src/include -I../../src/include -IRB/local/include -DHAVE_CONFIG_H -g -O2 -c registration.c -o registration.o g77 -g -O2 -c xxxpr.f -o xxxpr.o /res/local/bin/gcc -LRB/local/lib -o R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o devPS.o devPicTeX.o deparse.o deriv.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o gram.o gram-ex.o graphics.o identical.o internet.o iosupport.o lapack.o list.o logic.o main.o mapply.o match.o memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o qsort.o random.o regex.o relop.o saveload.o scan.o seq.o serialize.o size.o sort.o source.o split.o sprintf.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o vfonts.o registration.o xxxpr.o ../unix/libunix.a ../appl/libappl.a ../nmath/libnmath.a -L/usr/ccs/lib -L/usr/lib -LRB/local/lib -L/res/local.0903/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3 -L/usr/ccs/bin -L/res/local.0903/lib -lg2c -lm ../extra/zlib/libz.a ../extra/pcre/libpcre.a -lbz2 -lnsl -lsocket -lreadline -ldl -ltermcap -lm Undefined first referenced symbol in file BZ2_bzWriteClose connections.o BZ2_bzReadOpen connections.o BZ2_bzReadClose connections.o BZ2_bzWriteOpen connections.o BZ2_bzWrite connections.o BZ2_bzRead connections.o ld: fatal: Symbol referencing errors. No output written to R.bin collect2: ld returned 1 exit status make[3]: *** [R.bin] Error 1 make[3]: Leaving directory `/res/R/R-1.8.0/src/main' make[2]: *** [R] Error 2 make[2]: Leaving directory `/res/R/R-1.8.0/src/main' make[1]: *** [R] Error 1 make[1]: Leaving directory `/res/R/R-1.8.0/src' make: *** [R] Error 1 mica|R-1.8.0>