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

Bug 76895

Summary: xawtv-3.94 fails to build with undefined references in fs_connect and fs_open functions
Product: Gentoo Linux Reporter: Tim Mason <marvie3fan>
Component: New packagesAssignee: Television related Applications in Gentoo's Portage <media-tv>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tim Mason 2005-01-06 06:33:20 UTC
When emerging xawtv-3.94 I get errors about undefined references.

Reproducible: Always
Steps to Reproduce:
emerge -aDv xawtv

Actual Results:  
console/fs.o(.text+0x6e0): In function `fs_connect':
: undefined reference to `FSOpenServer'
console/fs.o(.text+0x712): In function `fs_connect':
: undefined reference to `FSServerName'
console/fs.o(.text+0x74d): In function `fs_connect':
: undefined reference to `FSServerName'
console/fs.o(.text+0x7f2): In function `fs_open':
: undefined reference to `FSListFonts'
console/fs.o(.text+0x86c): In function `fs_open':
: undefined reference to `FSOpenBitmapFont'
console/fs.o(.text+0x87a): In function `fs_open':
: undefined reference to `FSFreeFontNames'
console/fs.o(.text+0x8e8): In function `fs_open':
: undefined reference to `FSQueryXInfo'
console/fs.o(.text+0x920): In function `fs_open':
: undefined reference to `FSQueryXExtents16'
console/fs.o(.text+0x95b): In function `fs_open':
: undefined reference to `FSQueryXBitmaps16'
collect2: ld returned 1 exit status
make: *** [console/fbtv] Error 1


Expected Results:  
installed correctly

Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.10 i686)
=================================================================
System uname: 2.6.10 i686 Intel(R) Celeron(R) CPU 2.66GHz
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan  5 2005, 02:18:14)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.4.22
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /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/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -pipe -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LDFLAGS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl acpi alsa apm arts avi berkdb bitmap-fonts cdr crypt cups dba dvd
encode esd fam foomaticdb fortran gd gdbm gif gnome gpm gstreamer gtk gtk2
imagemagick imlib ipv6 java jpeg libwww mad mikmod mmx motif mozilla mpeg mysql
ncurses nls offensive oggvorbis opengl oss pam pdflib perl png python quicktime
readline sdl spell sse ssl svga tcltk tcpd tiff truetype xml2 xmms xv zlib"
Comment 1 Simon Koch 2005-01-07 10:41:09 UTC
Using the patches in bug 75251 fixed these errors for me.
Comment 2 Kevin F. Quinn (RETIRED) gentoo-dev 2005-01-18 12:39:09 UTC
This is indeed a dup of bug 75251
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2005-01-25 07:17:54 UTC

*** This bug has been marked as a duplicate of 75251 ***