Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289087 - media-gfx/blender-2.48a-r3 build fails on missing PIX_FMT_RGBA32 in writeffmpeg.c
Summary: media-gfx/blender-2.48a-r3 build fails on missing PIX_FMT_RGBA32 in writeffmp...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 19:26 UTC by Eric Westbrook
Modified: 2009-10-14 20:21 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info-20091014a.txt,4.77 KB, text/plain)
2009-10-14 19:28 UTC, Eric Westbrook
Details
build log (build.log,104.77 KB, text/plain)
2009-10-14 19:32 UTC, Eric Westbrook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Westbrook 2009-10-14 19:26:53 UTC
media-gfx/blender-2.48a-r3 fails to build on my system with the errors shown below.

Reproducible: Always

Steps to Reproduce:
1. emerge -av media-gfx/blender
2. see error as in log I'll attach below

Actual Results:  
...
source/blender/blenkernel/intern/writeffmpeg.c:293: error: 'PIX_FMT_RGBA32' undeclared (first use in this function)
...
source/blender/blenkernel/intern/writeffmpeg.c:534: error: 'PIX_FMT_RGBA32' undeclared (first use in this function)
...


I'll attach the scons.conf below (as requested by the ebuild) as well as the build log and my emerge --info.  Please advise if more info is required.
Comment 1 Eric Westbrook 2009-10-14 19:28:27 UTC
Created attachment 207132 [details]
emerge --info
Comment 2 Eric Westbrook 2009-10-14 19:32:56 UTC
Created attachment 207133 [details]
build log
Comment 3 Eric Westbrook 2009-10-14 19:33:44 UTC
My apologies, I was intending to attach the scons.conf, but there is no file of that name at the location reported by the ebuild.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-10-14 19:54:44 UTC
Stable version is 2.49a. 

Why are you emerging 2.48a-r3? Which version ffmpeg you have installed? This is happening because of too new one.

I guess we should remove 2.48a-r3 from tree.
Comment 5 Eric Westbrook 2009-10-14 20:21:21 UTC
Pilot error, thanks for pointing it out.  For some reason that I can't recall, I had previously masked 2.49a in my /etc/portage/package.mask, and didn't notice it in the eix output right in front of my face.  This issue does not present itself with 2.49a and it builds successfully for me.

Thanks for the help, and my apologies for the unnecessary distraction.