pkgsrc-Users archive

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

pkgin doest not compile in Solaris 10



Hi,
pkgin fails to build in Solaris 10 with this message :

[root@zone3 pkgin]$ bmake package
=> Bootstrap dependency digest>=20010302: found digest-20190127
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.9nb1
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/pkg/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Installing for pkgin-20.5.1nb1
=> Generating pre-install file lists
=> Creating installation directories
/usr/pkg/bin/bmake  install-am
 ./install-sh -c -d '/var/tmp/pkgbuild/pkgtools/pkgin/work/.destdir/usr/pkg/bin'
  /usr/pkg/bin/bsdinstall -c -s -o root -g root -m 755 pkgin '/var/tmp/pkgbuild/pkgtools/pkgin/work/.destdir/usr/pkg/bin'
 ./install-sh -c -d '/var/tmp/pkgbuild/pkgtools/pkgin/work/.destdir/usr/pkg/man/man1'
 /usr/pkg/bin/bsdinstall -c -o root -g root -m 644 pkgin.1 '/var/tmp/pkgbuild/pkgtools/pkgin/work/.destdir/usr/pkg/man/man1'
/usr/pkg/bin/bsdinstall -c -o root -g root -m 644 /var/tmp/pkgbuild/pkgtools/pkgin/work/pkgin-20.5.1/repositories.conf                   /var/tmp/pkgbuild/pkgtools/pkgin/work/.destdir/usr/pkg/share/examples/pkgin/repositories.conf.example
/usr/pkg/bin/bsdinstall -c -o root -g root -m 644 /var/tmp/pkgbuild/pkgtools/pkgin/work/pkgin-20.5.1/preferred.conf                      /var/tmp/pkgbuild/pkgtools/pkgin/work/.destdir/usr/pkg/share/examples/pkgin/preferred.conf.example
=> Automatic manual page handling
=> Generating post-install file lists
=> Checking file-check results for pkgin-20.5.1nb1
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /var/tmp/pkgbuild/pkgtools/pkgin/work/.destdir/usr/pkg:
ERROR:         /var/tmp/pkgbuild/pkgtools/pkgin/work/.destdir/usr/pkg/man/cat1/pkgin.1
*** Error code 1

Stop.
bmake[1]: stopped in /srv/pkgsrc/pkgtools/pkgin

Tried to "make clean clean-depends" and restart build it did not work. A quick workaround is simply to remove or comment out that line in PLIST :

man/cat1/pkgin.0

Any suggestions to resolve this issue?


Home | Main Index | Thread Index | Old Index