Date: Thu, 22 Apr 2004 14:04:15 +0200 From: Stefan `Sec` Zehl <sec@42.org> To: Norikatsu Shigemura <nork@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/63233: p5-DBD-SQLite 0.31 is broken with perl 5.8 Message-ID: <20040422120415.GA3529@ice.42.org> In-Reply-To: <20040422104142.54af2cac.nork@FreeBSD.org> References: <200404201336.i3KDaPGR031561@freefall.freebsd.org> <20040421224935.GA85235@ice.42.org> <20040422104142.54af2cac.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 22, 2004 at 10:41 +0900, Norikatsu Shigemura wrote: > I always welcome your report:-). > > 1st: > Please `make test' in /usr/ports/databases/p5-DBD-SQLite/work/DBD-SQLite-0.31 > after `make build' in /usr/ports/databases/p5-DBD-SQLite, and tell > me it's result. Ok. This is my run: ice:/usr/ports/databases/p5-DBD-SQLite/work/DBD-SQLite-0.31#make test PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.2 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00basic...............ok t/01logon...............ok t/02cr_table............ok t/03insert..............ok t/04select..............ok t/05tran................ok t/06error...............ok t/08create_function.....ok t/09create_aggregate....ok t/10dsnlist.............ok t/20createdrop..........ok t/30insertfetch.........ok t/40bindparam...........ok t/40blobs...............ok t/40listfields..........ok t/40nulls...............ok t/40numrows.............ok t/50chopblanks..........ok t/50commit..............ok t/60metadata............ok 4/24Bad free() ignored (PERL_CORE) at /export/ports/databases/p5-DBD-SQLite/work/DBD-SQLite-0.31/blib/lib/DBD/SQLite.pm line 189. Bad free() ignored (PERL_CORE) at /export/ports/databases/p5-DBD-SQLite/work/DBD-SQLite-0.31/blib/lib/DBD/SQLite.pm line 190. Bad free() ignored (PERL_CORE) at /export/ports/databases/p5-DBD-SQLite/work/DBD-SQLite-0.31/blib/lib/DBD/SQLite.pm line 200. Bad free() ignored (PERL_CORE) at /export/ports/databases/p5-DBD-SQLite/work/DBD-SQLite-0.31/blib/lib/DBD/SQLite.pm line 200. t/60metadata............ok 11/24Bad free() ignored (PERL_CORE) at /export/ports/databases/p5-DBD-SQLite/work/DBD-SQLite-0.31/blib/lib/DBD/SQLite.pm line 188. t/60metadata............ok 16/24Bad free() ignored (PERL_CORE) at /export/ports/databases/p5-DBD-SQLite/work/DBD-SQLite-0.31/blib/lib/DBD/SQLite.pm line 188. t/60metadata............ok t/90cppcomments.........ok t/99cleanup.............ok t/ak-dbd................ok t/dbdadmin..............ok All tests successful. Files=24, Tests=348, 12 wallclock secs ( 8.34 cusr + 1.50 csys = 9.84 CPU) While the tests work, it spews horrible messages :) I have no idea why this is. My CFLAGS are: ice:/usr/ports/databases/p5-DBD-SQLite#make -V CFLAGS -O -pipe -march=k6 I have also tried recompiling SQLite without -march=k6, but it made no difference. CU, Sec -- [ Recovering from a root breakin - someone says to cvsup and make world ] Brandon S. Allbery: Not if cvsup itself has been trojaned. John Polstra: Cool, that would be one of the first code contributions ever for CVSup. :-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040422120415.GA3529>