Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52281 - Cinelerra-1.2.0: Install failed b/c cinelerra binary was not built
Summary: Cinelerra-1.2.0: Install failed b/c cinelerra binary was not built
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Marc Hildebrand (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-28 10:28 UTC by Marc Hildebrand (RETIRED)
Modified: 2004-06-17 07:11 UTC (History)
1 user (show)

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 Marc Hildebrand (RETIRED) gentoo-dev 2004-05-28 10:28:11 UTC
I try to emerge cinelerra-1.2.0 on three different machines and fail on two of them.
The cinelerra binary is not built (therefor emerge dies when tring "dobin" in src_install).

When executing "make" in "/var/tmp/portage/cinelerra-1.2.0/work/cinelerra-1.2.0/cinelerra" I get the following error:
--------------------------------------------------------------------------------
mothership cinelerra # make
LD i686/cinelerra
i686/videodevice.o(.text+0xc3d): In function `VideoDevice::open_input(VideoInConfig*, int, int, float, float)':
: undefined reference to `VDeviceV4L2::VDeviceV4L2[in-charge](VideoDevice*)'
i686/videodevice.o(.text+0xc59): In function `VideoDevice::open_input(VideoInConfig*, int, int, float, float)':
: undefined reference to `VDeviceV4L2JPEG::VDeviceV4L2JPEG[in-charge](VideoDevice*)'
collect2: ld returned 1 exit status
make: *** [i686/cinelerra] Error 1
--------------------------------------------------------------------------------

Hmmm... When typing this I realize that the two machines in question run x11-xorg and the third runs xfree...

I'll file a bug on bugs.cinelerra.org and post the link here.



Reproducible: Always
Steps to Reproduce:
Comment 1 Patrick Fourniols 2004-06-09 02:28:13 UTC
hello
nothing todo with xorg-x11 cf http://bugs.cinelerra.org/show_bug.cgi?id=67
just change the line:
export CFLAGS=${CFLAGS}
by:
export CFLAGS="-DHAVE_V4L2 "${CFLAGS}
Comment 2 Marc Hildebrand (RETIRED) gentoo-dev 2004-06-17 07:11:21 UTC
Problem fixed in newest version of the ebuild.
Thanks kugelfang ;)