Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906894 - dev-util/maturin-0.15.3 - .../fs.rs:1538: undefined reference to stat64
Summary: dev-util/maturin-0.15.3 - .../fs.rs:1538: undefined reference to stat64
Status: RESOLVED FIXED
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: 2023-05-21 13:53 UTC by Toralf Förster
Modified: 2023-12-21 20:13 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.50 KB, text/plain)
2023-05-21 13:53 UTC, Toralf Förster
Details
dev-util:maturin-0.15.3:20230521-131735.log (dev-util:maturin-0.15.3:20230521-131735.log,65.26 KB, text/plain)
2023-05-21 13:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,38.32 KB, text/plain)
2023-05-21 13:53 UTC, Toralf Förster
Details
environment (environment,201.38 KB, text/plain)
2023-05-21 13:53 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,707 bytes, application/x-bzip)
2023-05-21 13:53 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.52 KB, application/x-bzip)
2023-05-21 13:53 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,3.00 KB, application/x-bzip)
2023-05-21 13:53 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,47.40 KB, application/x-bzip)
2023-05-21 13:53 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 2023-05-21 13:53:51 UTC
too long lines were shrinked:

   Compiling serde v1.0.163
     Running `rustc --crate-name build_script_build /var/tmp/portage/dev-util/maturin-0.15.3/work/cargo_home/gentoo/serde-1.0.163/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -
error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/opt/rust-bin-1.69.0/lib/rustlib/x86_64-unknown-linux-musl/bin:/var/tmp/portage/dev-util/maturin-0.15.3/work/maturin-0.15.3-python3_11/install/usr/bin:/var/tmp/portage/dev-util/maturin-0.15.3/temp/python3.11/bin:/usr/lib/portage/python3.11/ebuild-helpers/xattr:/usr/lib/por
  = note: /usr/lib/gcc/x86_64-gentoo-linux-musl/13/../../../../x86_64-gentoo-linux-musl/bin/ld: /opt/rust-bin-1.69.0/lib/rustlib/x86_64-unknown-linux-musl/lib/libstd-7f310e4c1ed052dc.rlib(std-7f310e4c1ed052dc.std.4a812f2d-cgu.0.rcgu.o): in function `std::sys::unix::fs::stat::{{closure}}':
          /rustc/84c898d65adf2f39a5a98507f1fe0ce10a2b8dbc/library/std/src/sys/unix/fs.rs:1538: undefined reference to `stat64'
          /usr/lib/gcc/x86_64-gentoo-linux-musl/13/../../../../x86_64-gentoo-linux-musl/bin/ld: /rustc/84c898d65adf2f39a5a98507f1fe0ce10a2b8dbc/library/std/src/sys/unix/fs.rs:1538: undefined reference to `stat64'
          /usr/lib/gcc/x86_64-gentoo-linux-musl/13/../../../../x86_64-gentoo-linux-musl/bin/ld: /opt/rust-bin-1.69.0/lib/rustlib/x86_64-unknown-linux-musl/lib/libstd-7f310e4c1ed052dc.rlib(std-7f310e4c1ed052dc.std.4a812f2d-cgu.0.rcgu.o): in function `std::sys::unix::fs::File::open_c::{{closure}}':

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-j5-20230521-051504

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-13 *
clang/llvm (if any):
clang version 16.0.4
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.4
Python 3.11.3
Available Ruby profiles:
  [1]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.69.0 *
php cli (if any):
go version go1.20.4 linux/amd64

  HEAD of ::gentoo
commit 2e08b04e38241d79fd1a7935044b8cbf204a0649
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun May 21 12:18:53 2023 +0000

    Merge updates from master

emerge -qpvO dev-util/maturin
[ebuild  N    ] dev-util/maturin-0.15.3  USE="ssl -debug -doc -test" PYTHON_TARGETS="python3_11 -pypy3 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2023-05-21 13:53:51 UTC
Created attachment 862102 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-05-21 13:53:53 UTC
Created attachment 862103 [details]
dev-util:maturin-0.15.3:20230521-131735.log
Comment 3 Toralf Förster gentoo-dev 2023-05-21 13:53:54 UTC
Created attachment 862104 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-05-21 13:53:55 UTC
Created attachment 862105 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-05-21 13:53:56 UTC
Created attachment 862106 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-05-21 13:53:56 UTC
Created attachment 862107 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-05-21 13:53:57 UTC
Created attachment 862108 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2023-05-21 13:53:58 UTC
Created attachment 862109 [details]
temp.tar.bz2
Comment 9 Andreas K. Hüttel archtester gentoo-dev 2023-10-20 09:40:27 UTC
Should be fixed. Please reopen or file a new bug if you still have problems with Rust 1.73 or later.
Comment 10 Ionen Wolkens gentoo-dev 2023-10-20 10:21:09 UTC
Thanks.