Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 226893
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
snipes-1.0.2.ebuild Ebuild without append-ldflags text/plain Cyp 2008-07-05 15:06 0000 580 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 226893 depends on: Show dependency tree
Bug 226893 blocks: 226863
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: 2008-06-14 18:14 0000
I've made append-ldflags throw a warning when libraries are passed through it
to link them in.

The reason is that LDFLAGS should _not_ be used for libraries, as it has to be
positioned before the list of objects to link together, while libraries should
go after.

This mistake in commandline is what causes as-needed to either fail or not
apply at all (if LDFLAGS are put at the end).

Please fix your package not to pass libraries through LDFLAGS.

------- Comment #1 From Cyp 2008-07-05 15:06:57 0000 -------
Created an attachment (id=159632) [details]
Ebuild without append-ldflags

I've removed append-ldflags from the ebuild.

The biggest difference between 1.0.1 and 1.0.2 is that 1.0.2 has a Makefile.
Some unused variables and unused functions have been deleted. The code should
behave the same.

------- Comment #2 From Tristan Heaven 2008-09-04 21:05:09 0000 -------
Fixed, thanks.

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