Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211509 - media-libs/swfdec - ffmpeg block for ppc arch not needed anymore ?
Summary: media-libs/swfdec - ffmpeg block for ppc arch not needed anymore ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High enhancement (vote)
Assignee: Nguyen Thai Ngoc Duy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 11:17 UTC by gringo
Modified: 2008-03-22 16:50 UTC (History)
1 user (show)

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 gringo 2008-02-26 11:17:45 UTC
the ebuilds for swdec say :

"[...]	if use ppc && use ffmpeg ; then
		eerror "swfdec doesn't work with latest ffmpeg version in"
		eerror "ppc arch. See bug #11841 in Freedesktop Bugzilla."
		eerror "Please disable ffmpeg flag and enable gstreamer"
		die "Depends failed"
	fi
[...]"

but bug 11841 has been closed as fixed two months ago and i can confirm that it doesnt crash if ffmpeg USE flag is enabled. It doesnt work for me - thats another story - but it doesnt crash as stated in the bug report.


emerge info :

Portage 2.1.3.9 (default-linux/ppc/ppc32/2007.0/desktop/G4, gcc-4.1.2/vanilla, glibc-2.6.1-r0, 2.6.23-rc6-grc1 ppc)
=================================================================
System uname: 2.6.23-rc6-grc1 ppc 7447A, altivec supported
Timestamp of tree: Sat, 06 Oct 2007 06:30:01 +0000
distcc 2.18.3 powerpc-unknown-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.2.11-r1
dev-lang/python:     2.4.4-r4, 2.5.1-r2
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0_rc4-r1
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="ppc ~ppc"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=7450 -mtune=7450 -pipe -maltivec -mabi=altivec -fivopts -fno-strict-aliasing"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -mcpu=7450 -mtune=7450 -pipe -maltivec -mabi=altivec -fivopts -fno-strict-aliasing"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distcc distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://192.168.1.200 http://ftp.udc.es/gentoo/ http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="es_ES@euro"
LC_ALL="es_ES@euro"
LINGUAS="es es_ES de en en_US en_GB"
MAKEOPTS="-j12"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/xeffects /usr/portage/local/layman/sunrise /usr/local/overlay"
SYNC="rsync://192.168.1.200/portage"
USE="X aac acl alsa altivec bash-completion berkdb bitmap-fonts cairo cdr cli cracklib crypt cups cypt dbus dga divx4linux dri dvd dvdread emboss encode evo fam fbcon ffmpeg firefox flac fortran gdbm gif glitz gpm graphviz gtk gtk2 hal iconv ipv6 isdnlog jpeg kde kdeenablefinal kdehiddenvisibility mad midi mikmod mp3 mpeg mudflap ncurses nls nptl nptlonly ogg oggvorbis opengl openmp pam pcmcia pcre pdf perl pertty pic png ppc pppd python qt3 qt3support qt4 quicktime radeon readline reflection samba sdl session spell spl ssl svg tcpd threads tiff truetype truetype-fonts type1-fonts unicode usb vorbis xcomposite xml xorg xv xvid zlib" ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="es es_ES de en en_US en_GB" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


thanks !

Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-26 11:22:36 UTC
(In reply to comment #0)
> but bug 11841 has been closed as fixed two months ago and i can confirm that it
> doesnt crash if ffmpeg USE flag is enabled. It doesnt work for me - thats
> another story - but it doesnt crash as stated in the bug report.

Err, great... so it doesn't work and you want it enabled? o_O

BTW, the flag should be package.use.masked on ppc profiles instead of making the ebuild die... uh.

Comment 2 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2008-02-26 11:28:34 UTC
Only small problem, I don't use ppc and don't have one. ppc herd, want to take this bug?
Comment 3 gringo 2008-02-26 16:03:41 UTC
> > doesnt crash if ffmpeg USE flag is enabled. It doesnt work for me - thats
> > another story - but it doesnt crash as stated in the bug report.
> 
> Err, great... so it doesn't work and you want it enabled? o_O

my point is that blocking anything due to a upstream fixed bug makes no sense. Block it for any ohter reasons you may have but not because of this.

Oh, and it doesnt work accurately _for me_ btw, i didnt want to say it works at all on ppc. Sorry if i used the wrong words.
Comment 4 Joe Jezak (RETIRED) gentoo-dev 2008-03-22 16:50:25 UTC
Sure thing, removed the die on ppc, seems to build and not crash here too.