Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 773580 - dev-haskell/prettyprinter-1.6.1 fails to compile
Summary: dev-haskell/prettyprinter-1.6.1 fails to compile
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-01 15:02 UTC by Agostino Sarubbo
Modified: 2021-03-02 12:15 UTC (History)
0 users

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


Attachments
build.log (build.log,10.84 KB, text/plain)
2021-03-01 15:02 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-03-01 15:02:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-haskell/prettyprinter-1.6.1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-03-01 15:02:52 UTC
Created attachment 688884 [details]
build.log

build log and emerge --info
Comment 2 wolfgang 2021-03-02 12:15:46 UTC
unable to reproduce.

this failure seems to be due to an issue with a dependency:

> setup: Encountered missing or private dependencies:
doctest >=0.9

it is a known challenge wirh haskell programs that dependencies must be rebuilt more frequently than portage can recognize. The haskell-updater tool exists to aid in rebuilding what's broken, and is required to be ran after any haskell package updates.

Agostino, is it possible to add haskell updater to your tinderbox thing?