Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206989 - dev-python/pyxf86config-0.3.34-r1 amd64 keyword request
Summary: dev-python/pyxf86config-0.3.34-r1 amd64 keyword request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2008-01-22 07:58 UTC by Christoph Brill (egore) (RESIGNED)
Modified: 2008-03-19 07:46 UTC (History)
3 users (show)

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


Attachments
-fPIC patch (pyxf86config-0.3.34-fixfPIC.patch,681 bytes, patch)
2008-01-23 00:20 UTC, Thomas Anderson (tanderson) (RETIRED)
Details | Diff
Makefile.am (Makefile.am,402 bytes, text/plain)
2008-02-22 22:53 UTC, Doug Goldstein (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Brill (egore) (RESIGNED) 2008-01-22 07:58:31 UTC
dev-python/pyxf86config-0.3.34-r1 builds and runs fine on amd64 (Tested on an Athlon 64 3000+)

Reproducible: Always

Steps to Reproduce:
Comment 1 Christoph Brill (egore) (RESIGNED) 2008-01-22 08:01:44 UTC
Quick note I forgot to add: This package needs -fPIC in CFLAGS to get it building.
Comment 2 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-01-23 00:20:41 UTC
Created attachment 141631 [details, diff]
-fPIC patch

Tested on amd64. This fixes the build issues. I'll get back later with how dependencies work.
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2008-02-10 06:36:10 UTC
I need to take a bit closer look at this. The .so should definitely be built PIC, so bug me if I haven't commented on this patch in a few days.
Comment 4 Doug Goldstein (RETIRED) gentoo-dev 2008-02-22 22:53:15 UTC
Created attachment 144390 [details]
Makefile.am

rewritten Makefile.am to hopefully be a bit more proper because the other one was busted
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2008-03-19 07:46:41 UTC
Fixed, thanks! Doug, you might want to try `make distcheck` next time you're fiddling with autotools -- I had to make a few more changes.