problems building 6-stable
    Giorgos Keramidas 
    keramida at ceid.upatras.gr
       
    Fri Jun 23 18:20:51 UTC 2006
    
    
  
On 2006-06-23 13:15, "Michael P. Soulier" <msoulier at digitaltorque.ca> wrote:
> Hello,
>
> I'm trying to upgrade to the stable 6.1 release, but on a make buildworld, I'm
> getting this
>
> /usr/obj/usr/src/sbin/gpt created for /usr/src/sbin/gpt
> ===> sbin/growfs (obj)
> /usr/obj/usr/src/sbin/growfs created for /usr/src/sbin/growfs
> ===> sbin/gvinum (obj)
> /usr/obj/usr/src/sbin/gvinum created for /usr/src/sbin/gvinum
> ===> sbin/ifconfig (obj)
> /usr/obj/usr/src/sbin/ifconfig created for /usr/src/sbin/ifconfig
> ===> sbin/init (obj)
> /usr/obj/usr/src/sbin/init created for /usr/src/sbin/init
> ===> sbin/ip6fw (obj)
> /usr/obj/usr/src/sbin/ip6fw created for /usr/src/sbin/ip6fw
> ===> sbin/ipf (obj)
> ===> sbin/ipf/libipf (obj)
> /usr/obj/usr/src/sbin/ipf/libipf created for /usr/src/sbin/ipf/libipf
> ===> sbin/ipf/ipf (obj)
> mkdir: /usr/obj/usr/src/sbin/ipf/ipf: File exists
> *** Error code 1
>
> Stop in /usr/src/sbin/ipf/ipf.
> *** Error code 1
Remove your `/usr/obj' tree, and then run:
	# cd /usr/src/sbin/ipf
	# make cleandir
	# make cleandir
Restart the build and then, AFAIK, it should work as expected.
    
    
More information about the freebsd-questions
mailing list