Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641122 - 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’
Summary: dev-haskell/stack-1.3.2 fails to build against dev-haskell/conduit-extra-1.1....
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: PullRequest
Depends on:
Blocks:
 
Reported: 2017-12-15 13:17 UTC by Jaak Ristioja
Modified: 2020-08-06 07:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)