Date: Thu, 03 Oct 2013 12:16:16 +0200 From: Kurt Jaeger <fbsd-ports@opsec.eu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/182599: [patch update] ports-mgmt/portaudit fails with wrong error Message-ID: <E1VRfxA-0007xU-SM@home.opsec.eu> Resent-Message-ID: <201310031020.r93AK1Ws071211@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182599 >Category: ports >Synopsis: [patch update] ports-mgmt/portaudit fails with wrong error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 03 10:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-ALPHA4 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255933: Sun Sep 29 02:50:54 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: fails to install, shows wrong error message says 'need sysutils/pkg_install-devel', but should be ports-mgmt/pkg_install >How-To-Repeat: f10# pwd /usr/ports/ports-mgmt/portaudit f10# make ===> portaudit-0.6.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by portaudit-0.6.1 for building ===> Extracting for portaudit-0.6.1 ===> Patching for portaudit-0.6.1 ===> Configuring for portaudit-0.6.1 ===> Building for portaudit-0.6.1 f10# make install ===> Installing for portaudit-0.6.1 /usr/sbin/pkg_info missing, please install port sysutils/pkg_install-devel *** Error code 1 Stop. make: stopped in /usr/ports/ports-mgmt/portaudit see above >Fix: diff -r -u ports-mgmt/portaudit/pkg-req /usr/home/pi/myp/ports-mgmt/portaudit/pkg-req --- ports-mgmt/portaudit/pkg-req 2013-10-01 21:15:23.000000000 +0200 +++ /usr/home/pi/myp/ports-mgmt/portaudit/pkg-req 2013-10-03 11:35:27.000000000 +0200 @@ -14,13 +14,13 @@ fi if [ ! -x "${PKG_INFO}" ]; then - echo "${PKG_INFO} missing, please install port sysutils/pkg_install-devel" + echo "${PKG_INFO} missing, please install port ports-mgmt/pkg_install" exit 1 fi PKG_INSTALL_VER=`${PKG_INFO} -qP 2>/dev/null` if [ -z "${PKG_INSTALL_VER}" -o "${PKG_INSTALL_VER}" -lt %%REQPKGVER%% ]; then - echo "${PKG_INFO} is too old, please update port sysutils/pkg_install-devel" + echo "${PKG_INFO} is too old, please update port ports-mgmt/pkg_install" exit 1 fi >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VRfxA-0007xU-SM>