Summary: | x11-base/xorg-server compile problem on uClibc (patch included) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Yuri Vasilevski (RETIRED) <yvasilev> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | embedded |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugs.freedesktop.org/show_bug.cgi?id=4393 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | xorg-server/xorg-server-0.99.1-r7-execinfo.patch |
Description
Yuri Vasilevski (RETIRED)
![]() Created attachment 67689 [details, diff]
xorg-server/xorg-server-0.99.1-r7-execinfo.patch
Would appreciate some advice on this. looks safe, but I wonder why uclibc is defining glibc uclibc defines glibc because a lot of stuff checks for __GLIBC__ instead of using real configure checks ... for the most part, uclibc is source compat with glibc in this case, xf86Events.c should be cleaned up to check for the backtrace function and the execinfo.h header file file configure.ac and then the source should use the resulting defines to figure out what code paths to take So you're saying Yuri's patch is just a workaround for something upstream should fix more completely? (In reply to comment #5) > So you're saying Yuri's patch is just a workaround for something upstream should > fix more completely? That statement is completely true. Thank you for clarifying. Yuri, could you post this bug upstream and drop the URL here please? Reference this bug upstream so they can see what has been discussed. I've mentioned this in other bugs: they're very busy upstream so don't expect a quick response. Anyone who'd be willing to provide a patch that does most/all of the required work would be much appreciated. Filled bug upstream: https://bugs.freedesktop.org/show_bug.cgi?id=4393 Much thanks. Donnie, I've added you to CC upstream. The bug is still present in gentoo. Why close this when there is a patch provided here and Xorg used to work? We know it's going to be a long time before upstream anything makes it's way back into gentoo. Please add the patch. - It's an upstream bug, and we will benefit from the review of upstream. - No, it won't be a long time before anything upstream makes it back. We've been regularly adding CVS snapshots. So when a fix for this problem gets committed, we can get it back in Gentoo quickly. - Each patch we add creates more work for us. It's easier to use upstream code. It also ensures that we're using the same X as other distributions and OS's and reduces potential distribution-specific bugs. This should be fixed in modular versions. If it's important to anyone to get this into our 6.8.2 ebuilds please let me know soon. Marking fixed. |