OpenCV fails to fetch after enabling Download/SState Mirroring #262
-
After following the directions from the S3 mirroring wiki post, most packages are properly uploading to and downloading from my s3 bucket mirror. Now, OpenCV fails to fetch. Relevant values from local.conf:
I'm using SSO login so the only environment variable I've been setting is First Issue with fetching OpenCV: git fails to find /usr/share/git-core/templates/description. It does exist with 644 permissions
Second issue is harder to explain, but after the above fails other mirrors are tried. Those mirrors download a last commit that I've rebased my fork of tegra-demo-distro on is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
That's certainly strange, and an error I've not run into before. The If it's readily reproducible, could you try running that task under strace to see exactly which syscall is reporting the error? Something like
should generate Also, are you using ext4 filesystem for your build tree, or something else? Have you run fsck on that filesystem recently? |
Beta Was this translation helpful? Give feedback.
Definitely makes me suspect that the filesystem is corrupted.