Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 804870 - dev-haskell/quickcheck-classes-base-0.6.0.0 - Not in scope: eq1_2
Summary: dev-haskell/quickcheck-classes-base-0.6.0.0 - Not in scope: eq1_2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Haskell Language team
URL: https://github.com/andrewthad/quickch...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-28 11:36 UTC by Toralf Förster
Modified: 2021-07-30 22:30 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.44 KB, text/plain)
2021-07-28 11:36 UTC, Toralf Förster
Details
dev-haskell:quickcheck-classes-base-0.6.0.0:20210728-095129.log (dev-haskell:quickcheck-classes-base-0.6.0.0:20210728-095129.log,8.75 KB, text/plain)
2021-07-28 11:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,198.22 KB, text/plain)
2021-07-28 11:36 UTC, Toralf Förster
Details
environment (environment,76.04 KB, text/plain)
2021-07-28 11:36 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,26.80 KB, application/x-bzip)
2021-07-28 11:36 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,20.80 KB, application/x-bzip)
2021-07-28 11:36 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-07-28 11:36:03 UTC
src/Test/QuickCheck/Classes/Internal.hs:79:5: error:
    Not in scope: ‘eq1_2’
   |
79 |   , eq1_2
   |     ^^^^^
[19 of 30] Compiling Test.QuickCheck.Classes.MonadFail ( src/Test/QuickCheck/Classes/MonadFail.hs, dist/build/Test/QuickCheck/Classes/MonadFail.o, dist/build/Test/QuickCheck/Classes/MonadFail.dyn_o )

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-j3-20210726-195919

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 513a6de59e013aeb758989cf6c3227c1fc9e9d89
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Jul 28 09:36:55 2021 +0000

    2021-07-28 09:36:53 UTC

emerge -qpvO dev-haskell/quickcheck-classes-base
[ebuild  N    ] dev-haskell/quickcheck-classes-base-0.6.0.0  USE="binary-laws -doc -hscolour -profile -unary-laws"
Comment 1 Toralf Förster gentoo-dev 2021-07-28 11:36:04 UTC
Created attachment 727491 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-28 11:36:05 UTC
Created attachment 727494 [details]
dev-haskell:quickcheck-classes-base-0.6.0.0:20210728-095129.log
Comment 3 Toralf Förster gentoo-dev 2021-07-28 11:36:07 UTC
Created attachment 727497 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-07-28 11:36:09 UTC
Created attachment 727500 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-07-28 11:36:10 UTC
Created attachment 727503 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-07-28 11:36:11 UTC
Created attachment 727506 [details]
temp.tar.bz2
Comment 7 Sergei Trofimovich (RETIRED) gentoo-dev 2021-07-30 22:19:55 UTC
A code bug related to handling of `--flags=binary-laws --flags=-unary-laws` flags. `#ifdef` export does not match.
Comment 8 Larry the Git Cow gentoo-dev 2021-07-30 22:30:36 UTC
The bug has been closed via the following commit(s):

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

commit c16eca8aec2f8d32183a7c733377e84cf449a11d
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-07-30 22:30:08 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-07-30 22:30:08 +0000

    dev-haskell/quickcheck-classes-base: fix USE="binary-laws -unary-laws" case
    
    Reported-by: Toralf Förster
    Closes: https://bugs.gentoo.org/804870
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-haskell/quickcheck-classes-base/Manifest       |  1 +
 .../quickcheck-classes-base-0.6.2.0-laws.patch     | 51 ++++++++++++++++++++++
 dev-haskell/quickcheck-classes-base/metadata.xml   | 23 +---------
 .../quickcheck-classes-base-0.6.2.0.ebuild         | 36 +++++++++++++++
 4 files changed, 89 insertions(+), 22 deletions(-)