Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90107 - libgdiplus depends on X11
Summary: libgdiplus depends on X11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-23 02:05 UTC by carsten schiemann
Modified: 2005-05-02 17:27 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description carsten schiemann 2005-04-23 02:05:04 UTC
when i try to emerge libgdiplus as dependency of mono on my server without xorg installed it fails because it cant find X11/Xlib.h


Reproducible: Always
Steps to Reproduce:
1.system without X
2.emerge libgdiplus
3.

Actual Results:  
In file included from adjustablearrowcap.c:27:
gdip.h:33:22: X11/Xlib.h: No such file or directory
In file included from bitmap.c:28:
gdip.h:33:22: X11/Xlib.h: No such file or directory
make[2]: *** [adjustablearrowcap.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [bitmap.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/libgdiplus-1.1.5/work/libgdiplus-1.1.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libgdiplus-1.1.5/work/libgdiplus-1.1.5'
make: *** [all] Error 2


Expected Results:  
report X as dependancy
Comment 1 Lance Albertson (RETIRED) gentoo-dev 2005-04-28 08:13:50 UTC
I know peter will probably comment on this but ...

In my case I don't need X and so I modifed the ebuild to make libgdiplus optional with an X useflag. Everything seems to be working fine for mod_mono for me. If you're needing the graphics part, there does need to have more X related packages on there. (Peter would know more what to do there than me)
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2005-05-02 17:27:50 UTC
Marking fixed, I added this dep last week, but forgot to comment on this bug. Thanks for the report.