Hi All, If seems that 4.0-current (make world & kernel as of yesterday) can't execute ELF gzip'ed binaries with following symptoms:
sh-2.02# cp /bin/sh ./ sh-2.02# gzip sh sh-2.02# ls -l total 177 -rw-r--r-- 1 root wheel 43 Apr 17 09:58 Report -r-xr-xr-x 1 root wheel 170093 Apr 17 09:58 sh.gz sh-2.02# mv sh.gz sh sh-2.02# ls -l total 177 -rw-r--r-- 1 root wheel 253 Apr 17 09:58 Report -r-xr-xr-x 1 root wheel 170093 Apr 17 09:58 sh sh-2.02# ./sh sh: ./sh: cannot execute binary file In dmesg I have: Output=32 Inflate_error=1 igz.error=8 error2=0 where=180 This misbehavior verified on two machines. Sincerely, Maxim To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message