Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30238 - transcode-0.6.6 doesn't build
Summary: transcode-0.6.6 doesn't build
Status: RESOLVED DUPLICATE of bug 27019
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-03 04:42 UTC by Anno v. Heimburg
Modified: 2005-07-17 13:06 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 Anno v. Heimburg 2003-10-03 04:42:21 UTC
There seems to be a problem with transcode-0.6.6 and avifile-0.7.38 (the current versions). It gives a rather lengthy error output:

g++ -DHAVE_CONFIG_H -I.. -I. -I.. -I. -Wall -I./ -I../src -I../avilib -I../libac3 -I./../libac3 -I../libmpeg2 -I./../libmpeg2 -I../libvo -I./../src -I./../avilib -I./../libvo -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -I/usr/include/libmpeg3 -I/usr/local/include/libmpeg3 -I/usr/include -I/usr/local/include -I/usr/include/avifile-0.7 -I/usr/include/freetype2 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/quicktime -I/usr/local/include/quicktime -I/usr/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -march=athlon-xp -O3 -pipe -MT af6_decore.lo -MD -MP -MF .deps/af6_decore.Tpo -c af6_decore.cpp  -fPIC -DPIC -o af6_decore.lo
af6_decore.cpp:34:32: avifile/avm_fourcc.h: No such file or directory
af6_decore.cpp:35:29: avifile/avifile.h: No such file or directory
af6_decore.cpp:36:27: avifile/image.h: No such file or directory
af6_decore.cpp:37:29: avifile/aviplay.h: No such file or directory
af6_decore.cpp:38:29: avifile/cpuinfo.h: No such file or directory
af6_decore.cpp:39:27: avifile/utils.h: No such file or directory
af6_decore.cpp:40:29: avifile/version.h: No such file or directory
af6_decore.cpp:41:30: avifile/renderer.h: No such file or directory
af6_decore.cpp:42:30: avifile/creators.h: No such file or directory
af6_decore.cpp:47: namespace `Creators' undeclared
af6_decore.cpp: In function `void af6_decore(info_t*)':
af6_decore.cpp:66: `IAviReadStream' undeclared (first use this function)
af6_decore.cpp:66: (Each undeclared identifier is reported only once for each
   function it appears in.)
af6_decore.cpp:66: `vrs' undeclared (first use this function)
af6_decore.cpp:67: `IAviReadFile' undeclared (first use this function)
af6_decore.cpp:67: `vfile' undeclared (first use this function)
af6_decore.cpp:71: `fourcc_t' undeclared (first use this function)
af6_decore.cpp:71: syntax error before `=' token
af6_decore.cpp:82: `CreateIAviReadFile' undeclared (first use this function)
af6_decore.cpp:85: `AviStream' undeclared (first use this function)
af6_decore.cpp:85: syntax error before `::' token
af6_decore.cpp:93: `BITMAPINFOHEADER' undeclared (first use this function)
af6_decore.cpp:93: syntax error before `;' token
af6_decore.cpp:95: `bh' undeclared (first use this function)
af6_decore.cpp:104: `IVideoDecoder' undeclared (first use this function)
af6_decore.cpp:104: syntax error before `::' token
af6_decore.cpp:120: `caps' undeclared (first use this function)
af6_decore.cpp:120: syntax error before `::' token
af6_decore.cpp:126: syntax error before `else'
af6_decore.cpp:134: syntax error before `::' token
af6_decore.cpp:79: warning: unused variable `ssize_t pack_size'
af6_decore.cpp:78: warning: unused variable `char*packV'
af6_decore.cpp:78: warning: unused variable `char*packU'
af6_decore.cpp:78: warning: unused variable `char*packY'
af6_decore.cpp:77: warning: unused variable `char*pack_buffer'
af6_decore.cpp:59: warning: unused variable `char*sync_str'
af6_decore.cpp: At global scope:
af6_decore.cpp:141: syntax error before `else'
af6_decore.cpp:143: ISO C++ forbids declaration of `fprintf' with no type
af6_decore.cpp:143: `int fprintf' redeclared as different kind of symbol
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:305: previous
   declaration of `int fprintf(FILE*, const char*, ...)'
