From owner-freebsd-ports Thu Jan 7 08:09:46 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02610 for freebsd-ports-outgoing; Thu, 7 Jan 1999 08:09:46 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from steffi.geodesic.com (steffi.geodesic.com [38.193.150.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02605 for ; Thu, 7 Jan 1999 08:09:44 -0800 (PST) (envelope-from grm@geodesic.com) Received: from [193.112.142.6] (ptarmigan.ravenbrook.com [193.112.142.6]) by steffi.geodesic.com (8.8.8/8.8.8) with ESMTP id KAA01742 for ; Thu, 7 Jan 1999 10:09:14 -0600 (CST) (envelope-from grm@geodesic.com) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Sender: grm@pop3.geodesic.com Message-Id: Date: Thu, 7 Jan 1999 16:07:38 +0000 To: freebsd-ports@FreeBSD.ORG From: Gavin Matthews Subject: Problems making p5-DBD-0.72 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I attempt to mak p5-DBD-0.72, I get the following error: > ===> p5-DBD-Pg-0.72 is marked as broken: build. If I comment out the two "BROKEN" lines in Makefile, I get: >cc -c -I/usr/local/pgsql/include -I/usr/local/include/pgsql > -I/usr/include/pgsql > -I/usr/local/lib/perl5/5.00502/i386-freebsd/DBI > -I/usr/local/lib/perl5/site_per >l/5.005/i386-freebsd/auto/DBI -O -DVERSION=\"0.72\" >-DXS_VERSION=\"0.72\" >-DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE dbdimp.c >dbdimp.c: In function `dbd_db_ping': >dbdimp.c:135: dereferencing pointer to incomplete type >dbdimp.c:136: dereferencing pointer to incomplete type >dbdimp.c:140: dereferencing pointer to incomplete type >dbdimp.c:140: dereferencing pointer to incomplete type >dbdimp.c:141: dereferencing pointer to incomplete type >dbdimp.c:142: dereferencing pointer to incomplete type >dbdimp.c:146: dereferencing pointer to incomplete type >dbdimp.c:146: dereferencing pointer to incomplete type >dbdimp.c:146: dereferencing pointer to incomplete type >dbdimp.c:146: dereferencing pointer to incomplete type >dbdimp.c:147: dereferencing pointer to incomplete type >dbdimp.c:148: dereferencing pointer to incomplete type >*** Error code 1 > >Stop. This is with a clean install of FreeBSD 2.2.8, including Perl 5.005_02, p5-DBI-1.02, and postgresql-6.4. If I download and make p5-DBD-0.89 manually, it appear to compile without problems. Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message