make buildworld fails in 11.0-RELEASE

Herbert J. Skuhra herbert at mailbox.org
Wed Nov 16 21:13:36 UTC 2016


Christoph P. U. Kukulies skrev:
> 
> Am 16.11.2016 um 16:33 schrieb Herbert J. Skuhra:
>> Christoph P. U. Kukulies skrev:
>>> I did a make buildworld in 11.0-RELEASE (which I updated to by
>>> freebsd-update), then downloaded the sources
>>> via  fetch
>>> ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/11.0-RELEASE/src.txz
>>> 
>>> make buildworld fails:
>>> 
>>> 
>>> ===> usr.sbin/pc-sysinstall (cleandir)
>>> ===> usr.sbin/pc-sysinstall/backend (cleandir)
>>> rm -f .depend .depend.*
>>> ===> usr.sbin/pc-sysinstall/backend-partmanager (cleandir)
>>> rm -f .depend .depend.*
>>> ===> usr.sbin/pc-sysinstall/backend-query (cleandir)
>>> rm -f .depend .depend.*
>>> ===> usr.sbin/pc-sysinstall/conf (cleandir)
>>> rm -f .depend .depend.*
>>> ===> usr.sbin/pc-sysinstall/doc (cleandir)
>>> rm -f .depend .depend.*
>>> ===> usr.sbin/pc-sysinstall/examples (cleandir)
>>> rm -f .depend .depend.*
>>> ===> usr.sbin/pc-sysinstall/pc-sysinstall (cleandir)
>>> rm -f pc-sysinstall.8.gz pc-sysinstall.8.cat.gz
>>> rm -f .depend .depend.*
>>> ===> usr.sbin/ftp-proxy (cleandir)
>>> rm -f ftp-proxy ftp-proxy.full ftp-proxy.debug ftp-proxy.o filter.o
>>> ftp-proxy.8.gz ftp-proxy.8.cat.gz
>>> rm: ftp-proxy: is a directory
>>> *** Error code 1
>>> 
>>> Stop.
>>> make[4]: stopped in /usr/src/usr.sbin/ftp-proxy
>>> *** Error code 1
>> Have you tried to wipe /usr/obj?
> 
> 
> Yes, I wiped out /usr/obj (rm -rf /usr/obj)

Do you set MAKEOBJDIRPREFIX?

>> Is there a directory called ftp-proxy in /usr/src/usr.sbin/ftp-proxy?
>> Have you tried to remove it (rm -rf)?
> 
> You mean remove the directory
> 
> /usr/src/usr.sbin/ftp-proxy
> 
> even though it's part of the sources?

No. I mean /usr/src/usb.sbin/ftp-proxy/ftp-proxy/.

> Yes, there is a directory /usr/src/usr.sbin/ftp-proxy.

ls -l /usr/src/usr.sbin/ftp-proxy

This directory should contain only two files: Makefile and
Makefile.depend.

--
Herbert


More information about the freebsd-questions mailing list