Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929122 - dev-vcs/mercurial-6.7.2 - getrandom.c3a677241ddeca11-cgu.0:(<snip>) undefined reference to open64
Summary: dev-vcs/mercurial-6.7.2 - getrandom.c3a677241ddeca11-cgu.0:(<snip>) undefined...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: musl-1.2.4
  Show dependency tree
 
Reported: 2024-04-11 07:27 UTC by Toralf Förster
Modified: 2024-04-11 07:27 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.95 KB, text/plain)
2024-04-11 07:27 UTC, Toralf Förster
Details
dev-vcs:mercurial-6.7.2:20240410-234007.log.xz (dev-vcs:mercurial-6.7.2:20240410-234007.log.xz,33.05 KB, application/x-xz)
2024-04-11 07:27 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,253.02 KB, text/plain)
2024-04-11 07:27 UTC, Toralf Förster
Details
environment (environment,211.65 KB, text/plain)
2024-04-11 07:27 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,992 bytes, application/x-xz)
2024-04-11 07:27 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,47.17 KB, application/x-xz)
2024-04-11 07:27 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,59.71 KB, application/x-xz)
2024-04-11 07:27 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-04-11 07:27:48 UTC
too long lines were shrinked:

   Compiling rhg v0.1.0 (/var/tmp/portage/dev-vcs/mercurial-6.7.2/work/mercurial-6.7.2/rust/rhg)
     Running `rustc --crate-name rhg --edition=2021 rhg/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C metadata=5e600339b6fadd22 -C extra-filename=-5e600339b6fadd22 --out-dir /var/t
error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/opt/rust-bin-1.77.1/lib/rustlib/x86_64-unknown-linux-musl/bin:/var/tmp/portage/dev-vcs/mercurial-6.7.2/work/mercurial-6.7.2-python3_11/install/usr/bin:/var/tmp/portage/dev-vcs/mercurial-6.7.2/temp/python3.11/bin:/usr/lib/portage/python3.11/ebuild-helpers/xattr:/usr/lib/po
  = note: /usr/lib/gcc/x86_64-pc-linux-musl/13/../../../../x86_64-pc-linux-musl/bin/ld: /var/tmp/portage/dev-vcs/mercurial-6.7.2/work/mercurial-6.7.2/rust/target/release/deps/libgetrandom-a5be1e66e9a4c624.rlib(getrandom-a5be1e66e9a4c624.getrandom.c3a677241ddeca11-cgu.0.rcgu.o): in function `getrando
          getrandom.c3a677241ddeca11-cgu.0:(.text._ZN9getrandom9getrandom17h2fe237f5db336b05E+0x1c1): undefined reference to `open64'
          /usr/lib/gcc/x86_64-pc-linux-musl/13/../../../../x86_64-pc-linux-musl/bin/ld: getrandom.c3a677241ddeca11-cgu.0:(.text._ZN9getrandom9getrandom17h2fe237f5db336b05E+0x25b): undefined reference to `open64'
          collect2: error: ld returned 1 exit status

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_musl-20240406-125502

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-musl-13 *
clang/llvm (if any):
clang version 18.1.3
Target: x86_64-pc-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-musl-clang.cfg
/usr/lib/llvm/18
18.1.3
Python 3.11.9
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.77.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.10_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.2_p13 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-17 
  [2]   openjdk-bin-21  system-vm

php cli (if any):
go version go1.22.2 linux/amd64

  HEAD of ::gentoo
commit 6f071087613286201f6fa50ee712a030c2d96d84
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Apr 10 22:49:12 2024 +0000

    2024-04-10 22:49:11 UTC

emerge -qpvO dev-vcs/mercurial
[ebuild  N    ] dev-vcs/mercurial-6.7.2  USE="chg gpg rust tk -debug -emacs -test" PYTHON_TARGETS="python3_11 -python3_10 -python3_12"
Comment 1 Toralf Förster gentoo-dev 2024-04-11 07:27:48 UTC
Created attachment 890421 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-04-11 07:27:50 UTC
Created attachment 890422 [details]
dev-vcs:mercurial-6.7.2:20240410-234007.log.xz
Comment 3 Toralf Förster gentoo-dev 2024-04-11 07:27:51 UTC
Created attachment 890423 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-04-11 07:27:52 UTC
Created attachment 890424 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-04-11 07:27:53 UTC
Created attachment 890425 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-04-11 07:27:54 UTC
Created attachment 890426 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-04-11 07:27:56 UTC
Created attachment 890427 [details]
qlist-info.txt.xz