First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 102278
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 96301
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mathias Zimmermann <mijenix@gmx.ch>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 102278 depends on: Show dependency tree
Bug 102278 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-08-12 12:29 0000
emerge -putD world brings me that:

[nomerge      ] net-fs/samba-3.0.14a-r2
[nomerge      ]  net-print/cups-1.1.23-r4
[ebuild  N    ]   app-text/xpdf-3.00-r10

Now when I emerge that the output is the following:

configure: WARNING: Couldn't find X / Motif -- you will be able to compile
        pdftops, pdftotext, pdfinfo, pdffonts, pdftoppm, and pdfimages,
        but not xpdf
cd goo; make
make[1]: Entering directory `/var/tmp/portage/xpdf-3.00-r10/work/xpdf-3.00/goo'
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I. -c GHash.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I. -c GList.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I. -c
GString.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I. -c
gmempp.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I. -c gfile.cc
i686-pc-linux-gnu-gcc -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I.   -c -o
gmem.o gmem.c
i686-pc-linux-gnu-gcc -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I.   -c -o
parseargs.o parseargs.c
rm -f libGoo.a
ar rc libGoo.a GHash.o GList.o GString.o gmempp.o gfile.o gmem.o parseargs.o
i686-pc-linux-gnu-ranlib libGoo.a
make[1]: Leaving directory `/var/tmp/portage/xpdf-3.00-r10/work/xpdf-3.00/goo'
cd fofi; make
make[1]: Entering directory `/var/tmp/portage/xpdf-3.00-r10/work/xpdf-3.00/fofi'
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I./../goo
-I. -c FoFiBase.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I./../goo
-I. -c FoFiEncodings.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I./../goo
-I. -c FoFiTrueType.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I./../goo
-I. -c FoFiType1.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I./../goo
-I. -c FoFiType1C.cc
rm -f libfofi.a
ar rc libfofi.a FoFiBase.o FoFiEncodings.o FoFiTrueType.o FoFiType1.o FoFiType1C.o
i686-pc-linux-gnu-ranlib libfofi.a
make[1]: Leaving directory `/var/tmp/portage/xpdf-3.00-r10/work/xpdf-3.00/fofi'
cd splash; make
make[1]: Entering directory `/var/tmp/portage/xpdf-3.00-r10/work/xpdf-3.00/splash'
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I./../goo
-I./../fofi -I.   -c Splash.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I./../goo
-I./../fofi -I.   -c SplashBitmap.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I./../goo
-I./../fofi -I.   -c SplashClip.cc
i686-pc-linux-gnu-g++ -march=pentium3 -O3 -pipe -DHAVE_CONFIG_H -I.. -I./../goo
-I./../fofi -I.   -c SplashFTFont.cc
SplashFTFont.cc:15:30: freetype/ftoutln.h: No such file or directory
SplashFTFont.cc:16:69: freetype/internal/ftobjs.h: No such file or directory
In file included from SplashFTFont.cc:21:
SplashFTFontEngine.h:48: error: `FT_Library' has not been declared
SplashFTFontEngine.h:48: error: ISO C++ forbids declaration of `libA' with no type
SplashFTFontEngine.h:51: error: `FT_Library' does not name a type
In file included from SplashFTFont.cc:22:
SplashFTFontFile.h:56: error: `FT_Face' has not been declared
SplashFTFontFile.h:57: error: ISO C++ forbids declaration of `faceA' with no type
SplashFTFontFile.h:60: error: `FT_Face' does not name a type
In file included from SplashFTFont.cc:23:
SplashFTFont.h:48: error: `FT_Size' does not name a type
SplashFTFont.h:49: error: `FT_Matrix' does not name a type
SplashFTFont.cc:27: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:27: error: `pt' was not declared in this scope
SplashFTFont.cc:27: error: expected primary-expression before "void"
SplashFTFont.cc:27: error: initializer expression list treated as compound
expression
SplashFTFont.cc:28: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:28: error: `pt' was not declared in this scope
SplashFTFont.cc:28: error: expected primary-expression before "void"
SplashFTFont.cc:28: error: initializer expression list treated as compound
expression
SplashFTFont.cc:29: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:29: error: `ctrl' was not declared in this scope
SplashFTFont.cc:29: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:29: error: `pt' was not declared in this scope
SplashFTFont.cc:29: error: expected primary-expression before "void"
SplashFTFont.cc:29: error: initializer expression list treated as compound
expression
SplashFTFont.cc:30: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:30: error: `ctrl1' was not declared in this scope
SplashFTFont.cc:30: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:30: error: `ctrl2' was not declared in this scope
SplashFTFont.cc:31: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:31: error: `pt' was not declared in this scope
SplashFTFont.cc:31: error: expected primary-expression before "void"
SplashFTFont.cc:31: error: initializer expression list treated as compound
expression
SplashFTFont.cc: In constructor `SplashFTFont::SplashFTFont(SplashFTFontFile*,
SplashCoord*)':
SplashFTFont.cc:40: error: `FT_Face' undeclared (first use this function)
SplashFTFont.cc:40: error: (Each undeclared identifier is reported only once for
each function it appears in.)
SplashFTFont.cc:40: error: expected `;' before "face"
SplashFTFont.cc:44: error: `face' undeclared (first use this function)
SplashFTFont.cc:44: error: 'class SplashFTFontFile' has no member named 'face'
SplashFTFont.cc:45: error: `sizeObj' undeclared (first use this function)
SplashFTFont.cc:45: error: `FT_New_Size' undeclared (first use this function)
SplashFTFont.cc:50: error: `FT_Set_Pixel_Sizes' undeclared (first use this function)
SplashFTFont.cc:118: error: `matrix' undeclared (first use this function)
SplashFTFont.cc:118: error: `FT_Fixed' undeclared (first use this function)
SplashFTFont.cc: In member function `virtual GBool SplashFTFont::makeGlyph(int,
int, int, SplashGlyphBitmap*)':
SplashFTFont.cc:135: error: `FT_Vector' undeclared (first use this function)
SplashFTFont.cc:135: error: expected `;' before "offset"
SplashFTFont.cc:136: error: `FT_GlyphSlot' undeclared (first use this function)
SplashFTFont.cc:136: error: expected `;' before "slot"
SplashFTFont.cc:137: error: `FT_UInt' undeclared (first use this function)
SplashFTFont.cc:137: error: expected `;' before "gid"
SplashFTFont.cc:144: error: 'class SplashFTFontFile' has no member named 'face'
SplashFTFont.cc:144: error: `sizeObj' undeclared (first use this function)
SplashFTFont.cc:145: error: `offset' undeclared (first use this function)
SplashFTFont.cc:145: error: `FT_Pos' undeclared (first use this function)
SplashFTFont.cc:147: error: 'class SplashFTFontFile' has no member named 'face'
SplashFTFont.cc:147: error: `matrix' undeclared (first use this function)
SplashFTFont.cc:147: error: `FT_Set_Transform' undeclared (first use this function)
SplashFTFont.cc:148: error: `slot' undeclared (first use this function)
SplashFTFont.cc:148: error: 'class SplashFTFontFile' has no member named 'face'
SplashFTFont.cc:151: error: `gid' undeclared (first use this function)
SplashFTFont.cc:151: error: expected `;' before "ff"
SplashFTFont.cc:153: error: expected `;' before "c"
SplashFTFont.cc:167: error: 'class SplashFTFontFile' has no member named 'face'
SplashFTFont.cc:168: error: `FT_LOAD_NO_HINTING' undeclared (first use this
function)
SplashFTFont.cc:169: error: `FT_LOAD_NO_BITMAP' undeclared (first use this function)
SplashFTFont.cc:169: error: `FT_LOAD_DEFAULT' undeclared (first use this function)
SplashFTFont.cc:169: error: `FT_Load_Glyph' undeclared (first use this function)
SplashFTFont.cc:174: error: `ft_render_mode_normal' undeclared (first use this
function)
SplashFTFont.cc:174: error: `ft_render_mode_mono' undeclared (first use this
function)
SplashFTFont.cc:174: error: `FT_Render_Glyph' undeclared (first use this function)
SplashFTFont.cc:193: error: `memcpy' undeclared (first use this function)
SplashFTFont.cc: In member function `virtual SplashPath*
SplashFTFont::getGlyphPath(int)':
SplashFTFont.cc:200: error: `FT_Outline_Funcs' does not name a type
SplashFTFont.cc:209: error: `FT_GlyphSlot' undeclared (first use this function)
SplashFTFont.cc:209: error: expected `;' before "slot"
SplashFTFont.cc:210: error: `FT_UInt' undeclared (first use this function)
SplashFTFont.cc:210: error: expected `;' before "gid"
SplashFTFont.cc:211: error: `FT_Glyph' undeclared (first use this function)
SplashFTFont.cc:211: error: expected `;' before "glyph"
SplashFTFont.cc:214: error: 'class SplashFTFontFile' has no member named 'face'
SplashFTFont.cc:214: error: `sizeObj' undeclared (first use this function)
SplashFTFont.cc:215: error: 'class SplashFTFontFile' has no member named 'face'
SplashFTFont.cc:215: error: `matrix' undeclared (first use this function)
SplashFTFont.cc:215: error: `FT_Set_Transform' undeclared (first use this function)
SplashFTFont.cc:216: error: `slot' undeclared (first use this function)
SplashFTFont.cc:216: error: 'class SplashFTFontFile' has no member named 'face'
SplashFTFont.cc:218: error: `gid' undeclared (first use this function)
SplashFTFont.cc:220: error: expected `;' before "c"
SplashFTFont.cc:222: error: 'class SplashFTFontFile' has no member named 'face'
SplashFTFont.cc:222: error: `FT_LOAD_DEFAULT' undeclared (first use this function)
SplashFTFont.cc:222: error: `FT_Load_Glyph' undeclared (first use this function)
SplashFTFont.cc:225: error: `glyph' undeclared (first use this function)
SplashFTFont.cc:225: error: `FT_Get_Glyph' undeclared (first use this function)
SplashFTFont.cc:228: error: `FT_GLYPH_FORMAT_OUTLINE' undeclared (first use this
function)
SplashFTFont.cc:232: error: `FT_OutlineGlyph' undeclared (first use this function)
SplashFTFont.cc:232: error: expected `)' before "glyph"
SplashFTFont.cc: At global scope:
SplashFTFont.cc:237: error: redefinition of `int glyphPathMoveTo'
SplashFTFont.cc:27: error: `int glyphPathMoveTo' previously defined here
SplashFTFont.cc:237: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:237: error: `pt' was not declared in this scope
SplashFTFont.cc:237: error: expected primary-expression before "void"
SplashFTFont.cc:237: error: expected `,' or `;' before '{' token
SplashFTFont.cc:242: error: redefinition of `int glyphPathLineTo'
SplashFTFont.cc:28: error: `int glyphPathLineTo' previously defined here
SplashFTFont.cc:242: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:242: error: `pt' was not declared in this scope
SplashFTFont.cc:242: error: expected primary-expression before "void"
SplashFTFont.cc:242: error: expected `,' or `;' before '{' token
SplashFTFont.cc:247: error: redefinition of `int glyphPathConicTo'
SplashFTFont.cc:29: error: `int glyphPathConicTo' previously defined here
SplashFTFont.cc:247: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:247: error: `ctrl' was not declared in this scope
SplashFTFont.cc:247: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:247: error: `pt' was not declared in this scope
SplashFTFont.cc:247: error: expected primary-expression before "void"
SplashFTFont.cc:247: error: expected `,' or `;' before '{' token
SplashFTFont.cc:283: error: redefinition of `int glyphPathCubicTo'
SplashFTFont.cc:30: error: `int glyphPathCubicTo' previously defined here
SplashFTFont.cc:283: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:283: error: `ctrl1' was not declared in this scope
SplashFTFont.cc:283: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:283: error: `ctrl2' was not declared in this scope
SplashFTFont.cc:284: error: `FT_Vector' was not declared in this scope
SplashFTFont.cc:284: error: `pt' was not declared in this scope
SplashFTFont.cc:284: error: expected primary-expression before "void"
SplashFTFont.cc:284: error: expected `,' or `;' before '{' token
make[1]: *** [SplashFTFont.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/xpdf-3.00-r10/work/xpdf-3.00/splash'
make: *** [all] Error 2

!!! ERROR: app-text/xpdf-3.00-r10 failed.
!!! Function src_compile, Line 80, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

I don't use X on this machine. And why cups has a xpdf dependency?

Reproducible: Always
Steps to Reproduce:
1.emerge -uD world
2.
3.



Expected Results:  
Compile clean or not emerging xpf.

Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r1,
2.6.13-rc6 i686)
=================================================================
System uname: 2.6.13-rc6 i686 Pentium III (Katmai)
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
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/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://130.59.10.35/mirror/gentoo/
ftp://pandemonium.tiscali.de/pub/gentoo/ ftp://130.59.10.34/mirror/gentoo/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa apm cups mp3 ncurses nls ogg oggvorbis openssh pam perl readline
samba sse ssl tcpd vorbis zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY

------- Comment #1 From Jakub Moc (RETIRED) 2005-08-12 12:36:45 0000 -------

*** This bug has been marked as a duplicate of 96301 ***

First Last Prev Next    No search results available      Search page      Enter new bug