Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16896 - Postproc support in transcode, ebuild error
Summary: Postproc support in transcode, ebuild error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-05 09:18 UTC by fasa
Modified: 2003-05-04 15:07 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 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