#5313 critpath generation fails
Closed: Fixed None Opened 11 years ago by kparal.

This is included in critpath.log for the last many days.
{{{
Using URL file:///mnt/koji/mash/branched-20120831/17/$basearch/os
Expanding critical path for i386
adding critpath-repo-i386 at file:///mnt/koji/mash/branched-20120831/17/$basearch/os
expanding @core
Traceback (most recent call last):
File "./scripts/critpath.py", line 187, in <module>
pkgs = expand_critpath(my, critpath_groups)
File "./scripts/critpath.py", line 88, in expand_critpath
group = my.comps.return_group(name[1:])
File "/usr/lib/python2.6/site-packages/yum/init.py", line 920, in <lambda>
comps = property(fget=lambda self: self._getGroups(),
File "/usr/lib/python2.6/site-packages/yum/init.py", line 807, in _getGroups
if not repo.ready():
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 341, in ready
return self.repoXML is not None
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1455, in <lambda>
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1451, in _getRepoXML
raise Errors.RepoError, msg
yum.Errors.RepoError: Cannot retrieve repository metadata (repomd.xml) for repository: critpath-repo-i386. Please verify its path and try again
}}}
http://koji.fedoraproject.org/mash/branched-20120831/logs/


For Rawhide it also fails, but for a different reason:
{{{
Traceback (most recent call last):
File "./scripts/critpath.py", line 187, in <module>
pkgs = expand_critpath(my, critpath_groups)
File "./scripts/critpath.py", line 117, in expand_critpath
for dep in resolve_deps(pkg, my):
File "./scripts/critpath.py", line 70, in resolve_deps
po = base.returnPackageByDep(req)
File "/usr/lib/python2.6/site-packages/yum/init.py", line 3126, in returnPackageByDep
raise Errors.YumBaseError, _('No Package found for %s') % errstring
yum.Errors.YumBaseError: No Package found for ('rpm', None, (None, None, None))
}}}
http://koji.fedoraproject.org/mash/rawhide-20120902/logs/critpath.log

For Rawhide it also fails, but for a different reason:
{{{
Traceback (most recent call last):
File "./scripts/critpath.py", line 187, in <module>
pkgs = expand_critpath(my, critpath_groups)
File "./scripts/critpath.py", line 117, in expand_critpath
for dep in resolve_deps(pkg, my):
File "./scripts/critpath.py", line 70, in resolve_deps
po = base.returnPackageByDep(req)
File "/usr/lib/python2.6/site-packages/yum/init.py", line 3126, in returnPackageByDep
raise Errors.YumBaseError, _('No Package found for %s') % errstring
yum.Errors.YumBaseError: No Package found for ('rpm', None, (None, None, None))
}}}
http://koji.fedoraproject.org/mash/rawhide-20120902/logs/critpath.log

I've checked in a change that should fix branched. The rawhide change appears to just be dependency problems in the repo (I get a different dependency error first).

I've checked in a change that should fix branched. The rawhide change appears to just be dependency problems in the repo (I get a different dependency error first).

actually fixed now, had to tag the git repo

actually fixed now, had to tag the git repo

Metadata Update from @kparal:
- Issue set to the milestone: Fedora 18 Alpha

7 years ago

Login to comment on this ticket.

Metadata