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

Bug 686744

Summary: dev-lang/spidermonkey-1.8.5-r6 fails to compile with gcc 8.3.0
Product: Gentoo Linux Reporter: Tom <sl.tom>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: all relevant log-files

Description Tom 2019-05-25 13:18:17 UTC
Created attachment 577784 [details]
all relevant log-files

Hello,

one of the offending lines is:

### start of snip
./methodjit/MethodJIT.cpp: At global scope:
./methodjit/MethodJIT.cpp:312:5: error: expected '(' before 'volatile'
 asm volatile (
     ^~~~~~~~
     (
./methodjit/MethodJIT.cpp:313:1: error: expected unqualified-id before string constant
 ".text\n"
 ^~~~~~~~~
./methodjit/MethodJIT.cpp:312:15: error: expected ')' before string constant
 asm volatile (
              ~^
               )
 ".text\n"
 ~~~~~~~~~      
### end of snip

Package is required by media-libs/avidemux-plugins-2.7.0

CU Tom
Comment 1 tt_1 2019-05-31 13:15:28 UTC
why don't you go for 1.8.5-r7? that should suffice imho
Comment 2 Jory A. Pratt gentoo-dev 2019-05-31 13:27:28 UTC

*** This bug has been marked as a duplicate of bug 679330 ***
Comment 3 Tom 2019-06-07 08:24:56 UTC
@tt_1: -r7 compiles fine - THX :)