Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 51670
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: AMD64 Project <amd64@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Stefan Briesenick <sbriesen@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
caps-plugins-0.1.10.ebuild.patch caps-plugins-0.1.10.ebuild.patch patch Stefan Briesenick 2004-05-21 09:43 0000 455 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 51670 depends on: Show dependency tree
Bug 51670 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-21 09:39 0000
see my attached patch. The problem was, that the $CFLAGS from
make.conf was not used in make. To enforce it, you have to do:

emake CFLAGS="$CFLAGS"

then everything works fine and it is also a benefit for x86, since this way, we can use our CFLAGS. ;-)


Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Stefan Briesenick 2004-05-21 09:43:32 0000 -------
Created an attachment (id=31799) [details]
caps-plugins-0.1.10.ebuild.patch

patch for media-plugins/caps-plugins-0.1.10.ebuild

------- Comment #2 From Tom Martin (RETIRED) 2004-07-06 11:32:58 0000 -------
This patch only works if you have -fPIC in your CFLAGS, I went into the work
directory and found a Makefile in a bit of a state. It was trying to use "-O6
-ffast-math -funroll-loops -Wall -march=$(ARCH) -mcpu=$(ARCH)", which is far
from ideal :)

Committed to CVS now.

Thanks very much for reporting!

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug