[krbdev.mit.edu #3129] Problems building 1.4.1 on HP-UX 10.20 with gcc-3.4.3

The RT System itself via RT rt-comment at krbdev.mit.edu
Thu Jul 28 13:47:00 EDT 2005


>From krb5-bugs-incoming-bounces at PCH.mit.edu  Thu Jul 28 13:46:52 2005
Received: from pch.mit.edu (PCH.MIT.EDU [18.7.21.90]) by krbdev.mit.edu (8.9.3p2) with ESMTP
	id NAA09739; Thu, 28 Jul 2005 13:46:52 -0400 (EDT)
Received: from pch.mit.edu (pch.mit.edu [127.0.0.1])
	by pch.mit.edu (8.12.8p2/8.12.8) with ESMTP id j6SHkBWn011439
	for <krb5-send-pr at krbdev.mit.edu>; Thu, 28 Jul 2005 13:46:11 -0400
Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU
	[18.7.21.83])
	by pch.mit.edu (8.12.8p2/8.12.8) with ESMTP id j6RHC5Wn031385
	for <krb5-bugs-incoming at PCH.mit.edu>; Wed, 27 Jul 2005 13:12:05 -0400
Received: from mail1.thewrittenword.com (mail1.thewrittenword.com
	[67.95.107.114])j6RHC7Iu027536
	for <krb5-bugs at mit.edu>; Wed, 27 Jul 2005 13:12:08 -0400 (EDT)
Received: by mail1.thewrittenword.com (Postfix, from userid 1052)
	id 3F603128; Wed, 27 Jul 2005 12:12:07 -0500 (CDT)
Received: from akari.thewrittenword.com (akari.il.thewrittenword.com
	[192.168.1.57])
	by mail1.thewrittenword.com (Postfix) with ESMTP id A8C9B58
	for <krb5-bugs at mit.edu>; Wed, 27 Jul 2005 12:12:02 -0500 (CDT)
Received: by akari.thewrittenword.com (Postfix, from userid 1000)
	id A5C631BD2C; Wed, 27 Jul 2005 12:09:43 -0500 (CDT)
To: krb5-bugs at mit.edu
From: "Albert Chin-A-Young" <china at thewrittenword.com>
X-send-pr-version: 3.99
Message-Id: <20050727170943.A5C631BD2C at akari.thewrittenword.com>
Date: Wed, 27 Jul 2005 12:09:43 -0500 (CDT)
X-DSPAM-Result: Innocent
X-DSPAM-Probability: 0.000000
X-DSPAM-Signature: !DSPAM:42e7c064303701281919114!
X-Spam-Score: -2.599
X-Spam-Flag: NO
X-Scanned-By: MIMEDefang 2.42
X-Mailman-Approved-At: Thu, 28 Jul 2005 13:44:48 -0400
Subject: Problems building 1.4.1 on HP-UX 10.20 with gcc-3.4.3
X-BeenThere: krb5-bugs-incoming at mailman.mit.edu
X-Mailman-Version: 2.1
Precedence: list
Reply-To: china at thewrittenword.com
Sender: krb5-bugs-incoming-bounces at PCH.mit.edu
Errors-To: krb5-bugs-incoming-bounces at PCH.mit.edu


>Submitter-Id:	net
>Originator:	Albert Chin-A-Young
>Organization:	albert chin (china at thewrittenword.com)
>Confidential:	no
>Synopsis:	Problems building 1.4.1 on HP-UX 10.20 with gcc-3.4.3
>Severity:	non-critical
>Priority:	low
>Category:	krb5-build
>Class:		sw-bug
>Release:	1.4.1
>Environment:
System: HP-UX flash B.10.20 A 9000/785 2006048415 two-user license

>Description:
$ ./configure CC=gcc CFLAGS="-O2 -march=1.1" --enable-shared \
--enable-static --without-tcl --localstatedir=/var/opt/TWWfsw/krb5141 \
--sysconfdir=/etc/opt/TWWfsw/krb5141 --disable-thread-support \
--prefix=/opt/TWWfsw/krb5141
$ gmake
...
gmake[3]: Entering directory `/opt/build/krb5-1.4.1/src/lib/rpc/unit-test'
gcc -L../../../lib -Wl,+s -Wl,+b,/opt/TWWfsw/krb5141/lib -O2
-march=1.1  -o client client.o rpc_test_clnt.o \
        -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lkrb5support
/usr/ccs/bin/ld: Unsatisfied symbols:
   _GLOBAL__FI_libkrb5_3_2 (code)
   _GLOBAL__FD_libcom_err_3_0 (code)
   _GLOBAL__FD_libk5crypto_3_0 (code)
   _GLOBAL__FI_libgssrpc_4_0 (code)
   _GLOBAL__FI_libk5crypto_3_0 (code)
   _GLOBAL__FD_libgssrpc_4_0 (code)
   _GLOBAL__FD_libkrb5support_0_0 (code)
   _GLOBAL__FD_libgssapi_krb5_2_2 (code)
   _GLOBAL__FD_libkrb5_3_2 (code)
   _GLOBAL__FI_libkrb5support_0_0 (code)
   _GLOBAL__FI_libgssapi_krb5_2_2 (code)
   _GLOBAL__FI_libcom_err_3_0 (code)
collect2: ld returned 1 exit status
gmake[3]: *** [client] Error 1
gmake[3]: Leaving directory `/opt/build/krb5-1.4.1/src/lib/rpc/unit-test'

>How-To-Repeat:
	$ ./configure CC=gcc CFLAGS="-O2 -march=1.1" --enable-shared \
	--enable-static --without-tcl --localstatedir=/var/opt/TWWfsw/krb5141 \
	--sysconfdir=/etc/opt/TWWfsw/krb5141 --disable-thread-support \
	--prefix=/opt/TWWfsw/krb5141
	$ gmake

>Fix:
--- src/config/lib.in.orig	2005-07-26 17:58:55.000000000 -0500
+++ src/config/lib.in	2005-07-26 18:17:27.000000000 -0500
@@ -82,6 +82,8 @@
 	  else :; fi; \
 	done; echo "$$a" >> hpux10.tmp
 	echo "+e errno" >> hpux10.tmp
+	echo "+e _GLOBAL__FD_lib$(LIBBASE)_$(LIBMAJOR)_$(LIBMINOR)" >> hpux10.tmp
+	echo "+e _GLOBAL__FI_lib$(LIBBASE)_$(LIBMAJOR)_$(LIBMINOR)" >> hpux10.tmp
 	mv -f hpux10.tmp hpux10.exports
 
 lib$(LIBBASE)$(PFLIBEXT): $(PFOBJLISTS)





More information about the krb5-bugs mailing list