Subject: pkg/34082: "make install" in sysutils/amanda-server fails with pkgsrc-2006Q2
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Simon Burge <simonb@netbsd.org>
List: pkgsrc-bugs
Date: 07/25/2006 13:15:01
>Number: 34082
>Category: pkg
>Synopsis: "make install" in sysutils/amanda-server fails with pkgsrc-2006Q2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jul 25 13:15:00 +0000 2006
>Originator: Simon Burge <simonb@netbsd.org>
>Release: NetBSD 3.0_STABLE (from around April 30, 2006) and pkgsrc-2006Q2
>Organization:
>Environment:
System: NetBSD thoreau.thistledown.com.au 3.0_STABLE
Architecture: i386
Machine: i386
>Description:
Trying to "make install" in sysutils/amanda-server results in the
following errors:
=> Checking file-check results for amanda-server-2.4.4p4nb4
ERROR: ************************************************************
ERROR: The following files are in /usr/pkg but not in the PLIST:
ERROR: /usr/pkg/man/man8/amplot.8
ERROR: /usr/pkg/sbin/amplot
Here's a snippet of the make output:
sandbox# make install | & tee /tmp/make-install-amanda-server
...
sandbox# grep amplot /tmp/make-install-amanda-server
Making install in amplot
gmake[1]: Entering directory `/usr/obj/pkg/sysutils/amanda-server/work.thoreau/amanda-2.4.4p4/amplot'
gmake[2]: Entering directory `/usr/obj/pkg/sysutils/amanda-server/work.thoreau/amanda-2.4.4p4/amplot'
/usr/bin/install -c -o root -g wheel -m 555 'amplot' '/usr/pkg/sbin/amplot'
...
>How-To-Repeat:
cd /usr/pkgsrc/sysutils/amanda-server ; make install
>Fix:
None given.