Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 121840

Summary: net-im/wengophone compile fails with ICE
Product: Gentoo Linux Reporter: Xavier Fernández i Marín <xavier.fim>
Component: New packagesAssignee: Stefan Schweizer (RETIRED) <genstef>
Status: RESOLVED LATER    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Xavier Fernández i Marín 2006-02-06 08:26:13 UTC
Wengophone don't compile, it reports an error.

It doesn't work even when compiling manually. 

I have also tried to compile Boost previously (which is required in README, but it doesn't appear anywhere in the ebuild).

I have qt libraries in the system.

Here it goes the relevant part of the error:
---8<---
g++ -g -Wall -DDEBUG= -DQT_THREAD_SUPPORT= -Ibuild-wengo/linux2-debug/libs/systemperf -Ibuild-wengo/linux2-debug/libs/systemperf/include -I/usr/qt/3/include -I/usr/qt/3/include -Ibuild-wengo/linux2-debug/libs/util -Ibuild-wengo/linux2-debug/libs/util/include -Ibuild-wengo/linux2-debug/libs/curl -Ibuild-wengo/linux2-debug/libs/curl/include -Ibuild-wengo/linux2-debug/libs/curl/lib -c -o build-wengo/linux2-debug/libs/util/src/http/CurlHttpRequest.o build-wengo/linux2-debug/libs/util/src/http/CurlHttpRequest.cpp
build-wengo/linux2-debug/libs/util/src/http/CurlHttpRequest.cpp: In function `size_t curlHTTPRead(void*, size_t, size_t, void*)':
build-wengo/linux2-debug/libs/util/src/http/CurlHttpRequest.cpp:311: av
Comment 1 Xavier Fernández i Marín 2006-02-06 08:26:13 UTC
Wengophone don't compile, it reports an error.

It doesn't work even when compiling manually. 

I have also tried to compile Boost previously (which is required in README, but it doesn't appear anywhere in the ebuild).

I have qt libraries in the system.

Here it goes the relevant part of the error:
---8<---
g++ -g -Wall -DDEBUG= -DQT_THREAD_SUPPORT= -Ibuild-wengo/linux2-debug/libs/systemperf -Ibuild-wengo/linux2-debug/libs/systemperf/include -I/usr/qt/3/include -I/usr/qt/3/include -Ibuild-wengo/linux2-debug/libs/util -Ibuild-wengo/linux2-debug/libs/util/include -Ibuild-wengo/linux2-debug/libs/curl -Ibuild-wengo/linux2-debug/libs/curl/include -Ibuild-wengo/linux2-debug/libs/curl/lib -c -o build-wengo/linux2-debug/libs/util/src/http/CurlHttpRequest.o build-wengo/linux2-debug/libs/util/src/http/CurlHttpRequest.cpp
build-wengo/linux2-debug/libs/util/src/http/CurlHttpRequest.cpp: In function `size_t curlHTTPRead(void*, size_t, size_t, void*)':
build-wengo/linux2-debug/libs/util/src/http/CurlHttpRequest.cpp:311: avís: converting de valor negatiu `
Error intern del compilador: Error al reportar rutines reentrades.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /tmp/ccOrOVET.out file, please attach this to your bugreport.
scons: *** [build-wengo/linux2-debug/libs/util/src/http/CurlHttpRequest.o] Error 1
scons: building terminated because of errors.

---8<---

/tmp/ccOrOVET.out doesn't reported, as it is 759809 bytes. If it is necessary, I will do it.



emerge --info
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1.60GHz
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium-m -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="ca"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa audiofile avi bitmap-fonts bzip2 cdparanoia cdr crypt custom-cflags dri dvd dvdr eds encode exif expat fam fastcgi ffmpeg foomaticdb fortran gdbm gif glut gpm gtkhtml imagemagick imlib jack jpeg lcms leim libcaca libg++ libwww lua mad mhash mmx mng motif mp3 mpeg mysql ncurses nls ogg oggvorbis opengl pam pcre pdf pdflib perl php png ppds python quicktime readline recode ruby sdl slang speex spell sse sse2 ssl tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev unicode userlocales v4l vim-with-x vorbis win32codecs xine xml2 xmms xv zlib video_cards_i810 video_cards_i830 video_cards_i915 linguas_ca userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-06 08:31:12 UTC
Wrong product...
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-04-07 10:23:31 UTC
You can try WEngophone-NG:

genstef.homelinux.org/local/net-im/wengophone/wengophone-2.0_pre20060217.ebuild

I will add it to the tree when ready. For the moment I do not intend to invest a lot of work into classic. However if you have a diff, patch or sth to fix it easily please attach.