Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90385 - Make fails with error
Summary: Make fails with error
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-25 09:03 UTC by Steve
Modified: 2005-04-25 09:22 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 Steve 2005-04-25 09:03:09 UTC
make fails with the following error:
gcc -Wall -D_REENTRANT -O3 -g   -c -o yuv2rgb.o yuv2rgb.c
In file included from /usr/include/linux/videodev.h:8,
                 from video.h:2,
                 from yuv2rgb.c:26:
/usr/include/linux/videodev2.h:380: error: field `timestamp' has incomplete type
make: *** [yuv2rgb.o] Error 1


Reproducible: Always
Steps to Reproduce:
1.Extract the Palantir docs (from: http://www.fastpath.it/products/palantir/pub/palantir-2.5.5.tgz)
2.cd to ./palantir-2.5.5/server
3.type make (note there's no ./configure script)

Actual Results:  
got the error:
gcc -Wall -D_REENTRANT -O3 -g   -c -o yuv2rgb.o yuv2rgb.c
In file included from /usr/include/linux/videodev.h:8,
                 from video.h:2,
                 from yuv2rgb.c:26:
/usr/include/linux/videodev2.h:380: error: field `timestamp' has incomplete type
make: *** [yuv2rgb.o] Error 1

Expected Results:  
successfuly compiled the application files.

Saw a thing saying that it needed gsmlib, so tried emerge gsmlib, and sme error,
then notices that gsmlib sources were in the tarball, so removed gsmlib using
portage and made palantir's gsmlib, and got the same error.
Comment 1 Elfyn McBratney (beu) (RETIRED) gentoo-dev 2005-04-25 09:05:43 UTC
What package is this error from and is it currently in portage ?
Comment 2 Steve 2005-04-25 09:10:26 UTC
The package is the one linked in the located here: http://www.fastpath.it/products/palantir/pub/palantir-2.5.5.tgz 

I have had a look in portage, and it's not there as yet.
Comment 3 Elfyn McBratney (beu) (RETIRED) gentoo-dev 2005-04-25 09:22:43 UTC
Sorry, but we can't support this package as it's not in the portage tree.  If you want this fixed, you'll need to speak to upstream (the people behind http://www.fastpath.it).