tech-pkg archive

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

Re: pbulk error: /usr/bin/awk: no program filename



Am 09.12.2015 um 04:49 schrieb John Klos:
> On NetBSD 7 on Amiga and on NetBSD 6.1.5 on VAX, building pbulk fails
> here. Ideas?
> 
> 
> /usr/bin/install -c -o root -g wheel -m 644 digest.1
> /tmp/obj-pbulk/pkgtools/digest/work/.destdir/usr/pbulk/man/man1/digest.1
> => Automatic manual page handling
> => Generating post-install file lists
> => Checking file-check results for digest-20121220
> => Checking for non-existent script interpreters in digest-20121220
> => Checking for missing run-time search paths in digest-20121220
> /usr/bin/awk: no program filename

There is a problem in mk/check/check-shlibs.mk:

.  if ${OBJECT_FMT} == "ELF"
CHECK_SHLIBS_NATIVE= ${PKGSRCDIR}/mk/check/check-shlibs-elf.awk
.  elif ${OBJECT_FMT} == "Mach-O"
CHECK_SHLIBS_NATIVE= ${PKGSRCDIR}/mk/check/check-shlibs-macho.awk
.  endif

Clearly there is an ".else" branch missing, and you seem to have neither
ELF nor Mach-O binaries.

Roland


Home | Main Index | Thread Index | Old Index