Bug#1139451: trixie-pu: package llvm-toolchain-22/1:22.1.7-1~deb13u1
Andres Salomon <[email protected]>
| Newsgroups | gmane.linux.debian.devel.release |
|---|---|
| Message-ID | <6a594540-1902-4c0e-bc73-6af9fe8971bb__39086.0617089615$1783363166$gmane$org@queued.net> |
On 7/6/26 13:49, Adam D. Barratt wrote: > Hi, > > On Sun, 2026-07-05 at 19:29 -0400, Andres Salomon wrote: >> Emilio suggested uploading now to save a round-trip, so I just >> uploaded 22.1.8-1~deb13u1 to trixie. I've attached the diff between >> 22.1.8-1 and 22.1.8-1~deb13u1, though it's really the same as the >> previous 22.1.7-1~deb13u1. > > The packages as uploaded to NEW have some dependency issues: > > pkg: > package: liboffload-22 > version: 1:22.1.8-1~deb13u1 > architecture: amd64 > unsat-dependency: libomp5 (>= 1:22.1) > > trixie has libomp5 1:19.0-63. > > Is that "just" a sign of the packages not being built in the correct > environment, or something that needs source changes? D'oh, I think I see the problem. d/rules has the following: echo 'libomp $(SONAME_OPENMP) libomp5 (>= 1:$(LLVM_VERSION).1)' >> debian/shlibs.common I'll fix it and kick off another rebuild soon.