On mercredi, oct 30, 2002, at 19:58 Europe/Paris, Neal A. Crocker wrote:

[]
I did the fink update as described at http://fink.sourceforge.net/news/jaguar.php, expect for the part about checking package integrity, since I didn't do an archive install of Jaguar. However, "more /sw/fink/dists/CVS/Repository" still shows "/cvsroot/fink/packages/dists" and "fink list g77" still shows " i g77 2.95.2-2 GNU FORTRAN77 compiler".
OK, another check: After the jaguar upgrade, /sw/fink/dists should be a symlink to /sw/fink/10.2. If it isn't, something must have gone wrong during the upgrade. I can't guess what.
And the package description for g77 should now be at
/sw/fink/dists/unstable/main/finkinfo/languages/g77-3.1-20020420-2.info
Both checks indicate that something went wrong. I'm going to retry the upgrade and see if that makes a difference.

Thanks,
Neal

P.S., here's the history file for the shell session where I did the update, showing the step that I followed:

8 23:17 cd /Users/ncrocker/Documents/Downloads/fink-0.11.0
9 23:19 cat /sw/etc/fink.conf
<snip>
22 23:24 sudo cp /sw/etc/fink.conf /sw/etc/fink.conf_backup
<snip>
24 23:24 pico /sw/etc/fink.conf
25 23:26 sudo ./update-fink.sh
26 23:30 fink update xfree86-base xfree86-rootless


Any advice on how to handle this?

Incidentally, as near as I can tell, g77 2.95.2-2 provides libg2c.a:

[~]% ls -l /usr/lib/libg2c.a
lrwxr-xr-x 1 root wheel 36 Oct 16 22:02 /usr/lib/libg2c.a -> /usr/lib/gcc/darwin/default/libg2c.a
Yes, but does this /usr/lib/gcc/darwin/default/libg2c.a exist? I suspect not, because you are running gcc-3.1 and /usr/lib/gcc/darwin/default is a symlink to /usr/lib/gcc/darwin/3.1, and there is no libg2c.a in there. If you want your g77-2.95.2 to work at all, you must run "sudo gcc_select 2" to choose gcc-2.95.2. gcc_select switches the mentioned symlink from 3.1 to 2.95.2, and then your /usr/lib/libg2c.a will exist.

However, in attempting to "fink update-all", I ran into yet another package (pdflib-4.0.3-1) that fails to install because of a missing libg2c:

cc -o blib/arch/auto/PGPLOT/PGPLOT.bundle -bundle -flat_namespace -undefined suppress PGPLOT.o -L/sw/lib/pgplot -L/sw/lib -lcpgplot -lpgplot -lpng -L/usr/X11R6/lib -lX11 -L/usr/lib -lg2c -framework Foundation -framework AppKit
ld: can't locate file for: -lg2c
### execution of cc failed, exit code 1
Failed: installing pgplot-perl-2.18-2 failed

--
Martin


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Reply via email to