GNOME Bugzilla – Bug 303509
Problem compiling evolution-data-server 1.3.1
Last modified: 2013-09-10 13:42:05 UTC
Version details: 1.3.1 Distribution/Version: LFS # make make all-recursive make[1]: Entering directory `/tmp/evolution-data-server-1.3.1' Making all in libdb make[2]: Entering directory `/tmp/evolution-data-server-1.3.1/libdb' Making all in dist make[3]: Entering directory `/tmp/evolution-data-server-1.3.1/libdb/dist' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/evolution-data-server-1.3.1/libdb/dist' make[3]: Entering directory `/tmp/evolution-data-server-1.3.1/libdb' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/tmp/evolution-data-server-1.3.1/libdb' make[2]: Leaving directory `/tmp/evolution-data-server-1.3.1/libdb' Making all in libedataserver make[2]: Entering directory `/tmp/evolution-data-server-1.3.1/libedataserver' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/evolution-data-server-1.3.1/libedataserver' Making all in servers make[2]: Entering directory `/tmp/evolution-data-server-1.3.1/servers' Making all in groupwise make[3]: Entering directory `/tmp/evolution-data-server-1.3.1/servers/groupwise' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/evolution-data-server-1.3.1/servers/groupwise' make[3]: Entering directory `/tmp/evolution-data-server-1.3.1/servers' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/tmp/evolution-data-server-1.3.1/servers' make[2]: Leaving directory `/tmp/evolution-data-server-1.3.1/servers' Making all in camel make[2]: Entering directory `/tmp/evolution-data-server-1.3.1/camel' Making all in . make[3]: Entering directory `/tmp/evolution-data-server-1.3.1/camel' /bin/sh ../libtool --mode=link gcc -s -O3 -march=i686 -Wall -Wmissing-prototypes -Wno-sign-compare -o libcamel-1.2.la -rpath /usr/local/lib -version-info 0:0:0 broken-date-parser.lo camel-address.lo camel-arg.lo camel-block-file.lo camel-certdb.lo camel-charset-map.lo camel-data-cache.lo camel-data-wrapper.lo camel-debug.lo camel-exception.lo camel-file-utils.lo camel-html-parser.lo camel-index.lo camel-internet-address.lo camel-junk-plugin.lo camel-list-utils.lo camel-lock-client.lo camel-lock.lo camel-medium.lo camel-mime-filter-basic.lo camel-mime-filter-bestenc.lo camel-mime-filter-canon.lo camel-mime-filter-charset.lo camel-mime-filter-crlf.lo camel-mime-filter-enriched.lo camel-mime-filter-from.lo camel-mime-filter-gzip.lo camel-mime-filter-html.lo camel-mime-filter-index.lo camel-mime-filter-linewrap.lo camel-mime-filter-save.lo camel-mime-filter-tohtml.lo camel-mime-filter-windows.lo camel-mime-filter-yenc.lo camel-mime-filter.lo camel-mime-message.lo camel-mime-parser.lo camel-mime-part-utils.lo camel-mime-part.lo camel-mime-utils.lo camel-mime-tables.lo camel-multipart-encrypted.lo camel-multipart-signed.lo camel-multipart.lo camel-net-utils.lo camel-nntp-address.lo camel-object.lo camel-operation.lo camel-partition-table.lo camel-seekable-stream.lo camel-seekable-substream.lo camel-stream-buffer.lo camel-stream-filter.lo camel-stream-fs.lo camel-stream-mem.lo camel-stream-null.lo camel-stream-process.lo camel-stream.lo camel-string-utils.lo camel-text-index.lo camel-url-scanner.lo camel-url.lo camel-utf8.lo camel.lo ../libedataserver/libedataserver-1.2.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv -lz -lpthread -Lyes/lib -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 ../libtool: line 1: cd: yes/lib: No such file or directory libtool: link: cannot determine absolute directory name of `yes/lib' make[3]: *** [libcamel-1.2.la] Error 1 make[3]: Leaving directory `/tmp/evolution-data-server-1.3.1/camel' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/evolution-data-server-1.3.1/camel' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/evolution-data-server-1.3.1' make: *** [all] Error 2
What configure options did you use? Looks like you did "--with-<package>=yes" when it should be --with-<package>=/opt/myprefix or something.
This was related to the use of the --with-krb5 option. I used it without any parameter.
Adding keyword. Pierre: Still reproducbile ?
Yes I can reproduce it when I use ./configure --with-krb5 If I use ./configure --with-krb5=/usr/local or just ./configure it compiles without problem.
reopening as per last comment. retargetting from 1.3 to 1.5 to get rid of that busted milestones (as discussed with harish on irc)
I guess this is still the same?
Bumping version to a stable release.
Tried to reproduce this on evolution-data-server 2.22.0 with the configure options in comment #4 and it compiled fine for me. Feel free to reopen if you run into this again.