Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147619 - error compiling libdv-0.102
Summary: error compiling libdv-0.102
Status: RESOLVED DUPLICATE of bug 118073
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-14 15:23 UTC by Roman Polach
Modified: 2006-09-14 15:25 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Polach 2006-09-14 15:23:35 UTC
when emerging libdv package, I got this error:

.....
......
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for gettimeofday... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libdv.spec
config.status: creating libdv.pc
config.status: creating libdv/Makefile
config.status: creating playdv/Makefile
config.status: creating encodedv/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/libdv-0.102/work/libdv-0.102'
Making all in libdv
make[2]: Entering directory `/var/tmp/portage/libdv-0.102/work/libdv-0.102/libdv'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT gasmoff.o -MD -MP -MF ".deps/gasmoff.Tpo" \
  -c -o gasmoff.o `test -f 'gasmoff.c' || echo './'`gasmoff.c; \
then mv -f ".deps/gasmoff.Tpo" ".deps/gasmoff.Po"; \
else rm -f ".deps/gasmoff.Tpo"; exit 1; \
fi
/bin/sh ../libtool --silent --mode=link i686-pc-linux-gnu-gcc  -g -O2 -Wall   -o gasmoff  gasmoff.o  -lm 
./gasmoff > asmoff.h
make  all-am
make[3]: Entering directory `/var/tmp/portage/libdv-0.102/work/libdv-0.102/libdv'
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT dv.lo -MD -MP -MF ".deps/dv.Tpo" \
  -c -o dv.lo `test -f 'dv.c' || echo './'`dv.c; \
then mv -f ".deps/dv.Tpo" ".deps/dv.Plo"; \
else rm -f ".deps/dv.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT dct.lo -MD -MP -MF ".deps/dct.Tpo" \
  -c -o dct.lo `test -f 'dct.c' || echo './'`dct.c; \
then mv -f ".deps/dct.Tpo" ".deps/dct.Plo"; \
else rm -f ".deps/dct.Tpo"; exit 1; \
fi
dct.c:263: warning: 'postscale88' defined but not used
dct.c:326: warning: 'postscale248' defined but not used
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT idct_248.lo -MD -MP -MF ".deps/idct_248.Tpo" \
  -c -o idct_248.lo `test -f 'idct_248.c' || echo './'`idct_248.c; \
then mv -f ".deps/idct_248.Tpo" ".deps/idct_248.Plo"; \
else rm -f ".deps/idct_248.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT weighting.lo -MD -MP -MF ".deps/weighting.Tpo" \
  -c -o weighting.lo `test -f 'weighting.c' || echo './'`weighting.c; \
then mv -f ".deps/weighting.Tpo" ".deps/weighting.Plo"; \
else rm -f ".deps/weighting.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT quant.lo -MD -MP -MF ".deps/quant.Tpo" \
  -c -o quant.lo `test -f 'quant.c' || echo './'`quant.c; \
then mv -f ".deps/quant.Tpo" ".deps/quant.Plo"; \
else rm -f ".deps/quant.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT vlc.lo -MD -MP -MF ".deps/vlc.Tpo" \
  -c -o vlc.lo `test -f 'vlc.c' || echo './'`vlc.c; \
then mv -f ".deps/vlc.Tpo" ".deps/vlc.Plo"; \
else rm -f ".deps/vlc.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT place.lo -MD -MP -MF ".deps/place.Tpo" \
  -c -o place.lo `test -f 'place.c' || echo './'`place.c; \
then mv -f ".deps/place.Tpo" ".deps/place.Plo"; \
else rm -f ".deps/place.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT parse.lo -MD -MP -MF ".deps/parse.Tpo" \
  -c -o parse.lo `test -f 'parse.c' || echo './'`parse.c; \
then mv -f ".deps/parse.Tpo" ".deps/parse.Plo"; \
else rm -f ".deps/parse.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT bitstream.lo -MD -MP -MF ".deps/bitstream.Tpo" \
  -c -o bitstream.lo `test -f 'bitstream.c' || echo './'`bitstream.c; \
then mv -f ".deps/bitstream.Tpo" ".deps/bitstream.Plo"; \
else rm -f ".deps/bitstream.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -MT YUY2.lo -MD -MP -MF ".deps/YUY2.Tpo" \
  -c -o YUY2.lo `test -f 'YUY2.c' || echo './'`YUY2.c; \
then mv -f ".deps/YUY2.Tpo" ".deps/YUY2.Plo"; \
else rm -f ".deps/YUY2.Tpo"; exit 1; \
fi
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s: Assembler messages:
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:1464: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:1479: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:1509: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:1524: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:1794: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:1817: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:1844: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:1867: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:2373: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:2388: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:2418: Error: suffix or operands invalid for `paddb'
/var/tmp/portage/libdv-0.102/temp/ccwUK7Cc.s:2433: Error: suffix or operands invalid for `paddb'
make[3]: *** [YUY2.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/libdv-0.102/work/libdv-0.102/libdv'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/libdv-0.102/work/libdv-0.102/libdv'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libdv-0.102/work/libdv-0.102'
make: *** [all] Error 2

!!! ERROR: media-libs/libdv-0.102 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  libdv-0.102.ebuild, line 39:   Called die

!!! compile problem
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Roman Polach 2006-09-14 15:23:51 UTC
emerge --info:



Gentoo Base System version 1.12.1
Portage 2.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r7 i686)
=================================================================
System uname: 2.6.17-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gd.tuwien.ac.at/opsys/linux/gentoo/ ftp://gd.tuwien.ac.at/opsys/linux/gentoo/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo ftp://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.intergenia.de "
LINGUAS="en cs"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X a52 aac alsa amr bash-completion berkdb bitmap-fonts blender-game bluetooth bzip2 cairo cdparanoia cdr cli crypt cups dbus djvu dlloader dri dts dv dvb dvd dvdr dvdread dvi encode exif fam fbcon ffmpeg firefox flac foomaticdb fortran ftp gdbm gif gnome gphoto2 gpm gstreamer gtk gtk2 hal iconv ipv6 isdnlog jpeg lcms libg++ lirc mad matroska mikmod mmx mng modplug mono mozsvg mp3 mp4 mpeg nautilus ncurses nls nptl nptlonly ogg opengl pam pcre pdf perl png ppds pppd python quicktime readline real reflection sdl session sndfile spell spl sse sse2 ssl svg tcpd theora timidity truetype truetype-fonts type1-fonts udev unicode usb v4l v4l2 vorbis win32codecs wma x264 xanim xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_en linguas_cs lirc_devices_irman userland_GNU video_cards_radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-14 15:25:28 UTC

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