Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 888803 - net-libs/nodejs:0/16 fails to link against dev-libs/openssl:0/3
Summary: net-libs/nodejs:0/16 fails to link against dev-libs/openssl:0/3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2022-12-28 20:49 UTC by matoro
Modified: 2022-12-28 21:27 UTC (History)
1 user (show)

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


Attachments
build.log (file_888803.txt,355.83 KB, text/plain)
2022-12-28 20:51 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2022-12-28 20:49:46 UTC
Multiple sources indicate that support for openssl 3 is only in nodejs 17 or higher.  The nodejs 16 ebuild is failing to link for me against system openssl 3.  The nodejs 14 ebuild seems to already have a correct dependency limitation.

powerpc64le-unknown-linux-gnu-g++ -o /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/node_mksnapshot -pthread -rdynamic -m64 -Wl,-z,noexecstack -Wl,--whole-archive /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/tools/v8_gypfiles/libv8_snapshot.a -Wl,--no-whole-archive -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--as-needed -Wl,--start-group /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/node_m
ksnapshot/src/node_snapshot_stub.o /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/node_mksnapshot/src/node_code_cache_stub.o /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/node_mksnapshot/tools/snapshot/node_mksnapshot.o /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/libnode.a /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/deps/histogram/li
bhistogram.a /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/deps/uvwasi/libuvwasi.a /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/tools/v8_gypfiles/libv8_snapshot.a /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/tools/v8_gypfiles/libv8_libplatform.a /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/deps/llhttp/libllhttp.a /var/tmp/portage/net
-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/deps/base64/libbase64.a /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/tools/v8_gypfiles/libv8_base_without_compiler.a /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/tools/v8_gypfiles/libv8_libbase.a /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/tools/v8_gypfiles/libv8_zlib.a /var/tmp/portage/net-libs/nodejs-16.1
8.1/work/node-v16.18.1/out/Release/obj.target/tools/v8_gypfiles/libv8_compiler.a /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/tools/v8_gypfiles/libv8_initializers.a -lz -luv -lbrotlidec -lbrotlienc -lcares -lnghttp2 -lcrypto -lssl -licui18n -licuuc -licudata -ldl -Wl,--end-group
/usr/lib/gcc/powerpc64le-unknown-linux-gnu/12/../../../../powerpc64le-unknown-linux-gnu/bin/ld: /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/libnode/src/crypto/crypto_keys.o: in function `node::crypto::(anonymous namespace)::WritePublicKey(node::Environment*, evp_pkey_st*, node::crypto::AsymmetricKeyEncodingConfig const&)':
crypto_keys.cc:(.text+0x798): undefined reference to `EVP_PKEY_id'
/usr/lib/gcc/powerpc64le-unknown-linux-gnu/12/../../../../powerpc64le-unknown-linux-gnu/bin/ld: /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/libnode/src/crypto/crypto_keys.o: in function `node::crypto::(anonymous namespace)::WritePrivateKey(node::Environment*, evp_pkey_st*, node::crypto::PrivateKeyEncodingConfig const&)':
crypto_keys.cc:(.text+0xdc0): undefined reference to `EVP_PKEY_id'
/usr/lib/gcc/powerpc64le-unknown-linux-gnu/12/../../../../powerpc64le-unknown-linux-gnu/bin/ld: crypto_keys.cc:(.text+0xec8): undefined reference to `EVP_PKEY_id'
/usr/lib/gcc/powerpc64le-unknown-linux-gnu/12/../../../../powerpc64le-unknown-linux-gnu/bin/ld: /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/libnode/src/crypto/crypto_keys.o: in function `node::crypto::KeyObjectHandle::GetAsymmetricKeyType() const':
crypto_keys.cc:(.text+0x616c): undefined reference to `EVP_PKEY_id'
/usr/lib/gcc/powerpc64le-unknown-linux-gnu/12/../../../../powerpc64le-unknown-linux-gnu/bin/ld: /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/libnode/src/crypto/crypto_keys.o: in function `node::crypto::ExportJWKInner(node::Environment*, std::shared_ptr<node::crypto::KeyObjectData>, v8::Local<v8::Value>, bool)':
crypto_keys.cc:(.text+0x8910): undefined reference to `EVP_PKEY_id'
/usr/lib/gcc/powerpc64le-unknown-linux-gnu/12/../../../../powerpc64le-unknown-linux-gnu/bin/ld: /var/tmp/portage/net-libs/nodejs-16.18.1/work/node-v16.18.1/out/Release/obj.target/libnode/src/crypto/crypto_keys.o:crypto_keys.cc:(.text+0xa570): more undefined references to `EVP_PKEY_id' follow

