Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 933867

Summary: dev-lang/uasm-2.56.2 - [gcc-15] Fatal error: cant create GccUnixR/cpumodel.o: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: NRK <nrk>
Status: RESOLVED FIXED    
Severity: normal CC: arthurzam, sam
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/37093
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 351559    
Attachments: emerge-info.txt
dev-lang:uasm-2.56.2:20240609-093005.log
emerge-history.txt
environment
etc.clang.tar.xz
etc.portage.tar.xz
qlist-info.txt
temp.tar.xz

Description Toralf Förster gentoo-dev 2024-06-09 10:35:05 UTC
too long lines were shrinked:

make -j4 -f gccLinux64.mak CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-O2 -pipe -march=native -fno-diagnostics-color -fcommon -Wno-error=incompatible-pointer-types' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0' 
x86_64-pc-linux-gnu-gcc -D __UNIX__ -c -IH -D __UNIX__ -DNDEBUG -O2 -funsigned-char -Wwrite-strings -O2 -pipe -march=native -fno-diagnostics-color -fcommon -Wno-error=incompatible-pointer-types  -o GccUnixR/cpumodel.o cpumodel.c
x86_64-pc-linux-gnu-gcc -D __UNIX__ -c -IH -D __UNIX__ -DNDEBUG -O2 -funsigned-char -Wwrite-strings -O2 -pipe -march=native -fno-diagnostics-color -fcommon -Wno-error=incompatible-pointer-types  -o GccUnixR/extern.o extern.c
x86_64-pc-linux-gnu-gcc -D __UNIX__ -c -IH -D __UNIX__ -DNDEBUG -O2 -funsigned-char -Wwrite-strings -O2 -pipe -march=native -fno-diagnostics-color -fcommon -Wno-error=incompatible-pointer-types  -o GccUnixR/dbgcv.o dbgcv.c
x86_64-pc-linux-gnu-gcc -D __UNIX__ -c -IH -D __UNIX__ -DNDEBUG -O2 -funsigned-char -Wwrite-strings -O2 -pipe -march=native -fno-diagnostics-color -fcommon -Wno-error=incompatible-pointer-types  -o GccUnixR/msgtext.o msgtext.c
Assembler messages:
Fatal error: can't create GccUnixR/cpumodel.o: No such file or directory
Assembler messages:
Fatal error: can't create GccUnixR/extern.o: No such file or directory

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_hardened_systemd-20240606-232505

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15
    Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense.

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
clang version 18.1.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.7
Python 3.12.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.78.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.11_p9 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.3_p9 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.412_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
  [1]   php8.2
  [2]   php8.3 *
go version go1.22.3 linux/amd64

  HEAD of ::gentoo
commit e0e808058cee03eb7fde704a0cc23bd6f1b97688
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Jun 9 08:49:05 2024 +0000

    2024-06-09 08:49:05 UTC

emerge -qpvO dev-lang/uasm
[ebuild  N    ] dev-lang/uasm-2.56.2
Comment 1 Toralf Förster gentoo-dev 2024-06-09 10:35:06 UTC
Created attachment 895457 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-06-09 10:35:07 UTC
Created attachment 895458 [details]
dev-lang:uasm-2.56.2:20240609-093005.log
Comment 3 Toralf Förster gentoo-dev 2024-06-09 10:35:08 UTC
Created attachment 895459 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-06-09 10:35:09 UTC
Created attachment 895460 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-06-09 10:35:10 UTC
Created attachment 895461 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-06-09 10:35:11 UTC
Created attachment 895462 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-06-09 10:35:13 UTC
Created attachment 895463 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2024-06-09 10:35:15 UTC
Created attachment 895464 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2024-06-11 05:32:27 UTC
The bug has been closed via the following commit(s):

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

commit d77f855326c6b9cd1e12fd3bcd9a9f52db127115
Author:     NRK <nrk@disroot.org>
AuthorDate: 2024-06-09 11:18:16 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-06-11 05:29:50 +0000

    dev-lang/uasm: fix makefile dependency order
    
    Closes: https://bugs.gentoo.org/933867
    Signed-off-by: NRK <nrk@disroot.org>
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-lang/uasm/files/makefile-dep-fix.patch | 22 ++++++++++++++++++++++
 dev-lang/uasm/uasm-2.56.2.ebuild           |  1 +
 2 files changed, 23 insertions(+)