Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924232 - cross-mips-unknown-linux-musl/gcc-13.2.1_p20240113-r1::crossdev _ABIN32 not declared in this scope (libsanitizer)
Summary: cross-mips-unknown-linux-musl/gcc-13.2.1_p20240113-r1::crossdev _ABIN32 not d...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Cross compilation support
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-10 15:34 UTC by Jason Cooper
Modified: 2024-02-15 20:56 UTC (History)
2 users (show)

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


Attachments
emerge --info ... (emerge_info.txt,6.05 KB, text/plain)
2024-02-10 15:34 UTC, Jason Cooper
Details
emerge -pqv ... (emerge_pqv.txt,521 bytes, text/plain)
2024-02-10 15:35 UTC, Jason Cooper
Details
environment (environment,126.58 KB, text/plain)
2024-02-10 15:36 UTC, Jason Cooper
Details
gcc-build-logs (gcc-build-logs.tar.xz,220.10 KB, application/x-xz)
2024-02-10 15:36 UTC, Jason Cooper
Details
build.log (build.log.xz,108.50 KB, application/x-xz)
2024-02-10 15:39 UTC, Jason Cooper
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Cooper 2024-02-10 15:34:58 UTC
Created attachment 884682 [details]
emerge --info ...

This is an existing toolchain on my system that now fails to update during routine @world updates.

```
In file included from /var/tmp/portage/cross-mips-unknown-linux-musl/gcc-13.2.1_p20240113-r1/work/gcc-13-20240113/libsanitizer/sanitizer_common/sanitize
r_linux_libcdep.cpp:14:
/var/tmp/portage/cross-mips-unknown-linux-musl/gcc-13.2.1_p20240113-r1/work/gcc-13-20240113/libsanitizer/sanitizer_common/sanitizer_platform_limits_posi
x.h:103:44: error: ‘_ABIN32’ was not declared in this scope
  103 |         : FIRST_32_SECOND_64((_MIPS_SIM == _ABIN32) ? 176 : 160, 216);
      |                                            ^~~~~~~
/var/tmp/portage/cross-mips-unknown-linux-musl/gcc-13.2.1_p20240113-r1/work/gcc-13-20240113/libsanitizer/sanitizer_common/sanitizer_platform.h:152:37: n
ote: in definition of macro ‘FIRST_32_SECOND_64’
  152 | #  define FIRST_32_SECOND_64(a, b) (a)
      |                                     ^
make[4]: *** [Makefile:618: sanitizer_linux_libcdep.lo] Error 1
```
Comment 1 Jason Cooper 2024-02-10 15:35:32 UTC
Created attachment 884683 [details]
emerge -pqv ...
Comment 2 Jason Cooper 2024-02-10 15:36:01 UTC
Created attachment 884684 [details]
environment
Comment 3 Jason Cooper 2024-02-10 15:36:27 UTC
Created attachment 884685 [details]
gcc-build-logs
Comment 4 Jason Cooper 2024-02-10 15:39:17 UTC
Created attachment 884686 [details]
build.log