Subject: pkg/33748: Bind9 packaging on linux problems
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <info@sicurezzarete.com>
List: pkgsrc-bugs
Date: 06/16/2006 10:40:01
>Number:         33748
>Category:       pkg
>Synopsis:       Bind9 packaging on linux problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 16 10:40:00 +0000 2006
>Originator:     Matteo
>Release:        Linux 2.4.32 (Voltalinux 1.0)
>Organization:
voltalinux
>Environment:
>Description:
At the end of compiling with a bmake package, during the packaging is missing a file (/usr/pkg/include/bind/sys/bitypes.h) so it won't pack but it install.

output 
Creating package /usr/pkgsrc/packages/All/bind-9.3.1.tgz
Using SrcDir value of /usr/pkg
Registering depends:.
pkg_create: can't stat `/usr/pkg/include/bind/sys/bitypes.h'
tar: Unable to access include/bind/sys/bitypes.h (No such file or directory)
tar: WARNING! These file names were not selected:
include/bind/sys/bitypes.h
pkg_create: /usr/pkg/bin/tar command failed with code 1
(pkg_create: exitcode 2)

>How-To-Repeat:
create a package of bind9 on a linux box with pkgsrc (voltalinux for instance o slackware)
>Fix:
I modified the PLIST and removed the line with /usr/pkg/include/bind/sys/bitypes.h reference.