Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30108 - gnome-print fails to compile
Summary: gnome-print fails to compile
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 14:26 UTC by Gualter Barbas Baptista
Modified: 2011-10-30 22:19 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 Gualter Barbas Baptista 2003-10-01 14:26:29 UTC
gnome-print fails to compile, apparently because it's searching for unfinished
jobs (however, there aren't any)

Reproducible: Always
Steps to Reproduce:
1. emerge gnome-print (goes for version 0.35-r3; happens the same with
ACCEPT_KEYWORDS="~x86", for version 0.37)
2.
3.

Actual Results:  
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../intl
-I/usr/include/freetype2 -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H
-I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gdk-pixbuf-1.0
-I/usr/include/gnome-xml -DPROFILEDIR=\"/usr/share/gnome-print/profiles/\"
-DGNOMEPRINT_LIBDIR=\"/usr/lib\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include
-DGNOMELOCALEDIR=\"/usr/share/locale\" -DBINDIR=\"/usr/bin\"
-DDATADIR=\"/usr/share\" -DFONTMAPDIR_STATIC=\"/usr/share/gnome/fonts\"
-DFONTMAPDIR_DYNAMIC=\"/etc/gnome/fonts\" -O3 -march=pentium3 -pipe -Wall
-Wunused -c gnome-print-ps2.c  -fPIC -DPIC -o .libs/gnome-print-ps2.lo
In file included from gnome-print-ps2.c:51:
../libgnomeprint/gnome-font-private.h:50: parse error before "FT_Face"
../libgnomeprint/gnome-font-private.h:50: warning: no semicolon at end of struct
or union
make[2]: *** [gnome-print-ps2.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .libs/gnome-print-ps.lo gnome-print-ps.lo
make[2]: Leaving directory
`/var/tmp/portage/gnome-print-0.35-r3/work/gnome-print-0.35/libgnomeprint'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-print-0.35-r3/work/gnome-print-0.35'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-base/gnome-print-0.35-r3 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! (no error message)


Expected Results:  
emerge! :)

bash-2.05b# emerge info
Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r5)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Intel(R) Pentium(R) III Mobile CPU      1000MHz
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -pipe "
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/texmf/tex/generic/config
/usr/share/texmf/tex/platex/config /usr/X11R6/lib/X11/xkb
/usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -pipe "
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://ftp.dei.uc.pt/pub/Linux/gentoo
ftp://darkstar.ist.utl.pt/pub/gentoo http://darkstar.ist.utl.pt/gentoo
http://gentoo.felisberto.net/ http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss avi crypt cups encode foomaticdb gif gpm jpeg gnome libg++ mad
mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv
zlib alsa gdbm berkdb slang readline arts tetex svga tcltk java mysql X sdl tcpd
pam libwww ssl perl python esd imlib oggvorbis gtk qt kde motif opengl gphoto2
cdr scanner acpi dvd fbcon gps mozilla samba usb xinerama -apm"
Comment 1 Gualter Barbas Baptista 2003-10-01 15:05:34 UTC
Was a freetype problem. Re-emerging freetype solved the problem