Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659086 - dev-haskell/tar-0.5.0.3::haskell failed to build
Summary: dev-haskell/tar-0.5.0.3::haskell failed to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-25 10:02 UTC by Mike Limansky
Modified: 2018-06-27 19:01 UTC (History)
0 users

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 Mike Limansky 2018-06-25 10:02:13 UTC
I've tried to rebuild dev-haskell/tar with new use flags but it fail on change dependencies step:

 * tar-0.5.0.3.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                                                                                                       [ ok ]
>>> Unpacking source...
>>> Unpacking tar-0.5.0.3.tar.gz to /var/tmp/portage/dev-haskell/tar-0.5.0.3/work
>>> Source unpacked in /var/tmp/portage/dev-haskell/tar-0.5.0.3/work
>>> Preparing source in /var/tmp/portage/dev-haskell/tar-0.5.0.3/work/tar-0.5.0.3 ...
 * CHDEP: 'tasty            >= 0.10 && <0.12' -> 'tasty            >= 0.10 && <0.12'
 * ERROR: dev-haskell/tar-0.5.0.3::haskell failed (prepare phase):
 *   no trigger for 'tasty            >= 0.10 && <0.12'
 * 
 * Call stack:
 *     ebuild.sh, line  124:  Called src_prepare
 *   environment, line 2744:  Called cabal_chdeps 'tasty            >= 0.10 && <0.12' 'tasty            >= 0.10 && <0.12' 'tasty-quickcheck == 0.8.*' 'tasty-quickcheck >= 0.8'
 *   environment, line  614:  Called die
 * The specific snippet of code:
 *           [[ "${orig_c}" == "${new_c}" ]] && die "no trigger for '${from_pat}'";
 * 
 * If you need support, post the output of `emerge --info '=dev-haskell/tar-0.5.0.3::haskell'`,
 * the complete build log and the output of `emerge -pqv '=dev-haskell/tar-0.5.0.3::haskell'`.
 * The complete build log is located at '/var/tmp/portage/dev-haskell/tar-0.5.0.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-haskell/tar-0.5.0.3/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-haskell/tar-0.5.0.3/work/tar-0.5.0.3'
 * S: '/var/tmp/portage/dev-haskell/tar-0.5.0.3/work/tar-0.5.0.3'


Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2018-06-27 18:52:02 UTC
Can you attach full build log?
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2018-06-27 19:01:20 UTC
Oh, it seems to be overlay-specific failure. Fixed as: https://github.com/gentoo-haskell/gentoo-haskell/commit/012f7b4386410ae682c30cd4e5fc398ec0fbb558

Thanks for the report!