-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Closed
Copy link
Labels
flangFlang issues not falling into any other categoryFlang issues not falling into any other categorypackagingplatform:linux
Description
Since October 15th the flang-20 Ubuntu jammy package does not have a working flang-20 or flang-new-20 binary.
flang-20 and flang-new-20 do exist in the flang-20 package, but they point to broken symbolic links.
$ dpkg-query -L flang-20|grep flan
/usr/share/doc/flang-20
/usr/share/doc/flang-20/changelog.Debian.gz
/usr/share/doc/flang-20/copyright
/usr/bin/flang-20
/usr/bin/flang-new-20
/usr/lib/llvm-20/bin/flang
/usr/lib/llvm-20/bin/flang-new
$ ls -l /usr/bin/flang-new-20
lrwxrwxrwx 1 root root 28 Oct 17 08:15 /usr/bin/flang-new-20 -> ../lib/llvm-20/bin/flang-new
$ ls -l /usr/lib/llvm-20/bin/flang-new
lrwxrwxrwx 1 root root 5 Oct 17 08:15 /usr/lib/llvm-20/bin/flang-new -> flang
$ ls -l /usr/lib/llvm-20/bin/flang
lrwxrwxrwx 1 root root 8 Oct 17 08:15 /usr/lib/llvm-20/bin/flang -> flang-20
$ ls -l /usr/bin/flang-20
lrwxrwxrwx 1 root root 24 Oct 17 08:15 /usr/bin/flang-20 -> ../lib/llvm-20/bin/flang
Metadata
Metadata
Assignees
Labels
flangFlang issues not falling into any other categoryFlang issues not falling into any other categorypackagingplatform:linux