Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758068 - www-client/firefox:0/esr78 should depend on >=net-libs/nodejs-10.21.0
Summary: www-client/firefox:0/esr78 should depend on >=net-libs/nodejs-10.21.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-02 16:22 UTC by tt_1
Modified: 2020-12-03 02:19 UTC (History)
1 user (show)

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


Attachments
full build log (firefox-78.5.log,30.80 KB, text/x-log)
2020-12-02 16:22 UTC, tt_1
Details
output from emerge --info (firefox-78.5.log,30.80 KB, text/x-log)
2020-12-02 16:24 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2020-12-02 16:22:45 UTC
Created attachment 676303 [details]
full build log

I'm about to slowly upgrade an older armv7 musl installation, and it came to my attention that nodejs-10.19.0 is not sufficent to compile firefox: 

 2:17.12 checking MOZ_ICU_LIBS... -licui18n -licuuc -licudata
 2:17.66 checking for nodejs... no
 2:17.66 ERROR: NODEJS must point to node 10.21 or newer; found node location: /usr/bin/node.
 2:17.67 
 2:17.67     Executing `mach bootstrap --no-system-changes` should
 2:17.67     install a compatible version in ~/.mozbuild on most platforms.
 2:17.67     If you believe this is a bug, <https://mzl.la/2vLbXAv> is a good way
 2:17.68     to file.  More details: <https://bit.ly/2BbyD1E>
 2:17.68 
 2:18.19 *** Fix above errors and then restart with\
 2:18.19                "./mach build"


please adjust the ebuild accordingly to ask for minimal of nodejs-10.21.0

thunderbird should also be affected 

the full log is attached
Comment 1 tt_1 2020-12-02 16:24:58 UTC
Created attachment 676306 [details]
output from emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2020-12-03 02:19:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31438d54ddd0fb3f7c888ff1f192f7719852759

commit d31438d54ddd0fb3f7c888ff1f192f7719852759
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-12-03 02:18:37 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-12-03 02:18:37 +0000

    mail-client/thunderbird: adjust minimum net-libs/nodejs dependency
    
    Closes: https://bugs.gentoo.org/758068
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 mail-client/thunderbird/thunderbird-78.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d69e97ade0094eaba55a6f286fc310a52fca44

commit 24d69e97ade0094eaba55a6f286fc310a52fca44
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-12-03 02:17:51 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-12-03 02:17:51 +0000

    www-client/firefox: adjust minimum net-libs/nodejs dependency
    
    Closes: https://bugs.gentoo.org/758068
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 www-client/firefox/firefox-78.5.0.ebuild | 2 +-
 www-client/firefox/firefox-83.0.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)