Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940577 - 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
Summary: dev-python/graph-tool-2.75 fails to compile: graph_correlations.cc:(.text._Z1...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Seifert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-01 06:44 UTC by Agostino Sarubbo
Modified: 2024-11-13 14:53 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,75.06 KB, application/x-xz)
2024-10-01 06:44 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.