Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480854 - media-tv/xawtv-3.95-r2: /usr/lib64/libfontconfig.so.1: could not read symbols: Invalid operation
Summary: media-tv/xawtv-3.95-r2: /usr/lib64/libfontconfig.so.1: could not read symbols...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: underlinking
  Show dependency tree
 
Reported: 2013-08-13 08:39 UTC by Juergen Rose
Modified: 2016-02-21 23:34 UTC (History)
2 users (show)

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


Attachments
/var/tmp/portage/media-tv/xawtv-3.95-r2/temp/build.log (build.log,119.62 KB, text/plain)
2013-08-13 08:39 UTC, Juergen Rose
Details
xawtv-3.95-underlinking.patch (xawtv-3.95-underlinking.patch,1.21 KB, patch)
2014-01-29 21:48 UTC, Ted Tanberry
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2013-08-13 08:39:26 UTC
Created attachment 355854 [details]
/var/tmp/portage/media-tv/xawtv-3.95-r2/temp/build.log

'emerge xawtv' fails with:
...
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o x11/mtt x11/mtt.o x11/icons.o x11/atoms.o x11/vbi-x11.o x11/vbi-gui.o console/vbi-tty.o console/fbtools.o common/vbi-data.o common/channel-no-x11.o common/RegEdit.o common/sound.o common/webcam.o common/frequencies.o common/commands.o common/parseconfig.o common/capture.o common/event.o libng/libng.a -lpthread -lXft -lXv -lXrandr -lXrender -lXinerama -lXxf86vm -lXxf86dga -lXm -lXmu -lXt -lSM -lICE -lXp -lXpm -lXext -lX11 -lzvbi -lpthread -lm -lpng -lz -ljpeg -ldl -Wl,-E
In file included from x11/xt.h:4:0,
                 from x11/motv.c:55:
/usr/include/X11/extensions/xf86dga.h:9:2: warning: #warning "xf86dga.h is obsolete and may be removed in the future." [-Wcpp]
/usr/include/X11/extensions/xf86dga.h:10:2: warning: #warning "include <X11/extensions/Xxf86dga.h> instead." [-Wcpp]
In file included from x11/xt.h:5:0,
                 from x11/motv.c:55:
/usr/include/X11/extensions/xf86dgastr.h:1:2: warning: #warning "xf86dgastr.h is obsolete and may be removed in the future." [-Wcpp]
/usr/include/X11/extensions/xf86dgastr.h:2:2: warning: #warning "include <X11/extensions/xf86dgaproto.h> for the protocol defines." [-Wcpp]
In file included from x11/xt.h:9:0,
                 from x11/motv.c:55:
/usr/include/X11/extensions/xf86vmstr.h:1:2: warning: #warning "xf86vmstr.h is obsolete and may be removed in the future." [-Wcpp]
/usr/include/X11/extensions/xf86vmstr.h:2:2: warning: #warning "include <X11/extensions/xf86vmproto.h> for the protocol defines." [-Wcpp]
x11/motv.c: In function ‘popupdown_cb’:
x11/motv.c:394:5: warning: pointer targets in passing argument 4 of ‘PopupAction’ differ in signedness [-Wpointer-sign]
x11/motv.c:341:1: note: expected ‘Cardinal *’ but argument is of type ‘int *’
x11/motv.c: In function ‘chan_key_eh’:
x11/motv.c:664:5: warning: ‘XKeycodeToKeysym’ is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations]
x11/motv.c: In function ‘create_prop’:
x11/motv.c:814:12: warning: variable ‘label’ set but not used [-Wunused-but-set-variable]
x11/motv.c: In function ‘scale_rgb_buffer’:
x11/motv.c:2669:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
x11/motv.c:2671:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
x11/motv.c: In function ‘ipc_convert’:
x11/motv.c:2974:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
x11/motv.c:2976:7: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness [-Wpointer-sign]
In file included from /usr/include/stdio.h:937:0,
                 from x11/motv.c:10:
/usr/include/bits/stdio2.h:31:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’
x11/motv.c:2988:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: x11/vbi-gui.o: undefined reference to symbol 'FcPatternDestroy'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'FcPatternDestroy' is defined in DSO /usr/lib64/libfontconfig.so.1 so try adding it to the linker command line
/usr/lib64/libfontconfig.so.1: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [x11/mtt] Error 1
make: *** Waiting for unfinished jobs....
x11/motv.c: In function ‘stderr_init’:
x11/motv.c:3238:9: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
x11/motv.c: In function ‘ipc_tmpfile’:
x11/motv.c:2788:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
x11/motv.c: In function ‘do_capture’:
x11/motv.c:1744:10: warning: ignoring return value of ‘nice’, declared with attribute warn_unused_result [-Wunused-result]
emake failed
 * ERROR: media-tv/xawtv-3.95-r2::gentoo failed (compile phase):



