From evolution@opengroupware.org Mon Mar 12 10:41:23 2007 From: evolution@opengroupware.org (Hannes Ebner) Date: Mon, 12 Mar 2007 11:41:23 +0100 Subject: [OGo-Evolution] Compile error on Ubuntu Edgy Message-ID: <45F52E53.30701@stdout.at> Hi, I just tried to compile the connector on my Ubuntu system. It failed with the following error: -------------------------------------------------------------------------- Making all in addressbook make[2]: Entering directory `/usr/src/evolution-groupdav/trunk/addressbook' /bin/bash ../libtool --mode=link gcc -g -O2 -o libebookbackendgrpdav.la -rpath -avoid-version e-book-backend-grpdav-factory.lo e-book-backend-grpdav.lo -Wl,--export-dynamic -pthread -Wl,-R/usr/lib/evolution/2.8 -L/usr/lib/evolution/2.8 -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lsoup-2.2 -lgnutls -ledataserverui-1.2 -lglade-2.0 -lebook-1.2 -ledata-cal-1.2 -lecal-1.2 -leutil -lgnomeui-2 -lSM -lICE -lcamel-provider-1.2 -lbonoboui-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgnomevfs-2 -lgobject-2.0 -lcamel-1.2 -ledataserver-1.2 -lxml2 -lgconf-2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 ../utils/libgrpdavutils.la ../libdb/dist/libdb-4.1.la libtool: link: only absolute run-paths are allowed make[2]: *** [libebookbackendgrpdav.la] Error 1 make[2]: Leaving directory `/usr/src/evolution-groupdav/trunk/addressbook' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/evolution-groupdav/trunk' make: *** [all] Error 2 -------------------------------------------------------------------------- I have version 1.5.22 of libtool installed and I'm using revision 84 of the connector source. Best regards, Hannes From evolution@opengroupware.org Mon Mar 12 16:44:19 2007 From: evolution@opengroupware.org (Tejas Dinkar) Date: Mon, 12 Mar 2007 09:44:19 -0700 Subject: [OGo-Evolution] Compile error on Ubuntu Edgy In-Reply-To: <45F52E53.30701@stdout.at> References: <45F52E53.30701@stdout.at> Message-ID: <20070312164419.GA22801@gja.in> On Mon, 12 Mar 2007, Hannes Ebner sent out 1.7K bytes to say: > Hi, > > I just tried to compile the connector on my Ubuntu system. It failed > with the following error: Even I kept getting this bug. FOr Some reason, in the plugins/config/Makefile, the variable PLUGIN_INSTALL_DIR is not being set. A Possible (temporary) work around is to set the value manually in the file. Could you please file a bug report? -- Tejas Dinkar http://gja.in From evolution@opengroupware.org Mon Mar 12 17:25:54 2007 From: evolution@opengroupware.org (Hannes Ebner) Date: Mon, 12 Mar 2007 18:25:54 +0100 Subject: [OGo-Evolution] Compile error on Ubuntu Edgy In-Reply-To: <20070312164419.GA22801@gja.in> References: <45F52E53.30701@stdout.at> <20070312164419.GA22801@gja.in> Message-ID: <45F58D22.8070503@stdout.at> Tejas Dinkar wrote: > FOr Some reason, in the plugins/config/Makefile, the variable > PLUGIN_INSTALL_DIR is not being set. > > A Possible (temporary) work around is to set the value manually in the > file. I cannot confirm this. The variable is properly set on my system: PLUGIN_INSTALL_DIR = /usr/lib/evolution/2.8/plugins I think the problem on my system is in addressbook/Makefile, where the variable "extensiondir" is not set but passed on to the -rpath parameter of libtool anyway. What should the value of "extensiondir" be? The same as in PLUGIN_INSTALL_DIR? Best regards, Hannes