Alexander Hansen a écrit : > On 4/3/07, Guillaume Yziquel <[EMAIL PROTECTED]> wrote: > >> Indeed. Still using the 10.4 transitional tree. >> >> And in order to update, I have two option: >> >> 1) rm -R /sw/* and installing Fink from a disk image... >> >> 2) the script which gives me [...] >> >> Do you have any advice to give on whether to choose option 1) or >> option 2) ? >> >> Guillaume Yziquel. > > Option 2) just needs a bit of help. The security updates for 10.4.9 > broke it (and the "release manager" has been informed and plans to > update it). > > However, you should be able to get it working if you use > > sudo env PERL5LIB=$PERL5LIB ./update.pl
It now works. It seems to have unfolded quite peacefully (maybe running directly as a sudo has side-effects, as the unability to do some tests). Everything went rather well, until I got the following: > ar rc libgtk2.a downloads.o downloads_cb.o fileinfo.o gnet_stats.o hcache.o > monitor.o monitor_cb.o nodes.o nodes_cb.o pbarcellrenderer.o search.o > search_cb.o search_stats.o upload_stats.o uploads.o callbacks.o > interface-glade.o support-glade.o callbacks.o > ranlib: file: libgtk2.a(pbarcellrenderer.o) has no symbols > : libgtk2.a > Continuing in src/ui/gtk... > /bin/rm -f libgtkx.a > /bin/ln gtk2/libgtk2.a libgtkx.a > : libgtkx.a > Continuing in src... > /bin/rm -f gtk-gnutella > if test -f gtk-gnutella; then \ > /bin/mv gtk-gnutella gtk-gnutella~; fi > cc -o gtk-gnutella main.o if/bridge/ui2c.o if/bridge/c2ui.o > if/gnet_property.o if/gui_property.o -Lcore -lcore -Lui/gtk -lgtk-common > -lgtkx -lgtk-common -lcore -Llib -lshared -L/sw/lib -L/usr/X11R6/lib > -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -lXext -lXcursor -latk-1.0 > -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lXrender -lpangox-1.0 -lX11 > -lpangoft2-1.0 -lfontconfig -lfreetype -lpango-1.0 -lm -lgobject-2.0 > -lgmodule-2.0 -lglib-2.0 -lintl -liconv -L/sw/lib -lglib-2.0 -lintl -liconv > -L/sw/lib -lxml2 -L/sw/lib -ldbus-1 -L/sw/lib -lgnutls -O > /usr/bin/ld: Undefined symbols: > _inflate > _inflateEnd > _inflateInit_ > _inflateReset > _crc32 > _deflate > _deflateEnd > _deflateInit2_ > _deflateInit_ > _uncompress > collect2: ld returned 1 exit status > make[2]: *** [gtk-gnutella] Error 1 > make[1]: *** [subdirs] Error 1 > make: *** [sub_install] Error 2 > ### execution of make failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-gtk-gnutella-0.96.1-1001 > (Lecture de la base de donn'ees... 98896 fichiers et r'epertoires d'ej`a > install'es.) > Suppression de fink-buildlock-gtk-gnutella-0.96.1-1001 ... > Failed: phase installing: gtk-gnutella-0.96.1-1001 failed > > Before reporting any errors, please run "fink selfupdate" and > try again. If you continue to have issues, please check to see if the > FAQ on fink's website solves the problem. If not, ask on the fink-users > or fink-beginners mailing lists. As a last resort, you can try e-mailing > the maintainer directly: > > H. Todd Fujinaka <[EMAIL PROTECTED]> > > Note that many fink package maintainers do not have access to all possible > hardware configurations, so you may have better luck on the mailing lists. Is it safe to run sudo fink purge gtk-gnutella at this point of the script? Thank you. Guillaume Yziquel. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
