Skip site navigation (1)Skip section navigation (2)
Date:      31 Mar 1998 11:45:33 -0500
From:      Chris Shenton <cshenton@it.hq.nasa.gov>
To:        freebsd-hackers@FreeBSD.ORG
Subject:   2.2.6-STABLE perl5 port broken (or is it me)?
Message-ID:  <xoiafa6hkr6.fsf@wirehead.it.hq.nasa.gov>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xoiafa6hkr6.fsf>