Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132393 - TuxCards ebuild fails -- cannot find ccolorbar.h
Summary: TuxCards ebuild fails -- cannot find ccolorbar.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Andrej Kacian (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-05 15:47 UTC by gentoo
Modified: 2006-08-20 03:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
tuxcards-1.2-r1.ebuild (tuxcards-1.2-r1.ebuild,1.02 KB, text/plain)
2006-07-22 15:15 UTC, Wolfgang Frisch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2006-05-05 15:47:52 UTC
TuxCards ebuild fails when building and amd64. A header file -- ccolorbar.h -- cannot be found.

Here is the relevant output:
g++ -c -pipe -Wall -W -march=k8 -O3 -pipe -fno-strict-aliasing -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/qt/3/include -Ioutput/moc/ -o output/bin/IOptionsDialog.o src/gui/dialogs/optionsDialog/IOptionsDialog.cpp
src/gui/dialogs/optionsDialog/IOptionsDialog.cpp:26:23: ccolorbar.h: No such file or directory

Portage 2.1_pre10-r2 (default-linux/amd64/2006.0, gcc-3.4.6, glibc-2.4-r2, 2.6.16-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.16-gentoo-r6 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
Gentoo Base System version 1.12.0_pre19
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.4.3-r1
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18
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-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O3 -pipe -ftracer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /opt/openjms/config /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O3 -pipe -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks fixpackages metadata-transfer sandbox sfperms strict userpriv"
GENTOO_MIRRORS="http://mirror.gentoo.gr.jp http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j 3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X X509 Xaw3d a52 aac aalib acl acpi adns aliaschain alsa anthy antlr ao apache2 arts audiofile avi berkdb bitmap-fonts bonobo browserplugin bzip2 cairo caps cddb cdr chasen cjk cli cnamefix crypt cups dbus dga divx4linux djbfft dnd dri dv dvb dvd dvdr dvdread eds emboss emul-linux-x86 encode erandom expat faac faad fam fbcon ffmpeg firefox flac flash fltk foomaticdb freetype freewnn fs fwdzone gd gdbm gif gnutls gphoto2 gpm gstreamer gtk2 hbci icu idea ieee1394 imap imlib2 immqt-bc ipv6 isdnlog jack jack-tmpfs java javamail javascript jbig jce jdepend jikes jms jmx jpeg jpeg2k jsch junit kakasi kde kdeenablefinal ladcca lcd lcms ldap libgda libsamplerate lm_sensors log4j ltsp lua lzo lzw lzw-tiff m17n-lib mad md5sum mjpeg mmap mng mozcalendar mozsvg mp3 mpeg mpeg2 multipleip musicbrainz nas ncurses neXt network nls nntp nobsh nocd nonfsv4 noplugin nopri nptl nptlonly nsplugin nvidia ogg opengl openssh optional-tasks oro pam pcre pda pdflib perl pg-intdatetime plotutils png portaudio postgres povray ppds pppd python qt quicktime readline reflection regexp rhino rtc ruby samba sasl sdl semanticfix session slp sndfile sox spell spl sqlite ssl subversion svg tcltk tcpd theora threads tiff transcode truetype truetype-fonts type1 type1-fonts unicode usb v4l2 vorbis wmf wxwindows x264 xalan xerces xface xine xml xml2 xorg xpm xprint xv xvid xvmc zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_fbdev video_cards_nvidia video_cards_vesa video_cards_vga"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Wolfgang Frisch 2006-07-22 15:15:57 UTC
Created attachment 92524 [details]
tuxcards-1.2-r1.ebuild

Quick fix for this Bug. It sed's out the include of ccolorbar.h in the file "src/gui/dialogs/optionsDialog/IOptionsDialog.ui". Builds fine without it.
Comment 2 Malcolm Lashley (RETIRED) gentoo-dev 2006-08-19 11:43:47 UTC
This fix is already in CVS, someone forgot to close :)
Comment 3 Andrej Kacian (RETIRED) gentoo-dev 2006-08-20 03:06:36 UTC
Ah yes, sorry. :) Wolfgang, thanks for the fix!