View previous topic :: View next topic |
Author |
Message |
tenshi_ n00b
Joined: 13 Nov 2020 Posts: 29
|
Posted: Sat Sep 11, 2021 9:24 pm Post subject: Firefox 88 failed compile phase |
|
|
I absolutely hate firefox 92 and in my experience 88 is the most stable version at least for me.
I'm no expert when it comes to solving compilation problems, so I'm asking to help me out here
Logs:
emerge info
emerge -pqv
build.log
ebuild environment
Last edited by tenshi_ on Sun Sep 12, 2021 12:31 am; edited 1 time in total |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3918
|
Posted: Sat Sep 11, 2021 11:18 pm Post subject: |
|
|
There is no such thing as
firefox-88
https://packages.gentoo.org/packages/www-client/firefox
Where did you get it from
You have some errors about rustfmt:no such file or directory.
Maybe build rust with USE="rustfmt"
Yet again they are non fatal errors......
Like this
Code: |
neqo-crypto 0.4.23] Failed to run rustfmt: No such file or directory (os error 2) (non-fatal, continuing)
|
_________________
|
|
Back to top |
|
|
tenshi_ n00b
Joined: 13 Nov 2020 Posts: 29
|
Posted: Sat Sep 11, 2021 11:32 pm Post subject: |
|
|
I created local repository and placed an old firefox ebuild in there
I'll try what you suggested |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3918
|
Posted: Sat Sep 11, 2021 11:46 pm Post subject: |
|
|
It is unlikely they are the cause but you might try.
_________________
|
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20496
|
Posted: Sat Sep 11, 2021 11:58 pm Post subject: |
|
|
I see two errors referencing "build failed". No idea if that's it. Code: | /release/deps --extern cfg_if=/var/tmp/portage/www-client/firefox-88.0/work/firefox_build/x86_64-unknown-linux-gnu/release/deps/libcfg_if-a66a3842c9a6dd59.rmeta --cap-lints warn -C opt-level=2 --cap-lints warn -C codegen-units=1` (exit status: 1)[0m
78[1G[K[34m 1:55.69[0m [0m[0m[1m[33mwarning[0m[1m:[0m build failed, waiting for other jobs to finish... | Code: | function -Wno-error=shadow -Wno-unused-local-typedefs -fexperimental-new-pass-manager -MD -MP -MF .deps/nsMaiInterfaceText.o.pp -fcolor-diagnostics /var/tmp/portage/www-client/firefox-88.0/work/firefox-88.0/accessible/atk/nsMaiInterfaceText.cpp[0m
78[1G[K[34m 1:58.28[0m [0m[0m[1m[31merror[0m[1m:[0m build failed[0m
78[1G[K[34m 1:58.29[0m gmake[4]: *** [/var/tmp/portage/www-client/firefox-88.0/work/firefox-88.0/config/makefiles/rust.mk:358: force-cargo-library-build] Error 101[0m
78[1G[K[34m 1:58.29[0m gmake[4]: Leaving directory '/var/tmp/portage/www-client/firefox-88.0/work/firefox_build/toolkit/library/rust'[0m
78[1G[K[34m 1:58.29[0m gmake[3]: *** [/var/tmp/portage/www-client/firefox-88.0/work/firefox-88.0/config/recurse.mk:72: toolkit/library/rust/target] Error 2[0m
78[1G[K[34m 1:58.29[0m gmake[3]: *** Waiting for unfinished jobs.... |
_________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22739
|
|
Back to top |
|
|
tenshi_ n00b
Joined: 13 Nov 2020 Posts: 29
|
Posted: Sun Sep 12, 2021 12:34 am Post subject: |
|
|
I presume I've got some new output by doing
Code: | USE="rustfmt" emerge '=www-client/firefox-88.0::localrepo' |
Don't ask why I did that, cause.. I don't know what I'm doing
here's latest build.log |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20496
|
Posted: Sun Sep 12, 2021 12:50 am Post subject: |
|
|
Moved from Portage & Programming to Unsupported Software.
Also, the build failures are still there. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3918
|
Posted: Sun Sep 12, 2021 9:39 am Post subject: |
|
|
"rustfmt" is a rust USE flag not firefox. _________________
|
|
Back to top |
|
|
|