View previous topic :: View next topic |
Author |
Message |
emorphix Apprentice
Joined: 09 Oct 2004 Posts: 189 Location: Earth
|
Posted: Sat Nov 27, 2004 10:49 pm Post subject: Problem With Pango-1.6.0 Not Compiling libpangoxft-1.0.so |
|
|
Hello thank you for looking at my post.
I'm having an issue compiling any packages that are required by gnome 2.8. I've narrowed it down to pango not compiling all the libs that it's supposed to due to a configuration error
Code: | emerge pango
[...]
config.status: executing pango/module-defs.h commands
config.status: executing pango/module-defs-x.c commands
config.status: executing pango/module-defs-fc.c commands
config.status: executing pango/module-defs-win32.c commands
configuration:
backends: FreeType X Xft
cd . && /bin/sh /var/tmp/portage/pango-1.6.0/work/pango-1.6.0/missing --run aclocal-1.7
cd . && \
/bin/sh /var/tmp/portage/pango-1.6.0/work/pango-1.6.0/missing --run automake-1.7 --gnu Makefile
cd . && /bin/sh /var/tmp/portage/pango-1.6.0/work/pango-1.6.0/missing --run autoconf
/bin/sh ./config.status --recheck
|
It seems there is where it's failing to configure the support for the pangoxft libs.
Pango does finish compiling without any errors however it does not build those libs required.
What I am asking is how can I configure pango to compile the support for the missing libs required by gnome-terminal and many other gnome deps.
Thank you very much for any assistance. _________________ Ebuild Exchange
http://www.ebuildexchange.org
The Portage Tree For Gentoo Users
Created By Gentoo Users |
|
Back to top |
|
|
emorphix Apprentice
Joined: 09 Oct 2004 Posts: 189 Location: Earth
|
Posted: Sun Nov 28, 2004 6:15 am Post subject: |
|
|
I went ahead and tried to recompile freetype (I believe thats what xft is?) And I ran into another error while trying to compile:(
Code: | emerge freetype
config.status: creating ftconfig.h
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler gcc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file `config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `make' again to build the library, or `make refdoc' to build the API reference (the latter needs python).
make: Nothing to be done for `unix'.
make: ***No rule to make target `/var/tmp/portage/freetype-2.1.5-r1/work/freetype-2.1.5/include/freetype/cache/ft2unix.h', needed by `/var/tmp/portage/freetype-2.1.5-r1/work/freetype-2.1.5/objs/ftsystem.lo'. Stop. |
I started to run into this issue when I did emerge -uDv world
without that lib that pango builds (as well as sevearl others) nothing works on my system, no firefox no gnome-terminal, I'm afraid to reboot due to things probably not working for the best, I rather have the emerge -uDv world finish I had to stop due to this error I got when trying to compile libgnomecanvas-2.8.0
I have search around on bugs.gentoo.org as well as the forum but no posts pertaning to my issue that have any resoltuions on them.
Thank you for your help. _________________ Ebuild Exchange
http://www.ebuildexchange.org
The Portage Tree For Gentoo Users
Created By Gentoo Users |
|
Back to top |
|
|
alita n00b
Joined: 25 Jan 2005 Posts: 9
|
Posted: Fri Feb 25, 2005 12:24 pm Post subject: |
|
|
I solved this problem with USE="-doc" emerge pango |
|
Back to top |
|
|
alita n00b
Joined: 25 Jan 2005 Posts: 9
|
|
Back to top |
|
|
alita n00b
Joined: 25 Jan 2005 Posts: 9
|
|
Back to top |
|
|
|