Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jun 2014 22:20:10 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190680] New: net/mDNSResponder missing rc.d/mdns
Message-ID:  <bug-190680-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: dewayne@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190680-13>