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

Bug 16896

Summary: Postproc support in transcode, ebuild error
Product: Gentoo Linux Reporter: fasa <fasa>
Component: New packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description fasa 2003-03-05 09:18:04 UTC
I emerge MPlayer and transcode. I was surprised that the support
of postproc did not work. Here is why:
From transcode ebuild:
        # Use the MPlayer libpostproc if present
        [ -f ${ROOT}/usr/lib/libpostproc.a ] && \
        [ -f ${ROOT}/usr/include/postprocess.h ] && \
                myconf="${myconf} --with-libpostproc-builddir=${ROOT}/usr/lib"

In fact postprocess.h is not located in /usr/include but
in /usr/include/postproc/



Reproducible: Always
Steps to Reproduce:
1. emerge MPlayer
2. emerge transcode
3. Try to encode with postproc support




Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2_pre1-r0)
=================================================================
System uname: 2.4.20-gentoo-r1 i686 AMD Athlon(tm) processor
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt encode gif jpeg kde gnome libg++ mikmod mmx
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm
berkdb slang readline svga tcltk java X sdl gpm tcpd pam libwww ssl perl python
imlib oggvorbis gtk qt motif opengl mozilla cdr acpi alsa -arts -cups dvd esd
gtk2 jikes samba tetex tiff usb"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-04 15:07:14 UTC
fixed in both 0.6.4_pre