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

https://apt.llvm.org/ flang-20 package for Jammy seems broken #113954

Open
gaborcsardi opened this issue Oct 28, 2024 · 1 comment
Open

https://apt.llvm.org/ flang-20 package for Jammy seems broken #113954

gaborcsardi opened this issue Oct 28, 2024 · 1 comment
Labels
flang Flang issues not falling into any other category packaging platform:linux

Comments

@gaborcsardi
Copy link

gaborcsardi commented Oct 28, 2024

I noticed that since about two weeks ago, the Jammy flang-20 package seems to be broken. It only contains symlinks, but not the actual binary:

root@0ca605ef6f4f:~# ls -l /usr/lib/llvm-20/bin/flang*
lrwxrwxrwx 1 root root 8 Oct 28 05:38 /usr/lib/llvm-20/bin/flang -> flang-20
lrwxrwxrwx 1 root root 5 Oct 28 05:38 /usr/lib/llvm-20/bin/flang-new -> flang
root@0ca605ef6f4f:~# dpkg -L flang-20 | xargs ls -ld  | grep bin
drwxr-xr-x 1 root root    12288 Oct 28 16:14 /usr/bin
lrwxrwxrwx 1 root root       22 Oct 28 05:38 /usr/bin/bbc-20 ->../lib/llvm-20/bin/bbc
lrwxrwxrwx 1 root root       33 Oct 28 05:38 /usr/bin/f18-parse-demo-20 -> ../lib/llvm-20/bin/f18-parse-demo
lrwxrwxrwx 1 root root       26 Oct 28 05:38 /usr/bin/fir-opt-20 -> ../lib/llvm-20/bin/fir-opt
lrwxrwxrwx 1 root root       24 Oct 28 05:38 /usr/bin/flang-20 -> ../lib/llvm-20/bin/flang
lrwxrwxrwx 1 root root       28 Oct 28 05:38 /usr/bin/flang-new-20 -> ../lib/llvm-20/bin/flang-new
lrwxrwxrwx 1 root root       22 Oct 28 05:38 /usr/bin/tco-20 -> ../lib/llvm-20/bin/tco
drwxr-xr-x 1 root root    12288 Oct 28 16:14 /usr/lib/llvm-20/bin
-rwxr-xr-x 1 root root 41232072 Oct 28 05:38 /usr/lib/llvm-20/bin/bbc
-rwxr-xr-x 1 root root  5024856 Oct 28 05:38 /usr/lib/llvm-20/bin/f18-parse-demo
-rwxr-xr-x 1 root root 23093696 Oct 28 05:38 /usr/lib/llvm-20/bin/fir-opt
lrwxrwxrwx 1 root root        8 Oct 28 05:38 /usr/lib/llvm-20/bin/flang -> flang-20
lrwxrwxrwx 1 root root        5 Oct 28 05:38 /usr/lib/llvm-20/bin/flang-new -> flang
-rwxr-xr-x 1 root root 20907592 Oct 28 05:38 /usr/lib/llvm-20/bin/tco

Am I missing something here?

@EugeneZelenko EugeneZelenko added packaging platform:linux flang Flang issues not falling into any other category and removed new issue labels Oct 28, 2024
@edoapra
Copy link

edoapra commented Oct 31, 2024

Duplicate of #112778

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flang Flang issues not falling into any other category packaging platform:linux
Projects
None yet
Development

No branches or pull requests

3 participants