Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122222 - x11-apps/ttmkfdir-3.0.9-r3 won't compile
Summary: x11-apps/ttmkfdir-3.0.9-r3 won't compile
Status: RESOLVED DUPLICATE of bug 122042
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 02:11 UTC by Martin Dobrev
Modified: 2006-02-09 02:14 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 Martin Dobrev 2006-02-09 02:11:40 UTC
Hi,

I trying to install x11-apps/ttmkfdir-3.0.9-r3, but the compilation stops with the following error:

encoding.cpp: In constructor `Encoding::Encoding(Encodings_t*, Encoding::BuiltinEncoding_t*)':
encoding.cpp:124: warning: comparison between signed and unsigned integer expressions
 i686-pc-linux-gnu-g++ -Wall -pedantic -I/usr/include/freetype2 -march=pentium4 -pipe -fomit-frame-pointer -c encoding.cpp -o encoding.o >/dev/null 2>&1
 i686-pc-linux-gnu-g++ -Wall -pedantic -I/usr/include/freetype2 -march=pentium4 -pipe -fomit-frame-pointer -c builtin.cpp  -fPIC -DPIC -o .libs/builtin.o
libtool --mode=compile i686-pc-linux-gnu-g++ -Wall -pedantic -I/usr/include/freetype2  -march=pentium4 -pipe -fomit-frame-pointer -o parser.o -c parser.cpp
 i686-pc-linux-gnu-g++ -Wall -pedantic -I/usr/include/freetype2 -march=pentium4 -pipe -fomit-frame-pointer -c builtin.cpp -o builtin.o >/dev/null 2>&1
 i686-pc-linux-gnu-g++ -Wall -pedantic -I/usr/include/freetype2 -march=pentium4 -pipe -fomit-frame-pointer -c parser.cpp  -fPIC -DPIC -o .libs/parser.o
encoding.l: In function `int yylex(char*, Encodings_t&)':
encoding.l:111: warning: comparison between signed and unsigned integer expressions
encoding.l:143: warning: comparison between signed and unsigned integer expressions
encoding.l:147: warning: comparison between signed and unsigned integer expressions
parser.cpp: At global scope:
parser.cpp:1587: error: declaration of `int isatty(int)' throws different exceptions
/usr/include/unistd.h:717: error: than previous declaration `int isatty(int) throw ()'
parser.cpp:1364: warning: 'void yyunput(int, char*)' defined but not used
make: *** [parser.o] Error 1

!!! ERROR: x11-apps/ttmkfdir-3.0.9-r3 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile

Here the emerge --info too:

Portage 2.1_pre4-r1 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.6-r2, 2.6.15-gentoo-r4-DWebWarm i686)
=================================================================
System uname: 2.6.15-gentoo-r4-DWebWarm i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.12.0_pre15
dev-lang/python:     2.3.5-r2, 2.4.2-r1
sys-apps/sandbox:    1.2.11
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-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
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="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig digest distlocks fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ http://gentoo.itdnet.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://gentoo.itdnet.net/gentoo-portage"
USE="x86 alsa apache2 apm avi berkdb bitmap-fonts crypt curl eds emboss encode foomaticdb fortran gdbm gif gpm gstreamer gtk gtk2 imlib ipv6 jpeg libg++ libwww mad mikmod mmx motif mp3 mpeg mpi mysql ncurses nls nocardbus nptl oav ogg oggvorbis oss pam pdflib perl png python readline samba sse ssl tcpd truetype truetype-fonts type1-fonts vorbis xml xml2 zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-09 02:14:20 UTC

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