Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506938 - media-video/mpv does not respect CFLAGS in linking command
Summary: media-video/mpv does not respect CFLAGS in linking command
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nikoli
URL:
Whiteboard:
Keywords:
Depends on: 508812
Blocks:
  Show dependency tree
 
Reported: 2014-04-06 14:00 UTC by Julian Ospald
Modified: 2014-04-26 20:13 UTC (History)
2 users (show)

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


Attachments
mpv-0.3.7:20140406-135323.log (mpv-0.3.7:20140406-135323.log,239.16 KB, text/plain)
2014-04-06 14:00 UTC, Julian Ospald
Details
emerge-info.txt (emerge-info.txt,5.86 KB, text/plain)
2014-04-06 14:01 UTC, Julian Ospald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2014-04-06 14:00:53 UTC
Created attachment 374376 [details]
mpv-0.3.7:20140406-135323.log

see bug 446281 for an explanation as to why this can be an issue
Comment 1 Julian Ospald 2014-04-06 14:01:12 UTC
Created attachment 374378 [details]
emerge-info.txt
Comment 2 Nikoli 2014-04-06 14:18:01 UTC
Please report this upstream.
Comment 3 Julian Ospald 2014-04-06 15:35:21 UTC
nope, this is not something upstream can do anything about

either the ebuild or the eclass have to fix it... I feel like it should be fixed on eclass level
Comment 4 Nikoli 2014-04-06 15:40:30 UTC
Do you mean adding CFLAGS to LDFLAGS? Seems wrong, because it often will lead to duplicating CFLAGS in linker command.
Comment 5 Julian Ospald 2014-04-06 15:42:59 UTC
(In reply to Nikoli from comment #4)
> Do you mean adding CFLAGS to LDFLAGS? Seems wrong, because it often will
> lead to duplicating CFLAGS in linker command.

no, I don't mean that

my patch in the referenced eclass bug works as expected