Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Link commands need -pthread #113

Closed
yurivict opened this issue Apr 28, 2019 · 2 comments
Closed

Link commands need -pthread #113

yurivict opened this issue Apr 28, 2019 · 2 comments

Comments

@yurivict
Copy link

Some builds fail on FreeBSD with such message.

-pthread is required when you use pthread_xx functions.

waebbl added a commit to waebbl/gentoo that referenced this issue May 31, 2019
Also fixes an issue, where some binaries didn't link successfully,
due to missing pthread (see YafaRay/Core#113)

Closes: https://bugs.gentoo.org/687068
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
waebbl added a commit to waebbl/gentoo that referenced this issue Jun 1, 2019
Also fixes an issue, where some binaries didn't link successfully,
due to missing pthread (see YafaRay/Core#113)

Closes: https://bugs.gentoo.org/687068
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
waebbl added a commit to waebbl/gentoo that referenced this issue Jun 9, 2019
Also fixes an issue, where some binaries didn't link successfully,
due to missing pthread (see YafaRay/Core#113)

Closes: https://bugs.gentoo.org/687068
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
pvdabeel pushed a commit to pvdabeel/gentoo that referenced this issue Jun 12, 2019
Also fixes an issue, where some binaries didn't link successfully,
due to missing pthread (see YafaRay/Core#113)

Closes: https://bugs.gentoo.org/687068
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
Closes: gentoo#12144
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
@DavidBluecame
Copy link
Member

Hello,
I've created a new repository to work on a fundamental refactoring and new more modern CMake scripts, to simplify the code base and library generation and to make it more modular for example to build interfaces separately.
https://github.com/YafaRay/libyafaray

Note that this is a pre-alpha development, not ready for production yet. I hope this issue can be resolved during that development.

DavidBluecame added a commit that referenced this issue May 19, 2020
@DavidBluecame
Copy link
Member

Hello,

The new libyafaray is going to take a while, so for now I've fixed this in the usual Core repo.

5d083d4

I've tested it by building in the latest stable FreeBSD and it seems to work fine. Please let me know if this solves the problem so I can close this issue.

Thanks! :-)

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

No branches or pull requests

2 participants