On 03.04.2009 21:48, Michael Schwendt wrote:
On Fri, 3 Apr 2009 21:19:13 +0200 (CEST), rpmfusion-pkgs-report
wrote:
> ============================================================================
> Packages built and released for RPM Fusion (Fedora - nonfree) development: 60
> mac-3.99-7.u4b5.fc11
multilib-ing for ppc has not worked out yet.
Same for x86_64 and free repo
Can't reproduce locally - may need a deeper look.
Actually I noticed this myself already, but haven't found the root cause
for it yet.
Are logs of this push available? (or the output of running
./MultiLib.py manually for "RPM Fusion (Fedora - nonfree) development"?
$ ./MultiLib.py RPMFusion_Fedora_free development
Scanning for multi-compat packages:
/srv/local_repo/free/fedora/development/ppc64/os
Scanning for multi-compat packages:
/srv/local_repo/free/fedora/development/i386/os
['rpmfusion_free-development-development-ppc64',
'rpmfusion_free-development-development-ppc']
['ppc64', 'ppc', 'noarch'] => ppc
Reading metadata...
Yum error: failure:
repodata/7179741d609b78c48aad2b0a5bb3df509c949062-primary.xml.gz from
rpmfusion_free-development-development-ppc: [Errno 256] No more mirrors
to try.
This seems to be the root problem. Same for x86-64:
[...]
['rpmfusion_free-development-development-i386',
'rpmfusion_free-development-development-x86_64']
['x86_64', 'athlon', 'i686', 'i586', 'i486',
'i386', 'noarch'] => x86_64
Reading metadata...
Yum error: failure:
repodata/c3d4abca4fb1714cb55519e7699e71abe17f6edb-primary.xml.gz from
rpmfusion_free-development-development-i386: [Errno 256] No more mirrors
to try.
[...]
I guess the local yum in the push-scripts directory yum/ might get
confused by the new repodata that the new createrepo (which I had to
install for proper SHA256 signatures) created...
CU
knurd