Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29039 - media-tv/tvtime-0.9.10-r1 is unable to link
Summary: media-tv/tvtime-0.9.10-r1 is unable to link
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-18 01:29 UTC by Genady Okrain
Modified: 2003-09-20 02:58 UTC (History)
1 user (show)

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


Attachments
config.log (config.log,104.38 KB, text/plain)
2003-09-19 09:55 UTC, Genady Okrain
Details
Makefile (Makefile,16.10 KB, text/plain)
2003-09-19 09:56 UTC, Genady Okrain
Details
src/Makefile (Makefile,26.68 KB, text/plain)
2003-09-19 22:49 UTC, Genady Okrain
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Genady Okrain 2003-09-18 01:29:11 UTC
The error:

mkdir .libs
libtool: link: cannot find the library `'
make[3]: *** [tvtime-command] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: link: cannot find the library `'
make[3]: *** [tvtime] Error 1
make[3]: Leaving directory
`/var/tmp/portage/tvtime-0.9.10-r1/work/tvtime-0.9.10/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/tvtime-0.9.10-r1/work/tvtime-0.9.10/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/tvtime-0.9.10-r1/work/tvtime-0.9.10'
make: *** [all] Error 2

!!! ERROR: media-tv/tvtime-0.9.10-r1 failed.
!!! Function src_compile, Line 34, Exitcode 2
!!! compile problem


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Billy Biggs 2003-09-18 19:33:09 UTC
This does not make sense to me.  Can you post up the generated config.log file maybe?
Comment 2 Billy Biggs 2003-09-18 19:35:51 UTC
Actually, configure will build the makefiles and that might be more useful.  Maybe you could also attach src/Makefile ?
Comment 3 Max Kalika (RETIRED) gentoo-dev 2003-09-18 19:37:00 UTC
Please post more info as per the bug posting guide. We'll need your
"emerge --info" screen to start.
Comment 4 Genady Okrain 2003-09-19 05:23:32 UTC
# emerge --info
Portage 2.0.49-r4 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.6.0-mafteah)
=================================================================
System uname: 2.6.0-mafteah i686 AMD Athlon(tm)
ccache version 2.2 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.2/share/config /usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/mnt/reiser/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 libg++ libwww mikmod spell zlib gdbm berkdb slang readline svga tcltk tcpd perl python esd imlib 3dnow aalib aavm acl acpi alsa apm arts avi cdr crypt cups curl dga directfb dvd encode fbcon flash foomaticdb gif gpm gtk gtk2 java jpeg kde lcms mad mmx motif mozilla mpeg ncurses nls odbc oggvorbis opengl oss pam ppds pdflib png pnp qt quicktime samba scanner sdl slp socks5 sse ssl tiff truetype usb X xml xml2 xmms xv -gnome psyco"
Comment 5 Max Kalika (RETIRED) gentoo-dev 2003-09-19 09:33:02 UTC
As Billy asked, can you attach your generated Makefile and config.log files? 
They can be found in the following directory: (according to your settings) 
 
  /mnt/reiser/var/tmp/portage/tvtime-0.9.10-r1/work/tvtime-0.9.10 
Comment 6 Genady Okrain 2003-09-19 09:55:33 UTC
Created attachment 17990 [details]
config.log
Comment 7 Genady Okrain 2003-09-19 09:56:22 UTC
Created attachment 17991 [details]
Makefile
Comment 8 Billy Biggs 2003-09-19 15:17:26 UTC
Thanks, but you posted the top level Makefile.

Can you post up src/Makefile as well?
Comment 9 Genady Okrain 2003-09-19 22:49:32 UTC
Created attachment 18011 [details]
src/Makefile
Comment 10 Genady Okrain 2003-09-20 01:43:23 UTC
Fixed!!
it was libsdl

read here:
http://forums.gentoo.org/viewtopic.php?t=51555

i remerged libsdl and now its ok
Comment 11 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-20 02:58:31 UTC
closing