Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117665 - media-libs/libuta-0.4.4: build fails to compile
Summary: media-libs/libuta-0.4.4: build fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo TreeCleaner Project
URL:
Whiteboard: Pending removal 8 May 2007
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2006-01-03 14:01 UTC by Sascha Silbe
Modified: 2007-05-07 18:48 UTC (History)
1 user (show)

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 Sascha Silbe 2006-01-03 14:01:05 UTC
Similar to bug 117662.

root@caravan:~# MAKEOPTS="-j1 -s" emerge -v libuta
[...]
c++ -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -D_THREAD_SAFE -I/usr/include/SDL -D_REENTRANT -I/usr/lib/sigc++-1.0/include -I/usr/include/sigc++-1.0 -O3 -march=athlon-xp -pipe -fomit-frame-pointer -Wall -c painter.cc  -fPIC -DPIC -o .libs/painter.lo
painter.cc: In constructor `uta::Painter::Painter(uta::Surface*)':
painter.cc:47: error: `assert' undeclared (first use this function)
painter.cc:47: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
make[2]: *** [painter.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

!!! ERROR: media-libs/libuta-0.4.4 failed.
!!! Function src_compile, Line 566, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


BTW: With -j2, it fails even earlier, so you might want to force -j1 in the ebuild.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-03 14:06:33 UTC
emerge --info, please...
Comment 2 Sascha Silbe 2006-01-03 14:44:27 UTC
Portage 2.0.53 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 2.6.11.10-infra i686)
=================================================================
System uname: 2.6.11.10-infra i686 mobile AMD Athlon(tm) XP2500+
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [disabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/grass60/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/afs/modload /etc/gconf /etc/make.globals /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks fixpackages sandbox severe sfperms strict test userpriv usersandbox"
GENTOO_MIRRORS="ftp://ftp.easynet.nl/mirror/gentoo/ http://gentoo.inode.at/ ftp://gentoo.inode.at/source/"
LANG="en_US"
LINGUAS="en,de"
MAKEOPTS="-j2 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /share/infra/work/portage-local--main--1.0"
SYNC="rsync://copper.sascha.silbe.org/gentoo-portage"
USE="x86 3dnow 3dnowex 3dnowext X a52 aac accessibility acl acpi afs alsa audiofile avi bash-completion berkdb bitmap-fonts blas bzip2 bzlib ccache cdb cdparanoia cdr chipcard crypt cups curl doc dts dv dvd dvdread ecc emboss encode exif expat f77 fam ffmpeg flac foomaticdb fortran gatos gd gdbm geldkarte gif gimpprint glut gmp gps gstreamer gtk gtk2 gtkhtml guile hbci idn imagemagick imap imlib ipv6 jasper jpeg jpeg2k lcms libg++ libwww lua lzo mad maildir makecheck mbox mhash mikmod mmx mmxext mng monitor mp3 mpeg nas ncurses nls nodrm offensive ogdi ogg oggvorbis opengl pam pcmcia pcre pdflib png postgres python qt qtmt quicktime readline rtc samba sdl skey smartcard socks5 spell sse ssl svg test tetex theora tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales vorbis win32codecs xine xml xml2 xosd xv xvid zlib video_cards_radeon input_devices_synaptics linguas_en,de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-10-20 19:21:47 UTC
Development activity ended four years ago, nothing in the tree depends on it. Let's get rid of the lib.
Comment 4 Christian Heim (RETIRED) gentoo-dev 2007-01-06 22:03:26 UTC
The package doesn't fail in src_test, it fails while compiling. So either just force MAKEOPTS or punt it.
Comment 5 Alec Warner (RETIRED) archtester gentoo-dev Security 2007-01-23 03:33:04 UTC
released in 2002, no new code, I vote we remove it.
Comment 6 Raúl Porcel (RETIRED) gentoo-dev 2007-01-24 22:28:41 UTC
+1
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-01-24 22:30:33 UTC
+1 (orphaned libs--)
Comment 8 Ryan Hill (RETIRED) gentoo-dev 2007-01-28 02:50:35 UTC
+17
Comment 9 Raúl Porcel (RETIRED) gentoo-dev 2007-03-11 19:24:52 UTC
# Raúl Porcel <armin76@gentoo.org> (8 Mar 2007)
# P.masking for treecleaners, pending removal in 60 days
# That is, 8 May 2007
# www-servers/aolserver and its rdeps -> bug 108022
#	www-misc/nscache
#	www-misc/nsopenssl
#	www-misc/nssha1
#	www-misc/nsxml
# app-emulation/tiger -> bug 110298
# sys-apps/evkeyd -> bug 115407
# media-libs/libuta -> bug 117665
# net-misc/cipe -> bug 137329
# app-text/biblestudy -> bug 164144
www-servers/aolserver
www-misc/nscache
www-misc/nsopenssl
www-misc/nssha1
www-misc/nsxml
app-emulation/tiger
sys-apps/evkeyd
media-libs/libuta
net-misc/cipe
app-text/biblestudy
Comment 10 Raúl Porcel (RETIRED) gentoo-dev 2007-05-07 18:48:42 UTC
Removed