Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
the emerge for all ebuilds of unixODBC ends with a failuer finding the x-headers while running the configure step. Reproducible: Always Steps to Reproduce: 1. emerge --oneshot unixODBC 2. 3. Actual Results: 1. Stops when trying to find the x-headers under the configure step. Expected Results: successfull emerge of unixODBC
Each ebuild is missing either or both of the parameters: --x-libraries=/usr/lib, --x-headers=/usr/include/X11 I guess the unixODBC configure is trying to find the libs and headers under /usr/X11R6 Could be fixed, changing the ebuild files.
I corrected the bug by adding '--x-includes=/usr/include/X11' in the ebuild file in the $myconf variable, as I'm using Qt. Next I changed the size and the MD5 in the Manifest file. Please correct the ebuild file in the Portage tree.
Verified this bug on two systems. Annoying bugger. Any status, rphillips?
*** Bug 87933 has been marked as a duplicate of this bug. ***
*** Bug 87897 has been marked as a duplicate of this bug. ***
okay, I'm fixing this one without a revbump. This needs to be fixed in future revisions as well.
Can we chane this back to assigned status as it's still broken for me, actually it's more broken. configure: error: unrecognized option: --x-headers=/usr/include/X11 Try `./configure --help' for more information.
ugh. Me dumb, fixed.
Tested and emerge unixOBDC fine now. Many thanks for the fix.
*** Bug 90395 has been marked as a duplicate of this bug. ***