pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49313: ham/gnuradio-companion fails duing make install
>Number: 49313
>Category: pkg
>Synopsis: ham/gnuradio-companion fails duing make install
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Oct 25 12:25:00 +0000 2014
>Originator: Ben Gergely
>Release: current
>Organization:
>Environment:
NetBSD 7.99.1
>Description:
install phase fails because of missing file in PLIST and bash not being found and is required for this shellscript ./work/gnuradio-3.7.5/build/grc/freedesktop/grc_setup_freedesktop
>How-To-Repeat:
make install in ham/gnuradio-companion
=> Generating post-install file lists
=> Checking file-check results for gnuradio-companion-3.7.5
ERROR: ************************************************************
ERROR: The following files are in /usr/pkgsrc/ham/gnuradio-companion/work/.destdir/usr/pkg but not in the PLIST:
ERROR: /usr/pkgsrc/ham/gnuradio-companion/work/.destdir/usr/pkg/libexec/gnuradio/grc_setup_freedesktop
*** Error code 1
and then
=> Checking for non-existent script interpreters in gnuradio-companion-3.7.5
WARNING: [check-interpreter.mk] The interpreter "/usr/bin/env" of "/usr/pkgsrc/ham/gnuradio-companion/work/.destdir/usr/pkg/lib/python2.7/site-packages/gnuradio/grc/python/flow_graph.tmpl" is not allowed.
ERROR: [check-interpreter.mk] The interpreter "/bin/bash" of "/usr/pkgsrc/ham/gnuradio-companion/work/.destdir/usr/pkg/libexec/gnuradio/grc_setup_freedesktop" does not exist.
*** Error code 1
>Fix:
echo "libexec/gnuradio/grc_setup_freedesktop" >> PLIST
change #!/bin/bash to something else in:
./work/gnuradio-3.7.5/build/grc/freedesktop/grc_setup_freedesktop
or add bash as a dependency I guess or just remove the file.
Home |
Main Index |
Thread Index |
Old Index