Tested in a clean Resolute VM and bug appears fixed:

BASE="https://ppa.launchpadcontent.net/gcc-llvm-toolchains/llvm-staging/ubuntu";
 
curl -s "$BASE/dists/resolute/main/binary-amd64/Packages.gz" \
  | gunzip \
  | grep ^Filename \
  | awk -v base="$BASE" '{print base "/" $2}' \
  | xargs wget -P ./debs/

# I removed the windows runtime deb which seems to be problematic for
unrelated reasons

sudo apt install ./debs/*.deb


** Tags added: sru

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2139024

Title:
  APT incompatibility between liboffload-19-dev and libomp-19-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-19/+bug/2139024/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to