Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57215 - transcode-0.6.11 will not build with 2.6.7 headers
Summary: transcode-0.6.11 will not build with 2.6.7 headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 57055 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-15 12:16 UTC by Colin Tinker
Modified: 2004-07-18 03:29 UTC (History)
1 user (show)

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 Colin Tinker 2004-07-15 12:16:55 UTC
import_ffmpeg.c:121: error: syntax error before "__attribute__" 
import_ffmpeg.c:126: error: syntax error before "__attribute__" 
import_ffmpeg.c:129: warning: type defaults to `int' in declaration of `y' 
import_ffmpeg.c:129: warning: implicit declaration of function 
`stream_read_char' 
import_ffmpeg.c:129: error: `s' undeclared here (not in a function) 
import_ffmpeg.c:129: error: initializer element is not constant 
import_ffmpeg.c:129: warning: data definition has no type or storage class 
import_ffmpeg.c:130: warning: type defaults to `int' in declaration of `y' 
import_ffmpeg.c:130: error: redefinition of `y' 
import_ffmpeg.c:129: error: `y' previously defined here 
import_ffmpeg.c:130: error: `s' undeclared here (not in a function) 
import_ffmpeg.c:130: error: initializer element is not constant 
import_ffmpeg.c:130: warning: data definition has no type or storage class 
import_ffmpeg.c:131: warning: type defaults to `int' in declaration of `y' 
import_ffmpeg.c:131: error: redefinition of `y' 
import_ffmpeg.c:130: error: `y' previously defined here 
import_ffmpeg.c:131: error: `s' undeclared here (not in a function) 
import_ffmpeg.c:131: error: initializer element is not constant 
import_ffmpeg.c:131: warning: data definition has no type or storage class 
import_ffmpeg.c:132: warning: type defaults to `int' in declaration of `y' 
import_ffmpeg.c:132: error: redefinition of `y' 
import_ffmpeg.c:131: error: `y' previously defined here 
import_ffmpeg.c:132: error: `s' undeclared here (not in a function) 
import_ffmpeg.c:132: error: initializer element is not constant 
import_ffmpeg.c:132: warning: data definition has no type or storage class 
import_ffmpeg.c:133: error: syntax error before "return" 
import_ffmpeg.c: In function `divx3_is_key': 
import_ffmpeg.c:163: warning: implicit declaration of function 
`stream_read_dword' 
{standard input}: Assembler messages: 
{standard input}:389: Error: symbol `y' is already defined 
{standard input}:395: Error: symbol `y' is already defined 
{standard input}:401: Error: symbol `y' is already defined 
make[3]: *** [import_ffmpeg.lo] Error 1 
make[3]: Leaving directory 
`/var/tmp/portage/transcode-0.6.11/work/transcode-0.6.11/import' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/transcode-0.6.11/work/transcode-0.6.11/import' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory 
`/var/tmp/portage/transcode-0.6.11/work/transcode-0.6.11' 
make: *** [all] Error 2 
 
!!! ERROR: media-video/transcode-0.6.11 failed. 
!!! Function src_compile, Line 122, Exitcode 2 
!!! (no error message) 


Reproducible: Always
Steps to Reproduce:
1. emerge transcode
2.
3.

Actual Results:  
emerge fails 

Expected Results:  
transcode compiles
Comment 1 Chris White (RETIRED) gentoo-dev 2004-07-15 14:06:33 UTC
Please sync and try the -r3 headers.  Thanks.
Comment 2 Colin Tinker 2004-07-15 14:44:41 UTC
New headers reolve the problem, thanks for a quick response.

Colin
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-07-18 03:29:28 UTC
*** Bug 57055 has been marked as a duplicate of this bug. ***