pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/29945: mit-krb5 fails to configure on Solaris
>Number: 29945
>Category: pkg
>Synopsis: mit-krb5 fails to configure on Solaris
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Apr 11 11:37:00 +0000 2005
>Originator: Neil Hoggarth
>Release: Solaris 9
>Organization:
Laboratory of Physiology, Oxford University
>Environment:
SunOS saros 5.9 Generic_112233-11 sun4u sparc SUNW,Ultra-30
>Description:
I'm trying to build the mit-krb5-1.4nb1 package on Solaris. Make fails
in the configure phase, because of a mis-match between the values of
CPPFLAGS and LDFLAGS recorded in the top level config.cache file and the
values used when configuring in the the subdirectory util/et. The
difference is not actually significant (the amount of leading whitespace
differs), but it stops the configure process and I haven't been able to
figure out where the difference is creeping in. Output of the make leading up
to the failure is as follows:
[...]
config.status: executing krb5_config_prefix commands
configure: configuring in util/et
configure: running /bin/ksh './configure' --prefix=/usr/pkg
'--localstatedir=/var' '--sysconfdir=/usr/pkg/etc' '--enable-shared'
'--enable-pkgsrc-libtool' '--enable-dns' '--enable-kdc-replay-cache'
'--without-krb4' '--without-tcl' '--program-transform-name=s/^ftp/k&/'
'--host=sparc-sun-solaris2' '--prefix=/usr/pkg' '--infodir=/usr/pkg/info'
'CC=gcc' 'CFLAGS=-O -I/usr/pkg/include' 'CPPFLAGS= -I/usr/pkg/include'
'LDFLAGS= -L/usr/pkg/gcc3/lib/gcc-lib/sparc-sun-solaris2/3.3.5
-Wl,-R/usr/pkg/gcc3/lib/gcc-lib/sparc-sun-solaris2/3.3.5 -L/usr/pkg/gcc3/lib
-Wl,-R/usr/pkg/gcc3/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib'
'host_alias=sparc-sun-solaris2' --cache-file=../.././config.cache --srcdir=.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: loading cache ../.././config.cache
configure: error: `CPPFLAGS' has changed since the previous run:
configure: former value: -I/usr/pkg/include
configure: current value: -I/usr/pkg/include
configure: error: `LDFLAGS' has changed since the previous run:
configure: former value:
-L/usr/pkg/gcc3/lib/gcc-lib/sparc-sun-solaris2/3.3.5
-Wl,-R/usr/pkg/gcc3/lib/gcc-lib/sparc-sun-solaris2/3.3.5 -L/usr/pkg/gcc3/lib
-Wl,-R/usr/pkg/gcc3/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib
configure: current value:
-L/usr/pkg/gcc3/lib/gcc-lib/sparc-sun-solaris2/3.3.5
-Wl,-R/usr/pkg/gcc3/lib/gcc-lib/sparc-sun-solaris2/3.3.5 -L/usr/pkg/gcc3/lib
-Wl,-R/usr/pkg/gcc3/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ../.././config.cache' and
start over
configure: error: /bin/ksh './configure' failed for util/et
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/security/mit-krb5
>How-To-Repeat:
cd /usr/pkgsrc/security/mit-krb5 && bmake
>Fix:
Home |
Main Index |
Thread Index |
Old Index