#4938 numpy not multilib'd, ie, no numpy(x86-32) in x86_64 repos
Closed: Fixed None Opened 12 years ago by rdieter.

See
https://bugzilla.redhat.com/show_bug.cgi?id=740807

PyQwt is getting broken deps reports about a missing numpy(x86-32) on x86_64, is this some multilib bug, or does numpy need to issue a new update to get multilib'd properly?


I think the issue is likely that PyQwt has a devel package that is getting pulled in, which is a little weird for a python package.

PyQwt-devel has existed for a long time.

the change here was a recent in in PyQwt runtime deps from:
Requires: numpy
to
Requires: numpy%{?_isa}

To be clear, the broken deps are occurring only in f16 (against the PyQwt in updates-tseting) currently. f17/rawhide seems ok (maintainers, correct me if I'm wrong).

Would a rebuild of numpy in f16 fix things?

It should sort itself out if that's done, yes. Of course, attempting to support multiarch python is quickly heading down the rabbit hole.

So is supporting multiple versions out autotools, but that's life. :)

Should I bump, build, and Bodhi, then?

Replying to [comment:6 limb]:

Should I bump, build, and Bodhi, then?

Yes, please!

Done, submitted. Examination of Provides in Koji indicates that this worked.

I just pushed an update of PyQwt to F-16 updates-testing (https://admin.fedoraproject.org/updates/PyQwt-5.2.0-14.fc16.2) and I can confirm this is fixed.

Login to comment on this ticket.

Metadata