From owner-freebsd-hackers Tue Mar 31 08:45:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17758 for freebsd-hackers-outgoing; Tue, 31 Mar 1998 08:45:50 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from gratia.it.hq.nasa.gov (gratia.it.hq.nasa.gov [131.182.119.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17752 for ; Tue, 31 Mar 1998 08:45:42 -0800 (PST) (envelope-from cshenton@gratia.it.hq.nasa.gov) Received: from wirehead.it.hq.nasa.gov (WireHead.it.hq.nasa.gov [131.182.119.88]) by gratia.it.hq.nasa.gov (8.7.5/8.7.3) with ESMTP id LAA06647 for ; Tue, 31 Mar 1998 11:38:42 -0500 (EST) Received: (from cshenton@localhost) by wirehead.it.hq.nasa.gov (8.8.8/8.8.8) id LAA03543; Tue, 31 Mar 1998 11:45:33 -0500 (EST) To: freebsd-hackers@FreeBSD.ORG Subject: 2.2.6-STABLE perl5 port broken (or is it me)? From: Chris Shenton Date: 31 Mar 1998 11:45:33 -0500 Message-ID: Lines: 54 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm on 2.2.6-STABLE from cvsup as of about 2 days ago. I was trying to build VNC, and it depends on Perl5.004.04, which the port's make dutifully tries to build but fails. I removed the sources and tried to make ports/lang/perl5 separatedly, but it dies in the same place: an undefined type "recno_t". I don't find this defined anywhere in the Perl5.004.04 sources. Is this a 2.2.6/ports problem? Or maybe some cruft from my old versions? I've been cvsupping for quite a while and maybe it's time to wipe'n'load but that just seems so WinDozey to me. Any advice appreciated. [...much compilation elided...] Making DB_File (dynamic) Writing Makefile for DB_File mkdir ../../lib/auto/DB_File cp DB_File.pm ../../lib/DB_File.pm AutoSplitting DB_File (../../lib/auto/DB_File) ../../miniperl -I../../lib -I../../lib ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap -typemap typemap DB_File.xs >DB_File.tc && mv DB_File.tc DB_File.c cc -c -I/usr/local/include -O -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -DPIC -fpic -I../.. DB_File.c DB_File.xs:132: parse error before `Value' DB_File.xs:132: warning: data definition has no type or storage class DB_File.xs:134: parse error before `zero' DB_File.xs:134: warning: data definition has no type or storage class DB_File.xs:135: `recno_t' undeclared here (not in a function) DB_File.xs:342: parse error before `GetRecnoKey' DB_File.c: In function `XS_DB_File_DELETE': DB_File.c:924: `recno_t' undeclared (first use this function) DB_File.c:924: (Each undeclared identifier is reported only once DB_File.c:924: for each function it appears in.) DB_File.c: In function `XS_DB_File_EXISTS': DB_File.c:967: `recno_t' undeclared (first use this function) DB_File.c: In function `XS_DB_File_FETCH': DB_File.c:1008: `recno_t' undeclared (first use this function) DB_File.c: In function `XS_DB_File_STORE': DB_File.c:1057: `recno_t' undeclared (first use this function) DB_File.c: In function `XS_DB_File_NEXTKEY': DB_File.c:1140: `recno_t' undeclared (first use this function) DB_File.c: In function `XS_DB_File_del': DB_File.c:1384: `recno_t' undeclared (first use this function) DB_File.c: In function `XS_DB_File_get': DB_File.c:1429: `recno_t' undeclared (first use this function) DB_File.c: In function `XS_DB_File_put': DB_File.c:1475: `recno_t' undeclared (first use this function) DB_File.c: In function `XS_DB_File_seq': DB_File.c:1583: `recno_t' undeclared (first use this function) *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message