Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible compile/install issues in PyIlmBase with multiple jobs #348

Closed
waebbl opened this issue Oct 11, 2018 · 1 comment
Closed

Possible compile/install issues in PyIlmBase with multiple jobs #348

waebbl opened this issue Oct 11, 2018 · 1 comment
Labels
Build A problem with building or installing the library.

Comments

@waebbl
Copy link
Contributor

waebbl commented Oct 11, 2018

When building PyIlmBase with more than one jobs, i.e. make -jN for N>1 it can fail in linking imathmodule, due to PyImath isn't linked yet. The Makefile.am currently using -lPyImath instead of libPyImath.la in its imathmodule_la_LIBADD line in contrast how the other modules do it.
The patch at https://github.com/gentoo/gentoo/blob/master/dev-python/pyilmbase/files/pyilmbase-2.3.0-link-pyimath.patch should solve this issue and works on gentoo.
Also, the install target can fail if called with more than one job.

@cary-ilm cary-ilm added the Build A problem with building or installing the library. label Jun 13, 2019
@cary-ilm cary-ilm added Bug A bug in the source code TODO labels Jun 26, 2019
@cary-ilm cary-ilm added Autotools and removed Bug A bug in the source code labels Jun 29, 2019
@kdt3rd
Copy link
Contributor

kdt3rd commented Aug 13, 2019

Closing as duplicate of #336

@kdt3rd kdt3rd closed this as completed Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build A problem with building or installing the library.
Projects
None yet
Development

No branches or pull requests

3 participants