fletch icon indicating copy to clipboard operation
fletch copied to clipboard

Ninja build with everything turned on fails

Open mattdawkins opened this issue 7 years ago • 6 comments

[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'

mattdawkins avatar Aug 07 '17 15:08 mattdawkins

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 avatar Aug 15 '17 19:08 dstoup

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

dstoup avatar Aug 15 '17 19:08 dstoup

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

https://github.com/billhoffman/hdf5/commit/8fa0af38c9dc8486261d511e84e3cbd76f782f80

billhoffman avatar Aug 15 '17 21:08 billhoffman

That message always shows up with libpng. The error I saw was the insanely long hdf5 install command that we looked at a few weeks ago ( I believe ). I will run again and post the output

On Aug 15, 2017 5:01 PM, "Bill Hoffman" [email protected] wrote:

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 https://github.com/billhoffman/hdf5/commit/8fa0af38c9dc8486261d511e84e3cbd76f782f80

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/Kitware/fletch/issues/178#issuecomment-322587845, or mute the thread https://github.com/notifications/unsubscribe-auth/AFRAWgnf73zCMRYUVaVRicRipkofsygXks5sYgcrgaJpZM4Ovmco .

dstoup avatar Aug 15 '17 21:08 dstoup

OK, then my fix will fix it.

billhoffman avatar Aug 15 '17 21:08 billhoffman

Correction, it looks like both packages are causing an issue. I will look into libpng and will sync up with you about the HDF5 issue.

On Tue, Aug 15, 2017 at 5:47 PM, David Stoup [email protected] wrote:

That message always shows up with libpng. The error I saw was the insanely long hdf5 install command that we looked at a few weeks ago ( I believe ). I will run again and post the output

On Aug 15, 2017 5:01 PM, "Bill Hoffman" [email protected] wrote:

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 https://github.com/billhoffman/hdf5/commit/8fa0af38c9dc8486261d511e84e3cbd76f782f80

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/Kitware/fletch/issues/178#issuecomment-322587845, or mute the thread https://github.com/notifications/unsubscribe-auth/AFRAWgnf73zCMRYUVaVRicRipkofsygXks5sYgcrgaJpZM4Ovmco .

-- David Stoup Staff R&D Engineer

Kitware, Inc. 28 Corporate Drive Clifton Park, NY. 12065 518-881-4949 (W) 518-312-3946 (M) 518-371-4573 (F)

dstoup avatar Aug 15 '17 22:08 dstoup