Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625768 - gnustep-libs/netclasses-1.1.0 will not build with USE doc: cp: cannot stat 'rfc1459.txt': No such file or directory
Summary: gnustep-libs/netclasses-1.1.0 will not build with USE doc: cp: cannot stat 'r...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-21 00:43 UTC by deference
Modified: 2017-07-24 09:40 UTC (History)
2 users (show)

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


Attachments
build.log (build-netclasses.txt,17.24 KB, text/plain)
2017-07-21 00:44 UTC, deference
Details
emerge --info (emergeinfo-netclasses.txt,31.77 KB, text/plain)
2017-07-21 00:44 UTC, deference
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deference 2017-07-21 00:43:40 UTC
This is gnustep-make 2.6.8. Type 'gmake print-gnustep-make-help' for help.
Running in gnustep-make version 2 strict mode.
mkdir -p netclasses
cp -f rfc1459.txt netclasses
cp: cannot stat 'rfc1459.txt': No such file or directory
make: *** [GNUmakefile.postamble:3: before-all] Error 1

[ebuild   R   ] gnustep-libs/netclasses-1.1.0  USE="doc* -debug"
Comment 1 deference 2017-07-21 00:44:05 UTC
Created attachment 486138 [details]
build.log
Comment 2 deference 2017-07-21 00:44:15 UTC
Created attachment 486140 [details]
emerge --info
Comment 3 Bernard Cafarelli gentoo-dev 2017-07-24 09:40:56 UTC
Nice catch, thanks for the report!

From upstream git (and other distros packaging), it is now expected that users go and read the rfc by themselves, so it is not incuded anymore. I patched this leftover in the makefile

Fixed in current 1.1.0 ebuild