After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 303509 - Problem compiling evolution-data-server 1.3.1
Problem compiling evolution-data-server 1.3.1
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
1.4.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks: 327516
 
 
Reported: 2005-05-08 21:56 UTC by Pierre
Modified: 2013-09-10 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2005-05-08 21:56:47 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
Comment 1 JP Rosevear 2005-05-09 14:51:53 UTC
What configure options did you use?  Looks like you did "--with-<package>=yes"
when it should be --with-<package>=/opt/myprefix or something.
Comment 2 Pierre 2005-05-11 00:18:32 UTC
This was related to the use of the --with-krb5 option.
I used it without any parameter.
Comment 3 Nagappan Alagappan 2005-05-16 11:20:36 UTC
Adding keyword.

Pierre: Still reproducbile ?
Comment 4 Pierre 2005-05-16 17:25:51 UTC
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.
Comment 5 André Klapper 2005-09-28 12:09:11 UTC
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)
Comment 6 Kjartan Maraas 2007-01-17 00:24:12 UTC
I guess this is still the same?
Comment 7 Matthew Barnes 2008-03-11 00:57:57 UTC
Bumping version to a stable release.
Comment 8 Matthew Barnes 2008-03-16 04:10:15 UTC
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.