Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 860159 - dev-haskell/onetuple-0.3.1 failed to build
Summary: dev-haskell/onetuple-0.3.1 failed to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-07-23 05:46 UTC by dearfl
Modified: 2022-07-23 07:38 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,1.87 KB, text/x-log)
2022-07-23 05:46 UTC, dearfl
Details
emerge --info (emerge_info,6.79 KB, text/plain)
2022-07-23 05:47 UTC, dearfl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dearfl 2022-07-23 05:46:24 UTC
Created attachment 793253 [details]
build.log

Seems like the SRC_URI of this ebuild is missing the CABAL file part. not sure though as I'm not familiar with it.

Here is some command outputs:

$ emerge -pqv '=dev-haskell/onetuple-0.3.1::gentoo'
[ebuild  N    ] dev-haskell/onetuple-0.3.1  USE="-doc -hscolour -profile -test"
Comment 1 dearfl 2022-07-23 05:47:05 UTC
Created attachment 793256 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-07-23 07:34:28 UTC
The bug has been closed via the following commit(s):

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

commit 53662b3cabde3bd25bc4d850621622a3598973b2
Author:     Jack Todaro <solpeth@posteo.org>
AuthorDate: 2022-07-23 07:11:48 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2022-07-23 07:30:38 +0000

    dev-haskell/onetuple: update SRC_URI
    
    Closes: https://bugs.gentoo.org/860159
    Signed-off-by: Jack Todaro <solpeth@posteo.org>
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 dev-haskell/onetuple/Manifest              | 3 ++-
 dev-haskell/onetuple/onetuple-0.3.1.ebuild | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)
Comment 3 Ulrich Müller gentoo-dev 2022-07-23 07:38:50 UTC
Thanks for reporting.