Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842645 - sci-mathematics/octave-7.1.0: fails to build (sha512.c:(.text+0x130): multiple definition of `sha512_read_ctx'; libgnu/.libs/libgnu.a(sha512-stream.o))
Summary: sci-mathematics/octave-7.1.0: fails to build (sha512.c:(.text+0x130): multipl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-05 00:46 UTC by Sam James
Modified: 2022-08-03 02:54 UTC (History)
4 users (show)

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


Attachments
build.log.xz (build.log.xz,97.96 KB, application/x-xz)
2022-05-05 00:46 UTC, Sam James
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-05 00:46:42 UTC
Created attachment 776810 [details]
build.log.xz

libtool: link: x86_64-pc-linux-gnu-g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtbeginS.o  liboctave/.libs/liboctave_la-liboctave-build-info.o liboctave/.libs/liboctave_la-version.o  -Wl,--whole-archive liboctave/array/.libs/libarray.a liboctave/external/blas-xtra/.libs/libxerbla.a liboctave/external/ranlib/.libs/libranlib.a liboctave/external/.libs/libexternal.a liboctave/numeric/.libs/libnumeric.a liboctave/operators/.libs/liboperators.a liboctave/system/.libs/libsystem.a liboctave/util/.libs/libutil.a liboctave/wrappers/.libs/libwrappers.a libgnu/.libs/libgnu.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,//usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 -Wl,--as-needed -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -llapack -lblas -lreadline -lncurses -ltinfo -lpcre -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../.. -lgfortran //usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/libquadmath.so -lcrypto -lstdc++ -lm -lgomp -lpthread -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../lib64/crtn.o  -fopenmp -O2 -march=native -Wl,-O1 -Wl,--defsym=__gentoo_check_ldflags__=0   -pthread -fopenmp -Wl,-soname -Wl,liboctave.so.9 -o liboctave/.libs/liboctave.so.9.0.0
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(md5.o): in function `md5_init_ctx':
md5.c:(.text+0x0): multiple definition of `md5_init_ctx'; libgnu/.libs/libgnu.a(md5-stream.o):md5-stream.c:(.text+0x0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(md5.o): in function `md5_process_bytes':
md5.c:(.text+0x10): multiple definition of `md5_process_bytes'; libgnu/.libs/libgnu.a(md5-stream.o):md5-stream.c:(.text+0x10): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(md5.o): in function `md5_process_block':
md5.c:(.text+0x30): multiple definition of `md5_process_block'; libgnu/.libs/libgnu.a(md5-stream.o):md5-stream.c:(.text+0x30): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(md5.o): in function `md5_finish_ctx':
md5.c:(.text+0x50): multiple definition of `md5_finish_ctx'; libgnu/.libs/libgnu.a(md5-stream.o):md5-stream.c:(.text+0x50): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(md5.o): in function `md5_buffer':
md5.c:(.text+0x70): multiple definition of `md5_buffer'; libgnu/.libs/libgnu.a(md5-stream.o):md5-stream.c:(.text+0x70): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(md5.o): in function `md5_read_ctx':
md5.c:(.text+0x80): multiple definition of `md5_read_ctx'; libgnu/.libs/libgnu.a(md5-stream.o):md5-stream.c:(.text+0x80): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha1.o): in function `sha1_init_ctx':
sha1.c:(.text+0x0): multiple definition of `sha1_init_ctx'; libgnu/.libs/libgnu.a(sha1-stream.o):sha1-stream.c:(.text+0x0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha1.o): in function `sha1_process_bytes':
sha1.c:(.text+0x10): multiple definition of `sha1_process_bytes'; libgnu/.libs/libgnu.a(sha1-stream.o):sha1-stream.c:(.text+0x10): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha1.o): in function `sha1_process_block':
sha1.c:(.text+0x30): multiple definition of `sha1_process_block'; libgnu/.libs/libgnu.a(sha1-stream.o):sha1-stream.c:(.text+0x30): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha1.o): in function `sha1_finish_ctx':
sha1.c:(.text+0x50): multiple definition of `sha1_finish_ctx'; libgnu/.libs/libgnu.a(sha1-stream.o):sha1-stream.c:(.text+0x50): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha1.o): in function `sha1_buffer':
sha1.c:(.text+0x70): multiple definition of `sha1_buffer'; libgnu/.libs/libgnu.a(sha1-stream.o):sha1-stream.c:(.text+0x70): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha1.o): in function `sha1_read_ctx':
sha1.c:(.text+0x80): multiple definition of `sha1_read_ctx'; libgnu/.libs/libgnu.a(sha1-stream.o):sha1-stream.c:(.text+0x80): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha224_init_ctx':
sha256.c:(.text+0x0): multiple definition of `sha224_init_ctx'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha224_finish_ctx':
sha256.c:(.text+0x10): multiple definition of `sha224_finish_ctx'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x10): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha224_buffer':
sha256.c:(.text+0x30): multiple definition of `sha224_buffer'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x1b0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha224_read_ctx':
sha256.c:(.text+0x40): multiple definition of `sha224_read_ctx'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x1c0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha256_init_ctx':
sha256.c:(.text+0xd0): multiple definition of `sha256_init_ctx'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x30): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha256_process_bytes':
sha256.c:(.text+0xe0): multiple definition of `sha256_process_bytes'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x250): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha256_process_block':
sha256.c:(.text+0x100): multiple definition of `sha256_process_block'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x270): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha256_finish_ctx':
sha256.c:(.text+0x120): multiple definition of `sha256_finish_ctx'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x40): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha256_buffer':
sha256.c:(.text+0x140): multiple definition of `sha256_buffer'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x290): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha256.o): in function `sha256_read_ctx':
sha256.c:(.text+0x150): multiple definition of `sha256_read_ctx'; libgnu/.libs/libgnu.a(sha256-stream.o):sha256-stream.c:(.text+0x2a0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha384_init_ctx':
sha512.c:(.text+0x0): multiple definition of `sha384_init_ctx'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha384_finish_ctx':
sha512.c:(.text+0x10): multiple definition of `sha384_finish_ctx'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x10): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha384_buffer':
sha512.c:(.text+0x30): multiple definition of `sha384_buffer'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x1b0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha384_read_ctx':
sha512.c:(.text+0x40): multiple definition of `sha384_read_ctx'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x1c0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha512_init_ctx':
sha512.c:(.text+0xb0): multiple definition of `sha512_init_ctx'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x30): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha512_process_bytes':
sha512.c:(.text+0xc0): multiple definition of `sha512_process_bytes'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x230): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha512_process_block':
sha512.c:(.text+0xe0): multiple definition of `sha512_process_block'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x250): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha512_finish_ctx':
sha512.c:(.text+0x100): multiple definition of `sha512_finish_ctx'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x40): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha512_buffer':
sha512.c:(.text+0x120): multiple definition of `sha512_buffer'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x270): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: libgnu/.libs/libgnu.a(sha512.o): in function `sha512_read_ctx':
sha512.c:(.text+0x130): multiple definition of `sha512_read_ctx'; libgnu/.libs/libgnu.a(sha512-stream.o):sha512-stream.c:(.text+0x280): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:13986: liboctave/liboctave.la] Error 1
make[2]: Leaving directory '/var/tmp/portage/sci-mathematics/octave-7.1.0/work/octave-7.1.0'
make[1]: *** [Makefile:27442: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/sci-mathematics/octave-7.1.0/work/octave-7.1.0'
make: *** [Makefile:10847: all] Error 2
 * ERROR: sci-mathematics/octave-7.1.0::gentoo failed (compile phase):
 *   emake failed
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-05 00:46:56 UTC
Portage 3.0.30 (python 3.10.4-final-0, default/linux/amd64/17.1/hardened, gcc-11.3.0, glibc-2.35-r4, 5.15.37-gentoo-dist-hardened x86_64)
=================================================================
System uname: Linux-5.15.37-gentoo-dist-hardened-x86_64-AMD_Ryzen_9_3950X_16-Core_Processor-with-glibc2.35
KiB Mem:    65831304 total,  27558532 free
KiB Swap:   25067512 total,  24057080 free
Timestamp of repository gentoo: Wed, 04 May 2022 23:48:04 +0000
Head commit of repository gentoo: 8209bf4cde04ffebea44ef7f12c1cfcdceb1a64e

Timestamp of repository kde: Sun, 01 May 2022 07:51:45 +0000
Head commit of repository kde: e21d4c4455788a140bb24291a0871109c6d5883f

Timestamp of repository qt: Sun, 01 May 2022 07:51:30 +0000
Head commit of repository qt: 34e793f43928c03c6e53f8258531ddd484a249a6

Timestamp of repository sam_c: Wed, 04 May 2022 01:32:59 +0000
Head commit of repository sam_c: 5ea76ac3cf6bd0ebf3e5baa30b4e73f67168077f

Timestamp of repository steam-overlay: Sun, 01 May 2022 07:51:31 +0000
Head commit of repository steam-overlay: f5b3f03c3aadc51ce20e8ca16c3e104d5fcd8194

sh bash 5.1_p16
ld GNU ld (Gentoo 2.38 p4) 2.38
ccache version 4.6 [disabled]
app-misc/pax-utils:        1.3.4::gentoo
app-shells/bash:           5.1_p16::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.34.1-r3::gentoo
dev-lang/python:           2.7.18_p15::gentoo, 3.8.13::gentoo, 3.9.12::gentoo, 3.10.4::gentoo
dev-lang/rust-bin:         1.60.0::gentoo
dev-util/ccache:           4.6-r1::gentoo
dev-util/cmake:            3.23.1::gentoo
dev-util/meson:            0.62.1::gentoo
sys-apps/baselayout:       2.8::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-apps/systemd:          250.5-r1::gentoo
sys-devel/autoconf:        2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.38-r2::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/clang:           13.0.1::gentoo, 14.0.3::gentoo
sys-devel/gcc:             9.4.0::gentoo, 10.3.1_p20211126::gentoo, 11.3.0::gentoo, 12.0.1_pre20220430::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.7::gentoo
sys-devel/lld:             14.0.3::gentoo
sys-devel/llvm:            13.0.1::gentoo, 14.0.3::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.17-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.35-r4::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo.git
    priority: -1000
    sync-git-clone-extra-opts: -b stable -c gc.reflogExpire=0 -c gc.reflogExpireUnreachable=0 -c gc.rerereresolved=0 -c gc.rerereunresolved=0 -c gc.pruneExpire=now
    sync-git-verify-commit-signature: yes

crossdev
    location: /var/db/repos/crossdev
    masters: gentoo

kde
    location: /var/db/repos/kde
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/kde.git
    masters: gentoo

qt
    location: /var/db/repos/qt
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/qt.git
    masters: gentoo

sam_c
    location: /var/db/repos/sam_c
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/sam_c.git
    masters: gentoo

steam-overlay
    location: /var/db/repos/steam-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/steam-overlay.git
    masters: gentoo

test
    location: /var/db/repos/test
    masters: gentoo

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches -D_GLIBCXX_ASSERTIONS"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going --with-bdeps=y --complete-graph --deep --dynamic-deps=n --changed-deps=n --usepkg-exclude sys-fs/zfs --usepkg-exclude sys-fs/zfs-kmod --usepkg=y --implicit-system-deps=n --jobs=2 --load-average 32"
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"
FCFLAGS="-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live cgroup clean-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox mount-sandbox multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -march=native -fdiagnostics-color=always -frecord-gcc-switches"
GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://www.mirrorservice.org/sites/distfiles.gentoo.org/ http://mirrors.soeasyto.com/distfiles.gentoo.org/"
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0"
LINGUAS="en en_GB"
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="PIC X a52 aac acl acpi activities aes alsa amd64 avx avx2 bash-completion bluetooth branding bzip2 cairo caps cdda cdr clang crypt dbus declarative dist-kernel dri dts dvd dvdr emacs encode exif f16c filecaps firewalld flac fma3 freetype gif gmp gpm graphite gtk gui hardened harfbuzz hunspell iconv icu ipv6 jit jpeg kde kdesu kwallet lcms libglvnd libnotify libtirpc llvm-libunwind mad mmx mmxext mng mp3 mp4 mpeg multilib ncurses nftables nls nptl ogg opengl openmp pam pango pclmul pcre pdf pgo pie pipewire plasma png policykit popcnt ppds pulseaudio qml qt5 rdrand readline screencast sdl seccomp semantic-desktop sha spell split-usr sse sse2 sse3 sse4_1 sse4_2 sse4a ssl ssp ssse3 startup-notification svg system-av1 system-binutils system-boost system-bootstrap system-cairo system-clang system-digest system-ffmpeg system-harfbuzz system-heimdal system-icu system-jpeg system-leveldb system-libevent system-libs system-libvpx system-libyaml system-lz4 system-mitkrb5 system-sqlite system-ssl system-tbb system-uulib system-webp system-zlib systemd threads tiff truetype udev udisks unicode upower usb verify-sig vorbis vulkan wayland widgets x264 xattr xcb xml xtpax xv xvid zfs zlib zsh-completion" ABI_X86="32 64" ADA_TARGET="gnat_2020" 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_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" 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" L10N="en en-GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="AArch64 AMDGPU ARM AVR BPF Hexagon Lanai MSP430 Mips NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore" LUA_SINGLE_TARGET="lua5-1" 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_9 pypy3 python3_10 python3_8" QEMU_USER_TARGETS="aarch64 hppa ppc64le sparc64" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="amdgpu radeonsi radeon" 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, LEX, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, MAKEOPTS, 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 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-22 22:19:59 UTC
It's fixed upstream (yay!) but I don't really want to apply a huge gnulib diff.
Comment 3 Larry the Git Cow gentoo-dev 2022-08-03 02:54:20 UTC
The bug has been closed via the following commit(s):

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

commit 4e74e7f7b997167e77f0f6debc844f0f3a42a89a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-08-03 02:53:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-03 02:53:28 +0000

    sci-mathematics/octave: add 7.2.0
    
    Closes: https://bugs.gentoo.org/842645
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-mathematics/octave/Manifest            |   1 +
 sci-mathematics/octave/octave-7.2.0.ebuild | 215 +++++++++++++++++++++++++++++
 2 files changed, 216 insertions(+)

Additionally, it has been referenced in the following commit(s):

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

commit 5f7f22be582175d2fdf731123da9805c69a131ec
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-08-03 02:53:55 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-03 02:53:55 +0000

    sci-mathematics/octave: drop 7.1.0
    
    Bug: https://bugs.gentoo.org/842645
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-mathematics/octave/Manifest            |   1 -
 sci-mathematics/octave/octave-7.1.0.ebuild | 212 -----------------------------
 2 files changed, 213 deletions(-)