On Sat, Sep 24, 2005 at 01:53:56PM -0500, Dirk Eddelbuettel wrote: > > Could you please look by hand? This very much looks like a local hickup in > the buildd. If you look at the aggregation at > http://buildd.debian.org/build.php?&pkg=r-base > you see that 2.2.0.beta.20050922 built everywhere (but ia64 where the gnome > conf script it calls fell over). > > Not R's bug, and I intend to downgrade this -- unless you can convince that > there is something wrong the package. I have no reason to believe that there > is. The part failing above is also unchanged for many releases.
The problem is that it's installing it in lib64 and then expects to find it in the lib dir. It should get installed in the lib dir (on atleast Debian) or various things will break. It seems to come from the configure script: ## We need to establish suitable defaults for a 64-bit OS libnn=lib case "${host_os}" in linux*) case "${host_cpu}" in x86_64|mips64|ppc64|sparc64|s390x) libnn=lib64 ;; esac Atleast for Debian this is wrong. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]