Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 860228 - dev-haskell/http-4000.3.14 build failure
Summary: dev-haskell/http-4000.3.14 build failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-23 08:33 UTC by Ulrich Müller
Modified: 2022-07-23 12:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,10.58 KB, text/plain)
2022-07-23 08:33 UTC, Ulrich Müller
Details
emerge --info (emerge-info,8.40 KB, text/plain)
2022-07-23 08:34 UTC, Ulrich Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2022-07-23 08:33:24 UTC
[ 9 of 18] Compiling Network.HTTP.Base ( Network/HTTP/Base.hs, dist/build/Network/HTTP/Base.o, dist/build/Network/HTTP/Base.dyn_o )
[10 of 18] Compiling Network.TCP      ( Network/TCP.hs, dist/build/Network/TCP.o, dist/build/Network/TCP.dyn_o )

Network/TCP.hs:92:30: error:
    Operator applied to too few arguments: !
   |
92 |  = MkConn { connSock      :: ! Socket
   |                              ^
 * ERROR: dev-haskell/http-4000.3.14::gentoo failed (compile phase):
 *   setup build failed
 * 
 * Call stack:
 *     ebuild.sh, line  122:  Called src_compile
 *   environment, line 1919:  Called haskell-cabal_src_compile
 *   environment, line 1545:  Called cabal_src_compile
 *   environment, line  735:  Called cabal-build
 *   environment, line  518:  Called die
 * The specific snippet of code:
 *       ./setup "$@" || die "setup build failed"
Comment 1 Ulrich Müller gentoo-dev 2022-07-23 08:33:49 UTC
Created attachment 793406 [details]
build.log
Comment 2 Ulrich Müller gentoo-dev 2022-07-23 08:34:12 UTC
Created attachment 793409 [details]
emerge --info
Comment 3 Ulrich Müller gentoo-dev 2022-07-23 08:35:00 UTC
 $ eix -e ghc
[I] dev-lang/ghc
     Available versions:  (~)8.8.4-r1(0/8.8.4)^t (~)8.10.4-r1(0/8.10.4)^t **8.10.6(0/8.10.6)^t (~)9.0.2(0/9.0.2)^t {big-endian binary (+)doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile test}
     Installed versions:  9.0.2(0/9.0.2)^t(05:01:23 23/07/22)(doc gmp -big-endian -binary -elfutils -ghcbootstrap -ghcmakebinary -numa -profile -test)
     Homepage:            https://www.haskell.org/ghc/
     Description:         The Glasgow Haskell Compiler
Comment 4 Larry the Git Cow gentoo-dev 2022-07-23 12:03:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec856cb6e99fb0bb31cba9d6c5894885c69de15

commit cec856cb6e99fb0bb31cba9d6c5894885c69de15
Author:     Mark Wright <gienah@gentoo.org>
AuthorDate: 2022-07-23 11:46:09 +0000
Commit:     Mark Wright <gienah@gentoo.org>
CommitDate: 2022-07-23 12:03:20 +0000

    dev-haskell/http: Bump to 4000.3.16 and 4000.4.1
    
    Closes: https://bugs.gentoo.org/860228
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Mark Wright <gienah@gentoo.org>

 dev-haskell/http/Manifest                          |  3 +-
 ...http-4000.3.14.ebuild => http-4000.3.16.ebuild} | 36 +++++------------
 dev-haskell/http/http-4000.4.1.ebuild              | 47 ++++++++++++++++++++++
 dev-haskell/http/metadata.xml                      | 14 +++----
 4 files changed, 65 insertions(+), 35 deletions(-)