Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21317 - arts-1.1.2 failed to emerge - FT_Get_BDF_Property
Summary: arts-1.1.2 failed to emerge - FT_Get_BDF_Property
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 01:37 UTC by kunmuri
Modified: 2003-06-16 01:43 UTC (History)
0 users

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 kunmuri 2003-05-20 01:37:13 UTC
When I try to emerge new KDE [kde-base/kde-3.1.2], kde-base/arts-1.1.2 fail to 
emerge.  It gives an error message
  
libtool: link: warning: `-version-info' is ignored for programs
/usr/lib/libfontconfig.so.1: undefined reference to `FT_Get_BDF_Property'
collect2: ld returned 1 exit status

I went into the source dir [/var/tmp/portage/arts-1.1.2/work/arts-1.1.2] and 
found [/qtmcop] is the culprit.  After search on the net 
about 'FT_Get_BDF_Property', I changed Makefile to link 'freetype' along 
with 'qt'.

After that, I can run 'make' successfully.  It looks like 'configure' is not 
finding the dependency correctly.



Reproducible: Always
Steps to Reproduce:
1. emerge kde-base/arts
2.
3.

Actual Results:  
libtool: link: warning: `-version-info' is ignored for programs
/usr/lib/libfontconfig.so.1: undefined reference to `FT_Get_BDF_Property'
collect2: ld returned 1 exit status


Expected Results:  
Should have compiled it.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-05-20 04:41:25 UTC
Apparently your qt is not good. Could you try remerging qt. Linking freetype along with qt should not be necessary.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-06-16 01:43:40 UTC
This is a mislinking problem at the user's side.