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

Ninja build with everything turned on fails #178

Open
mattdawkins opened this issue Aug 7, 2017 · 6 comments
Open

Ninja build with everything turned on fails #178

mattdawkins opened this issue Aug 7, 2017 · 6 comments

Comments

@mattdawkins
Copy link
Member

[1/76] Removing build stamp file for build update (forcebuild).
[2/76] Performing build step for 'fletch'
FAILED: build/src/fletch-stamp/fletch-build
cd /home/matt/Dev/viame/ninja-test/build/src/fletch-build && /usr/local/bin/cmake --build . && /usr/local/bin/cmake -E touch /home/matt/Dev/viame/ninja-test/build/src/fletch-stamp/fletch-build
[1/82] Performing build step for 'PNG'
FAILED: build/src/PNG-stamp/PNG-build
cd /home/matt/Dev/viame/ninja-test/build/src/fletch-build/build/src/PNG-build && /usr/local/bin/cmake --build . && /usr/local/bin/cmake -E touch /home/matt/Dev/viame/ninja-test/build/src/fletch-build/build/src/PNG-stamp/PNG-build
ninja: error: stat(libpng.so): Too many levels of symbolic links
[2/82] Completed 'libxml2'
[3/82] Completed 'Boost'
[4/82] Completed 'GLog'
[5/82] Completed 'Protobuf'
[6/82] Completed 'TinyXML'

@dstoup
Copy link
Collaborator

dstoup commented Aug 15, 2017

This issue is coming from HDF5. It is a known issue with upstream and they will provide a new release. Until then, Bill has a fix. We need to apply that patch until HDF5 fixes the issue.

@dstoup
Copy link
Collaborator

dstoup commented Aug 15, 2017

@billhoffman adding you to this issue as a reminder for me to get your patch applied locally.

@billhoffman
Copy link
Member

This might be something different. ninja: error: stat(libpng.so): Too many levels of symbolic links does not sound like hdf5 command line problem:

billhoffman/hdf5@8fa0af3

@dstoup
Copy link
Collaborator

dstoup commented Aug 15, 2017 via email

@billhoffman
Copy link
Member

OK, then my fix will fix it.

@dstoup
Copy link
Collaborator

dstoup commented Aug 15, 2017 via email

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

3 participants