...

Reproducible: Always




Portage 3.0.42 (python 3.10.9-final-0, default/linux/ppc64le/17.0, gcc-12, glibc-2.36-r6, 6.1.1-gentoo-dist ppc64le)
=================================================================
System uname: Linux-6.1.1-gentoo-dist-ppc64le-POWER9,_altivec_supported-with-glibc2.36
KiB Mem:    31895360 total,  17411328 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Wed, 28 Dec 2022 18:18:08 +0000
Head commit of repository gentoo: fdf9c0abb4b517baea6ade08062c1668b38de78a

sh bash 5.2_p15
ld GNU ld (Gentoo 2.39 p5) 2.39.0
app-misc/pax-utils:        1.3.5::gentoo
app-shells/bash:           5.2_p15::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.36.0-r1::gentoo
dev-lang/python:           3.10.9::gentoo, 3.11.1::gentoo
dev-lang/rust:             1.66.0::gentoo
dev-util/cmake:            3.25.1::gentoo
dev-util/meson:            1.0.0::gentoo
sys-apps/baselayout:       2.9::gentoo
sys-apps/openrc:           0.45.2-r2::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-devel/autoconf:        2.71-r5::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.39-r4::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/gcc:             12.2.1_p20221224::gentoo
sys-devel/gcc-config:      2.8::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/llvm:            15.0.6::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  6.1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.36-r6::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo
    sync-user: portage:portage
    priority: -1000
    volatile: True
    sync-git-verify-commit-signature: yes

matoro
    location: /var/db/repos/overlay
    masters: gentoo
    volatile: True

guru
    location: /var/lib/layman/guru
    sync-type: laymansync
    sync-uri: https://anongit.gentoo.org/git/repo/proj/guru.git
    masters: gentoo
    priority: 50
    volatile: True

lto-overlay
    location: /var/lib/layman/lto-overlay
    sync-type: laymansync
    sync-uri: https://github.com/InBetweenNames/gentooLTO.git
    masters: gentoo mv
    priority: 50
    volatile: True

mv
    location: /var/lib/layman/mv
    sync-type: laymansync
    sync-uri: https://anongit.gentoo.org/git/user/mv.git
    masters: gentoo
    priority: 50
    volatile: True

ACCEPT_KEYWORDS="ppc64 ~ppc64"
ACCEPT_LICENSE="@FREE"
CBUILD="powerpc64le-unknown-linux-gnu"
CFLAGS="-O3 -mcpu=native -mtune=native -O3 -fgraphite-identity -floop-nest-optimize -fdevirtualize-at-ltrans -fipa-pta -fno-semantic-interposition -flto=30 -fuse-linker-plugin -pipe"
CHOST="powerpc64le-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/bind"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php8.2/ext-active/ /etc/php/cgi-php8.2/ext-active/ /etc/php/cli-php8.2/ext-active/ /etc/php/fpm-php8.2/ext-active/ /etc/php/phpdbg-php8.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O3 -mcpu=native -mtune=native -O3 -fgraphite-identity -floop-nest-optimize -fdevirtualize-at-ltrans -fipa-pta -fno-semantic-interposition -flto=30 -fuse-linker-plugin -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--usepkg --autounmask=n --complete-graph --keep-going --with-bdeps=y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg buildpkg-live compress-build-logs compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-install pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="https://gentoo.osuosl.org/ https://mirror.leaseweb.com/gentoo/ https://mirror.rackspace.com/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
MAKEOPTS="-j30"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="acl bash-completion bzip2 caps cli crypt dist-kernel dri elogind fortran gdbm gentoo-vm graphite headless-awt iconv ipv6 libbsd libglvnd lm-sensors lto ncurses nginx nls nptl openmp pam pcre pgo ppc64 readline seccomp split-usr ssl system-bootstrap system-llvm test-rust threads udev unicode verify-sig vhosts vim-syntax xattr zlib" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_PPC="altivec vsx vsx2 vsx3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-4" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby27" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 matoro archtester 2022-12-28 20:51:53 UTC
Created attachment 845517 [details]
build.log
Comment 2 matoro archtester 2022-12-28 21:27:20 UTC
Oops - this is actually user error due to FEATURES=keepwork.