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

Bug 31153

Summary: gst-plugins-mad-0.6.3.ebuild fails during install
Product: Gentoo Linux Reporter: Johannes Hofmann <joe>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: VERIFIED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johannes Hofmann 2003-10-14 14:41:20 UTC
emerge output : 

 * Building external plugin...
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..   
-I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/u
sr/include/gstreamer-0.6 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libxml2   -DGST_DISABLE_DEPRECATED -g -Wall -march=pentium4
-fomit-frame-pointer -O3 -pipe -MT libgstmad_la-gstmad.lo -MD -MP -MF
".deps/libgstmad_la-gstmad.Tpo" \
  -c -o libgstmad_la-gstmad.lo `test -f 'gstmad.c' || echo './'`gstmad.c; \
then mv -f ".deps/libgstmad_la-gstmad.Tpo" ".deps/libgstmad_la-gstmad.Plo"; \
else rm -f ".deps/libgstmad_la-gstmad.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.6 -I/usr/include/gli
b-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
-DGST_DISABLE_DEPRECATED -g -Wall -march=pentium4 -fomit-frame-pointer -O3 -pipe
-MT libgstmad_ la-gstmad.lo -MD -MP -MF .deps/libgstmad_la-gstmad.Tpo -c
gstmad.c  -fPIC -DPIC -o libgstmad_la-gstmad.lo
gstmad.c:24:20: id3tag.h: No such file or directory
gstmad.c:809: warning: `struct id3_tag' declared inside parameter list
gstmad.c:809: warning: its scope is only this definition or declaration, which
is probably not what you want
gstmad.c: In function `id3_to_caps':
gstmad.c:813: error: `id3_ucs4_t' undeclared (first use in this function)
gstmad.c:813: error: (Each undeclared identifier is reported only once
gstmad.c:813: error: for each function it appears in.)
gstmad.c:813: error: syntax error before "const"
gstmad.c:814: error: `id3_utf8_t' undeclared (first use in this function)
gstmad.c:814: error: `utf8' undeclared (first use in this function)
gstmad.c:824: error: `ID3_FRAME_TITLE' undeclared (first use in this function)
gstmad.c:829: error: `ID3_FRAME_ARTIST' undeclared (first use in this function)
gstmad.c:833: error: `ID3_FRAME_ALBUM' undeclared (first use in this function)
gstmad.c:834: error: `ID3_FRAME_YEAR' undeclared (first use in this function)
gstmad.c:835: error: `ID3_FRAME_TRACK' undeclared (first use in this function)
gstmad.c:837: error: `ID3_FRAME_GENRE' undeclared (first use in this function)
gstmad.c:850: warning: implicit declaration of function `id3_tag_findframe'
gstmad.c:850: warning: assignment makes pointer from integer without a cast
gstmad.c:854: error: dereferencing pointer to incomplete type
gstmad.c:855: warning: implicit declaration of function `id3_field_getnstrings'
gstmad.c:864: error: `ucs4' undeclared (first use in this function)
gstmad.c:864: warning: implicit declaration of function `id3_field_getstrings'
gstmad.c:868: warning: implicit declaration of function `id3_genre_name'
gstmad.c:870: warning: implicit declaration of function `id3_ucs4_utf8duplicate'
gstmad.c:895: error: `ID3_FRAME_COMMENT' undeclared (first use in this function)
gstmad.c:895: warning: assignment makes pointer from integer without a cast
gstmad.c:896: warning: implicit declaration of function `id3_field_getstring'
gstmad.c:896: error: dereferencing pointer to incomplete type
gstmad.c:902: warning: implicit declaration of function `id3_field_getfullstring'
gstmad.c:902: error: dereferencing pointer to incomplete type
gstmad.c: In function `gst_mad_chain':
gstmad.c:1081: warning: implicit declaration of function `id3_tag_query'
gstmad.c:1090: error: `id3_byte_t' undeclared (first use in this function)
gstmad.c:1090: error: syntax error before "const"
gstmad.c:1095: warning: assignment discards qualifiers from pointer target type
gstmad.c:1101: warning: implicit declaration of function `id3_tag_parse'
gstmad.c:1101: warning: assignment makes pointer from integer without a cast
gstmad.c:1103: warning: passing arg 1 of `id3_to_caps' from incompatible pointer
type
gstmad.c:1104: warning: implicit declaration of function `id3_tag_delete'
make: *** [libgstmad_la-gstmad.lo] Fehler 1
 
!!! ERROR: media-plugins/gst-plugins-mad-0.6.3 failed.
!!! Function gst-plugins_src_compile, Line 124, Exitcode 2
!!! compile failure
 


Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.



Expected Results:  
Build complete

I'm using ACCEPT_KEYWORDS=~x86
Comment 1 foser (RETIRED) gentoo-dev 2003-10-15 06:30:58 UTC
what mad version do you have installed ?
Comment 2 Johannes Hofmann 2003-10-15 12:46:37 UTC
I've the version 0.15.0b
*  media-sound/mad
      Latest version available: 0.15.0b
      Latest version installed: 0.15.0b
      Size of downloaded files: 0 kB
      Homepage:    http://mad.sourceforge.net/
      Description: The MAD metapackage for libmad, libid3tag, and madplay
Comment 3 foser (RETIRED) gentoo-dev 2003-10-15 15:09:55 UTC
and you do have all the packs mentioned in the meta description? Try at least
remerging them.
Comment 4 Johannes Hofmann 2003-10-16 11:43:53 UTC
emerge sync and emerge mad gst-plugins-mad resolveld the problem
Comment 5 Johannes Hofmann 2003-10-16 11:44:47 UTC
emerge sync and emerge mad gst-plugins-mad resolveld the problem