Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248790 - media-libs/xine-lib-1.1.15-r1 - pp.c:33:27: error: postprocess.h: No such file or directory
Summary: media-libs/xine-lib-1.1.15-r1 - pp.c:33:27: error: postprocess.h: No such fil...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-25 14:28 UTC by simon
Modified: 2008-12-19 12:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xine-lib build error messages (xine-lib_compile_error,4.99 KB, text/plain)
2008-11-25 14:31 UTC, simon
Details
Output of "emerge --info" (emerge_info,4.00 KB, text/plain)
2008-11-25 14:34 UTC, simon
Details
Output of "emerge -pv ffmpeg xine-lib" and "less /var/tmp/portage/media-libs/xine-lib-1.1.15-r1/work/xine-lib-1.1.15-r1/config.log" (emerge_ffmpeg_xine-lib,177.63 KB, text/plain)
2008-11-26 08:05 UTC, simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description simon 2008-11-25 14:28:48 UTC
After an upgrade to ffmpeg-0.4.9_p20081018, xine-lib-1.1.15-r1 does not compile any more. I tried to downgrade back to ffmpeg-0.4.9_p20080326 and build again, but to no avail.

Reproducible: Always

Steps to Reproduce:
1.emerge xine-lib
2.
3.

Actual Results:  
"ERROR: media-libs/xine-lib-1.1.15-r1 failed."

Expected Results:  
See also http://forums.gentoo.org/viewtopic.php?p=5290213
Comment 1 simon 2008-11-25 14:31:43 UTC
Created attachment 173354 [details]
xine-lib build error messages
Comment 2 simon 2008-11-25 14:34:13 UTC
Created attachment 173356 [details]
Output of "emerge --info"
Comment 3 simon 2008-11-25 14:37:38 UTC
Building with USE="-imagemagick" (see bug #247292) doesn't help.
Comment 4 Rafał Mużyło 2008-11-25 16:10:33 UTC
Outputs of:
emerge -pv ffmpeg
emerge -pv xine-lib
ls /usr/include/libpostproc/postprocess.h

Add config.log too.
Comment 5 simon 2008-11-26 08:05:02 UTC
Created attachment 173412 [details]
Output of "emerge -pv ffmpeg xine-lib" and "less /var/tmp/portage/media-libs/xine-lib-1.1.15-r1/work/xine-lib-1.1.15-r1/config.log"

ls /usr/include/libpostproc/postprocess.h ??
Comment 6 Rafał Mużyło 2008-11-26 20:06:53 UTC
ls was to check, if you didn't accidentally remove that file.

Your config.log suggests, that you have a stale copy of old
ffmpeg somewhere the compiler can find it.

Your build breaks, cause configure finds ffmpeg/avutil.h.

Comment 7 simon 2008-11-27 20:52:46 UTC
thanks, Rafał, you were right. Actually, it wasn't a stale version, but a directory of symlinks that I had to create a few months ago because of some other package that wouldn't compile without it:

/usr/include/ffmpeg/avutil.h -> ../libavutil/avutil.h

I removed that whole directory (/usr/include/ffmpeg), and now xine-lib compiles fine.

Can be closed, I think. Thanks for your help.
Comment 8 Alexis Ballier gentoo-dev 2008-12-19 12:45:12 UTC
(In reply to comment #7)
> Can be closed, I think. Thanks for your help.

good