#6202 statsd package binary missing from EPEL6 repo
Closed: Fixed None Opened 8 years ago by noodles.

It looks like statsd-0.7.2-3.el6 is missing from all EPEL6 repos. This is the bodhi link: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4401/statsd-0.7.2-3.el6

Missing from:
https://dl.fedoraproject.org/pub/epel/6/x86_64/
https://dl.fedoraproject.org/pub/epel/6/i386/
https://dl.fedoraproject.org/pub/epel/6/ppc64/

but is here:
https://dl.fedoraproject.org/pub/epel/6/SRPMS/

I've asked the maintainer, but they're unsure of what's going on and I've asked in #fedora-devel. No one seems to know what's going on here.

Can someone please look into this?

Thanks


I think this is a spec file error.

The spec has:

ExclusiveArch: %{nodejs_arches} noarch

nodejs_arches isn't defined in epel6.
ExclusiveArch: noarch doesn't work as it does on new fedora versions.

So, you get something that doesn't get included in x86_64 or i386 or ppc64 because it's "ExclusiveArch: noarch"

Fix that and submit a new build and it should work.

Metadata Update from @noodles:
- Issue set to the milestone: Fedora 22 Final
- Issue tagged with: statsd

7 years ago

Login to comment on this ticket.

Metadata