Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Please help wiht gtk 2.2.0 - unable to emerge
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bud1979
Tux's lil' helper
Tux's lil' helper


Joined: 11 Nov 2002
Posts: 122
Location: St. Louis

PostPosted: Sat Jan 11, 2003 3:32 am    Post subject: Please help wiht gtk 2.2.0 - unable to emerge Reply with quote

Tried to emerge this and i get the folowing error. Have got all the required packages installed but I still get this. This is just the last of it.

checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XRenderFindFormat in -lXrender... yes
checking for XftFontOpen in -lXft... yes
checking X11/Xft/XftFreetype.h usability... no
checking X11/Xft/XftFreetype.h presence... no
checking for X11/Xft/XftFreetype.h... no
configure: error: pangoxft Pango backend found, but Xft not found

!!! ERROR: x11-libs/gtk+-2.2.0 failed.
!!! Function econf, Line 281, Exitcode 1
!!! econf failed


Any help will be apreciated. Thanks
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Sat Jan 11, 2003 1:25 pm    Post subject: info Reply with quote

The missing files are part of xfree. What does it say when you do
Code:
emerge -s xfree
?

Where is your XftFreetype.h file? Is locate up-to-date (updatedb)? Do a
Code:
locate XftFreetype.h
.
Back to top
View user's profile Send private message
zhenlin
Veteran
Veteran


Joined: 09 Nov 2002
Posts: 1361

PostPosted: Sun Jan 12, 2003 2:43 am    Post subject: Reply with quote

The missing files are part of Xft, not Xfree. The missing library is Pango 1.2.

emerge -u pango should fix the pango problem.
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Sun Jan 12, 2003 2:59 am    Post subject: Reply with quote

zhenlin wrote:
The missing files are part of Xft, not Xfree.


On my machine, rsync'ed yesterday,
Code:
qpkg -fp Freetype.h
reports x11-base/xfree and
Code:
qpkg -l xfree|grep Freetype
lists XftFreetype.h. Conversely,
Code:
qpkg -l pango|grep Freetype
is empty. Perhaps you have a nonstandard installation that puts this file in pango?
Back to top
View user's profile Send private message
bud1979
Tux's lil' helper
Tux's lil' helper


Joined: 11 Nov 2002
Posts: 122
Location: St. Louis

PostPosted: Mon Jan 13, 2003 7:18 am    Post subject: Reply with quote

pango was the issue. Thanks for the help.
Back to top
View user's profile Send private message
Liquid Crystal
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2003
Posts: 77

PostPosted: Thu Jul 15, 2004 11:54 am    Post subject: Reply with quote

Hi everyone,

I have an almost similar problem here but with gtk+. Basically what I'm trying to do is emerge -uD world, by the time it reaches to x11-libs/gtk+-2.4.1, it says:

Code:
checking For sufficiently new FreeType (at least 2.0.1)... yes
configure: error: Pango 1.2.0 and Xft backend is required for x11 target

!!! ERROR: x11-libs/gtk+-2.4.1 failed.
!!! Function econf, Line 362, Exitcode 1
!!! econf failed


Reading through the thread, I tried:
Code:
qpkg -fp Freetype.h

it gave no output.

I'm using X.org instead of xfree86.

so I tried:
Code:
qpkg -l xorg|grep Freetype

and again it gave no results!

I would really appreciate any help... :idea:
_________________
Making *nix user friendly is easier than debugging Windoz
Tuxntosh web site The *nix Graphics Web Site
(Warning! Not for M$ Windowz users!)
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Thu Jul 15, 2004 2:37 pm    Post subject: emerge Reply with quote

What does
Code:
emerge -pv gtk+
say? Looks like it still wants X11, not X.org. I have X.org and gtk+-2.4.1 and I do not have Freetype on my system anymore. So Freetype should not be required for gtk+ with X.org.
Back to top
View user's profile Send private message
Liquid Crystal
Tux's lil' helper
Tux's lil' helper


Joined: 06 Nov 2003
Posts: 77

PostPosted: Thu Jul 15, 2004 4:21 pm    Post subject: Reply with quote

Code:
 emerge -pv gtk+

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] x11-libs/gtk+-2.4.1 [2.4.0-r1] -doc +jpeg +tiff  0 kB

Total size of downloads: 0 kB

_________________
Making *nix user friendly is easier than debugging Windoz
Tuxntosh web site The *nix Graphics Web Site
(Warning! Not for M$ Windowz users!)
Back to top
View user's profile Send private message
sheepdog
Guru
Guru


Joined: 14 Oct 2002
Posts: 369
Location: Edison Enterprises Inc., Lake Oswego, Oregon, USA

PostPosted: Thu Jul 15, 2004 5:13 pm    Post subject: look around Reply with quote

I'm looking on my system and find the FreeType comes with xft:
Quote:
* x11-libs/xft [ Masked ]
Latest version available: 2.0.1-r2
Latest version installed: [ Not Installed ]
Size of downloaded files: 531 kB
Homepage: http://fontconfig.org/
Description: X FreeType library, also known as Xft2.0
License: fontconfig
The files I have include:
Quote:
/usr/X11R6/lib/libXft.so.1.1
When I do an
Code:
etcat belongs /usr/X11R6/lib/libXft.so.1.1
I get
Quote:
Searching for /usr/X11R6/lib/libXft.so.1.1 in * ...
app-emulation/emul-linux-x86-xlibs-1.0
x11-base/xorg-x11-6.7.0-r1
Why don't you compare your installation with this. Maybe Xft is missing.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum