Hello,
I'm yet another Linux refugee. I hope to have all servers, desktops and embedded devices converted to FreeBSD by early next year. Now I'm trying to learn the system by experimenting, and reading everything I can get my hands on.
Today I have tried to see how much the base system could be reduced in size, for use in some special low resource devices. I have installed FreeBSD 10.1-BETA1. The reason for using 10.1 is that VT switching for Intel GPUs after 2009 is supported and I need that for the desktops. FreeBSD 10.1 will be stable before everything goes into production, so I decided to start learning from that version.
I followed instructions in the handbook for rebuilding world. This is the content of /etc/src.conf:
After a long time
Does anyone have a suggestion on what I may be doing wrong?
I'm yet another Linux refugee. I hope to have all servers, desktops and embedded devices converted to FreeBSD by early next year. Now I'm trying to learn the system by experimenting, and reading everything I can get my hands on.
Today I have tried to see how much the base system could be reduced in size, for use in some special low resource devices. I have installed FreeBSD 10.1-BETA1. The reason for using 10.1 is that VT switching for Intel GPUs after 2009 is supported and I need that for the desktops. FreeBSD 10.1 will be stable before everything goes into production, so I decided to start learning from that version.
I followed instructions in the handbook for rebuilding world. This is the content of /etc/src.conf:
Code:
WITHOUT_ACCT=YES
WITHOUT_APM=YES
WITHOUT_ATF=YES
WITHOUT_ATM=YES
WITHOUT_AUDIT=YES
WITHOUT_AUTHPF=YES
WITHOUT_BLUETOOTH=YES
WITHOUT_BSNMP=YES
WITHOUT_CLANG_FULL=YES
WITHOUT_CTM=YES
WITHOUT_DICT=YES
WITHOUT_EXAMPLES=YES
WITHOUT_FLOPPY=YES
WITHOUT_FORTH=YES
WITHOUT_GAMES=YES
WITHOUT_GDB=YES
WITHOUT_GSSAPI=YES
WITHOUT_HTML=YES
WITHOUT_INET6=YES
WITHOUT_INFO=YES
WITHOUT_IPX=YES
WITHOUT_KDUMP=YES
WITHOUT_KERBEROS=YES
WITHOUT_KERNEL_SYMBOLS=YES
WITHOUT_LIB32=YES
WITHOUT_LPR=YES
WITHOUT_MAIL=YES
WITHOUT_NLS=YES
WITHOUT_NLS_CATALOGS=YES
WITHOUT_PC_SYSINSTALL=YES
WITHOUT_PPP=YES
WITHOUT_QUOTAS=YES
WITHOUT_RCMDS=YES
WITHOUT_SYSINSTALL=YES
WITHOUT_TELNET=YES
WITHOUT_UNBOUND=YES
WITHOUT_WIRELESS=YES
make buildworld fails with this error:
Code:
make[6]: /usr/obj/usr/src/sys/boot/userboot/userboot/.depend, 1356: ignoring stale .depend for /usr/obj/usr/src/tmp/boot/libstand.a
building shared library userboot.so
cc: error: no such file or directory: '/usr/obj/usr/src/tmp/boot/libstand.a'
*** Error code 1
Stop.
make[6]: stopped in /usr/src/sys/boot/userboot/userboot
*** Error code 1
Stop.
make[5]: stopped in /usr/src/sys/boot/userboot
*** Error code 1
Stop.
make[4]: stopped in /usr/src/sys/boot
*** Error code 1
Stop.
make[3]: stopped in /usr/src/sys
*** Error code 1
Stop.
make[2]: stopped in /usr/src
*** Error code 1
Stop.
make[1]: stopped in /usr/src
*** Error code 1
Stop.
make: stopped in /usr/src