Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: cyrus-sasl build problem
Date: Tue, 31 Oct 2006 22:45:22
Message-Id: loom.20061031T225450-316@post.gmane.org
In Reply to: Re: [gentoo-user] cyrus-sasl build problem by Neil Bothwick
1 Neil Bothwick <neil <at> digimed.co.uk> writes:
2
3
4 > > I have cyrus-sasl built on one sytem but it fails on an identical mother
5 > > board both running gentoo:
6
7 > What's the failure message? I had the latest testing version fail to
8 > build this week, because of a problem with my Java setup. Re-emerging
9 > both java-config packages fixed it.
10
11 I ran this:
12
13 emerge -v java-config java-config-wrapper
14
15 but it did not fix the problem.
16
17 Here is the error message echoed back to the terminal session:
18
19
20 configure: loading cache .././config.cache
21 configure: error: `CFLAGS' has changed since the previous run:
22 configure: former value: -O2 -march=athlon-xp -pipe
23 configure: current value: -O2 -march=athlon-xp -pipe
24 configure: error: changes in the environment can compromise the build
25 configure: error: run `make distclean' and/or `rm .././config.cache'
26 and start over
27 configure: error: /bin/sh './configure' failed for saslauthd
28
29 !!! Please attach the following file when filing a report to
30 bugs.gentoo.org:
31 !!! /var/tmp/portage/cyrus-sasl-2.1.22-r1/work/cyrus-sasl-2.1.22/config.log
32
33 !!! ERROR: dev-libs/cyrus-sasl-2.1.22-r1 failed.
34 Call stack:
35 ebuild.sh, line 1546: Called dyn_compile
36 ebuild.sh, line 937: Called src_compile
37 cyrus-sasl-2.1.22-r1.ebuild, line 157: Called econf
38 '--with-saslauthd=/var/lib/sasl2' '--with-pwcheck=/var/lib/sasl2'
39 '--with-configdir=/etc/sasl2' '--with-plugindir=/usr/lib/sasl2'
40 '--with-dbpath=/etc/sasl2/sasldb2' '--enable-login' '--enable-ntlm'
41 '--enable-auth-sasldb' '--disable-krb4' '--disable-otp' '--with-openssl'
42 '--with-pam' '--with-ldap' '--enable-ldapdb' '--disable-sample'
43 '--disable-gssapi' '--with-mysql' '--enable-mysql' '--enable-postgres'
44 '--with-pgsql=/usr/lib' '--disable-srp' '--enable-java'
45 '--with-javahome=/opt/blackdown-jdk-1.4.2.03' '--without-authdaemond'
46 '--enable-sql' '--with-dblib=gdbm'
47 ebuild.sh, line 540: Called die
48
49
50 The last portion of the error logs is:
51
52 host_vendor='pc'
53 includedir='${prefix}/include'
54 infodir='/usr/share/info'
55 install_sh='/var/tmp/portage/cyrus-sasl-2.1.22-r1/work/
56 cyrus-sasl-2.1.22/config/install-sh'
57 libdir='${exec_prefix}/lib'
58 libexecdir='${exec_prefix}/libexec'
59 localstatedir='/var/lib'
60 mandir='/usr/share/man'
61 oldincludedir='/usr/include'
62 plugindir='/usr/lib/sasl2'
63 prefix='/usr'
64 program_transform_name='s,x,x,'
65 sbindir='${exec_prefix}/sbin'
66 sharedstatedir='${prefix}/com'
67 subdirs=' saslauthd'
68 sysconfdir='/etc'
69 target='i686-pc-linux-gnu'
70 target_alias=''
71 target_cpu='i686'
72 target_os='linux-gnu'
73 target_vendor='pc'
74
75 configure: exit 1
76
77
78 ideas?
79
80
81 James
82
83
84
85 --
86 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: cyrus-sasl build problem Neil Bothwick <neil@××××××××××.uk>