mips/mipsel arch selection problem and armel arch support

Bug #172454 reported by Aleksandr Koltsoff
2
Affects Status Importance Assigned to Milestone
apt-mirror (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: apt-mirror

The script does re matching on the "supported" architectures and with some archs this causes a problem if the archs are specified in shorted-prefixed order.

This is a problem for mipsel for example, because matching against mips will also match against mipsel and it attempted first.

Same happens if adding support for the 'armel' arch and placing that after 'arm'.

Trivial patch to fix both (both occur on the same line):

http://koltsoff.com/pub/patches/apt-mirror/

Also submitted to sf.net where apt-mirror's real upstream seems to be.

Revision history for this message
Aleksandr Koltsoff (czr) wrote :
Revision history for this message
Aleksandr Koltsoff (czr) wrote :

Ah, forgot to mention where the armel thing comes from. Recently, maemo (the dev environment for Nokia Internet Tablets) moved their ARM toolchain to a newer EABI and that uses arch 'armel'. Mirroring the repo for the project caused me to run into the issue. While adding armel support, noticed a problem in the mispel "support" as well.

Testing can be done with:
# chinook
deb-i386 http://repository.maemo.org/ chinook free non-free
deb-armel http://repository.maemo.org/ chinook free non-free
deb-src http://repository.maemo.org/ chinook free non-free

Revision history for this message
Brandon Holtsclaw (imbrandon) wrote :

ahh thanks for the heads up on this, I'll get this applied and uploaded ASAP

Changed in apt-mirror:
importance: Undecided → Medium
status: New → Confirmed
Changed in apt-mirror:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.