Debian packages for mips have the wrong architecture embedded in package info #324

Closed
opened 2025-11-20 05:09:35 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @ovidiuvio on GitHub (May 10, 2023).

Describe the problem
Debian packages for mips have the wrong architecture embedded in package info

To Reproduce
Steps to reproduce the behavior:

@ovidiuvio ➜ /workspaces/test $ wget https://github.com/netbirdio/netbird/releases/download/v0.19.0/netbird_0.19.0_linux_mips_hardfloat.deb
@ovidiuvio ➜ /workspaces/test $ dpkg --info netbird_0.19.0_linux_mips_hardfloat.deb|   awk '/Architecture/ {printf "defined dpkg architecture is:\t%s\n", $2}'
defined dpkg architecture is:   mipshardfloat

Expected behavior

@ovidiuvio ➜ /workspaces/test $ dpkg-architecture --list-known |grep mips
mipsn32
mipsn32el
mipsn32r6
mipsn32r6el
mips64
mips64el
mips64r6
mips64r6el
mips
mipsel
mipsr6
mipsr6el
Originally created by @ovidiuvio on GitHub (May 10, 2023). **Describe the problem** Debian packages for `mips` have the wrong architecture embedded in package info **To Reproduce** Steps to reproduce the behavior: ``` @ovidiuvio ➜ /workspaces/test $ wget https://github.com/netbirdio/netbird/releases/download/v0.19.0/netbird_0.19.0_linux_mips_hardfloat.deb @ovidiuvio ➜ /workspaces/test $ dpkg --info netbird_0.19.0_linux_mips_hardfloat.deb| awk '/Architecture/ {printf "defined dpkg architecture is:\t%s\n", $2}' defined dpkg architecture is: mipshardfloat ``` **Expected behavior** ``` @ovidiuvio ➜ /workspaces/test $ dpkg-architecture --list-known |grep mips mipsn32 mipsn32el mipsn32r6 mipsn32r6el mips64 mips64el mips64r6 mips64r6el mips mipsel mipsr6 mipsr6el ```
Author
Owner

@mlsmaycon commented on GitHub (Jun 16, 2023):

With #842, we removed the deb and yum packages for mips, leaving only regular binary files.

@mlsmaycon commented on GitHub (Jun 16, 2023): With #842, we removed the deb and yum packages for mips, leaving only regular binary files.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#324