pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PLIST problem on Solaris 10



* On 2021-05-27 at 11:37 BST, Lehel Bernadt wrote:

ERROR:         /usr/pkgsrc/sysutils/findutils/work/.destdir/usr/pkg/./build-aux/vc-list-files: Failed to determine type of version control used in /usr/pkgsrc/sysutils/findutils/work/findutils-4.6.0

Something odd is happening here. You seem to be getting output from this in the findutils source:

  ./maint.mk:VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)

The first step would be to see what is actually under /usr/pkgsrc/sysutils/findutils/work/.destdir and whether that is a file that actually exists, or if it's the output from the check scripts that is somehow interpreting that command.

The part of pkgsrc that is performing these checks is mk/check/check-files.mk, have a look at _CHECK_FILES_MISSING_REAL and see how it is generated, that may give you some clues.

ERROR:         /usr/pkgsrc/devel/py-setuptools/work/.destdir/usr/pkg//usr/bin/find: stat() error /usr/pkgsrc/devel/py-setuptools/work/.destdir/usr/pkg/.: No such file or directory

This again is odd. You wouldn't expect to see command output mixed up in this file. Investigating exactly what is happening when _CHECK_FILES_MISSING_REAL is being generated should track this down.

Just double check you don't have anything special set in your environment. It's best to perform builds in as clean an environment as you can get, e.g. 'env -i bash --noprofile --norc' and then just set up the basics required e.g. $PATH.

--
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com


Home | Main Index | Thread Index | Old Index