Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258562 - k3b 1.0.5 : wrongly detects "dvd+rw-tools not installed"
Summary: k3b 1.0.5 : wrongly detects "dvd+rw-tools not installed"
Status: RESOLVED DUPLICATE of bug 257360
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 07:17 UTC by Manfred Knick
Modified: 2009-02-13 12:15 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manfred Knick 2009-02-11 07:17:36 UTC
After installing KDE 4.2.0
and cleaning out any .kde*,
starting k3b for the first time yields above error message window;
which is in contrast to:

# emerge -s  dvd+rw-tools
*  app-cdr/dvd+rw-tools
      Latest version installed: 7.1

Nevertheless, erasing and re-burning a CD afterwards succeeds.


Reproducible: Always

Steps to Reproduce:
1.emerge KDE 4.2
2.emerge k3b
3.start k3b

Actual Results:  
Wrong Error Message.

Expected Results:  
No wrong error message.

# equery list kdebase-meta
[ Searching for package 'kdebase-meta' in all categories among: ]
 * installed packages
[I--] [ ~] kde-base/kdebase-meta-3.5.10 (3.5)
[I--] [ ~] kde-base/kdebase-meta-4.2.0 (4.2)


$ emerge --info
Portage 2.1.6.4 (default/linux/amd64/2008.0/desktop, gcc-4.3.3, glibc-2.9_p20081201-r1, 2.6.27-gentoo-r8 x86_64)
=================================================================                                               
System uname: Linux-2.6.27-gentoo-r8-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_5600+-with-glibc2.2.5      
Timestamp of tree: Wed, 11 Feb 2009 06:15:02 +0000
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7-r1, 2.1.6-r1
dev-lang/python:     2.5.2-r7
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64-sse3 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib64/fax /usr/share/config /var/lib/hsqldb /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=athlon64-sse3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
...
LDFLAGS="-Wl,-O1"
...
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2009-02-13 10:39:44 UTC
What's the output, when you call dvd+rw-format on the command line?
Comment 2 Manfred Knick 2009-02-13 11:26:01 UTC
(In reply to comment #1)
> What's the output, when you call dvd+rw-format on the command line?

Uuups: 

# man dvd+rw-format
Keine Handbuchseite für dvd+rw-format

# dvd+rw-format -h
*** buffer overflow detected ***: dvd+rw-format terminated
======= Backtrace: =========
/lib/libc.so.6(__fortify_fail+0x37)[0x7f3d7b9ecbf7]
/lib/libc.so.6[0x7f3d7b9ea9d0]
/lib/libc.so.6[0x7f3d7b9eb3d3]
dvd+rw-format[0x401646]
dvd+rw-format[0x4030f5]
/lib/libc.so.6(__libc_start_main+0xe6)[0x7f3d7b9265c6]
dvd+rw-format[0x401249]
======= Memory map: ========
...


# dvd+rw-format
*** buffer overflow detected ***: dvd+rw-format terminated
======= Backtrace: =========
/lib/libc.so.6(__fortify_fail+0x37)[0x7f580b4d2bf7]
/lib/libc.so.6[0x7f580b4d09d0]
/lib/libc.so.6[0x7f580b4d13d3]
dvd+rw-format[0x401646]
dvd+rw-format[0x4030f5]
/lib/libc.so.6(__libc_start_main+0xe6)[0x7f580b40c5c6]
dvd+rw-format[0x401249]
======= Memory map: ========
...

Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2009-02-13 12:15:36 UTC
Ah, I forgot. Newer GCC (aka masked and not meant for general consumption) ebuilds enable the fortify feature by default.

*** This bug has been marked as a duplicate of bug 257360 ***