Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121032 - media-video/dvdrip-0.97.6
Summary: media-video/dvdrip-0.97.6
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-31 03:38 UTC by Gleb Litvjak
Modified: 2006-01-31 04:01 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 Gleb Litvjak 2006-01-31 03:38:14 UTC
I've installed media-video/dvdrip-0.97.6 today. For some reason, it segfaults upon startup or after clicking some menu items.

Emerge info:
Portage 2.1_pre4-r1 (default-linux/amd64/2005.1, gcc-3.4.5, glibc-2.3.6-r2, 2.6.15-gentoo-r1 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r1 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.12.0_pre15
dev-lang/python:     2.3.5-r2, 2.4.2
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-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=opteron -fomit-frame-pointer -pipe -momit-leaf-frame-pointer -funit-at-a-time -ftracer -fprefetch-loop-arrays"
CHOST="x86_64-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/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=opteron -fomit-frame-pointer -pipe -momit-leaf-frame-pointer -funit-at-a-time -ftracer -fprefetch-loop-arrays"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -s"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 7zip X Xaw3d a52 aac acpi alsa ansi apache2 ape asf audiofile avi berkdb bitmap-fonts browserplugin cdda cddb cdparanoia crypt css cups dlloader dvd dvdr dvdread eds effects emboss encode ffmpeg flac foomaticdb fortran freetype gif gimp gimp-print gimpprint gpm gstreamer gtk gtk2 hal imagemagick imlib javascript jpeg jpeg2k kde kdeenablefinal kqemu libvisual lzw lzw-tiff mng mozilla mp3 mpeg mplayer musepack musicbrainz ncurses nptl nsplugin nvidia offensive ogg openal opengl oss pam pascal pdflib perl php pic plotutils plugin png ppds python qt quicktime rar readline real sdl sensord speex spell ssl subtitles svg tcltk tcpd theora tidy tiff truetype truetype-fonts type1-fonts unicode usb userlocales utf8 vcd visualization vorbis wmf wxgtk1 xcomposite xine xml2 xpm xrandr xscreensaver xv xvid zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LC_ALL, LINGUAS, MAKEOPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-31 03:42:39 UTC
Please, review the following guide and reopen with some useful information if you are able to reproduce the issue with empty LDFLAGS and C[XX]FLAGS="-O2 -march=opteron -fomit-frame-pointer -pipe"

http://www.gentoo.org/doc/en/bugzilla-howto.xml
Comment 2 Gleb Litvjak 2006-01-31 03:53:41 UTC
I've rebuilt dvdrip with empty LDFLAGS and CFLAGS you recommended, however that made no difference. I believe that my C[XX]FLAGS and LDFLAGS are pretty safe, though, as dvdrip is the only segfaulting program. Some distros compile their packages with the same *FLAGS (for example, Ubuntu IIRC).

BTW, I remember DVDRIP being a very unstable program even on x86 with conservative CFLAGS.
Comment 3 Gleb Litvjak 2006-01-31 03:59:43 UTC
I just noticed that dvdrip is a perl script, so *FLAGS don't affect it. This might be a perl issue.
Comment 4 Gleb Litvjak 2006-01-31 04:01:26 UTC
UPDATE

I've emerged an old dvdrip-0.52.5, which appears to work just fine. At least it doesn't segfault.