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

Build Errors in Current Release #28

Open
charlie5 opened this issue May 16, 2021 · 2 comments
Open

Build Errors in Current Release #28

charlie5 opened this issue May 16, 2021 · 2 comments

Comments

@charlie5
Copy link

Hi all,

The 'support/compile' and 'support/missing' files do not exist, which causes 'configure' to fail. I added these as empty files and all went well.

I also encountered a problem with 'make' trying to use multiple threads. After i set the '-j1' flag for make, all was okay. Perhaps a note in the INSTALL file might be helpful ?

Finally, I needed to patch 'Makefile.in' to honour a potential DESTDIR setting when installing.

I'm using Archlinux. The PKGBUILD and patchfile can be found attached, if of interest. The patchfile applies with 'fuzz' but shows where I've put the DESTDIR variable.

polyorb.zip

Thanks for producing this wonderful package,

Regards.

@godunko
Copy link
Contributor

godunko commented May 26, 2021

Source code in the repository doesn't contains autotools' generated code, to generate it support/reconfig script must be used. This script installs all necessary files, including 'compile' and 'missing' when necessary.

We will take a look at suggestion, thank you very much.

@charlie5
Copy link
Author

charlie5 commented May 30, 2021

Thank you.

On my system, 'support/reconfig' doesn't generate the 'compile' and 'missing' files.

Logs are attached.

logs.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants