Re: [Fink-devel] incorrect gcc42 Depends in melina, pgplot and r-base

2008-03-09 Thread Dominique Dhumieres
I have chnage the dependencies from gcc42 to gcc43 in pgplot, wip, and r-base. pgplot and wip were built and installed without problem, while building r-base failed with (Intel OSX 10.5.2): ... make[5]: `Makedeps' is up to date. gcc -std=gnu99 -no-cpp-precomp -I../../../../include

Re: [Fink-devel] incorrect gcc42 Depends in melina, pgplot and r-base

2008-03-09 Thread Dominique Dhumieres
Do you have atlas-shlibs installed? If yes, could you try if removing it allows you to build r-base? The answer is yes to both questions. r-base is now installed on intel OSX 10.5.2 with gcc43. Thanks. Dominique - This

Re: [Fink-devel] incorrect gcc42 Depends in melina, pgplot and r-base

2008-03-09 Thread Martin Costabel
Dominique Dhumieres wrote: Do you have atlas-shlibs installed? If yes, could you try if removing it allows you to build r-base? The answer is yes to both questions. r-base is now installed on intel OSX 10.5.2 with gcc43. OK, so it's again Leopard's braindead /usr/bin/ld that is to blame

Re: [Fink-devel] incorrect gcc42 Depends in melina, pgplot and r-base

2008-03-08 Thread Martin Costabel
Jack Howarth wrote: The info files for melina, pgplot and r-base all contain incorrect Depends for gcc42. These packages I can only speak for melina, but I can tell you that the Depends is not incorrect. Melina needs a fortran compiler at runtime, and it needs the same one it was built

Re: [Fink-devel] incorrect gcc42 Depends in melina, pgplot and r-base

2008-03-08 Thread Jack Howarth
Martin, Do you think that a single package (melina) merits a change in the gcc42 and gcc43 packaging? I could move the symlinks in %p/bin for gcc42 and gcc43 out into a gcc42-dev and gcc43-dev package (allowing the gcc42 and gcc43 packages to co-exist). Then packages would BuildDepends on

[Fink-devel] incorrect gcc42 Depends in melina, pgplot and r-base

2008-03-07 Thread Jack Howarth
The info files for melina, pgplot and r-base all contain incorrect Depends for gcc42. These packages should be using a BuildDepends instead and only a Depends for gcc42-shlibs. There is no reason to Depends on gcc42 unless the package will directly call the gcc42 compilers. This should be fixed