Closed lucasvr closed 7 years ago
What URL is it trying to download from? The binary packages you are uploading are being stored in http://gobolinux.org/packages/016/ — is the system configured to use that path?
The problem is that we're not populating packages/016/dependencies as CheckDependencies expects. The script we use to upload binary packages was supposed to copy the Dependencies file of each package to that directory, but it's not doing that. I'll keep this issue opened until I check-in a fix for it.
The best solution long-term is to modify CheckDependencies to stop looking for this files. For now, I added a tweak to the server to serve empty files for these paths. This will silence the errors and produce no change in behavior, it seems.
Command invoked: InstallPackage Pidgin
Contents of /Data/Variable/tmp/Scripts-root/dependencies_cache/official_package/Meanwhile--1.0.2-r8--x86_64.tar.bz2
Analysis
It looks like we're trying to fetch some file from the package store that's not there, and our web server is returning a default HTML file as response rather than a 404.