[Rpm-maint] [rpm-software-management/rpm] Dynamic Build Dependencies (#593)

Panu Matilainen notifications at github.com
Thu Apr 18 11:30:35 UTC 2019


This is what's wrong with rpmtsFromPyObject():
```
/usr/bin/ld: .libs/spec-py.o: in function `spec_doBuild':
/home/pmatilai/repos/rpm/python/spec-py.c:303: undefined reference to `rpmtsFromPyObject'
collect2: error: ld returned 1 exit status
```
The problem is that the function lives in an entirely different DSO (_rpm.so) which is not linked in by the build module (_rpmb.so). The per-library split is a major PITA and something we're increasingly running into.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/593#issuecomment-484464988
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190418/c2e47362/attachment.html>


More information about the Rpm-maint mailing list