Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jun 2014 02:11:05 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190680] net/mDNSResponder missing rc.d/mdns
Message-ID:  <bug-190680-13-ZC1J2q5jko@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190680-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190680-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190680

--- Comment #1 from dewayne@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.



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