Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

100.0% cache miss when using osc with debbuild #1733

Open
ermiertrat opened this issue Mar 13, 2025 · 0 comments
Open

100.0% cache miss when using osc with debbuild #1733

ermiertrat opened this issue Mar 13, 2025 · 0 comments
Labels

Comments

@ermiertrat
Copy link

Describe the bug
This looks like the same issue as #321 , which seems to have been re-introduced by 4edd479 .

Versions

> (source /etc/os-release; echo $PRETTY_NAME)
openSUSE Tumbleweed
> rpm -q osc
osc-1.13.0-1.1.noarch

To Reproduce
As an example I will use home:lnussel:debbuild/initrd

  1. osc co home:lnussel:debbuild/initrd
  2. osc build Debian_12 x86_64

Expected behavior

> osc build
Building initrd.spec for Debian_12/x86_64
*snip*
Updating cache of required packages
0.0% cache miss. 193/193 dependencies cached.

WARNING: deb packages get not verified, they can compromise your system !
Writing build configuration
Running build

Screenshots, console outputs

> osc build
Building initrd.spec for Debian_12/x86_64
*snip*
Updating cache of required packages
100.0% cache miss. 0/193 dependencies cached.

Debian:12/adduser: attempting download from api, since not found
...

Additional context
I have opened a PR #1732 , which seems to fix the issue for me. However, I'm not sure if anything else needs to be changed given the age of the issue.

@ermiertrat ermiertrat added the Bug label Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant