Bug 135692 - k3b-0.12.1x. ebuilds don't install language package
|
Bug#:
135692
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P3
|
|
Resolution: FIXED
|
Assigned To: kde@gentoo.org
|
Reported By: miste78@web.de
|
|
Component: KDE
|
|
|
URL:
|
|
Summary: k3b-0.12.1x. ebuilds don't install language package
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-06-05 16:43 0000
|
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
I have also tried
export LANGS="de" emerge k3b
Added flameeyes :) Can you add the patches, please?
Sebastian
I'd do it in a little different way, just a few minutes and I'll test.
21 Jun 2006; Diego Petten
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.