id summary reporter owner description type status component version resolution keywords cc guest host 11332 "unable to build on sabotage linux (using musl libc) due to use of binary program ""kmk_sed""" John.Spencer "Checking for libpng: found version 1.5.11, OK. ./configure: line 2565: /src/build/virtualbox/VirtualBox-4.2.6/kBuild/bin/linux.amd64/kmk_sed: not found kmk_sed is a binary program linked against glibc. the ""not found"" error message stems from the dynlinker which tries to open the DT_INTERP from glibc: $ readelf -a /src/build/virtualbox/VirtualBox-4.2.6/kBuild/bin/linux.amd64/kmk_sed | grep -i INTERP [ 1] .interp PROGBITS 0000000000400200 00000200 INTERP 0x0000000000000200 0x0000000000400200 0x0000000000400200 [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2] also note that neither the glibc dynlinker nor /lib64 exists. this is the first program i've encountered in my entire life that executes it own binary programs during *SOURCE CODE* compilation. this is completely unportable. please change your build scripts to use POSIX sed instead of your own weird binary thing. " defect closed installer VirtualBox 4.2.6 wontfix other other