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

Bug 827430

Summary: dev-haskell/ipynb-0.1: build fails over a known issue in this version
Product: Gentoo Linux Reporter: Alex Margolin <margolin.alex>
Component: Current packagesAssignee: Gentoo's Haskell Language team <haskell>
Status: RESOLVED FIXED    
Severity: normal CC: matthew, petrus.zy.07
Priority: Normal Keywords: PullRequest, UPSTREAM
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: https://github.com/jgm/ipynb/issues/1
See Also: https://github.com/gentoo/gentoo/pull/25975
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 827648    
Bug Blocks:    
Attachments: Build log

Description Alex Margolin 2021-11-26 11:28:37 UTC
This package has a known issue in this version (v0.1) - see URL for the original issue on github.

Reproducible: Always

Steps to Reproduce:
1. emerge ipynb
Actual Results:  
Build fails with the following error message:
src/Data/Ipynb.hs:486:36: error:
    Not in scope: ‘Base64.joinWith’
    Module ‘Data.ByteString.Base64’ does not export ‘joinWith’.
    |
486 |           toJSON $ TE.decodeUtf8 . Base64.joinWith "\n" 76 . Base64.encode $ bs
    |                                 

Expected Results:  
Build should have been successful.
Comment 1 Alex Margolin 2021-11-26 11:30:14 UTC
Created attachment 756430 [details]
Build log
Comment 2 Larry the Git Cow gentoo-dev 2022-07-27 04:14:07 UTC
The bug has been closed via the following commit(s):

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

commit b8cb0f65f9a53c2e05a3a5e8433c42bf9bb78dac
Author:     Alex Margolin <alex.margolin@mail.huji.ac.il>
AuthorDate: 2022-06-19 09:03:05 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-27 03:50:57 +0000

    dev-haskell/ipynb: add 0.1.0.2
    
    Closes: https://bugs.gentoo.org/827430
    Signed-off-by: Alex Margolin <alex.margolin@mail.huji.ac.il>
    Closes: https://github.com/gentoo/gentoo/pull/25975
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-haskell/ipynb/Manifest             |  1 +
 dev-haskell/ipynb/ipynb-0.1.0.2.ebuild | 35 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)