Open ghost opened 4 years ago
Can you search the directory tree for the mentioned "test-suite.log" file and see if there's a more-specific diagnostic message in there?
No I can't because the said log file is nowhere to be found. I have looked into all the produced directories.
It is successfully installed on another machine with the exact same OS as far as I can tell. So for me the problem is "solved" in the sense I have a running install. I guess we can keep the issue open in case someone else has troubles.
If you have ideas of what I could look at to solve the issue you can let me know.
The error appears to be in the unit tests for capnproto, one of GLnexus' dependent libraries. Probably the log file is being lost when the docker container exits. If you're comfortable fiddling with docker, you could enter an interactive shell at the equivalent point of docker build
to reproduce the error and find the log file -- a bit of a gnarly process admittedly.
There has been one similar error reported in the past (#182) which possibly had something to do with the host having an unusual file system, which doesn't support some exotic operations that the capnproto unit tests use and are available in the typical ext3/ext4 setup. Does that possibly apply here?
I am not comfortable with docker at all, I hate that thing.
However, the drive I was trying to install GLnexus on is in ext4. So nothing unusual a priori. Here is the output of df -T
/dev/sdb1 ext4 3845577736 2607905060 1042305460 72% /media/urbe/MyADrive
Hello, with the last version from github