Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30011 - emerge avifile doesn't create /usr/include/avifile, emerge transcode then fails
Summary: emerge avifile doesn't create /usr/include/avifile, emerge transcode then fails
Status: RESOLVED DUPLICATE of bug 27019
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: 2003-09-30 10:37 UTC by Don Garrett
Modified: 2005-07-17 13:06 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 Don Garrett 2003-09-30 10:37:00 UTC
emerge transcode fails to build because the header avifile/avifile.h doesn't exist. 

emerge avifile created /usr/include/avifile-0.7/, but not /usr/include/avifile/

ln -s /usr/include/avifile-0.7 /usr/include/avifile   fixes the problem, and
transcode will then build correctly.


Reproducible: Always
Steps to Reproduce:
1. emerge transcode on a system without either avifile or transcode

Actual Results:  
avifile was emerged and built as a needed library for transcode. It built correctly.

transcode failed to compile because it couldn't find the assorted avifile
headers. They were in the directory /usr/include/avifile-0.7/  but transcode was
expecting them to be in /usr/include/avifile/

Expected Results:  
Either transcode should include avifile-0.7/headers.h, or
avifile should install it's headers to /usr/include/avifile  or
There should be a link created from /usr/include/avifile to
/usr/include/avifile-0.7.

Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r6)
=================================================================
System uname: 2.4.20-gentoo-r6 i686 Pentium II (Deschutes)
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -march=pentium2 -mmmx"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /opt/tomcat/conf
/usr/kde/3.1/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -pipe -march=pentium2 -mmmx"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://gentoo.noved.org/
http://gentoo.noved.org/ ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups foomaticdb gif jpeg libg++ mikmod ncurses nls
zlib gtkhtml gdbm berkdb slang readline arts bonobo svga guile X sdl gpm tcpd
pam libwww ssl perl esd imlib motif opengl xmms xml xml2 xv wxwindows python qt
quicktime samba spell truetype pdflib oggvorbis mmx mpeg mozilla postgres mysql
lirc mad kde png jpg java innodb gtk gtk2 gstreamer gnome emacs encode dvd dvb
curl usb postfix apache2"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-09-30 10:44:31 UTC

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