[Bug fortran/67454] New: GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-04 Thread j.ballantine at gmail dot com
IRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: j.ballantine at gmail dot com Target Milestone: --- When attempting to build R-3.2.2, the processing fails with: ld.so.1: R: fatal: libgcc_s

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454 --- Comment #2 from James Ballantine --- I downloaded the source tar file from the gnu gcc repository. As I stated 4.3.0 is not on the system, the latest version of gcc is 3.4.6. I don't have any fortran code, the failure was during the build of

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454 --- Comment #4 from James Ballantine --- Yes, I built it on a solaris10 system. ODIN $ which gfortran /usr/local/add-on/gcc/bin/gfortran ODIN $ /usr/local/add-on/gcc/bin/gfortran -v Using built-in specs. COLLECT_GCC=/usr/lo

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454 --- Comment #6 from James Ballantine --- Gcc-4.3.0 has never been on the system as other then the source code for 4.3.2, in a directory not in any $PATH. Yes gmp, mpfr, ... are all in the top level directory tree.

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454 --- Comment #10 from James Ballantine --- Dominique, The way this system is managed, is that all packages that are not "official" ones are put in a separate add-on directory which are then added to the front of paths, or before the /usr "standar

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454 --- Comment #12 from James Ballantine --- Andrew, This will take some time, R is just a script that executes another executable. I will post the results when I find the executable.

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454 --- Comment #13 from James Ballantine --- Here is the ldd on the executable: ODIN $ ldd bin/exec/R libICE.so.6 => /usr/lib/libICE.so.6 libSM.so.6 =>/usr/lib/libSM.so.6 libRblas.so => (file not found) libg

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454 --- Comment #15 from James Ballantine --- That is in the lib dir that is a peer of the bin dir., i.e. both directly under /usr/local/src/add-on/R-3.2.2, but then the bin/exec/R is normally run from a shell script that is bin/R, so that could be a

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454 --- Comment #16 from James Ballantine --- I've added the ldd to the R script, and now I get: ODIN $ ./My_R --version ldd: exec: cannot read file: Is a directory /usr/local/src/add-on/R-3.2.2/bin/exec/R: libICE.

[Bug fortran/67454] GCC-5.2.0 `GCC_4.3.0' not found (required by file /usr/local/add-on/gcc/lib/libgfortran.so.3)

2015-09-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67454 --- Comment #18 from James Ballantine --- It's a solaris directory that I think is for freeware.

[Bug libgcc/66809] New: stage 1 build failure in libgcc on sparc-sun-solaris2.10

2015-07-08 Thread j.ballantine at gmail dot com
Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: j.ballantine at gmail dot com Target Milestone: --- Created attachment 35933 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35933&action=edit Full config log from sparc-sun-sola

[Bug libgcc/66809] stage 1 build failure in libgcc on sparc-sun-solaris2.10

2015-07-08 Thread j.ballantine at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66809 --- Comment #2 from James Ballantine --- If you look at attachment, you will see that he options for "--with-gmp=/usr/local/add-on/gmp --with-mpc=/usr/local/add-on/mpc --with-mpfr=/usr/local/add-on/mpfr" were set