ports/173899: Complaints from pkgng when installing
Garrett Cooper
yanegomi at gmail.com
Sun Nov 25 00:00:01 UTC 2012
>Number: 173899
>Category: ports
>Synopsis: Complaints from pkgng when installing
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 25 00:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Garrett Cooper
>Release: 9.1-STABLE
>Organization:
EMC Isilon
>Environment:
FreeBSD bayonetta.local 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r240836M: Sat Sep 22 12:30:11 PDT 2012 gcooper at bayonetta.local:/usr/obj/store/freebsd/stable/9/sys/BAYONETTA amd64
>Description:
==============================================
To configure a Salt Master, do the following:
o Copy /usr/local/etc/salt/master.sample
to /usr/local/etc/salt/master
o Set salt_master_enable="YES" in rc.conf
----------------------------------------------
=============================================
===> Compressing manual pages for salt-0.10.4
pkg: Unable to open keyword definition(/usr/ports/Keywords/stopdaemon.yaml): No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pkg: unknown keyword stopdaemon, ignoring @stopdaemon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pkg: Unable to open keyword definition(/usr/ports/Keywords/stopdaemon.yaml): No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pkg: unknown keyword stopdaemon, ignoring @stopdaemon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Installing salt-0.10.4... done
bapt@/jlaffaye@/etc should be brought in to help with figuring out what needs to be done to handle this properly because it seems like bsd.port.mk should be handling this...
>From bsd.pkgng.mk:
21 PLIST_REINPLACE:= ${PLIST_REINPLACE:Nstopdaemon}
>From bsd.port.mk:
1556 PLIST_REINPLACE+= dirrmtry stopdaemon rmtry
1557 PLIST_REINPLACE_DIRRMTRY=s!^@dirrmtry \(.*\)!@unexec rmdir "%D/\1" 2>/dev/null || true!
1558 PLIST_REINPLACE_RMTRY=s!^@rmtry \(.*\)!@unexec rm -f %D/\1 2>/dev/null || true!
1559 PLIST_REINPLACE_STOPDAEMON=s!^@stopdaemon \(.*\)!@unexec %D/etc/rc.d/\1 forcestop 2>/dev/null || true!
>How-To-Repeat:
cd /usr/ports/sysutils/salt
make clean all deinstall install
>Fix:
bsd.port.mk needs to be fixed.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list