First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 83623
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Stian Skjelstad <stian@nixia.no>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 83623 depends on: Show dependency tree
Show dependency graph
Bug 83623 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-02-28 17:37 0000
pkg-config --libs fontconfig  does not contain -lexpat. This is not noticed
when linking dynamically, but when linking static it is needed.

------- Comment #1 From Stian Skjelstad 2005-02-28 17:41:35 0000 -------
It lacks -lfreetype aswell on my system

------- Comment #2 From Stian Skjelstad 2005-02-28 17:51:49 0000 -------
Furter...  pkg-config gtk+-2.0 (x11 target) does not depend on pangoft2, so if
you try to link in static, -lpango lacks it's backend.

If you want to compile any gtk+-2.0 program statically now you need do the
following currently

`pkg-config gtk+-2.0 pangoft2 --libs` -static -lexpat

(Also... this depends on atk being compiled with static support which is not
possible with the current atk ebuild.... I fiddled with it some does ago.. I
recall it was atk that was lacking that. It might have been another package,
but that is not relevant for these problems)

------- Comment #3 From foser (RETIRED) 2006-04-07 04:25:56 0000 -------
I added a somewhat crude pkgconfig fix for this to fontconfig-2.3.2-r1 . Thanks
for the report.

First Last Prev Next    No search results available      Search page      Enter new bug