root@lynx:/root(35)# emerge --info '=media-tv/xawtv-3.95-r2::gentoo'
Portage 2.1.13.7 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.17, 3.10.5-gentoo-r1 x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-3.10.5-gentoo-r1-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T8300_@_2.40GHz-with-gentoo-2.2
KiB Mem:     3987396 total,   1144312 free
KiB Swap:   12582908 total,  12582460 free
Timestamp of tree: Tue, 13 Aug 2013 01:00:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
distcc 3.1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:          4.2_p45
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.5-r1, 3.2.5-r1, 3.3.2-r1
dev-util/cmake:           2.8.11.1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.6, 1.12.6, 1.13.4, 1.14
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.6.4, 4.7.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo x11 sage-on-gentoo science sunrise lordvan local x-cpan g-octave
Installed sets: @system
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA PUEL Intel-SDP dlj-1.1 skype-eula skype-4.0.0.7-copyright googleearth AdobeFlash-11.x cadsoft Oracle-BCLA-JavaSE MakeMKV-EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://ftp.tu-clausthal.de/pub/linux/gentoo ftp://ftp.easynet.nl/mirror/gentoo/ "
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage_lynx"
PORTDIR_OVERLAY="/var/lib/layman/x11 /var/lib/layman/sage-on-gentoo /var/lib/layman/science /var/lib/layman/sunrise /var/lib/layman/lordvan /usr/local/portage /var/lib/cpan /var/lib/g-octave"
USE="64bit R X Xaw3d a52 aac acl acpi admin afs alsa amd64 ao apache2 apng applet archive armadillo arpack asf aspell atlas audacious audiofile automap automount bash-completion berkdb blas blast bluetooth bluray boost branding bzip2 cairo cdda cddb cdf cdio cdparanoia cdr cg cgi chm cli cmake consolekit cracklib crypt css cuda cups curl cxx daap db dbi dbm dbus declarative designer devhelp device-mapper dga dia dirac djvu doc dot dri ds2490 ds9097 ds9097u dts dv dvb dvd dvdr dvi dynamicplugin eds egl elf emacs emboss emf encode epiphany evo examples exif expat extensions extra extras faac faad fam ffmpeg fftw firefox fits flac fltk fontconfig foomaticdb fortran fortran95 fpm fpx fuse g3dvl garmin gcj gd gdal gdbm gdu gedit geoip geolocation geos gfortran gif gimp git glade glib glpk gml gmp gnome gnome-keyring gnome-print gnuplot gnutls gold gphoto2 gpm grammar graphics graphtft graphviz grass gsl gsm gstreamer gtk gtk3 gudev guile hddtemp hdf hdf5 hdri html http httpd hvm hwdb iconv icq icu id3 id3tag ide imagemagick imap inotify introspection ipod ipv6 irda ithreads jabber jadetex java java6 jbig john jpeg jpeg2k kate kdepim kdrive kerberos keymap kpathsea kvm ladspa lame lapack laptop latex lcms ldap lensfun libffi libkms libnotify libsamplerate lirc live lua lzma lzo mad mail maildir mapnik math matroska media-library mercurial mikmod mkl mmx mmxext mng mod modules mono motif mozilla mp3 mp4 mpeg mpi mplayer mtp mudflap multilib multimedia musepack musicbrainz mysql mysqli nautilus ncurses neXt netcdf netpbm network networking nfs nls nntp nptl nsplugin ntfs ntp numpy obex objc ocaml ocr octave odbc ofa ogdi ogg openexr opengl openmp openvg pam pango pcre pda pdf perl plasma plotutils plugins png podcast policykit portaudio posix postgres postscript ppds preview-latex proj projectm projectx pstricks pulseaudio python python-bindings q16 q32 qemu qhull qt3support qt4 quicktime raw readline real reiserfs reports rhythmbox rle romio rpc rrdcgi rrdtool sage samba sasl schroedinger science sdk sdl secure-delete semantic-desktop server session shout sip slang slp smart smbclient smp sms sndfile snmp soap sockets sound soup sox speex spell sql sqlite sse sse2 sse4 ssl ssse3 startup-notification stlport subtitles subversion sudo suexec svg svm swig systemd szip t1lib tcl tcpd tex tex4ht texmacs tgif theora thesaurus thinkpad threads thunderbird tidy tiff tk tools truetype udev udisks unicode upower usb userlocales utempter v4l vaapi vala valgrind vdpau video virt-network virtualbox visio vorbis vpx wav webdav webdav-serf webkit wifi wmf wxwidgets x264 xa xattr xcb xemacs xetex xext xft xine xml xmlreader xmlrpc xpm xv xvid xvmc yaml youtube zlib zvbi" ABI_X86="64" ALSA_CARDS="intel8x0" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_core authn_dbm authn_default authn_file authz_core authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgid dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info lbmethod_byrequests log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif slotmem_shm so socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="canon fuji ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CURL_SSL="nss" DRACUT_MODULES="caps lvm syslog" DVB_CARDS="usb-wt220u" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev synaptics void" KERNEL="linux" LCD_DEVICES="cfontz hd44780 mtxorb ncurses X lcd2usb lcdlinux png usblcd" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de fr ru" NETBEANS_MODULES="apisupport cnd dlight enterprise ergonomics groovy gsf harness ide identity j2ee java mobility nb php profiler ruby websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" QEMU_SOFTMMU_TARGETS="arm i386 x86_64" QEMU_USER_TARGETS="arm i386 x86_64" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="nouveau displaylink" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

