Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166162 - media-libs/gst-plugins-good-0.10.5 won't compile
Summary: media-libs/gst-plugins-good-0.10.5 won't compile
Status: RESOLVED DUPLICATE of bug 163848
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-10 03:10 UTC by Dave
Modified: 2007-02-10 07:47 UTC (History)
0 users

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


Attachments
emerge --info (info,6.63 KB, text/plain)
2007-02-10 03:11 UTC, Dave
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave 2007-02-10 03:10:25 UTC
if powerpc-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../..       -O2 -pipe -mcpu=G3 -MT autodetect.o -MD -MP -MF ".deps/autodetect.Tpo" -c -o autodetect.o `test -f 'elements/autodetect.c' || echo './'`elements/autodetect.c; \
        then mv -f ".deps/autodetect.Tpo" ".deps/autodetect.Po"; else rm -f ".deps/autodetect.Tpo"; exit 1; fi
elements/autodetect.c:25:32: error: gst/check/gstcheck.h: No such file or directory
elements/autodetect.c: In function 'GST_START_TEST':
elements/autodetect.c:29: error: 'GstStateChangeReturn' undeclared (first use in this function)
elements/autodetect.c:29: error: (Each undeclared identifier is reported only once
elements/autodetect.c:29: error: for each function it appears in.)
elements/autodetect.c:29: error: expected ';' before 'state_ret'
elements/autodetect.c:30: error: 'GstElement' undeclared (first use in this function)
elements/autodetect.c:30: error: 'pipeline' undeclared (first use in this function)
elements/autodetect.c:30: error: 'src' undeclared (first use in this function)
elements/autodetect.c:30: error: 'filter' undeclared (first use in this function)
elements/autodetect.c:30: error: 'sink' undeclared (first use in this function)
elements/autodetect.c:31: error: 'GstCaps' undeclared (first use in this function)
elements/autodetect.c:31: error: 'caps' undeclared (first use in this function)
elements/autodetect.c:34: error: 'NULL' undeclared (first use in this function)
elements/autodetect.c:35: error: 'state_ret' undeclared (first use in this function)
elements/autodetect.c:35: error: 'GST_STATE_READY' undeclared (first use in this function)
elements/autodetect.c:39: error: 'GST_STATE_NULL' undeclared (first use in this function)
elements/autodetect.c:41: error: 'GST_STATE_CHANGE_SUCCESS' undeclared (first use in this function)
elements/autodetect.c:51: error: 'GST_TYPE_FOURCC' undeclared (first use in this function)
elements/autodetect.c:63: error: 'GST_STATE_PAUSED' undeclared (first use in this function)
elements/autodetect.c:64: error: 'GST_STATE_CHANGE_FAILURE' undeclared (first use in this function)
elements/autodetect.c: At top level:
elements/autodetect.c:77: warning: data definition has no type or storage class
elements/autodetect.c:133: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
elements/autodetect.c:155: warning: data definition has no type or storage class
elements/autodetect.c:155: warning: parameter names (without types) in function declaration
make[3]: *** [autodetect.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-libs/gst-plugins-good-0.10.5/work/gst-plugins-good-0.10.5/tests/check'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/gst-plugins-good-0.10.5/work/gst-plugins-good-0.10.5/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/gst-plugins-good-0.10.5/work/gst-plugins-good-0.10.5'
make: *** [all] Error 2

!!! ERROR: media-libs/gst-plugins-good-0.10.5 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3812:   Called src_compile
  gst-plugins-good-0.10.5.ebuild, line 41:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/media-libs/gst-plugins-good-0.10.5/temp/build.log'.
Comment 1 Dave 2007-02-10 03:11:35 UTC
Created attachment 109696 [details]
emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-10 07:47:55 UTC

*** This bug has been marked as a duplicate of bug 163848 ***