Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#433 closed defect (fixed)

make errors on perl build from ports

Reported by: pdb2@… Owned by: kvv@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

building perl 5.8 from ports gives me this error:

Making DB_File (dynamic)

cp DB_File.pm ../../lib/DB_File.pm AutoSplitting ../../lib/DB_File.pm (../../lib/auto/DB_File) cc -c -I/opt/local/include -I/opt/local/include/db4 -Dldflags=-L/opt/local/lib -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"1.804\" -DXS_VERSION=\"1.804\" "-I../.."

version.c

cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory ../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap -typemap typemap DB_File.xs > DB_File.xsc && mv DB_File.xsc DB_File.c cc -c -I/opt/local/include -I/opt/local/include/db4 -Dldflags=-L/opt/local/lib -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"1.804\" -DXS_VERSION=\"1.804\" "-I../.."

DB_File.c

cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory DB_File.xs: In function `ParseOpenInfo': DB_File.xs:1370: warning: passing arg 2 of pointer to function from incompatible pointer type DB_File.xs:1370: incompatible type for argument 4 of indirect function call DB_File.xs:1370: too few arguments to function make[1]: * [DB_File.o] Error 1 make: * [lib/auto/DB_File/DB_File.bundle] Error 2

Change History (2)

comment:1 Changed 21 years ago by fkr@…

Resolution: fixed
Status: newclosed

this has been fixed by michaelm@

comment:2 Changed 21 years ago by pdb2@…

Thanks for fixing it. I just pulled from CVS and the install went w/o a hitch.

Note: See TracTickets for help on using tickets.