Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260051 - x11-apps/xrandr does not build against uclibc
Summary: x11-apps/xrandr does not build against uclibc
Status: RESOLVED DUPLICATE of bug 197013
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-23 19:18 UTC by Ryan Hope
Modified: 2009-02-24 23:29 UTC (History)
0 users

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


Attachments
Fix to make xrandr build against uclibc (uclibc-fix.patch,819 bytes, patch)
2009-02-23 19:20 UTC, Ryan Hope
Details | Diff
update xrandr ebuild to apply uclibc-fix.patch (ebuild-upadte.patch,564 bytes, patch)
2009-02-23 19:22 UTC, Ryan Hope
Details | Diff
Fix to make xrandr build against uclibc (uclibc-fix.patch,821 bytes, patch)
2009-02-24 18:27 UTC, Ryan Hope
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hope 2009-02-23 19:18:56 UTC
xrandr does not build aginst uclibc due to conflict with 'clone'

Reproducible: Always

Steps to Reproduce:
1. install uclibc 2008 stage3
2. emerge xrandr
Actual Results:  
xrandr.c:192: error: 'clone' redeclared as different kind of symbol                                                                                                   
/usr/include/bits/sched.h:75: error: previous declaration of 'clone' was here

Expected Results:  
it should build as expected
Comment 1 Ryan Hope 2009-02-23 19:20:41 UTC
Created attachment 182931 [details, diff]
Fix to make xrandr build against uclibc

This patch fixes the compile issue
Comment 2 Ryan Hope 2009-02-23 19:22:13 UTC
Created attachment 182932 [details, diff]
update xrandr ebuild to apply uclibc-fix.patch
Comment 3 Ryan Hope 2009-02-24 18:27:53 UTC
Created attachment 183043 [details, diff]
Fix to make xrandr build against uclibc

I copied that last patch wrong, diff was missing the d
Comment 4 Ryan Hope 2009-02-24 20:49:38 UTC
I submitted this patch to xorg-devel ml, but I think it might sit there until they are convinced its not uclibcs' issue. Would be nice to see this in the ebuild until then...
Comment 5 Łukasz Damentko (RETIRED) gentoo-dev 2009-02-24 23:29:20 UTC

*** This bug has been marked as a duplicate of bug 197013 ***