Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 827430 - dev-haskell/ipynb-0.1: build fails over a known issue in this version
Summary: dev-haskell/ipynb-0.1: build fails over a known issue in this version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL: https://github.com/jgm/ipynb/issues/1
Whiteboard:
Keywords: PullRequest, UPSTREAM
Depends on: 827648
Blocks:
  Show dependency tree
 
Reported: 2021-11-26 11:28 UTC by Alex Margolin
Modified: 2022-07-27 04:14 UTC (History)
2 users (show)

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


Attachments
Build log (build.log,6.76 KB, text/x-log)
2021-11-26 11:30 UTC, Alex Margolin
Details

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