Re: [Evolution-hackers] out of source tree build issue and then installation fails with undefined references in git head



On Fri, 2012-06-22 at 14:41 +0000, Reid Thompson wrote:
> On Fri, 2012-06-22 at 09:22 +0200, Milan Crha wrote:
> > On Thu, 2012-06-21 at 13:54 +0000, Reid Thompson wrote:
> > > On Thu, 2012-06-21 at 10:27 +0200, Christian Hilberg wrote:
> > > > 
> > > > E-D-S commit 4bc0fd235298a75bd055f0954fb48748d8dcbdc8 resolves the issue.
> > > 
> > > I still am getting the install failure...
> > > 
> > > libtool: install: warning: relinking `libebookbackendgoogle.la'
> > > libtool: install: .... ../../../addressbook/libedata-book/libedata-book-1.2.la
> > > e-book-backend-google.c:1636: undefined reference to `e_data_book_respond_modify_contacts'
> > > e-book-backend-google.c:1459: undefined reference to `e_data_book_respond_create_contacts'
> > 
> > 	Hi,
> > that's strange, the above missing functions are part of
> > libedata-book-1.2.la, thus it seems to me that your libedata-book-1.2.la
> > was not rebuild properly, or points to out-of-date .so files? I would
> > try with "make uninstall", "git clean -xfd" and then rebuild from
> > scratch, just in case.
> > 	Bye,
> > 	Milan
> 
> I ...
> removed my install directory hierarchy
>    rm -rf /opt/evo
> removed the git src directories for the components that i'm building
>    rm -rf evo-git-head/{evolution-data-server evolution gtkhtml evolution-ews}
> re-downloaded git head {evolution-data-server evolution gtkhtml evolution-ews}
> and rebuilt..
> 
> full configure, build record here http://pastebin.com/tLNNj0cW
> 
> still getting the install failure
> 

should the /opt/evo/lib/libedata-book-1.2.la be the same size as the  /home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/libedata-book/.libs/libedata-book-1.2.lai ???


$ locate libedata-book-1.2.la |xargs ls -lrt
-rw-r--r-- 1 rthompso staff 2863 Jun 22 10:24 /home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/libedata-book/libedata-book-1.2.la
-rw-r--r-- 1 rthompso staff 1365 Jun 22 10:24 /home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/libedata-book/.libs/libedata-book-1.2.lai
lrwxrwxrwx 1 rthompso staff   23 Jun 22 10:24 /home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/libedata-book/.libs/libedata-book-1.2.la -> ../libedata-book-1.2.la
-rwxr-xr-x 1 rthompso staff 1365 Jun 22 10:40 /opt/evo/lib/libedata-book-1.2.la





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]