From owner-freebsd-current Fri Sep 11 11:10:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06994 for freebsd-current-outgoing; Fri, 11 Sep 1998 11:10:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from nomis.simon-shapiro.org (nomis.simon-shapiro.org [209.86.126.163]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA06985 for ; Fri, 11 Sep 1998 11:10:25 -0700 (PDT) (envelope-from shimon@simon-shapiro.org) Received: (qmail 12677 invoked by uid 1000); 11 Sep 1998 19:13:09 -0000 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 11 Sep 1998 15:13:09 -0400 (EDT) X-Face: (&r=uR0&yvh>h^ZL4"-TH61PD}/|Y'~58Z# Gz&BK'&uLAf:2wLb~L7YcWfau{;N(#LR2)\i.l8'ZqVhv~$rNx$]Om6Sv36S'\~5m/U'"i/L)&t$R0&?,)tm0l5xZ!\hZU^yMyCdt!KTcQ376cCkQ^Q_n.GH;Dd-q+ O51^+.K-1Kq?WsP9;cw-Ki+b.iY-5@3!YB5{I$h;E][Xlg*sPO61^5=:5k)JdGet,M|$"lq!1!j_>? $0Yc? Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: Chris Timmons Subject: Re: Perl Build Failure Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Timmons, On 11-Sep-98 you wrote: > > Hmm, if it is broke now, it just happened. I cvsupped at around 00:00 > UTC > September 11 and enjoyed a full buildworld/installworld on my already > elfed -current of Sep 8, including the new perl. This was after Mark > fixed a couple of glitches which were reported on this list. Clarification: Make world is fine. What fails is the /usr/ports/lang/perl5. If this one fails, it makes ``make release'' fail too. Make release failure causes difficulties to thos of us who insist on installing FreeBSD on test machines the way the product is intended to be used (old argument :-). There is no particular urgency here, but a nice to have. BTW, I tried to build the new Perl manually, answering the many questions to the best of my knowledge. It bombs more severely than the port: ... `sh cflags libperl.so.5.2 perlio.o` -DPIC -fpic perlio.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O cc -Bshareable -L/usr/local/lib -o libperl.so.5.2 perl.o gv.o toke.o perly.o op .o regcomp.o dump.o util.o mg.o byterun.o hv.o av.o run.o pp_hot.o sv.o pp.o sco pe.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o taint.o deb.o universal.o globals .o perlio.o /usr/lib/crt1.o: In function `_start': /usr/lib/crt1.o(.text+0x49): undefined reference to `main' pp.o: In function `Perl_pp_pow': pp.o(.text+0x1c4b): undefined reference to `pow' pp.o: In function `Perl_pp_atan2': pp.o(.text+0x4bb7): undefined reference to `atan2' pp.o: In function `Perl_pp_sin': pp.o(.text+0x4c84): undefined reference to `sin' pp.o: In function `Perl_pp_cos': pp.o(.text+0x4d70): undefined reference to `cos' pp.o: In function `Perl_pp_exp': pp.o(.text+0x50b4): undefined reference to `exp' pp.o: In function `Perl_pp_log': pp.o(.text+0x51df): undefined reference to `log' pp.o: In function `Perl_pp_sqrt': pp.o(.text+0x530f): undefined reference to `sqrt' pp.o: In function `Perl_pp_crypt': pp.o(.text+0x63d8): undefined reference to `crypt' pp.o: In function `Perl_pp_pack': pp.o(.text+0xac68): undefined reference to `floor' pp.o(.text+0xadc6): undefined reference to `floor' cc: file path prefix `shareable' never used *** Error code 1 Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message