af6_decore.cpp:143: initializer list being treated as compound expression
af6_decore.cpp:143: invalid conversion from `const char*' to `int'
af6_decore.cpp:144: ISO C++ forbids declaration of `unpack' with no type
af6_decore.cpp:145: ISO C++ forbids declaration of `lumi_first' with no type
af6_decore.cpp:148: syntax error before `else'
af6_decore.cpp:150: ISO C++ forbids declaration of `fprintf' with no type
af6_decore.cpp:150: redefinition of `int fprintf'
af6_decore.cpp:143: `int fprintf' previously defined here
af6_decore.cpp:150: initializer list being treated as compound expression
af6_decore.cpp:150: invalid conversion from `const char*' to `int'
af6_decore.cpp:151: ISO C++ forbids declaration of `unpack' with no type
af6_decore.cpp:151: redefinition of `int unpack'
af6_decore.cpp:144: `int unpack' previously defined here
af6_decore.cpp:152: ISO C++ forbids declaration of `lumi_first' with no type
af6_decore.cpp:152: redefinition of `int lumi_first'
af6_decore.cpp:145: `int lumi_first' previously defined here
af6_decore.cpp:153: syntax error before `}' token
af6_decore.cpp:158: ISO C++ forbids declaration of `codec_error' with no type
af6_decore.cpp:159: syntax error before `}' token
af6_decore.cpp:163: ISO C++ forbids declaration of `codec_error' with no type
af6_decore.cpp:163: redefinition of `int codec_error'
af6_decore.cpp:158: `int codec_error' previously defined here
af6_decore.cpp:164: syntax error before `break'
af6_decore.cpp:168: syntax error before `->' token
af6_decore.cpp:182: ISO C++ forbids declaration of `pack_buffer' with no type
af6_decore.cpp:182: `pack_size' was not declared in this scope
af6_decore.cpp:183: syntax error before `if'
af6_decore.cpp:185: syntax error before `->' token
af6_decore.cpp:188: ISO C++ forbids declaration of `packY' with no type
af6_decore.cpp:189: ISO C++ forbids declaration of `packU' with no type
af6_decore.cpp:189: `plane_size' was not declared in this scope
af6_decore.cpp:190: ISO C++ forbids declaration of `packV' with no type
af6_decore.cpp:190: `plane_size' was not declared in this scope
af6_decore.cpp:190: `plane_size' was not declared in this scope
af6_decore.cpp:191: syntax error before `}' token
af6_decore.cpp:194: syntax error before `->' token
af6_decore.cpp:197: ISO C++ forbids declaration of `fflush' with no type
af6_decore.cpp:197: `int fflush' redeclared as different kind of symbol
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/stdio.h:211: previous
   declaration of `int fflush(FILE*)'
af6_decore.cpp:197: invalid conversion from `_IO_FILE*' to `int'
af6_decore.cpp:198: `ipipe' was not declared in this scope
af6_decore.cpp:198: `sync_str' was not declared in this scope
af6_decore.cpp:198: `sync_str' was not declared in this scope
af6_decore.cpp:198: ISO C++ forbids declaration of `p_write' with no type
af6_decore.cpp:198: `int p_write' redeclared as different kind of symbol
ioaux.h:66: previous declaration of `ssize_t p_write(int, char*, unsigned int)'
af6_decore.cpp:198: initializer list being treated as compound expression
af6_decore.cpp:201: syntax error before `while'
af6_decore.cpp:204: syntax error before `*' token
af6_decore.cpp:205: `imsrc' was not declared in this scope
af6_decore.cpp:207: syntax error before `if'
af6_decore.cpp:210: invalid conversion from `int' to `char*'
af6_decore.cpp:211: invalid conversion from `int' to `char*'
af6_decore.cpp:217: syntax error before `if'
af6_decore.cpp:219: syntax error before `;' token
af6_decore.cpp:219: syntax error before `++' token
af6_decore.cpp:220: syntax error before `;' token
af6_decore.cpp:220: syntax error before `++' token
af6_decore.cpp:222: syntax error before `++' token
af6_decore.cpp:223: syntax error before `++' token
af6_decore.cpp:224: syntax error before `++' token
af6_decore.cpp:226: syntax error before `;' token
af6_decore.cpp:226: syntax error before `++' token
af6_decore.cpp:228: syntax error before `++' token
af6_decore.cpp:229: syntax error before `++' token
af6_decore.cpp:230: syntax error before `++' token
af6_decore.cpp:234: syntax error before `;' token
af6_decore.cpp:234: syntax error before `++' token
af6_decore.cpp:235: syntax error before `;' token
af6_decore.cpp:235: syntax error before `++' token
af6_decore.cpp:237: syntax error before `++' token
af6_decore.cpp:238: syntax error before `++' token
af6_decore.cpp:239: syntax error before `++' token
af6_decore.cpp:241: syntax error before `;' token
af6_decore.cpp:241: syntax error before `++' token
af6_decore.cpp:243: syntax error before `++' token
af6_decore.cpp:244: syntax error before `++' token
af6_decore.cpp:245: syntax error before `++' token
af6_decore.cpp:252: syntax error before `->' token
af6_decore.cpp:259: syntax error before `->' token
af6_decore.cpp:275: syntax error before `*' token
af6_decore.cpp:284: ISO C++ forbids declaration of `afile' with no type
af6_decore.cpp:284: `ipipe' was not declared in this scope
af6_decore.cpp:287: ISO C++ forbids declaration of `ars' with no type
af6_decore.cpp:287: base operand of `->' is not a pointer
af6_decore.cpp:287: syntax error before `::' token
af6_decore.cpp:290: syntax error before `->' token
af6_decore.cpp:295: 'WAVEFORMATEX' is used as a type, but is not defined as a
   type.
