Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953872 - dev-libs/boost-1.87.0-r3 internal compiler error
Summary: dev-libs/boost-1.87.0-r3 internal compiler error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-15 04:18 UTC by Brian Dolbec
Modified: 2025-04-15 04:27 UTC (History)
1 user (show)

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


Attachments
emerge log (boost.log.gz,124.34 KB, application/gzip)
2025-04-15 04:27 UTC, Brian Dolbec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Dolbec 2025-04-15 04:18:34 UTC
boost-187.0-r3 fails at the same point during compilation:

./boost/detail/compressed_pair.hpp:120:32: internal compiler error: in hash_table_higher_prime_index, at hash-table.cc:99
  120 |          : first_(x), second_(y) {}
      |                                ^
0x55f222c83074 internal_error(char const*, ...)
	???:0
0x55f2212a4ee9 fancy_abort(char const*, int, char const*)
	???:0
0x55f2212de014 hash_table<default_hash_traits<tree_node*>, false, xcallocator>::expand()
	???:0
0x55f22137e0b0 hash_table<default_hash_traits<tree_node*>, false, xcallocator>::find_slot_with_hash(tree_node* const&, unsigned int, insert_option)
	???:0
0x55f22137caa9 emit_mem_initializers(tree_node*)
	???:0
0x55f221475e86 instantiate_decl(tree_node*, bool, bool)
	???:0
0x55f22148aa9b instantiate_pending_templates(int)
	???:0
0x55f221360a63 c_parse_final_cleanups()
	???:0
0x55f2215533dd c_common_parse_file()
	???:0

Reproducible: Always

Steps to Reproduce:
1.emerge -uv boost
2.
3.
Actual Results:  
ERROR: dev-libs/boost-1.87.0-r3::gentoo failed (compile phase):


boost-1.87.0-r1 is currently installed (from recent update)
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-15 04:19:16 UTC
Always include the full build.log and emerge --info. But an ICE in hash tables generally means bad RAM, overheating, or overclocking.
Comment 2 Brian Dolbec 2025-04-15 04:27:34 UTC
Created attachment 924900 [details]
emerge log