... >>> Source compiled. >>> Test phase [not enabled]: www-servers/bozohttpd-20040823 >>> Install bozohttpd-20040823 into /var/tmp/portage/bozohttpd-20040823/image/ category www-servers /bin/install -s -m 755 bozohttpd /var/tmp/portage/bozohttpd-20040823/image//usr/bin /bin/install: cannot create regular file `/var/tmp/portage/bozohttpd-20040823/image//usr/bin': No such file or directory make: *** [install] Error 1 !!! ERROR: www-servers/bozohttpd-20040823 failed.
Created attachment 94876 [details, diff] patch to files/bozohttpd.Makefile to fix build problem the Makefile did not create PREFIX/bin before installing to it, so I inserted the line mkdir -p $(PREFIX)/bin before it. this resolves my build problems
Fixed the Makefile. Thank you for the submission!