Re: Failed: phase compiling: evolution-data-server-2.26.3-1 failed
john malkovich <[email protected]> Thu, 6 Aug 2009 11:04:28 -0500
| Newsgroups | gmane.os.apple.fink.beginners,gmane.os.apple.fink.gnome |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 6, 2009 at 6:25 AM, monipol <[email protected]> wrote: > On 06/08/2009, at 02:56, john malkovich wrote: > >> On OS X 10.4.11 >> >> jhnmlkvchmac:~ jhnmlkvch$ fink install evolution >> >> fails with the following errors. >> >> any help in trying to sort this out will be much appreciated. >> >> fink-selfupdate didn't solve the problem. I didn't find any relevant FAQs. >> >> thanks in advance, >> John >> >> /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: >> _bswap_32 >> > > This symbol is provided by libical, which is listed as a build dependency > of evolution-data-server. Could you please send us the output of the > following command? > > fink list -t libical jhnmlkvchmac:~ jhnmlkvch$ fink list -t libical Information about 9200 packages read in 1 seconds. i libical 0.43-1003 iCalendar library implementation in C, with C++ bindings i libical-shlibs 0.43-1003 iCalendar library implementation in C, with C++ bindings > > > Could you also paste a couple more lines in the build log right before the > ones you've already pasted? /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Calendar_CalListener_notifyAttachmentListRequested ../calendar/libedata-cal/.libs/libedata-cal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyAttachmentListRequested /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/calendar/libecal/.libs/libecal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyAttachmentListRequested /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Calendar_CalListener_notifyAuthRequired ../calendar/libedata-cal/.libs/libedata-cal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyAuthRequired /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/calendar/libecal/.libs/libecal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyAuthRequired /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Calendar_CalListener_notifyCalAddress ../calendar/libedata-cal/.libs/libedata-cal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyCalAddress /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/calendar/libecal/.libs/libecal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyCalAddress /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Calendar_CalListener_notifyCalOpened ../calendar/libedata-cal/.libs/libedata-cal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyCalOpened /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/calendar/libecal/.libs/libecal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyCalOpened /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Calendar_CalListener_notifyCalRemoved ../calendar/libedata-cal/.libs/libedata-cal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyCalRemoved /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/calendar/libecal/.libs/libecal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyCalRemoved /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Calendar_CalListener_notifyCalSetMode ../calendar/libedata-cal/.libs/libedata-cal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyCalSetMode /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/calendar/libecal/.libs/libecal-1.2.dylib(single module) definition of _GNOME_Evolution_Calendar_CalListener_notifyCalSetMode /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _poll /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libm.dylib(poll.So) definition of _poll /sw/lib/seamonkey/libnspr4.dylib(unix.o) definition of _poll /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: _bswap_32 symbol _libVersionPoint used from dynamic library /sw/lib/seamonkey/libnspr4.dylib(prvrsion.o) not from earlier dynamic library /sw/lib/seamonkey/libplc4.dylib(plvrsion.o) symbol _libVersionPoint used from dynamic library /sw/lib/seamonkey/libnspr4.dylib(prvrsion.o) not from earlier dynamic library /sw/lib/seamonkey/libplds4.dylib(plvrsion.o) collect2: ld returned 1 exit status make[3]: *** [evolution-data-server] Error 1 make[2]: *** [all] Error 2 rm GNOME_Evolution_DataServer.server.in<http://gnome_evolution_dataserver.server.in/> make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-evolution-data-server-2.26.3-1 (Reading database ... 69203 files and directories currently installed.) Removing fink-buildlock-evolution-data-server-2.26.3-1 ... Failed: phase compiling: evolution-data-server-2.26.3-1 failed > Ideally the offending gcc line (the one that caused this ld error), and the > last gcc line that was successful. > I have reams of messages like the above. Below is the transition point with the last successful gcc call: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"evolution-data-server\" -DPREFIX=\"/sw\" -DSYSCONFDIR=\"/sw/etc\" -DDATADIR=\"/sw/share\" -DLIBDIR=\"/sw/lib\" -I.. -I../addressbook -I../addressbook -I../calendar -I../calendar -I../calendar -DEVOLUTION_LOCALEDIR=\""/sw/share/locale"\" -I/sw/include/libsoup-2.4 -I/sw/include/libxml2 -I/sw/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libgnome-2.0 -I/sw/include/orbit-2.0 -I/sw/include/gconf/2 -I/sw/include/gnome-vfs-2.0 -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libbonobo-2.0 -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -I/sw/include/bonobo-activation-2.0 -I/sw/include/libical -DORBIT2=1 -I/sw/include/seamonkey/nspr -I/sw/include -I/sw/include/libxml2 -I/sw/include -I/sw/include/libbonobo-2.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/orbit-2.0 -I/sw/include/bonobo-activation-2.0 -I/sw/include/libsoup-2.4 -I/sw/include/gconf/2 -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -DORBIT2=1 -I/sw/include/seamonkey/nspr -I/sw/lib/fontconfig2/include -I/sw/include/db4 -I/sw/include -Os -Wall -Wmissing-prototypes -Wno-sign-compare -Wno-pointer-sign -c server-logging.c gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"evolution-data-server\" -DPREFIX=\"/sw\" -DSYSCONFDIR=\"/sw/etc\" -DDATADIR=\"/sw/share\" -DLIBDIR=\"/sw/lib\" -I.. -I../addressbook -I../addressbook -I../calendar -I../calendar -I../calendar -DEVOLUTION_LOCALEDIR=\""/sw/share/locale"\" -I/sw/include/libsoup-2.4 -I/sw/include/libxml2 -I/sw/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libgnome-2.0 -I/sw/include/orbit-2.0 -I/sw/include/gconf/2 -I/sw/include/gnome-vfs-2.0 -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libbonobo-2.0 -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -I/sw/include/bonobo-activation-2.0 -I/sw/include/libical -DORBIT2=1 -I/sw/include/seamonkey/nspr -I/sw/include -I/sw/include/libxml2 -I/sw/include -I/sw/include/libbonobo-2.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/orbit-2.0 -I/sw/include/bonobo-activation-2.0 -I/sw/include/libsoup-2.4 -I/sw/include/gconf/2 -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -DORBIT2=1 -I/sw/include/seamonkey/nspr -I/sw/lib/fontconfig2/include -I/sw/include/db4 -I/sw/include -Os -Wall -Wmissing-prototypes -Wno-sign-compare -Wno-pointer-sign -c server.c gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"evolution-data-server\" -DPREFIX=\"/sw\" -DSYSCONFDIR=\"/sw/etc\" -DDATADIR=\"/sw/share\" -DLIBDIR=\"/sw/lib\" -I.. -I../addressbook -I../addressbook -I../calendar -I../calendar -I../calendar -DEVOLUTION_LOCALEDIR=\""/sw/share/locale"\" -I/sw/include/libsoup-2.4 -I/sw/include/libxml2 -I/sw/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libgnome-2.0 -I/sw/include/orbit-2.0 -I/sw/include/gconf/2 -I/sw/include/gnome-vfs-2.0 -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/libbonobo-2.0 -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -I/sw/include/bonobo-activation-2.0 -I/sw/include/libical -DORBIT2=1 -I/sw/include/seamonkey/nspr -I/sw/include -I/sw/include/libxml2 -I/sw/include -I/sw/include/libbonobo-2.0 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/orbit-2.0 -I/sw/include/bonobo-activation-2.0 -I/sw/include/libsoup-2.4 -I/sw/include/gconf/2 -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include -DORBIT2=1 -I/sw/include/seamonkey/nspr -I/sw/lib/fontconfig2/include -I/sw/include/db4 -I/sw/include -Os -Wall -Wmissing-prototypes -Wno-sign-compare -Wno-pointer-sign -c offline-listener.c /bin/sh ../libtool --tag=CC --mode=link gcc -Os -Wall -Wmissing-prototypes -Wno-sign-compare -Wno-pointer-sign -L/sw/lib/fontconfig2/lib -L/sw/lib/seamonkey -L/sw/lib -o evolution-data-server Evolution-DataServer-common.o Evolution-DataServer-skels.o Evolution-DataServer-stubs.o server-interface-check.o server-logging.o server.o offline-listener.o ../libebackend/libebackend-1.2.la ../libedataserver/libedataserver-1.2.la../addressbook/libedata-book/ libedata-book-1.2.la ../calendar/libedata-cal/libedata-cal-1.2.la -L/sw/lib -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lgmodule-2.0 -lORBit-2 -lgthread-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lical -licalss -licalvcal -lpthread -L/sw/lib/seamonkey -ldl -lplc4 -lplds4 -lnspr4 -L/sw/lib -lxml2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgconf-2 -lglib-2.0 -lintl -lpthread -L/sw/lib/seamonkey -ldl -lplc4 -lplds4 -lnspr4 libtool: link: gcc -Os -Wall -Wmissing-prototypes -Wno-sign-compare -Wno-pointer-sign -o .libs/evolution-data-server Evolution-DataServer-common.o Evolution-DataServer-skels.o Evolution-DataServer-stubs.o server-interface-check.o server-logging.o server.o offline-listener.o -L/sw/lib/fontconfig2/lib -L/sw/lib/seamonkey -L/sw/lib ../libebackend/.libs/libebackend-1.2.dylib ../libedataserver/.libs/libedataserver-1.2.dylib ../addressbook/libedata-book/.libs/libedata-book-1.2.dylib /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/addressbook/libebook/.libs/libebook-1.2.dylib /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/camel/.libs/libcamel-1.2.dylib /sw/lib/libsqlite3.dylib -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 -lssl3 -lsmime3 -lnss3 -lsoftokn3 ../calendar/libedata-cal/.libs/libedata-cal-1.2.dylib /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/calendar/libecal/.libs/libecal-1.2.dylib /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/libebackend/.libs/libebackend-1.2.dylib /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/libedataserver/.libs/libedataserver-1.2.dylib -ldb /sw/lib/libgnome-2.dylib -L/sw/lib/gnome-vfs2.16 -L/sw/lib/system-openssl/lib /sw/lib/gnome-vfs2.16/libgnomevfs-2.dylib /sw/lib/libavahi-glib.dylib /sw/lib/libavahi-client.dylib /sw/lib/libavahi-common.dylib /sw/lib/libesd.dylib /sw/lib/libaudiofile.dylib /sw/lib/libpopt.dylib /sw/lib/libicalss.dylib /sw/lib/libicalvcal.dylib /sw/lib/libical.dylib /sw/lib/libbonobo-2.dylib /sw/lib/libbonobo-activation.dylib /sw/lib/libORBitCosNaming-2.dylib /sw/lib/libsoup-2.4.dylib /sw/lib/libxml2.dylib -lm /sw/lib/libgnutls.dylib /sw/lib/libtasn1.dylib -lz /sw/lib/libgcrypt.dylib /sw/lib/libgpg-error.dylib /sw/lib/libgio-2.0.dylib /sw/lib/libgconf-2.dylib /sw/lib/libORBit-2.dylib /sw/lib/libgmodule-2.0.dylib -lresolv /sw/lib/libgthread-2.0.dylib /sw/lib/libdbus-glib-1.dylib /sw/lib/libdbus-1.dylib /sw/lib/libgobject-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib /sw/lib/libiconv.dylib -lc -lpthread -ldl -lplc4 -lplds4 -lnspr4 /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol __ORBIT_skel_small_GNOME_Evolution_Addressbook_Book_removeContacts ../addressbook/libedata-book/.libs/libedata-book-1.2.dylib(single module) definition of __ORBIT_skel_small_GNOME_Evolution_Addressbook_Book_removeContacts /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/addressbook/libebook/.libs/libebook-1.2.dylib(single module) definition of __ORBIT_skel_small_GNOME_Evolution_Addressbook_Book_removeContacts /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Addressbook_BookFactory__imethods ../addressbook/libedata-book/.libs/libedata-book-1.2.dylib(single module) definition of _GNOME_Evolution_Addressbook_BookFactory__imethods /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/addressbook/libebook/.libs/libebook-1.2.dylib(single module) definition of _GNOME_Evolution_Addressbook_BookFactory__imethods /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Addressbook_BookListener__classid ../addressbook/libedata-book/.libs/libedata-book-1.2.dylib(single module) definition of _GNOME_Evolution_Addressbook_BookListener__classid /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/addressbook/libebook/.libs/libebook-1.2.dylib(single module) definition of _GNOME_Evolution_Addressbook_BookListener__classid /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Addressbook_BookFactory__iinterface ../addressbook/libedata-book/.libs/libedata-book-1.2.dylib(single module) definition of _GNOME_Evolution_Addressbook_BookFactory__iinterface /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/addressbook/libebook/.libs/libebook-1.2.dylib(single module) definition of _GNOME_Evolution_Addressbook_BookFactory__iinterface /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning multiple definitions of symbol _GNOME_Evolution_Addressbook_BookListener__iinterface ../addressbook/libedata-book/.libs/libedata-book-1.2.dylib(single module) definition of _GNOME_Evolution_Addressbook_BookListener__iinterface /sw/src/fink.build/evolution-data-server-2.26.3-1/evolution-data-server-2.26.3/addressbook/libebook/.libs/libebook-1.2.dylib(single module) definition of _GNOME_Evolution_Addressbook_BookListener__iinterface thanks, Jhn ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners