Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110348 - build mpeg-tools-1.5b-r2 fails, missing include jpegint.h
Summary: build mpeg-tools-1.5b-r2 fails, missing include jpegint.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 10:00 UTC by Hulz
Modified: 2005-10-26 09:24 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 Hulz 2005-10-24 10:00:22 UTC
The build of mpeg-tools-1.5b-r2 fails with the error message: 

jpeg.c:83:21: jpegint.h: No such file or directory. 
gcc -O2 -pipe -mcpu=i686 -fomit-frame-pointer -Iheaders -Wall
-Wmissing-prototypes     -c -o main.o main.c
jpeg.c: In function `ReadJPEG':
jpeg.c:586: warning: implicit declaration of function `jcopy_sample_rows'
make: *** [jpeg.o] Error 1
make: *** Waiting for unfinished jobs....


Reproducible: Always
Steps to Reproduce:
1. emerge mpeg-tools


Actual Results:  
The build fails.

Expected Results:  
The file is also included in the libmovtar ebuild. When adding this file to
mpeg-tools, the build is successful.
Comment 1 SpanKY gentoo-dev 2005-10-25 20:48:46 UTC
jpeg provides that header file
Comment 2 SpanKY gentoo-dev 2005-10-25 20:50:30 UTC
err mpeg-tools doesnt DEPEND on jpeg ...
Comment 3 SpanKY gentoo-dev 2005-10-25 20:50:59 UTC
added jpeg to DEPEND in cvs
Comment 4 Hulz 2005-10-26 09:24:09 UTC
thx