[Bug 190680] New: net/mDNSResponder missing rc.d/mdns

bz-noreply at freebsd.org bz-noreply at freebsd.org
Thu Jun 5 22:20:10 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190680

            Bug ID: 190680
           Summary: net/mDNSResponder missing rc.d/mdns
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au

OS=FreeBSD 9.2 Stable.

OS source build 27th May; port source updated today (after UIDs replaced)

Problem
-------
===>  Staging for mDNSResponder-544
===>   Generating temporary packing list
/usr/local/etc/rc.d/mdns: not found
gmake: *** [/usr/staging/usr/local/sbin/mdnsd] Error 127
*** [do-install] Error code 2

Tried copying files/mdnsd to files/mdns, same failure message

To repeat
---------
cd /usr/ports/net/mDNSResponder
make clean package

---
I've also replaced the STRIP command
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdns_sd.so.1
${STAGEDIR}${PREFIX}/sbin/*
with 
@${FIND} ${STAGEDIR}${PREFIX}/lib -type f -name '*.so*' -exec ${STRIP_CMD} {}
\;
@${FIND} ${STAGEDIR}${PREFIX}/sbin -type f -name '*' -exec ${STRIP_CMD} {} \;

as there were other files in the staging area that caused STRIP_CMD to fail, as
a few hundred other ports were also being built.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list