First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 135692
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: miste78@web.de
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
k3b_i18n.patch Attached patch fixes this bug patch spiralvoice 2006-06-07 05:11 0000 659 bytes Details | Diff
k3b-0.12.14.ebuild.diff k3b-0.12.14.ebuild.diff patch miste78@web.de 2006-06-07 09:03 0000 659 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 135692 depends on: Show dependency tree
Bug 135692 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   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

------- Comment #1 From miste78@web.de 2006-06-06 08:24:00 0000 -------
I have also tried

export LANGS="de" emerge k3b

------- Comment #2 From spiralvoice 2006-06-07 05:11:07 0000 -------
Created an attachment (id=88594) [details]
Attached patch fixes this bug

------- Comment #3 From miste78@web.de 2006-06-07 09:03:25 0000 -------
Created an attachment (id=88608) [details]
k3b-0.12.14.ebuild.diff

yes, it works.
I attached the patch for the k3b-0.12.14.ebuild

------- Comment #4 From Sebastian 2006-06-20 16:31:57 0000 -------
Added flameeyes :) Can you add the patches, please?

Sebastian

------- Comment #5 From Diego E. 'Flameeyes' Pettenò 2006-06-20 16:47:12 0000 -------
I'd do it in a little different way, just a few minutes and I'll test.

------- Comment #6 From Daniel Webert 2006-07-26 19:16:22 0000 -------
21 Jun 2006; Diego Petten

------- Comment #7 From Daniel Webert 2006-07-26 19:16:22 0000 -------
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.

First Last Prev Next    No search results available      Search page      Enter new bug