pkgsrc-Users archive

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

Intermittent pbulk build fail of editors/vim-share



Hello!

My pbulk build on Darwin (macOS Sierra (10.12.1)) of editors/vim-share
from pkgsrc-2016Q3 failed in the build phase.  However, I ran bulkbuild
again, and this time it built the package successfully.  When it failed,
the errors from build.log were as follows (more context from the log is
at the end of this email):

==========
===> Building for vim-share-7.4.1987
--- objects ---
--- auto/osdef.h ---
--- objects/os_macosx.o ---
--- objects/os_mac_conv.o ---
--- objects ---
mkdir objects
--- auto/osdef.h ---
CC="clang -Iproto -DHAVE_CONFIG_H   -I/usr/include -DMACOS_X_UNIX    " srcdir=. sh ./osdef.sh
--- objects/os_macosx.o ---
clang -c -I. -Iproto -DHAVE_CONFIG_H   -I/usr/include -DMACOS_X_UNIX  -O2 -pipe -I/usr/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1       -o objects/os_macosx.o os_macosx.m
--- objects/os_mac_conv.o ---
clang -c -I. -Iproto -DHAVE_CONFIG_H   -I/usr/include -DMACOS_X_UNIX  -O2 -pipe -I/usr/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1       -o objects/os_mac_conv.o os_mac_conv.c
--- objects/os_macosx.o ---
error: unable to open output file 'objects/os_macosx.o': 'No such file or directory'
1 error generated.
--- objects/os_mac_conv.o ---
error: unable to open output file 'objects/os_mac_conv.o': 'No such file or directory'
1 error generated.
==========

I haven't tried to see how reproducible this is, but my guess is that
it's probably going to be tough to reproduce and hence tough to track
down.  But, I thought I'd ask just in case.  Does anyone know what went
wrong and how to fix it?

Thanks!

Lewis

========== build.log (more context) ==========
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/vim-share-7.4.1987/work.log
=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Building for vim-share-7.4.1987
--- objects ---
--- auto/osdef.h ---
--- objects/os_macosx.o ---
--- objects/os_mac_conv.o ---
--- objects ---
mkdir objects
--- auto/osdef.h ---
CC="clang -Iproto -DHAVE_CONFIG_H   -I/usr/include -DMACOS_X_UNIX    " srcdir=. sh ./osdef.sh
--- objects/os_macosx.o ---
clang -c -I. -Iproto -DHAVE_CONFIG_H   -I/usr/include -DMACOS_X_UNIX  -O2 -pipe -I/usr/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1       -o objects/os_macosx.o os_macosx.m
--- objects/os_mac_conv.o ---
clang -c -I. -Iproto -DHAVE_CONFIG_H   -I/usr/include -DMACOS_X_UNIX  -O2 -pipe -I/usr/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1       -o objects/os_mac_conv.o os_mac_conv.c
--- objects/os_macosx.o ---
error: unable to open output file 'objects/os_macosx.o': 'No such file or directory'
1 error generated.
--- objects/os_mac_conv.o ---
error: unable to open output file 'objects/os_mac_conv.o': 'No such file or directory'
1 error generated.
--- objects/os_macosx.o ---
*** [objects/os_macosx.o] Error code 1

bmake: stopped in /home/pbulk/build/editors/vim-share/work/vim74/src
--- objects/os_mac_conv.o ---
*** [objects/os_mac_conv.o] Error code 1

bmake: stopped in /home/pbulk/build/editors/vim-share/work/vim74/src
2 errors

bmake: stopped in /home/pbulk/build/editors/vim-share/work/vim74/src
*** Error code 2

Stop.
bmake[1]: stopped in /opt/pkgsrc-world/pkgsrc/editors/vim-share
*** Error code 1

Stop.
bmake: stopped in /opt/pkgsrc-world/pkgsrc/editors/vim-share
==========


Home | Main Index | Thread Index | Old Index