Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85015 - pango-1.8.0 fails
Summary: pango-1.8.0 fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-12 12:50 UTC by Ben Powers
Modified: 2006-04-12 10:52 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 Ben Powers 2005-03-12 12:50:37 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEN
D -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/etc\" -DLIBDIR=\"/usr/lib\" -DMODULE_VER
SION=\"1.4.0\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthreads -I/usr/l
ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -I/
usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11
R6/include/freetype2 -I/usr/X11R6/include -I.. -O2 -pipe -Wall -MT pangoft2.lo -
MD -MP -MF .deps/pangoft2.Tpo -c pangoft2.c  -fno-common -DPIC -o .libs/pangoft2
.o
gcc: unrecognized option `-pthreads'
gcc: unrecognized option `-pthreads'
pangofc-fontmap.c: In function `pango_fc_convert_weight_to_fc':
pangofc-fontmap.c:538: error: `FC_WEIGHT_NORMAL' undeclared (first use in this f
unction)
pangofc-fontmap.c:538: error: (Each undeclared identifier is reported only once
pangofc-fontmap.c:538: error: for each function it appears in.)
make[4]: *** [pangofc-fontmap.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
gcc: unrecognized option `-pthreads'
gcc: unrecognized option `-pthreads'
pangoft2.c: In function `pango_ft2_font_get_face':
pangoft2.c:202: error: `FC_HINT_STYLE' undeclared (first use in this function)
pangoft2.c:202: error: (Each undeclared identifier is reported only once
pangoft2.c:202: error: for each function it appears in.)
pangoft2.c:203: error: `FC_HINT_FULL' undeclared (first use in this function)
pangoft2.c:205: error: `FC_HINT_NONE' undeclared (first use in this function)
pangoft2.c:209: error: `FC_HINT_SLIGHT' undeclared (first use in this function)
pangoft2.c:210: error: `FC_HINT_MEDIUM' undeclared (first use in this function)
pangoft2.c:211: error: `FT_LOAD_TARGET_LIGHT' undeclared (first use in this func
tion)
pangoft2.c:214: error: `FT_LOAD_TARGET_NORMAL' undeclared (first use in this fun
ction)
make[4]: *** [pangoft2.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 2
make: *** [all] Error 2




Reproducible: Always
Steps to Reproduce:
1.
2.
3.




macos-20041118
Portage 2.0.51.19 (default-darwin/macos/10.3, gcc-3.3, libsystem-7.1-r0, 7.8.0
Power Macintosh)
=================================================================
System uname: 7.8.0 Power Macintosh powerpc
Python:              dev-lang/python-2.3.5 [2.3 (#1, Sep 13 2003, 00:49:11)]
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632)
[disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.57
sys-devel/automake:  1.9.5
sys-devel/binutils:  [Not Present]
sys-devel/libtool:   1.5.10
virtual/os-headers:  7.1
ACCEPT_KEYWORDS="ppc-macos"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc X aalib aiff altivec audiofile avi divx emboss fftw gif gimp jack jpeg
mpeg ncurses ogg opengl png ppc-macos python real svg theora tiff truetype xml2
xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Lina Pezzella (RETIRED) gentoo-dev 2005-03-12 14:09:01 UTC
Gotta patch the appropriate files to use -pthread on ppc-macos instead of -pthreads.
Comment 2 Kito (RETIRED) gentoo-dev 2005-07-19 13:16:09 UTC
This is a result of overwriting the darwin libtool with GNU libtool.