From owner-freebsd-questions Mon Apr 16 12:16:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (marlo.eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 16ADA37B440 for ; Mon, 16 Apr 2001 12:16:17 -0700 (PDT) (envelope-from freymann@eagle.ca) Received: from phantom (staff.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.0/8.11.0) with SMTP id f3GJHVK68585 for ; Mon, 16 Apr 2001 15:17:31 -0400 (EDT) (envelope-from freymann@eagle.ca) Message-ID: <020001c0c6aa$17f2ec30$0f01a8c0@phantom> Reply-To: "Gerald T. Freymann" From: "Gerald T. Freymann" To: Subject: trying make buildworld on 4.3RC3 - Post II - more info Date: Mon, 16 Apr 2001 15:19:01 -0400 Organization: eagle.ca MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (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