Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686744 - dev-lang/spidermonkey-1.8.5-r6 fails to compile with gcc 8.3.0
Summary: dev-lang/spidermonkey-1.8.5-r6 fails to compile with gcc 8.3.0
Status: RESOLVED DUPLICATE of bug 679330
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-25 13:18 UTC by Tom
Modified: 2019-06-07 08:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
all relevant log-files (info-spidermonkey.tgz,58.22 KB, application/x-compressed-tar)
2019-05-25 13:18 UTC, Tom
Details

Note You need to log in before you can comment on or make changes to this bug.
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 :)