Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

nodejs won't install


donjames

Question

Hi,

I am trying to install nodejs as part of a funtoo update.  I get the following errors:

* XATTR_PAX marking -me /var/tmp/portage/net-libs/nodejs-9.11.2/image/usr/bin/node with setfattr
 * ACCESS DENIED:  open_wr:      /root/.config/configstore/update-notifier-npm.json.1777672302
 * ACCESS DENIED:  unlink:       /root/.config/configstore/update-notifier-npm.json.1777672302

┌───────────────────────────────────────────────────┐
│              npm update check failed              │
│        Try running with sudo or get access        │
│       to the local update config store via        │
│ sudo chown -R $USER:$(id -gn $USER) /root/.config │
└───────────────────────────────────────────────────┘
>>> Completed installing nodejs-9.11.2 into /var/tmp/portage/net-libs/nodejs-9.11.2/image/

 * Final size of build directory: 315260 KiB (307.8 MiB)
 * Final size of installed tree:   48016 KiB ( 46.8 MiB)

 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/var/log/sandbox/sandbox-5854.log"
 *
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /root/.config/configstore/update-notifier-npm.json.1777672302
A: /root/.config/configstore/update-notifier-npm.json.1777672302
R: /root/.config/configstore/update-notifier-npm.json.1777672302
? npm                                                                        

F: unlink
S: deny
P: /root/.config/configstore/update-notifier-npm.json.1777672302
A: /root/.config/configstore/update-notifier-npm.json.1777672302
R: /root/.config/configstore/update-notifier-npm.json.1777672302
? npm                                                                        
 * --------------------------------------------------------------------------------

>>> Failed to emerge net-libs/nodejs-9.11.2, Log file:

>>>  '/var/tmp/portage/net-libs/nodejs-9.11.2/temp/build.log'

#################  end of error message ##############

Two questions:

Can someone give me something to try to solve this problem?

I have installed Chromium.  If I uninstall Chromium, will nodejs become unnecessary?

 

Thanks,

donjames

Edited by donjames
Add question
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...