Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106547 - k3b-0.12.3 fails to compile due to kdoublenuminput.h header not found
Summary: k3b-0.12.3 fails to compile due to kdoublenuminput.h header not found
Status: RESOLVED DUPLICATE of bug 106402
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 10:57 UTC by Rodolfo Boer
Modified: 2005-09-19 15:15 UTC (History)
1 user (show)

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


Attachments
This fixes the build (kdoublenuminput.patch,559 bytes, patch)
2005-09-19 10:59 UTC, Rodolfo Boer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rodolfo Boer 2005-09-19 10:57:46 UTC
When I emerge k3b it fails with: 
"base_k3bdivxoptiontab.cpp:25:29: kdoublenuminput.h: No such file or directory" 
I could not find this file anywhere and google gave no clue. 

Reproducible: Always
Steps to Reproduce:
1.emerge k3b 
 
Actual Results:  
 


Portage 2.0.52-r1 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r1, 
2.6.12-gentoo-r10 i686) 
================================================================= 
System uname: 2.6.12-gentoo-r10 i686 AMD Athlon(tm) XP 2200+ 
Gentoo Base System version 1.12.0_pre8 
ccache version 2.4 [enabled] 
dev-lang/python:     2.4.1-r1 
sys-apps/sandbox:    1.2.13 
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.20 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-march=athlon-xp -mmmx -m3dnow -msse -mfpmath=sse -fomit-frame-pointer 
-pipe -O2" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /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 /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d" 
CXXFLAGS="-march=athlon-xp -mmmx -m3dnow -msse -mfpmath=sse 
-fomit-frame-pointer -pipe -O2" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/                 
http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/                 
http://pandemonium.tiscali.de/pub/gentoo/ http://mir.zyrianes.net/gentoo/" 
LANG="it_IT.UTF-8" 
LINGUAS="it en" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="x86 3dnow X alsa apm arts avi bash-completion berkdb bitmap-fonts cdr 
crypt cups curl dga divx4linux doc eds emboss encode esd fam foomaticdb gdbm 
gif gnome gpm gstreamer gtk2 hal imagemagick imlib java jpeg kde kdeenablefinal 
libg++ libwww logrotate mad mikmod mmx motif mp3 mpeg ncurses nls nptl 
offensive ogg oggvorbis opengl pam pdflib perl png python qt quicktime readline 
sdl spell sse ssl tcpd tetex tiff truetype truetype-fonts type1-fonts unicode 
vorbis win32codecs xine xml xml2 xv zlib linguas_it linguas_en userland_GNU 
kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS
Comment 1 Rodolfo Boer 2005-09-19 10:59:36 UTC
Created attachment 68818 [details, diff]
This fixes the build

This is a simple fix, disable looking for the file. Compiles fine and it seems
to work too.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-09-19 11:11:44 UTC
You probably want to try with .4 that should be fixed. Or downgrade qt. 
 

*** This bug has been marked as a duplicate of 106402 ***
Comment 3 TGL 2005-09-19 15:15:54 UTC
> You probably want to try with .4 that should be fixed.

It's not (0.12.4a here), but I can confirm this patch fixes it, and is also what
was applied upstream since:
http://websvn.kde.org/trunk/extragear/multimedia/k3b/src/option/base_k3bdivxoptiontab.ui?rev=460631&sortby=date&view=rev

Rodolfo, i suggest you reopen this bug. It's one step toward unmasking qt-3.3.5,
so it would be good to take it into account.