SHA256
3
0
forked from pool/build

PKGBUILD: Add cpio build dependency #1

Open
ateixeira wants to merge 1 commits from ateixeira/build:factory into factory
First-time contributor

Currently the Arch Linux builds fail with the following error:

[   20s] Unpacking build.specials.obscpio ...
[   20s] /.unpack.command: line 3: cpio: command not found

Add cpio as build dependency in PKGBUILD to fix it.

Note:
I suppose OBS should pull cpio automatically instead of it needing to be required in the PKGBUILD, but I'm not sure what's the proper way to fix it.
Maybe it should be added here? Would appreciate some guidance with this.

Currently the Arch Linux builds fail with the following error: ``` [ 20s] Unpacking build.specials.obscpio ... [ 20s] /.unpack.command: line 3: cpio: command not found ``` Add cpio as build dependency in PKGBUILD to fix it. Note: I suppose OBS should pull cpio automatically instead of it needing to be required in the PKGBUILD, but I'm not sure what's the proper way to fix it. Maybe it should be added [here](https://github.com/openSUSE/obs-build/blob/master/configs/arch.conf)? Would appreciate some guidance with this.
ateixeira added 1 commit 2026-03-26 15:57:23 +01:00
Fixes error when unpacking build.specials.obscpio during the Arch build
Checking for merge conflicts…
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u https://src.opensuse.org/ateixeira/build factory:ateixeira-factory
git checkout ateixeira-factory
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tools/build#1