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 packages | Assignee: | 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
![]() Created attachment 904427 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
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 I see this issue too after the recent boost update. |