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

Bug 940577

Summary: dev-python/graph-tool-2.75 fails to compile: graph_correlations.cc:(.text._Z17wrap_vector_ownedImEN5boost6python3api6objectERKSt6vectorIT_SaIS5_EE[_Z17wrap_vector_ownedImEN5boost6python3api6objectERKSt6vectorIT_SaIS5_EE]+0x45): undefined reference to gra
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: David Seifert <soap>
Status: CONFIRMED ---    
Severity: normal CC: gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2024-10-01 06:44:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/graph-tool-2.75 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-01 06:44:48 UTC
Created attachment 904427 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-01 06:44:48 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: src/graph/correlations/.libs/graph_correlations.o: relocation R_X86_64_PC32 against undefined hidden symbol `graph_tool_numpy' can not be used when making a shared object
/usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: src/graph/dynamics/.libs/graph_discrete.o: relocation R_X86_64_PC32 against undefined hidden symbol `graph_tool_numpy' can not be used when making a shared object
graph_correlations.cc:(.text._Z17wrap_vector_ownedImEN5boost6python3api6objectERKSt6vectorIT_SaIS5_EE[_Z17wrap_vector_ownedImEN5boost6python3api6objectERKSt6vectorIT_SaIS5_EE]+0x45): undefined reference to `graph_tool_numpy'
graph_discrete.cc:(.text._Z17wrap_vector_ownedImEN5boost6python3api6objectERKSt6vectorIT_SaIS5_EE[_Z17wrap_vector_ownedImEN5boost6python3api6objectERKSt6vectorIT_SaIS5_EE]+0x45): undefined reference to `graph_tool_numpy'
collect2: error: ld returned 1 exit status
Comment 3 Markus Walter 2024-11-13 14:53:49 UTC
I see this issue too after the recent boost update.