-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Packaging
-
None
-
Build
-
ALL
-
Build 17 (07/15/16)
This issue is likely related to SERVER-18516. The issue occurs when I try to mirror your repo using debmirror with the following command:
debmirror -v --diff=none --method=http --rsync-extra=none -h repo.mongodb.org -r /apt/ubuntu -d trusty/mongodb-org/3.0 -s multiverse --no-check-gpg /data/html/apt/common-mongodb
This results in the following 404 error:
Warning: --rsync-extra is not configured to mirror the trace files.
This configuration is not recommended.
Mirroring to /data/html/apt/common-mongodb from http://repo.mongodb.org/apt/ubuntu/
Arches: i386
Dists: trusty/mongodb-org/3.0
Sections: multiverse
Including source.
Pdiff mode: none
Not checking Release gpg signatures.
Will clean up after mirroring.
Attempting to get lock ...
Getting meta files ...
[ 0%] Getting: dists/trusty/mongodb-org/3.0/Release... ok
[ 0%] Getting: dists/trusty/mongodb-org/3.0/InRelease... failed 404 Not Found
[ 0%] Getting: dists/trusty/mongodb-org/3.0/Release.gpg... ok
Missing: .temp/dists/trusty/mongodb-org/mongodb-org/3.0/multiverse/binary-i386/Packages.gz
[ 99%] Getting: dists/trusty/mongodb-org/mongodb-org/3.0/multiverse/binary-i386/Packages.gz... failed 404 Not Found
Missing: .temp/dists/trusty/mongodb-org/mongodb-org/3.0/multiverse/binary-i386/Packages
[ 99%] Getting: dists/trusty/mongodb-org/mongodb-org/3.0/multiverse/binary-i386/Packages... failed 404 Not Found
Errors:
Download of dists/trusty/mongodb-org/mongodb-org/3.0/multiverse/binary-i386/Packages.gz failed: 404 Not Found
dists/trusty/mongodb-org/mongodb-org/3.0/multiverse/binary-i386/Packages.gz failed checksum verification
Download of dists/trusty/mongodb-org/mongodb-org/3.0/multiverse/binary-i386/Packages failed: 404 Not Found
dists/trusty/mongodb-org/mongodb-org/3.0/multiverse/binary-i386/Packages failed checksum verification
Failed to download some Package, Sources or Release files!
WARNING: releasing 1 pending lock..
It looks like the debmirror application is trying to use the following path which doesn't exist (note the duplicate of mongodb-org/mongodb-org):
dists/trusty/mongodb-org/mongodb-org/3.0/multiverse/binary-i386/Packages.gz
I'm guessing it is pulling this incorrect path from one of the release file it pulls but have yet to pin point this down any further.
I will continue to look at my side but would greatly appreciate if you folks could check if this issue is being created at your end?
Thanks!
- related to
-
SERVER-18516 ubuntu/debian packaging : Release files report wrong Codename
- Closed