[GHC DevOps Group] GHC 8.4.3 release, and release policies?

Greg Steuck (Sh-toy-k) gnezdo at google.com
Sun May 13 18:07:09 UTC 2018


I verified that
1) 8.2.2 is affected
2) special options are needed to trigger the errors.

instance-1:~/foo$ cat /etc/issue
*Ubuntu 18.04* LTS \n \l
instance-1:~/foo$ stack ghci
Building all executables for `foo' once. After a successful build of all of
them, only specified executables will be rebui
lt.
foo-0.1.0.0: configure (lib + exe)
Configuring foo-0.1.0.0...
foo-0.1.0.0: initial-build-steps (lib + exe)
The following GHC options are incompatible with GHCi and have not been
passed to it: -threaded
Configuring GHCi with the following packages: foo
Using main module: 1. Package `foo' component exe:foo-exe with main-is
file: /home/blackgnezdo/foo/app/Main.hs
*GHCi, version 8.2.2*: http://www.haskell.org/ghc/  :? for help
[1 of 2] Compiling Lib              ( /home/blackgnezdo/foo/src/Lib.hs,
interpreted )
[2 of 2] Compiling Main             ( /home/blackgnezdo/foo/app/Main.hs,
interpreted )
Ok, two modules loaded.
Loaded GHCi configuration from /tmp/haskell-stack-ghci/cde1d400/ghci-script
*Main Lib>
Leaving GHCi.

instance-1:~/foo$ stack build --no-library-stripping
--no-executable-stripping
Building all executables for `foo' once. After a successful build of all of
them, only specified executables will be rebuilt.
foo-0.1.0.0: configure (lib + exe)
Configuring foo-0.1.0.0...
foo-0.1.0.0: build (lib + exe)
Preprocessing library for foo-0.1.0.0..
Building library for foo-0.1.0.0..
[1 of 2] Compiling Lib              ( src/Lib.hs,
.stack-work/dist/x86_64-linux/Cabal-2.0.1.0/build/Lib.o )
/tmp/ghc8799_0/ghc_4.s: Assembler messages:
/home/blackgnezdo/foo//tmp/ghc8799_0/ghc_4.s:415:0: error:
     Error: invalid operands (.debug_frame and .note.GNU-stack sections)
for `-'
    |
415 |         .uleb128 1f-.-1
    | ^
`gcc' failed in phase `Assembler'. (Exit code: 1)
    Process exited with code: ExitFailure 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devops-group/attachments/20180513/a32dde10/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4843 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.haskell.org/pipermail/ghc-devops-group/attachments/20180513/a32dde10/attachment-0001.bin>


More information about the Ghc-devops-group mailing list