Skip to content

Conversation

@octo-sts
Copy link
Contributor

@octo-sts octo-sts bot commented Jan 8, 2026

Commit: 55ddf242be5969b8b6de52e4ec517b996a89ce38

Note: If you need to make manual changes to this PR, apply the skip:staging-update-bot label so the reconciler won't overwrite them.

@octo-sts octo-sts bot added automated pr libmamba request-version-update request for a newer version of a package labels Jan 8, 2026
@octo-sts
Copy link
Contributor Author

octo-sts bot commented Jan 8, 2026

🔗 Build Failed: Linking

/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: libmamba/libmamba.a(tools.cpp.o): relocation R_X86_64_TPOFF32 against `_ZGVZN5mamba10validation9sha256sumB5cxx11ERKNS_2fs6u8pathEE6hasher' can not be used when making a shared object; recompile with -fPIC

Build Details

Category Details
Build System cmake
Failure Point Linking shared library libmambapy/libmambapy/bindings.cpython-312-x86_64-linux-gnu.so

Root Cause Analysis 🔍

Position Independent Code (PIC) compilation flag missing when building static library objects that are later linked into a shared object. The linker cannot create a shared object from static library code that wasn't compiled with -fPIC flag.


Was this comment helpful? Please use 👍 or 👎 reactions on this comment.

@octo-sts octo-sts bot added the ai/skip-comment Stop AI from commenting on PR label Jan 8, 2026
@aborrero aborrero self-assigned this Jan 15, 2026
@aborrero aborrero force-pushed the staging-update-bot/libmamba.yaml branch 2 times, most recently from 009bd96 to 0a4ff9f Compare January 16, 2026 11:31
@aborrero aborrero requested a review from a team January 16, 2026 11:32
staging-update-bot and others added 2 commits January 16, 2026 12:39
Refresh patch to disable static build, refresh the build config itself,
and refresh the package tests.

Signed-off-by: Arturo Borrero Gonzalez <[email protected]>
@aborrero aborrero force-pushed the staging-update-bot/libmamba.yaml branch from 0a4ff9f to 8bd8ada Compare January 16, 2026 11:39
@octo-sts octo-sts bot added bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. approver-bot/manual-review-needed manual/review-needed staging-approver-bot/manual-review-needed labels Jan 16, 2026
@dnegreira dnegreira merged commit 2cf4af0 into main Jan 16, 2026
23 checks passed
@dnegreira dnegreira deleted the staging-update-bot/libmamba.yaml branch January 16, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/skip-comment Stop AI from commenting on PR approver-bot/manual-review-needed automated pr bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. libmamba manual/review-needed request-version-update request for a newer version of a package staging-approver-bot/manual-review-needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants