Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144775 - www-servers/bozohttpd-20040823 fails to build [patch]
Summary: www-servers/bozohttpd-20040823 fails to build [patch]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-22 10:53 UTC by R Stephan
Modified: 2006-08-23 00:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to files/bozohttpd.Makefile to fix build problem (t,329 bytes, patch)
2006-08-22 10:56 UTC, R Stephan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R Stephan 2006-08-22 10:53:18 UTC
...
>>> 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.
Comment 1 R Stephan 2006-08-22 10:56:10 UTC
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
Comment 2 Michele Noberasco (RETIRED) gentoo-dev 2006-08-23 00:33:58 UTC
Fixed the Makefile. Thank you for the submission!