[Haskell-cafe] [ANNOUNCE] GHC 9.4.1-rc1 is now available

Henning Thielemann lemming at henning-thielemann.de
Thu Aug 4 19:25:52 UTC 2022


On Wed, 3 Aug 2022, Matthew Pickering wrote:

> Hi Henning, which files in particular have the wrong permissions? They
> look fine on my machine.

$ ls -al /usr/local/ghc-9.4.0/lib/ghc-9.4.0.20220721/bin/
drwxr-xr-x 2 root root      520  4. Aug 16:19 .
drwxr-xr-x 4 root root       80  4. Aug 16:19 ..
lrwxrwxrwx 1 root root       18  4. Aug 16:19 ghc -> ghc-9.4.0.20220721
-rwx------ 1 root root  2150120  4. Aug 16:19 ghc-9.4.0.20220721
lrwxrwxrwx 1 root root       28  4. Aug 16:19 ghc-iserv -> ghc-iserv-ghc-9.4.0.20220721
lrwxrwxrwx 1 root root       32  4. Aug 16:19 ghc-iserv-dyn -> ghc-iserv-dyn-ghc-9.4.0.20220721
-rwx------ 1 root root    34856  4. Aug 16:19 ghc-iserv-dyn-ghc-9.4.0.20220721
-rwx------ 1 root root 32991032  4. Aug 16:19 ghc-iserv-ghc-9.4.0.20220721
lrwxrwxrwx 1 root root       33  4. Aug 16:19 ghc-iserv-prof -> ghc-iserv-prof-ghc-9.4.0.20220721
-rwx------ 1 root root 53225472  4. Aug 16:19 ghc-iserv-prof-ghc-9.4.0.20220721
lrwxrwxrwx 1 root root       22  4. Aug 16:19 ghc-pkg -> ghc-pkg-9.4.0.20220721
-rwx------ 1 root root   475864  4. Aug 16:19 ghc-pkg-9.4.0.20220721
lrwxrwxrwx 1 root root       26  4. Aug 16:19 haddock -> haddock-ghc-9.4.0.20220721
-rwx------ 1 root root  5448368  4. Aug 16:19 haddock-ghc-9.4.0.20220721
lrwxrwxrwx 1 root root       24  4. Aug 16:19 hp2ps -> hp2ps-ghc-9.4.0.20220721
-rwx------ 1 root root    43696  4. Aug 16:19 hp2ps-ghc-9.4.0.20220721
lrwxrwxrwx 1 root root       22  4. Aug 16:19 hpc -> hpc-ghc-9.4.0.20220721
-rwx------ 1 root root   647312  4. Aug 16:19 hpc-ghc-9.4.0.20220721
lrwxrwxrwx 1 root root       25  4. Aug 16:19 hsc2hs -> hsc2hs-ghc-9.4.0.20220721
-rwx------ 1 root root   694104  4. Aug 16:19 hsc2hs-ghc-9.4.0.20220721
lrwxrwxrwx 1 root root       21  4. Aug 16:19 runghc -> runghc-9.4.0.20220721
-rwx------ 1 root root    51704  4. Aug 16:19 runghc-9.4.0.20220721
lrwxrwxrwx 1 root root       21  4. Aug 16:19 runhaskell -> runghc-9.4.0.20220721
lrwxrwxrwx 1 root root       21  4. Aug 16:19 runhaskell-9.4.0.20220721 -> runghc-9.4.0.20220721
lrwxrwxrwx 1 root root       24  4. Aug 16:19 unlit -> unlit-ghc-9.4.0.20220721
-rwx------ 1 root root    13248  4. Aug 16:19 unlit-ghc-9.4.0.20220721


$ find /usr/local/ghc-9.4.0/ -iname "libffi*"
find: ‘/usr/local/ghc-9.4.0/share/doc/ghc-9.4.0.20220721/html’: no permission
find: ‘/usr/local/ghc-9.4.0/share/doc/ghc-9.4.0.20220721/archives’: no permission
find: ‘/usr/local/ghc-9.4.0/lib/ghc-9.4.0.20220721/lib/x86_64-linux-ghc-9.4.0.20220721’: no permission
find: ‘/usr/local/ghc-9.4.0/lib/ghc-9.4.0.20220721/lib/package.conf.d’: no permission
find: ‘/usr/local/ghc-9.4.0/lib/ghc-9.4.0.20220721/lib/latex’: no permission
find: ‘/usr/local/ghc-9.4.0/lib/ghc-9.4.0.20220721/lib/html’: no permission
find: ‘/usr/local/ghc-9.4.0/lib/ghc-9.4.0.20220721/lib/bin’: no permission


More information about the Haskell-Cafe mailing list