Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122669 - net-im/twinkle-0.6.1 ebuild doesn't compile
Summary: net-im/twinkle-0.6.1 ebuild doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 04:20 UTC by David Ferenczi
Modified: 2006-02-14 11:48 UTC (History)
0 users

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


Attachments
config.log (config.log,80.06 KB, text/plain)
2006-02-13 04:23 UTC, David Ferenczi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Ferenczi 2006-02-13 04:20:28 UTC
The configure script fails with the message "configure: error: libsndfile library is missing", while I'm trying to upgrade from Twinkle 0.5. 

**********************************************************************
emerge --info:

Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14.2 i686)
=================================================================
System uname: 2.6.14.2 i686 Intel(R) Celeron(R) CPU 2.40GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.11
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="-mtune=pentium3 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mtune=pentium3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.fsn.hu/pub/linux/distributions/gentoo/ http://gentoo.math.bme.hu ftp://ftp.nyx.hu/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://ftp.du.se/pub/os/gentoo"
LANG="en_GB"
LC_ALL=""
LINGUAS="en_GB"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl alsa apache2 apm arts artswrappersuid audiofile avi bash-completion berkdb bitmap-fonts bzip2 cdr cups curl dga divx4linux dlloader dnd dvd dvdread edl eds emboss exif expat fam ffmpeg flac foomaticdb fortran gdbm gif glut gmp gpm hardened idn imagemagick imap imlib ipv6 java javascript jpeg kde kdeenablefinal kdexdeltas kerberos lcms libg++ libwww live lua lzo maildir makecheck mikmod mmx mmx2 mng mp3 mpeg nls nptl nvidia ogg oggvorbis opengl oss pam pcre pda perl php png ppds prelude python qt quicktime readline real scanner sdl speex spell sqlite sse sse2 ssl subversion svg svga symlink tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales v4l v4l2 vorbis win32codecs wmf xanim xine xml xml2 xv xvid xvmc zlib linguas_en_GB userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, MAKEOPTS
Comment 1 David Ferenczi 2006-02-13 04:23:22 UTC
Created attachment 79676 [details]
config.log
Comment 2 Daniel Black (RETIRED) gentoo-dev 2006-02-13 23:46:47 UTC
does emerging media-libs/libsndfile fix the problem?
Comment 3 David Ferenczi 2006-02-14 00:08:12 UTC
(In reply to comment #2)
> does emerging media-libs/libsndfile fix the problem?
> 

Yes, it did. The configure script is already finished, and it will take approx. 30 minutes for the complete emerge process to finish.

Comment 4 David Ferenczi 2006-02-14 00:42:32 UTC
Now the emerge process went smoothly, bat the application doesn't work. It crashes immediately after choosing network interface.

KCrash: Application 'twinkle' crashing...
KCrash cannot reach kdeinit, launching directly.
Comment 5 David Ferenczi 2006-02-14 00:51:13 UTC
(In reply to comment #4)
> the application doesn't work. It
> crashes immediately after choosing network interface.

It may be caused by the binary incompatibility, so I'll recompile ccrtp and twinkle as it is suggested in the FAQ of twinkle.
Comment 6 David Ferenczi 2006-02-14 01:21:17 UTC
I couldn't rebuild commoncpp2, since the ebuild failed to compile. I submitted a bug report (#122765).
Comment 7 David Ferenczi 2006-02-14 04:31:34 UTC
Changing gcc profile to vanilla I was able to compile the commoncpp2 library, ccrtp and twinkle, as well. Twinkle works now smoothly.
Comment 8 Daniel Black (RETIRED) gentoo-dev 2006-02-14 11:48:18 UTC
media-libs/libsndfile added to dependencies. Thanks David