Maybe one of you can tell me how to fix this properly: I am working
on evolution 1.2.1, and it gets to the build phase just fine (which
does a "make install DESTDIR", by the way). But it dies trying to
relink one of its libs because it tries to link against another of
its libs assuming that it already is in /sw/lib - which it of course
isn't:
libtool: install: error: relink `libevolution-importer.la' with the
above command before installing it
I am attaching the end of my build log here, only a few lines (the
full, compressed log can be found at
http://dev.quendi.de/evolution-1.2.1.txt.gz). The .info / .patch file
can be found in the experimental tree, in case you are interested.
Any suggestions?
Max
--
-----------------------------------------------
Max Horn
Software Developer
Making install in importer
/bin/sh ../../mkinstalldirs
/sw/src/root-evolution-1.2.1-1/sw/lib
/bin/sh ../../libtool
--mode=install /sw/bin/install -c libevolution-importer.la
/sw/src/root-evolution-1.2.1-1/sw/lib/libevolution-importer.la
libtool:
install: warning: relinking `libevolution-importer.la'
(cd
/sw/src/evolution-1.2.1-1/evolution-1.2.1/shell/importer; /bin/sh
../../libtool --mode=relink gcc -g -O2 -Wall -Wunused -L/sw/lib -o
libevolution-importer.la -rpath /sw/lib
GNOME_Evolution_Importer-common.lo GNOME_Evolution_Importer-skels.lo
GNOME_Evolution_Importer-stubs.lo evolution-intelligent-importer.lo
evolution-importer-client.lo evolution-importer-listener.lo
evolution-importer.lo intelligent.lo ../../e-util/libeutil.la
-L/sw/lib -L/usr/X11R6/lib -lbonobo_conf -lbonobo -lbonobox
-lbonobo-print -lgal -lgnomeprint -lfreetype -liconv -lgdk_pixbuf
-lgnomecanvaspixbuf -lglade-gnome -lglade -lgnomeui -lart_lgpl
-lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile
-lgnomevfs -lxml -lz -lgconf-gtk-1 -lgconf-1 -loaf -lgnorba
-lORBitCosNaming -lORBit -lIIOP -lORBitutil -lgtk -lgdk -lintl -lXext
-lX11 -lm -lgmodule -lgthread -lglib -lpthread -ldl -L/sw/lib
-L/usr/X11R6/lib -lgtkhtml-1.1 -lgal -lgnomeprint -lfreetype
-lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM
-lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf
-lgnomecanvaspixbuf -liconv -lgconf-gtk-1 -lgconf-1 -loaf -lgnorba
-lORBitCosNaming -lORBit -lIIOP -lORBitutil -lgtk -lgdk -lgmodule
-lglib -ldl -lintl -lXext -lX11 -lm -inst-prefix-dir
/sw/src/root-evolution-1.2.1-1)
gcc -dynamiclib -flat_namespace
-undefined suppress -o .libs/libevolution-importer.0.0.0.dylib
GNOME_Evolution_Importer-common.lo GNOME_Evolution_Importer-skels.lo
GNOME_Evolution_Importer-stubs.lo evolution-intelligent-importer.lo
evolution-importer-client.lo evolution-importer-listener.lo
evolution-importer.lo intelligent.lo -L/usr/X11R6/lib -L/sw/lib
/sw/lib/evolution/1.2/libeutil.dylib /sw/lib/libbonobo_conf.dylib
/sw/lib/libbonobo.dylib /sw/lib/libbonobox.dylib
/sw/lib/libbonobo-print.dylib /sw/lib/libgnomevfs.dylib
/sw/lib/libgthread.dylib -lpthread /sw/lib/libgtkhtml-1.1.dylib
/sw/lib/libgal.dylib /sw/lib/libgnomeprint.dylib
/sw/lib/libfreetype.dylib /sw/lib/libglade-gnome.dylib
/sw/lib/libglade.dylib /sw/lib/libxml.dylib -lz
/sw/lib/libgnomeui.dylib /sw/lib/libart_lgpl.dylib
/sw/lib/libgdk_imlib.dylib -lSM -lICE /sw/lib/libgnome.dylib
/sw/lib/libgnomesupport.dylib /sw/lib/libesd.dylib
/sw/lib/libaudiofile.dylib /sw/lib/libgdk_pixbuf.dylib
/sw/lib/libgnomecanvaspixbuf.dylib /sw/lib/libiconv.dylib
/sw/lib/libgconf-gtk-1.dylib /sw/lib/libgconf-1.dylib
/sw/lib/liboaf.dylib /sw/lib/libgnorba.dylib
/sw/lib/libORBitCosNaming.dylib /sw/lib/libORBit.dylib
/sw/lib/libIIOP.dylib /sw/lib/libORBitutil.dylib /sw/lib/libgtk.dylib
/sw/lib/libgdk.dylib /sw/lib/libgmodule.dylib /sw/lib/libglib.dylib
-ldl /sw/lib/libintl.dylib -lXext -lX11 -lm -lc -install_name
/sw/lib/libevolution-importer.0.dylib -compatibility_version 1
-current_version 1.0
gcc: /sw/lib/evolution/1.2/libeutil.dylib: No
such file or directory
libtool: install: error: relink
`libevolution-importer.la' with the above command before installing
it
make[3]: *** [install-libLTLIBRARIES] Error 1
make[2]: ***
[install-am] Error 2
make[1]: *** [install-recursive] Error 1
make:
*** [install-recursive] Error 1
### execution of
/var/tmp/tmp.1.wcgcG2 failed, exit code 2
Failed: installing
evolution-1.2.1-1 failed
[arrakis:/sw/src] maxhorn%
