Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72666 - qtella-0.7.0 fails building
Summary: qtella-0.7.0 fails building
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-27 11:57 UTC by Jonas Fährmann
Modified: 2005-09-12 10:33 UTC (History)
0 users

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


Attachments
Patch for including errno.h (0.7.0-fixerrno.patch,439 bytes, patch)
2005-01-06 03:30 UTC, Emanuel Steen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Fährmann 2004-11-27 11:57:27 UTC
qtella-0.7.0 

Reproducible: Always
Steps to Reproduce:
emerge qtella


Actual Results:  
MessengerThread.cpp: In function `int ext_yahoo_connect(char*, int)':
MessengerThread.cpp:342: error: `errno' undeclared (first use this function)
MessengerThread.cpp:342: error: (Each undeclared identifier is reported only
once for each function it appears in.)
MessengerThread.cpp:342: error: `ECONNREFUSED' undeclared (first use this function)
MessengerThread.cpp:342: error: `ETIMEDOUT' undeclared (first use this function)
MessengerThread.cpp:343: error: `ENETUNREACH' undeclared (first use this function)
MessengerThread.cpp: In function `int ext_yahoo_connect_async(int, char*, int,
void (*)(int, int, void*), void*)':
MessengerThread.cpp:365: error: `errno' undeclared (first use this function)
MessengerThread.cpp:381: error: `EINPROGRESS' undeclared (first use this function)
make[2]: *** [MessengerThread.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/qtella-0.7.0/work/qtella-0.7.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/qtella-0.7.0/work/qtella-0.7.0'
make: *** [all] Error 2

!!! ERROR: net-p2p/qtella-0.7.0 failed.
!!! Function kde_src_compile, Line 142, Exitcode 2
!!! died running emake, kde_src_compile:make


Expected Results:  
no compile errors ;)

Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.9-gentoo-r6 i686)
=================================================================
System uname: 2.6.9-gentoo-r6 i686 AMD Athlon(tm) XP 1700+
Gentoo Base System version 1.6.6
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://ftp.gentoo.mesh-solutions.com/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa apm arts avi berkdb bitmap-fonts caps cdr crypt cups debug doc
dvd encode esd f77 fam flac foomaticdb fortran gdbm gif gnome gpm gtk gtk2
imagemagick imlib jack java joystick jpeg junit kde libg++ libwww mad mbox
mikmod mmx motif mozilla mpeg mysql ncurses nls nptlnptlonly nvidia odbc
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline samba sdl
slang spell sse ssl svga tcpd tiff truetype x86 xml2 xmms xv zlib linguas_de"
Comment 1 Emanuel Steen 2005-01-06 03:30:00 UTC
Created attachment 47754 [details, diff]
Patch for including errno.h
Comment 2 Jonas Fährmann 2005-01-08 07:56:30 UTC
It builds and works now with your patch - thank you!
Comment 3 Marcin Kryczek (RETIRED) gentoo-dev 2005-09-12 10:33:56 UTC
this should go into tree a lto faster. sorry about delay and thanks for report.
fixed in cvs