Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 641122

Summary: dev-haskell/stack-1.3.2 fails to build against dev-haskell/conduit-extra-1.1.9.1: Module ‘Data.Conduit.Binary’ does not export ‘sinkFileCautious’
Product: Gentoo Linux Reporter: Jaak Ristioja <jaak>
Component: Current packagesAssignee: Gentoo's Haskell Language team <haskell>
Status: RESOLVED FIXED    
Severity: normal CC: dan
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/17011
Whiteboard:
Package list:
Runtime testing required: ---

Description Jaak Ristioja 2017-12-15 13:17:41 UTC
src/Network/HTTP/Download.hs:105:50: error:
    Not in scope: ‘CB.sinkFileCautious’
    Module ‘Data.Conduit.Binary’ does not export ‘sinkFileCautious’.

src/Network/HTTP/Download.hs:108:40: error:
    Not in scope: ‘CB.sinkFileCautious’
    Module ‘Data.Conduit.Binary’ does not export ‘sinkFileCautious’.

Looks like simple a dependency problem. It seems that support for sinkFileCautious was added in conduit-extra-1.1.14. I also found that dev-haskell/stack-1.3.2 builds fine against dev-haskell/conduit-extra-1.1.15.
Comment 1 Larry the Git Cow gentoo-dev 2020-08-06 07:42:06 UTC
The bug has been closed via the following commit(s):

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

commit fa285e6659306676a1c55800e75f5d278b9cecc3
Author:     Jack Todaro <solpeth@posteo.org>
AuthorDate: 2020-08-05 22:20:02 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-08-06 07:41:58 +0000

    dev-haskell/stack: remove old
    
    Closes: https://bugs.gentoo.org/641122
    Closes: https://bugs.gentoo.org/637096
    Package-Manager: Portage-3.0.1, Repoman-2.3.23
    Signed-off-by: Jack Todaro <solpeth@posteo.org>
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-haskell/stack/Manifest           |   1 -
 dev-haskell/stack/stack-1.3.2.ebuild | 135 -----------------------------------
 2 files changed, 136 deletions(-)