Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135692 - k3b-0.12.1x. ebuilds don't install language package
Summary: k3b-0.12.1x. ebuilds don't install language package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 16:43 UTC by miste78
Modified: 2006-07-26 19:16 UTC (History)
2 users (show)

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


Attachments
Attached patch fixes this bug (k3b_i18n.patch,659 bytes, patch)
2006-06-07 05:11 UTC, spiralvoice
Details | Diff
k3b-0.12.14.ebuild.diff (k3b-0.12.14.ebuild.diff,659 bytes, patch)
2006-06-07 09:03 UTC, miste78
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description miste78 2006-06-05 16:43:27 UTC
k3b ebuilds (k3b-012.14.ebuild and k3b-0.12.15.ebuild) don't install the language package. 

I emerged kdebase-startkde kde-i18n and then k3b.
LINGUAS="de" is set in /etc/make.conf ,but the k3b-language package was not installed.  

I had to install the language package manually. This is what I've done:

cp /usr/portage/distfiles/k3b-i18n-0.12.14.tar.bz2 /usr/local/src/
cd /usr/local/src
tar xvjf k3b-i18n-0.12.14.ta.bz2
cd k3b-i18n-0.12.14
./configure --prefix=/usr/kde/3.5 --without-arts
make
make install

the --prefix=/usr/kde/3.5 was needed because I got this error:

configure: error: The important program kde-config was not found!
Please check whether you installed KDE correctly.


and the --without-arts option was needed because I have emerged kdebase-startkde with USE-Flag -arts .

I also tried to re-emerge kdelibs and then k3b with the arts-USE-Flag set, but the k3b language package was not installed.


emerge --info

Portage 2.0.54-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r3, 2.6.15.7-ubuntu1 i686)
=================================================================
System uname: 2.6.15.7-ubuntu1 i686 Intel(R) Pentium(R) M processor 1.50GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.gentoo.org/gentoo-distfiles/ ftp://ftp.tu.clausthal.de/pub/linux/gentoo/ "
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/local"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d a52 aac acpi aim alsa apache2 audiofile avi background berkdb bitmap-fonts bl bzip2 cardbus cddb cdparanoia cdr cli cpudetection crypt css cups dpms dri dvd dvdr dvdread edl emboss encode escreen esd exif expat fam fame fbcon fbsplash ffmpeg firefox foomaticdb fortran fping gdbm gif gimp gimpprint glut glx gnutls gphoto2 gpm gstreamer gtk gtk2 hal i8x0 id3 idn imagemagick imlib infopipe input_devices_evdev input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 isdnlog jabber javascript john jpeg kde kdgraphics lame lcms libg++ libwww lm_sensors lzo mad mikmod mime mjpeg mmx mng motif mp3 mp4 mp4live mpeg mpeg2 mplayer msn ncurses nls nptl ntfs ntlm ogg oggvorbis on-the-fly-crypt opengl pcre pdf pdflib perl pmu png portaudio ppds pppd python qt quicktime readline reflection roe rogue samba sdl session shorten spl ssl subtitles swat tcpd tga theora tiff timidity transcode truetype truetype-fonts type1-fonts udev usb v4l vcd video_cards_ati vorbis wifi win32codecs xanim xml xml2 xmms xorg xosd xpm xscreensaver xv xvid xvmc zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS
Comment 1 miste78 2006-06-06 08:24:00 UTC
I have also tried

export LANGS="de" emerge k3b

Comment 2 spiralvoice 2006-06-07 05:11:07 UTC
Created attachment 88594 [details, diff]
Attached patch fixes this bug
Comment 3 miste78 2006-06-07 09:03:25 UTC
Created attachment 88608 [details, diff]
k3b-0.12.14.ebuild.diff

yes, it works.
I attached the patch for the k3b-0.12.14.ebuild
Comment 4 Sebastian 2006-06-20 16:31:57 UTC
Added flameeyes :) Can you add the patches, please?

Sebastian
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-06-20 16:47:12 UTC
I'd do it in a little different way, just a few minutes and I'll test.
Comment 6 Daniel Webert 2006-07-26 19:16:22 UTC
21 Jun 2006; Diego Petten
Comment 7 Daniel Webert 2006-07-26 19:16:22 UTC
21 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> k3b-0.12.14.ebuild,
  k3b-0.12.15.ebuild:
  Fix i18n packages to use the new $KDE_S variable, thanks to miste78 for
  reporting in bug #135692.