| Summary: | www-client/firefox-69.0.3 on ppc64le - .../work/firefox-69.0.3/js/xpconnect/src/XPCWrappedNative.cpp:1326:6: error: inlining failed in call to always_inline 'bool CallMethodHelper::GatherAndConvertResults()': function not inlinable | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Aljoscha Vollmerhaus <gentoobugzilla> |
| Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | PPC64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | compressed Firefox build log showing the failure | ||
|
Description
Aljoscha Vollmerhaus
2019-10-22 14:34:20 UTC
I wanted to attach the build.log, but it's 6 mbytes.
I'll try to quote the relevant section of the build during the failure, not sure if this is enough information. Is there another method for me to share the file?
14:03.09 Finished release [optimized] target(s) in 13m 20s
14:03.61 gmake[4]: Entering directory '/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/ff/toolkit/library/rust'
14:03.61 /var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/ff/_virtualenvs/init/bin/python -m mozbuild.action.check_binary --target --networking /var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/ff/powerpc64le-unknown-linux-gnu/release/libgkrust.a
14:03.61 gmake[4]: Leaving directory '/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/ff/toolkit/library/rust'
14:03.61 gmake[2]: *** [/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/config/recurse.mk:34: compile] Error 2
14:03.61 gmake[1]: *** [/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/config/rules.mk:391: default] Error 2
14:03.61 gmake: *** [client.mk:125: build] Error 2
14:03.64 11 compiler warnings present.
* ERROR: www-client/firefox-69.0.3::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 125: Called src_compile
* environment, line 5276: Called die
* The specific snippet of code:
* GDK_BACKEND=x11 MOZ_MAKE_FLAGS="${MAKEOPTS} -O" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 ${_virtx} ./mach build --verbose || die
*
* If you need support, post the output of `emerge --info '=www-client/firefox-69.0.3::gentoo'`,
* the complete build log and the output of `emerge -pqv '=www-client/firefox-69.0.3::gentoo'`.
* The complete build log is located at '/var/tmp/portage/www-client/firefox-69.0.3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/www-client/firefox-69.0.3/temp/environment'.
* Working directory: '/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3'
* S: '/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3'
I wanted to attach the build.log, but it's 6 mbytes.
I'll try to quote the relevant section of the build during the failure, not sure if this is enough information. Is there another method for me to share the file?
14:03.09 Finished release [optimized] target(s) in 13m 20s
14:03.61 gmake[4]: Entering directory '/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/ff/toolkit/library/rust'
14:03.61 /var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/ff/_virtualenvs/init/bin/python -m mozbuild.action.check_binary --target --networking /var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/ff/powerpc64le-unknown-linux-gnu/release/libgkrust.a
14:03.61 gmake[4]: Leaving directory '/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/ff/toolkit/library/rust'
14:03.61 gmake[2]: *** [/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/config/recurse.mk:34: compile] Error 2
14:03.61 gmake[1]: *** [/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3/config/rules.mk:391: default] Error 2
14:03.61 gmake: *** [client.mk:125: build] Error 2
14:03.64 11 compiler warnings present.
* ERROR: www-client/firefox-69.0.3::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 125: Called src_compile
* environment, line 5276: Called die
* The specific snippet of code:
* GDK_BACKEND=x11 MOZ_MAKE_FLAGS="${MAKEOPTS} -O" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 ${_virtx} ./mach build --verbose || die
*
* If you need support, post the output of `emerge --info '=www-client/firefox-69.0.3::gentoo'`,
* the complete build log and the output of `emerge -pqv '=www-client/firefox-69.0.3::gentoo'`.
* The complete build log is located at '/var/tmp/portage/www-client/firefox-69.0.3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/www-client/firefox-69.0.3/temp/environment'.
* Working directory: '/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3'
* S: '/var/tmp/portage/www-client/firefox-69.0.3/work/firefox-69.0.3'
(In reply to Aljoscha Vollmerhaus from comment #1) > I wanted to attach the build.log, but it's 6 mbytes. Compress it: `xz build.log` for instance. Created attachment 593682 [details]
compressed Firefox build log showing the failure
FYI, I've just successfully compiled it using gcc-9.2.0-r1 This workaround (upgrading gcc to 9.2) seems to work for Thunderbird as well (I've yet to file a bugreport for that, but it seems to suffer the same problem as Firefox). Since GCC is now at 9.3 this can be closed I guess. |