Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65640 - emerge of cdrtools gives an recomendation to to use smake instead of make
Summary: emerge of cdrtools gives an recomendation to to use smake instead of make
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-27 23:39 UTC by Örjan Södergren
Modified: 2004-10-25 20:54 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Örjan Södergren 2004-09-27 23:39:05 UTC
its very odd that an emerge of cdrtools gives a recomedation to use and download smake instead of make from an ftp-site. I find it not to be the gentoo-way of doing things.

Reproducible: Always
Steps to Reproduce:
1. emerge cdrtools
2.
3.

Actual Results:  
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/cvmod.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/dat.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fcons.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fdown.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fdup.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/ffileread.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/ffilewrite.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fgetline.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fgetstr.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/file_raise.d: No such file or directory
../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fileclose.d: No such file or directory
....

are caused by a GNU make bug and not by the Schily makefile system.

The related bug has been reported to the GNU make maintainers in 1988 but
as the bug has not yet been fixed, it seems that GNU make is unmaintained :-(
A working highly portable make program is at ftp://ftp.berlios.de/pub/smake


Expected Results:  
emerge smake before emerging cdrtools
Comment 1 Lars Weiler (RETIRED) gentoo-dev 2004-10-25 20:54:08 UTC
I know these warnings and I ignore them every time.  That does not harm the build of cdrtools.  The only reason I guess is that the author of cdrtools wants to propagate his own version of make.  Just ignore that.

When I would find a way of hiding such messages during emerge, I would do it.