From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 23 21:00:36 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C6DB16A49E for ; Sun, 23 Oct 2005 21:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6B2143D46 for ; Sun, 23 Oct 2005 21:00:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9NL0ZvV023628 for ; Sun, 23 Oct 2005 21:00:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9NL0Z0p023627; Sun, 23 Oct 2005 21:00:35 GMT (envelope-from gnats) Date: Sun, 23 Oct 2005 21:00:35 GMT Message-Id: <200510232100.j9NL0Z0p023627@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Martin Jackson Cc: Subject: Re: ports/86962: p5-DBI-Shell missing dbish from pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Jackson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2005 21:00:36 -0000 The following reply was made to PR ports/86962; it has been noted by GNATS. From: Martin Jackson To: bug-followup@FreeBSD.org, mhjacks@swbell.net Cc: Subject: Re: ports/86962: p5-DBI-Shell missing dbish from pkg-plist Date: Sun, 23 Oct 2005 15:59:11 -0500 ehaupt, With all due respect, did you look at the pkg contents? When I built the package on one machine, and installed it on a different machine, the dbish file itself was missing; presumably because it was not listed in pkg-plist. When you build the package locally, it will be installed, but it won't be listed in +CONTENTS. Thus: ===> Extracting for p5-DBI-Shell-11.93_1 => Checksum OK for DBI-Shell-11.93.tar.gz. ===> p5-DBI-Shell-11.93_1 depends on file: /usr/local/bin/perl5.8.7 - found ===> Patching for p5-DBI-Shell-11.93_1 ===> p5-DBI-Shell-11.93_1 depends on file: /usr/local/bin/perl5.8.7 - found ===> p5-DBI-Shell-11.93_1 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/mach/DBI.pm - found ===> p5-DBI-Shell-11.93_1 depends on file: /usr/local/bin/perl5.8.7 - found ===> Configuring for p5-DBI-Shell-11.93_1 Checking if your kit is complete... Looks good Writing Makefile for DBI::Shell ===> Building for p5-DBI-Shell-11.93_1 cp lib/DBI/Shell.pm blib/lib/DBI/Shell.pm cp lib/DBI/Format.pm blib/lib/DBI/Format.pm cp lib/DBI/Shell/Timing.pm blib/lib/DBI/Shell/Timing.pm cp lib/DBI/Format/SQLMinus.pm blib/lib/DBI/Format/SQLMinus.pm cp lib/DBI/Shell/SQLMinus.pm blib/lib/DBI/Shell/SQLMinus.pm cp lib/DBI/Shell/FindSqlFile.pm blib/lib/DBI/Shell/FindSqlFile.pm cp lib/DBI/Shell/Completion.pm blib/lib/DBI/Shell/Completion.pm cp lib/DBI/Shell/Spool.pm blib/lib/DBI/Shell/Spool.pm /usr/local/bin/perl5.8.7 "-Iblib/arch" "-Iblib/lib" dbish.PL dbish Extracted dbish from dbish.PL with variable substitutions. cp dbish blib/script/dbish /usr/local/bin/perl5.8.7 "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/dbish Manifying blib/man1/dbish.1 Manifying blib/man3/DBI::Shell.3 Manifying blib/man3/DBI::Format.3 Manifying blib/man3/DBI::Format::SQLMinus.3 ===> Installing for p5-DBI-Shell-11.93_1 ===> p5-DBI-Shell-11.93_1 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/mach/DBI.pm - found ===> p5-DBI-Shell-11.93_1 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/Text/Reform.pm - found ===> p5-DBI-Shell-11.93_1 depends on file: /usr/local/lib/perl5/site_perl/5.8.7/IO/Tee.pm - found ===> p5-DBI-Shell-11.93_1 depends on file: /usr/local/bin/perl5.8.7 - found ===> Generating temporary packing list ===> Checking if databases/p5-DBI-Shell already installed Installing /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell.pm Installing /usr/local/lib/perl5/site_perl/5.8.7/DBI/Format.pm Installing /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/Timing.pm Installing /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/SQLMinus.pm Installing /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/FindSqlFile.pm Installing /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/Completion.pm Installing /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/Spool.pm Installing /usr/local/lib/perl5/site_perl/5.8.7/DBI/Format/SQLMinus.pm Installing /usr/local/man/man1/dbish.1 Installing /usr/local/lib/perl5/5.8.7/man/man3/DBI::Shell.3 Installing /usr/local/lib/perl5/5.8.7/man/man3/DBI::Format.3 Installing /usr/local/lib/perl5/5.8.7/man/man3/DBI::Format::SQLMinus.3 Installing /usr/local/bin/dbish Writing /usr/local/lib/perl5/site_perl/5.8.7/mach/auto/DBI/Shell/.packlist ===> Compressing manual pages for p5-DBI-Shell-11.93_1 ===> Registering installation for p5-DBI-Shell-11.93_1 ===> Building package for p5-DBI-Shell-11.93_1 Creating package /usr/ports/packages/All/p5-DBI-Shell-11.93_1.tbz Registering depends: p5-DBI-1.48 p5-IO-Tee-0.64_1 p5-Text-Reform-1.11 perl-threaded-5.8.7. Creating bzip'd tar ball in '/usr/ports/packages/All/p5-DBI-Shell-11.93_1.tbz' But, /usr/local/bin/dbish is not included in the file list: Information for p5-DBI-Shell-11.93_1: Files: /usr/local/man/man1/dbish.1.gz /usr/local/lib/perl5/5.8.7/man/man3/DBI::Format.3.gz /usr/local/lib/perl5/5.8.7/man/man3/DBI::Format::SQLMinus.3.gz /usr/local/lib/perl5/5.8.7/man/man3/DBI::Shell.3.gz /usr/local/lib/perl5/site_perl/5.8.7/DBI/Format.pm /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/Completion.pm /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/SQLMinus.pm /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/Spool.pm /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/Timing.pm /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell/FindSqlFile.pm /usr/local/lib/perl5/site_perl/5.8.7/DBI/Format/SQLMinus.pm /usr/local/lib/perl5/site_perl/5.8.7/DBI/Shell.pm The file is installed, but not included in the package tarball. This is what I filed the PR about. Sorry for any confusion. Thanks, Marty