Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 140336

Summary: media-libs/faac-1.24 compile fails
Product: Gentoo Linux Reporter: Jan Rychter <jan>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jan Rychter 2006-07-14 03:46:21 UTC
This has been the case for several months now.

Making all in frontend
make[2]: Entering directory `/var/tmp/portage/faac-1.24/work/faac/frontend'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include     -march=pentium-m -Os -fomit-frame-pointer -pipe -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
main.c: In function `main':
main.c:425: error: `MP4FileHandle' undeclared (first use in this function)
main.c:425: error: (Each undeclared identifier is reported only once
main.c:425: error: for each function it appears in.)
main.c:425: error: syntax error before "MP4hFile"
main.c:426: error: `MP4TrackId' undeclared (first use in this function)
main.c:851: error: `MP4hFile' undeclared (first use in this function)
main.c:868: error: `MP4_DETAILS_ERROR' undeclared (first use in this function)
main.c:876: error: `MP4track' undeclared (first use in this function)
main.c:876: error: `MP4_INVALID_DURATION' undeclared (first use in this function)
main.c:876: error: `MP4_MPEG4_AUDIO_TYPE' undeclared (first use in this function)
main.c:971: error: `MP4_INVALID_FILE_HANDLE' undeclared (first use in this function)
main.c:1087: error: `MP4Duration' undeclared (first use in this function)
main.c:1087: error: syntax error before "dur"
main.c:1093: error: `dur' undeclared (first use in this function)
main.c:1093: error: `ofs' undeclared (first use in this function)
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/faac-1.24/work/faac/frontend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/faac-1.24/work/faac'
make: *** [all] Error 2

!!! ERROR: media-libs/faac-1.24 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 609:   Called die
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-14 03:59:37 UTC

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