Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2001 15:19:01 -0400
From:      "Gerald T. Freymann" <freymann@eagle.ca>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   trying make buildworld on 4.3RC3 - Post II - more info
Message-ID:  <020001c0c6aa$17f2ec30$0f01a8c0@phantom>

next in thread | raw e-mail | index | archive | help
(see previous post for Part I)

Ok, 2.5 hours later, here's where it has been typically stopping lately:

usr/src/lib/libc_r/uthread/uthread_exit.c: In function `pthread_exit':
/usr/src/lib/libc_r/uthread/uthread_exit.c:236: warning: `noreturn'
function does return
/usr/src/lib/libc_r/../libc/gen/sysctlnametomib.c: In function
`sysctlnametomib':
/usr/src/lib/libc_r/../libc/gen/sysctlnametomib.c:50: warning: passing arg
5 of `sysctl' discards qualifier
s from pointer target type
../tmp/ccnY7IB4.s: Assembler messages:
/tmp/ccnY7IB4.s:787: Warning: indirect jmp without `*'
/usr/src/lib/libc_r/uthread/uthread_exit.c: In function `pthread_exit':
/usr/src/lib/libc_r/uthread/uthread_exit.c:236: warning: `noreturn'
function does return
cc: Internal compiler error: program ld got fatal signal 11

I piped the buildworld to a file, so the above is what spills over... below
is from the piped output:

building shared library pam_skey.so
===> libpam/modules/pam_ssh
cc -O -pipe  -Wall -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto
/openssh -I/usr/obj/usr/src/i386
/usr/include -c
/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/log-client.c
 -o log-client.o
cc -O -pipe  -Wall -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto
/openssh -I/usr/obj/usr/src/i386
/usr/include -c
/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_
ssh.c -o pam_ssh
.o
building standard pam_ssh library
ranlib libpam_ssh.a
cc -fpic -DPIC -O -pipe  -Wall -I/usr/src/lib/libpam/modules/pam_ssh/../../
../../crypto/openssh -I/usr/obj/
usr/src/i386/usr/include -c
/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/log-client.c
 -o
log-client.So
cc -fpic -DPIC -O -pipe  -Wall -I/usr/src/lib/libpam/modules/pam_ssh/../../
../../crypto/openssh -I/usr/obj/
usr/src/i386/usr/include -c
/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_
ssh.
c -o pam_ssh.So
building shared library pam_ssh.so
*** Error code 1

Stop in /usr/src/lib/libpam/modules/pam_ssh.
*** Error code 1

Stop in /usr/src/lib/libpam/modules.
*** Error code 1

Stop in /usr/src/lib/libpam.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

 This is the first time I've seen it puke in the pam directories. Yes, I
did add the lines to /etc/pam.conf before running buildworld (but that
shouldn't prevent a buildworld even if I didn't?)

 I don't get it.

 I think I'll clean up /usr/obj again, and just freakin delete /usr/src and
cvsup down the source for 4.2-Release and see if I have any better luck.

-Gerry



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?020001c0c6aa$17f2ec30$0f01a8c0>