void-linux / void-linux/void-packages

Some 32bit packages don't have the deps correctly rewritten to -32bit packages

Open
#23,368 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug xbps-src
Dominant language
Shell
Stars
3.4k
Forks
2.8k
Avg merge
2d 5h
Merged PRs (30d)
299

Description

System
  • xuname:
    output of xuname (part of xtools)
  • package:
    affected package(s) including the version: xbps-query -p pkgver <pkgname>
Expected behavior

E.g. qt5-concurrent-32bit-5.15.0_1 should depend on qt5-core-32bit-5.15.0_1 not qt5-core-5.15.0_1

Actual behavior
xbps-query -R qt5-concurrent-32bit -p run_depends
qt5-core-5.15.0_1
libstdc++-32bit>=4.4.0_1
libgcc-32bit>=4.4.0_1
glibc-32bit>=2.29_1
Steps to reproduce the behavior

(Mainly just as a reminder for myself)

Contributor guide

Open the contributing guide

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

Start with the qt5-concurrent-32bit example and reproduce the dependency output using xbps-query; the issue does not name a source file or test. Trace how the package's run-time dependencies are generated or rewritten, and consider the work complete when 32-bit packages consistently depend on the corresponding -32bit packages.

Written by the indexing model from the issue text.

Assessment

Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.