media-tv/xawtv-3.95-r2 was built with the following:
USE="X alsa dv lirc motif (multilib) nls opengl quicktime xext xv zvbi -aalib (-mmx)"
CFLAGS="-march=native -O2 -pipe -I/usr/include/X11/fonts"
CXXFLAGS="-march=native -O2 -pipe -I/usr/include/X11/fonts"



root@lynx:/root(36)# emerge -pqv '=media-tv/xawtv-3.95-r2::gentoo'
[ebuild   R   ] media-tv/xawtv-3.95-r2  USE="X alsa dv lirc motif nls opengl quicktime xext xv zvbi -aalib (-mmx)"
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-08-13 10:21:27 UTC
(In reply to Juergen Rose from comment #0)
> sys-devel/binutils:       2.23.2

Happens because binutils since version 2.32.2 is now defaulting to --no-copy-dt-needed-entries wrt bug #464152 -- but binutils is in fact doing the correct thing here, thus, this is normal underlinking bug that should be fixed like any -Wl,--as-needed bug before this
Comment 2 Juergen Rose 2013-09-29 09:16:17 UTC
(In reply to Samuli Suominen from comment #1)
> (In reply to Juergen Rose from comment #0)
> > sys-devel/binutils:       2.23.2
> 
> Happens because binutils since version 2.32.2 is now defaulting to
> --no-copy-dt-needed-entries wrt bug #464152 -- but binutils is in fact doing
> the correct thing here, thus, this is normal underlinking bug that should be
> fixed like any -Wl,--as-needed bug before this

Is there any patch?
Comment 3 step 2013-10-14 18:31:36 UTC
is this related? 

$ streamer  -o foobar00.jpeg 
dlopen: /usr/lib/xawtv/flt-disor.so: undefined symbol: atanf
dlopen: /usr/lib/xawtv/flt-gamma.so: undefined symbol: pow
files / video: JPEG (JFIF) / audio: none
ioctl: VIDIOC_ENUMSTD(index=0;id=0x0 [];name="";frameperiod.numerator=0;frameperiod.denominator=0;framelines=0): Inappropriate ioctl for device
no way to get: 320x240 JPEG (JFIF)
movie writer initialisation failed
Comment 4 Ted Tanberry 2014-01-29 21:47:57 UTC
--- xawtv-3.95-r2.ebuild
+++ xawtv-3.95-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.95-r2.ebuild,v 1.10 2013/08/06 08:09:36 ssuominen Exp $
 
-EAPI=1
+EAPI=5
 
 inherit eutils font autotools flag-o-matic
 
@@ -57,7 +57,8 @@
 		x11-apps/bdftopcf
 		x11-proto/videoproto
 		xext? ( x11-proto/xineramaproto )
-	)"
+	)
+	virtual/pkgconfig"
 
 pkg_setup() {
 	if use X; then
@@ -65,8 +66,7 @@
 	fi
 }
 
-src_unpack() {
-	unpack ${A}
+src_prepare() {
 	if use X; then
 		cd "${WORKDIR}/${MY_FONT}"
 		epatch "${WORKDIR}/patches/extra/${MY_FONT}-nox.patch"
@@ -77,10 +77,9 @@
 	epatch "${FILESDIR}/${P}-libquicktime-compat.patch"
 	epatch "${FILESDIR}/${P}-pagemask-fix.patch"
 	epatch "${FILESDIR}/${P}-jpeg-7.patch"
+	epatch "${FILESDIR}/${P}-underlinking.patch"
 	eautoreconf
-}
 
-src_compile() {
 	# It tries to include FSlib.h directly, but this seems to have moved.
 	use X && has_version x11-libs/libFS && append-flags -I/usr/include/X11/fonts
 
@@ -97,7 +96,9 @@
 		$(use_enable opengl gl) \
 		$(use_enable zvbi) \
 		$(use_enable aalib aa)
+}
 
+src_compile() {
 	emake verbose=yes || die
 
 	if use X; then
Comment 5 Ted Tanberry 2014-01-29 21:48:22 UTC
Created attachment 369088 [details, diff]
xawtv-3.95-underlinking.patch
Comment 6 Daniel Hiepler 2015-10-28 12:58:13 UTC
this solves the issue for me on x86_64 (default/linux/amd64/13.0/desktop profile)