On 8/14/06, Jon Buller <jon%bullers.net@localhost> wrote:
Thomas Klausner wrote:
>>lang/sbcl jonb%NetBSD.org@localhost
>
>
> ERROR: ************************************************************
> ERROR: The following files are in the PLIST but not in /usr/pkg:
> ERROR: /usr/pkg/share/man/man1/sbcl.1
> ERROR: ************************************************************
> ERROR: The following files are in /usr/pkg but not in the PLIST:
> ERROR: /usr/pkg/lib/sbcl/asdf-install/.cvsignore
> ERROR: /usr/pkg/lib/sbcl/asdf-install/CVS/Entries
[ A bazillion other files in the same list removed... ]
When did this start happening?
Some months already, IIRC. These checks are to ensure that the PLIST
is consistent with what is really installed by the package. I'm not
sure if this only happens when PKG_DEVELOPER is enabled, though.
When I created the package, I used "make
print-PLIST" and it seemed fine for quite a long time.
print-PLIST might not generate a complete PLIST because it uses
timestamps to determine what is new in the installation directory. If
the package preserves the timestamps of installed files, print-PLIST
will most likely not catch them (e.g. using pax's -pe flag).