lsd-rs / lsd-rs/lsd

Wrong architecture in _i686.deb release

Open Beginner friendly
#1,241 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.