Wrong architecture in _i686.deb release
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.2k
- Forks
- 510
- PR merge metrics
- No merged PRs in 30d
Description
```
# dpkg -i lsd-musl_1.2.0_i686.deb
dpkg: error processing archive lsd-musl_1.2.0_i686.deb (--install):
package architecture (i686) does not match system (i386)
Errors were encountered while processing:
lsd-musl_1.2.0_i686.deb
```
Debian uses the string `i386` for also `i686` architecture, `i686` is a nonexistent arch in Debian world.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the release packaging that produces lsd-musl_1.2.0_i686.deb and check how the Debian architecture is derived for 32-bit builds. Reproduce the dpkg installation on an i386 system, then verify the generated package uses Debian's i386 architecture and installs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, rust
- Domain
- build-system, release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100