Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40587 - emerging kdebluetooth-20040128 fails during compilation
Summary: emerging kdebluetooth-20040128 fails during compilation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 04:46 UTC by Marc
Modified: 2004-02-09 07:54 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 Marc 2004-02-06 04:46:47 UTC
I was just trying to update kdebluetooth-20031218 to kdebluetooth-20040128 till I got this error:

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.2/include -I/usr/qt/3/include 
-I/usr/X11R6/include  -I/usr/include -I/usr/include  -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W 
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O3 
-mcpu=i686 -funroll-loops -pipe -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common  -c -o confirmation.o `test -f 
'confirmation.cpp' || echo './'`confirmation.cpp
make[3]: *** [rfcommportlistener.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory 
`/var/tmp/portage/kdebluetooth-20040128/work/kdebluetooth-20040128/kbluetoothd/kbluetoothd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/kdebluetooth-20040128/work/kdebluetooth-20040128/kbluetoothd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/kdebluetooth-20040128/work/kdebluetooth-20040128'
make: *** [all] Error 2

!!! ERROR: net-wireless/kdebluetooth-20040128 failed.
!!! Function kde_src_compile, Line 127, Exitcode 2
!!! died running emake, kde_src_compile:make

bash-2.05b# 

I'm wondering how I can fix this problem.
I just have kde, qt, gtk, gnome as USE-flags.

Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge kdebluetooth


Actual Results:  
I got the same error.

Expected Results:  
I should have been installed correctly I suppose.

I have just updated KDE 3.1.5 to KDE 3.2.
After the update I decided to also update kdebluetooth to the latest version.
I just had kdeklipper, kopete and korganizer running in background.
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2004-02-08 08:27:55 UTC
Hi, I'm a kdebluetooth developer. Have you already posted on our mailing list?
This isn't a kdebluetooth problem but a gcc problem.

Do you have gcc-3.3.2-r6 no?
Well, downgrade to gcc-3.3.2-r5 because has a g++ strange bug, I've already posted it here and now it's masked and a r7 will came out soon.

http://bugs.gentoo.org/show_bug.cgi?id=40603

P.S. If this is ok, close the bug.

Bye!
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-02-09 07:54:57 UTC
verified - looks like a different gcc version will fix this problem.