-
Notifications
You must be signed in to change notification settings - Fork 37
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
Compilation Failure on Arch Linux & distcc #145
Comments
Does it work if you add |
When I download the package form the AUR again to start the build using "yay", that file is overwritten and my addition is lost. I need to research how to tweak the build process or how to start it without overwritting the file ... |
Looking at this error, it looks like it fails to detect pthread in the following lines of the same CMake file. Do you have the libpthread.so on your system? Is it located in your |
Hi, I own the Arch package and I pretty much gave up on it. If anyone wants I can transfer the ownership. |
After unpacking the arch git package with
I turned off MULTI_THREADED in
|
|
I don't really know what is wrong, so all I can do is suggest a few things to test out:
|
I was missing the following dependencies: My next error is:
The above error occurs when taking the source from this respository on github.
|
So the second part should be an easy fix, I will look at it tomorrow. As a work-around, putting a The first error seems to be some kind of static/shared linking mismatch, but I don't know any details. |
No cigar. I thought I put the
|
Interesting. Yes, the
|
That worked!
|
I separated VC4C, VC4CL and VC4CLStdLib into separate packages but I have bumped into a small problem. While building VC4C it tries to write into the directory containing VC4CLStdLib. Can I somehow tell it not to do that? Or just direct the writing part somewhere else?
|
This is e.g. useful for packaging builds, where the pre-compilation should happen at install time. See #145
With
Perhaps Next I ran make:
|
I succeeded building VC4C using the AUR build procedures! (vc4c-git) However, I had to turn off distcc to get around:
cmake (modified by me and copied from the Arch build files) is invoked with CLANG_FOUND, but it seems to be ignored at this point of the process?
|
I just started using distcc and successfully compiled "hello world", so I thought I move on to bigger things. The build for "vc4c-git" fails and I think it is due to phtread:
Using distcc to compile VC4C. The server is:
The host is:
Contents of "~/.cache/yay/vc4c-git/src/VC4C-master/build/CMakeFiles/CMakeError.log"
Complaints of "yay -S vc4c-git"
The text was updated successfully, but these errors were encountered: