pkgsrc-Users archive

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

Re: pkgsrc-2013Q2 randomly not creating packages for me. What can be wrong?



Well, that's an unfortunate surprise.
I rebuilt both gcc48 and gcc48-libs with a 'package' target, fine.
But now I get the following on 'update' (which, even though not absolutely necessary, should work):

richard@devzoneX:~/src/pkgsrc/lang/gcc48$ bmake update
if /opt/pkg/sbin/pkg_info -K /var/opt/pkg/db/pkg -qe "gcc48-[0-9]*"; then  
/opt/pkg/sbin/pkg_info -K /var/opt/pkg/db/pkg -qr "gcc48-[0-9]*" > 
/var/tmp/pkgsrc/lang/gcc48/work/.DLIST;  else  /usr/bin/touch /var/tmp/pkgsrc/lang/gcc48/work/.DLIST;  
fi
===> Deinstalling for gcc48-4.8.1
=> Becoming ``root'' to make su-deinstall (pfexec)
Running /opt/pkg/sbin/pkg_delete -K /var/opt/pkg/db/pkg -r gcc48-4.8.1
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/cpp.info
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/cppinternals.info
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/gcc.info
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/gccgo.info
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/gccinstall.info
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/gccint.info
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/gfortran.info
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/libgomp.info
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/libitm.info
gcc48-4.8.1: unregistering info file /opt/pkg/gcc48/info/libquadmath.info
=> Dropping ``root'' privileges.
=> Bootstrap dependency digest>=20010302: found digest-20121220
(cd ../../devel/gmp && /opt/pkg/bin/bmake 
WRKDIR=/var/tmp/pkgsrc/lang/gcc48/work/gcc-4.8.1/.devel.gmp 
EXTRACT_DIR=/var/tmp/pkgsrc/lang/gcc48/work/gcc-4.8.1  
WRKSRC='${EXTRACT_DIR}/${DISTNAME}' SKIP_DEPENDS=YES checksum clean)
ERROR: This package has set PKG_FAIL_REASON:
ERROR: No USE_PKGSRC_GCC_RUNTIME support for gcc-0
*** Error code 255

Stop.
bmake: stopped in /home/richard/src/pkgsrc/devel/gmp
*** Error code 1

Stop.
bmake: stopped in /home/richard/src/pkgsrc/lang/gcc48
*** Error code 1

Stop.
bmake: stopped in /home/richard/src/pkgsrc/lang/gcc48


BTW - when trying to reproduce this (luckily now I had the package!) the first 'update' seems to work okay, but a subsequent 'update' gives the same error...

here is an extract of my mk.conf:
#USE_PKGSRC_GCC=                yes
USE_PKGSRC_GCC_RUNTIME= yes
PREFER_PKGSRC=          yes

Looks like an issue with 'inplace' depends, if I read the above correctly...




Home | Main Index | Thread Index | Old Index