af6_decore.cpp:296: syntax error before `if'
af6_decore.cpp:298: syntax error before `->' token
af6_decore.cpp:303: `wvFmt' was not declared in this scope
af6_decore.cpp:303: `avm_wave_format_name' was not declared in this scope
af6_decore.cpp:304: `wvFmt' was not declared in this scope
af6_decore.cpp:305: `wvFmt' was not declared in this scope
af6_decore.cpp:306: `wvFmt' was not declared in this scope
af6_decore.cpp:306: ISO C++ forbids declaration of `fprintf' with no type
af6_decore.cpp:306: redefinition of `int fprintf'
af6_decore.cpp:150: `int fprintf' previously defined here
af6_decore.cpp:306: initializer list being treated as compound expression
af6_decore.cpp:307: 'WAVEFORMATEX' is used as a type, but is not defined as a
   type.
af6_decore.cpp:308: syntax error before `->' token
af6_decore.cpp:311: `fmt' was not declared in this scope
af6_decore.cpp:311: `avm_wave_format_name' was not declared in this scope
af6_decore.cpp:312: `fmt' was not declared in this scope
af6_decore.cpp:313: `fmt' was not declared in this scope
af6_decore.cpp:314: `fmt' was not declared in this scope
af6_decore.cpp:314: ISO C++ forbids declaration of `fprintf' with no type
af6_decore.cpp:314: redefinition of `int fprintf'
af6_decore.cpp:306: `int fprintf' previously defined here
af6_decore.cpp:314: initializer list being treated as compound expression
af6_decore.cpp:317: syntax error before `if'
af6_decore.cpp:320: syntax error before `->' token
af6_decore.cpp:339: ISO C++ forbids declaration of `samples' with no type
af6_decore.cpp:339: conflicting types for `int samples'
af6_decore.cpp:280: previous declaration as `unsigned int samples'
af6_decore.cpp:339: `fmt' was not declared in this scope
af6_decore.cpp:340: ISO C++ forbids declaration of `buffer_size' with no type
af6_decore.cpp:340: conflicting types for `int buffer_size'
af6_decore.cpp:278: previous declaration as `unsigned int buffer_size'
af6_decore.cpp:340: `fmt' was not declared in this scope
af6_decore.cpp:342: syntax error before `if'
af6_decore.cpp:345: ISO C++ forbids declaration of `buffer' with no type
af6_decore.cpp:345: conflicting types for `int buffer'
af6_decore.cpp:281: previous declaration as `char*buffer'
af6_decore.cpp:345: invalid conversion from `char*' to `int'
af6_decore.cpp:346: syntax error before `if'
af6_decore.cpp:348: syntax error before `->' token
af6_decore.cpp:353: ISO C++ forbids declaration of `fflush' with no type
af6_decore.cpp:353: redefinition of `int fflush'
af6_decore.cpp:197: `int fflush' previously defined here
af6_decore.cpp:353: invalid conversion from `_IO_FILE*' to `int'
af6_decore.cpp:354: `ipipe' was not declared in this scope
af6_decore.cpp:354: `sync_str' was not declared in this scope
af6_decore.cpp:354: `sync_str' was not declared in this scope
af6_decore.cpp:354: ISO C++ forbids declaration of `p_write' with no type
af6_decore.cpp:354: redefinition of `int p_write'
af6_decore.cpp:198: `int p_write' previously defined here
af6_decore.cpp:354: initializer list being treated as compound expression
af6_decore.cpp:357: syntax error before `while'
af6_decore.cpp:362: syntax error before `if'
af6_decore.cpp:366: syntax error before `->' token
{standard input}: Assembler messages:
{standard input}:32: Error: symbol `fprintf' is already defined
{standard input}:39: Error: symbol `unpack' is already defined
{standard input}:45: Error: symbol `lumi_first' is already defined
{standard input}:57: Error: symbol `codec_error' is already defined
{standard input}:180: Error: symbol `fprintf' is already defined
{standard input}:186: Error: symbol `fprintf' is already defined
{standard input}:192: Error: symbol `fflush' is already defined
{standard input}:198: Error: symbol `p_write' is already defined
make[3]: *** [af6_decore.lo] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/transcode-0.6.6/work/transcode-0.6.6/import'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/transcode-0.6.6/work/transcode-0.6.6/import'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/transcode-0.6.6/work/transcode-0.6.6'
make: *** [all] Fehler 2

!!! ERROR: media-video/transcode-0.6.6 failed.
!!! Function src_compile, Line 110, Exitcode 2
!!! (no error message)

Greets,
Anno.
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2003-10-03 15:05:27 UTC

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