Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 712440 - net-libs/nodejs-13.10.1 installs architecture independent files in /usr/lib64
Summary: net-libs/nodejs-13.10.1 installs architecture independent files in /usr/lib64
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-14 07:38 UTC by Alessandro Barbieri
Modified: 2020-11-09 12:53 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2020-03-14 07:38:58 UTC
for example:

/usr/lib64/node_modules/npm/docs/public
/usr/lib64/node_modules/npm/docs/public/cli-commands
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-access
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-access/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-adduser
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-adduser/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-audit
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-audit/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-bin
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-bin/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-bugs
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-bugs/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-build
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-build/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-bundle
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-bundle/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-cache
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-cache/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-ci
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-ci/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-completion
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-completion/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-config
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-config/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-dedupe
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-dedupe/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-deprecate
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-deprecate/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-dist-tag
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-dist-tag/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-docs
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-docs/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-doctor
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-doctor/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-edit
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-edit/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-explore
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-explore/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-fund
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-fund/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-help
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-help-search
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-help-search/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-help/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-hook
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-hook/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-init
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-init/index.html
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-install
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-install-ci-test
/usr/lib64/node_modules/npm/docs/public/cli-commands/npm-install-ci-test/index.html
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-06-10 09:31:10 UTC
That hack has been in the ebuilds for a while now:

    # proper libdir, hat tip @ryanpcmcquen https://github.com/iojs/io.js/issues/504
    local LIBDIR=$(get_libdir)
    sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die
    sed -i -e "s/'lib'/'${LIBDIR}'/" deps/npm/lib/npm.js || die