Building BSDBOX

I just heard mention of BSDBOX, which I believe is a FreeBSD equivalent of Linux busybox, so I thought I find out something about it, by trying to build it using

Code:
cd /usr/src/tools/bsdbox
make

This ended with:-

Code:
cc -O2 -pipe -fno-common   -fPIE  -std=gnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe\
     r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-s\
     ign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=unused-but-set-variable  -Qunused-arguments     -pie   -nostdli\
     b -r -o ls.lo ls_stub.o /usr/obj/usr/src/amd64.amd64/tools/bsdbox//usr/src/bin/ls/cmp.o /usr/obj/usr/src/amd64.amd64/tools/bsdbox//usr/src/bin/ls/ls.o /usr/obj/usr/src/amd64.amd64/tools/bsdb\
     ox//usr/src/bin/ls/print.o /usr/obj/usr/src/amd64.amd64/tools/bsdbox//usr/src/bin/ls/util.o                                                                                                   
 560 ld: error: -r and -pie may not be used together                                                                                                                                               
 561 cc: error: linker command failed with exit code 1 (use -v to see invocation)                                                                                                                   
 562 *** Error code 1                                                                                                                                                                               
 563                                                                                                                                                                                               
 564 Stop.                                                                                                                                                                                         
 565 make[1]: stopped in /usr/obj/usr/src/amd64.amd64/tools/bsdbox                                                                                                                                 
 566 *** Error code 1                                                                                                                                                                               
 567                                                                                                                                                                                               
 568 Stop.

Any suggestions as to how to proceed?
 
I couldn't figure out how to build it, but managed to find a sourceforge site which host such a project.


Will try installing it tomorrow.

I just noticed that this not the same link as mentioned above. ie....

 
I couldn't figure out how to build it, but managed to find a sourceforge site which host such a project.


That seems to be a project with a vastly different goal:
I'm changing this to a Openbox setup. Will be making a FreeBSD base distro call BSDBox.
 
Back
Top