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

bz-noreply at freebsd.org bz-noreply at freebsd.org
Sun Jun 8 02:11:05 UTC 2014


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

--- Comment #1 from dewayne at heuristicsystems.com.au ---
Please disregard.  I've identified the problem as being with the staging
mechanism per:
rm -vR /usr/staging/usr/*

# cd /usr/ports/net/mDNSResponder

First time - through 
# make -DBATCH clean deinstall package
Works and installs files correctly
# ls -l /usr/staging/usr/local/etc/rc.d/md* /usr/local/etc/rc.d/md*
-r-xr-xr-x  1 root  wheel  368 Jun  8 11:56
/usr/staging/usr/local/etc/rc.d/mdnsd
-r-xr-xr-x  1 root  wheel  449 Jun  8 11:56
/usr/staging/usr/local/etc/rc.d/mdnsresponder


Second time 
make -DBATCH clean deinstall package
Fails with 

===>  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

Stop in /usr/ports/net/mDNSResponder.
***
[/var/ports/usr/ports/net/mDNSResponder/work/.package_done.mDNSResponder._usr_local]
Error code 1

Stop in /usr/ports/net/mDNSResponder.

# date
Sun Jun  8 11:58:40 EST 2014

# ls -l /usr/staging/usr/local/etc/rc.d/md* /usr/local/etc/rc.d/md*
-r-xr-xr-x  1 root  wheel  368 Jun  8 11:56
/usr/staging/usr/local/etc/rc.d/mdnsd
-r-xr-xr-x  1 root  wheel  449 Jun  8 11:56
/usr/staging/usr/local/etc/rc.d/mdnsresponder

Clearly /usr/staging either needs to be manually cleared, or make clean doesn't
address /usr/staging, or ??

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


More information about the freebsd-ports-bugs mailing list