Overview
Request 1193306 revoked
- Created by uncomfyhalomacro
- In state revoked
- Package maintainer: uncomfyhalomacro
- Supersedes 1192920
What's the issue with the failures to build with the Factory rust?
ah @mcepl, that's because rust 1.80 has not merged yet to Factory. but it's available on Leap... ðŸ«
WARNING: /usr/bin/uv-3.10 is already stripped!
In order for debuginfo to be correctly generated, you need to persuade your compiler NOT to strip it on its own. That’s what rpmlint is trying to tell you.
I wonder if this is a bug because python-ruff
also allows this
[ 280s] + /usr/lib/rpm/find-debuginfo -j4 -n --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/abuild/rpmbuild/BUILD/ruff-0.5.6 [ 280s] WARNING: /usr/bin/ruff-3.10 is already stripped! [ 280s] WARNING: /usr/bin/ruff-3.11 is already stripped! [ 280s] WARNING: /usr/bin/ruff-3.12 is already stripped!
https://github.com/astral-sh/uv/blob/e941bb6623590c0e70054366a1eb9c2cac379919/pyproject.toml#L38-L44 i guess i have to check how this is used.
Request History
uncomfyhalomacro created request
mcepl declined request
Not yet:
```
[ 299s] + /usr/lib/rpm/find-debuginfo -j4 -n --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/abuild/rpmbuild/BUILD/uv-0.2.33
[ 299s] WARNING: /usr/bin/uv-3.10 is already stripped!
[ 299s] WARNING: /usr/bin/uv-3.11 is already stripped!
[ 299s] WARNING: /usr/bin/uv-3.12 is already stripped!
[ 299s] WARNING: /usr/bin/uvx-3.10 is already stripped!
[ 299s] WARNING: /usr/bin/uvx-3.11 is already stripped!
[ 299s] WARNING: /usr/bin/uvx-3.12 is already stripped!
```
uncomfyhalomacro revoked request