Subject: pkg/35208: x11/eterm PLIST problem
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <kre@munnari.OZ.AU>
List: pkgsrc-bugs
Date: 12/08/2006 11:35:00
>Number:         35208
>Category:       pkg
>Synopsis:       x11/eterm PLIST problem
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 08 11:35:00 +0000 2006
>Originator:     Robert Elz
>Release:        NetBSD 3.99.15  (pkgsrc current withinn last 4-6 hours)
>Organization:
	Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 3.99.15 NetBSD 3.99.15 (GENERIC-1.696-20060125) #8: Wed Jan 25 04:59:39 ICT 2006 kre@jade.coe.psu.ac.th:/usr/obj/current/kernels/JADE_ASUS i386
Architecture: i386
Machine: i386
>Description:
	Making a binary package for x11/eterm fails because a file
	is not included in the PLIST.

>How-To-Repeat:
	I use pkg_comp with libkver and NetBSD-3.0 (RELEASE) sets
	and sources installed.  However, I doubt any of that is
	relevant to this problem, so just try

		cd ...../pkgsrc/x11/eterm
		make package

	and expect to see ...


=> Checking file permissions in eterm-0.9.4
WARNING: [check-perms.mk] Skipping file permissions check.
WARNING: [check-perms.mk] Install sysutils/checkperms to enable this check.
=> Checking for missing run-time search paths in eterm-0.9.4
=> Checking for work-directory references in eterm-0.9.4
=> Checking file-check results for eterm-0.9.4
ERROR: ************************************************************
ERROR: The following files are in /usr/pkg but not in the PLIST:
ERROR:         /usr/pkg/share/Eterm/gdb.scr
*** Error code 1

	sysutils/checkperms was not installed (obviously) mostly
	because this build was done using pkg_comp into a sandbox
	that had just been recreated (only eterm's dependencies, and
	a couple of packages I can't operate without, like pkglint,
	and their dependencies (perl...), were installed).

	The pkg_comp sandbox mk.conf has no options set that should
	influence the build of eterm (I believe).  It has

PKG_DEFAULT_OPTIONS= inet6 official-mozilla-branding

	and PKG_OPTIONS for magicpoint and spamassassin.

>Fix:
	Add the missing file to PLIST, or arrange for it not to be
	installed, or whatever it takes...