Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490080 - x11-wm/goomwwm - append-cflags -include proto.h is not needed
Summary: x11-wm/goomwwm - append-cflags -include proto.h is not needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-02 02:04 UTC by Peter King
Modified: 2013-11-02 17:28 UTC (History)
0 users

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


Attachments
emerge --info (emergeinfo,14.65 KB, text/plain)
2013-11-02 02:04 UTC, Peter King
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter King 2013-11-02 02:04:01 UTC
Created attachment 362416 [details]
emerge --info

The current ebuild of goomwwwm-1.0.0 does not work; emerge fails almost as soon as it begins.  The problem is in the line

    append-cflags -include proto.h 

If this line is commented out, the ebuild compiles perfectly.  Seems like the initial grep/sed stripping line to build proto.h still leaves what the compiler
sees as junk in the file.

Reproducible: Always.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-11-02 17:07:45 UTC
Please attach the entire build log to this bug report.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-11-02 17:28:16 UTC
Ah, I see what you mean. I think that line was left over from an earlier attempt to duplicate the Makefile's behaviour in the ebuild.

I removed that line and added one more improvement. It should compile and link properly now.

Thank for the report!