Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 792750 - dev-haskell/semigroupoids-5.3.4 - error: missing binary operator before token (
Summary: dev-haskell/semigroupoids-5.3.4 - error: missing binary operator before token (
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL: https://github.com/ekmett/semigroupoi...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-29 08:16 UTC by Toralf Förster
Modified: 2021-07-27 09:24 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.33 KB, text/plain)
2021-05-29 08:16 UTC, Toralf Förster
Details
dev-haskell:semigroupoids-5.3.4:20210529-051752.log (dev-haskell:semigroupoids-5.3.4:20210529-051752.log,11.94 KB, text/plain)
2021-05-29 08:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,39.56 KB, text/plain)
2021-05-29 08:16 UTC, Toralf Förster
Details
environment (environment,79.95 KB, text/plain)
2021-05-29 08:16 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,15.88 KB, application/x-bzip)
2021-05-29 08:16 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,21.85 KB, application/x-bzip)
2021-05-29 08:16 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-05-29 08:16:33 UTC
src/Data/Functor/Apply.hs:3:0: error:
     error: missing binary operator before token "("
        3 | #if __GLASGOW_HASKELL__ >= 702 && __GLASGOW_HASKELL <= 706 && defined(MIN_VERSION_comonad) && !(MIN_VERSION_comonad(3,0,3))
          | 
  |
3 | #if __GLASGOW_HASKELL__ >= 702 && __GLASGOW_HASKELL <= 706 && defined(MIN_VERSION_comonad) && !(MIN_VERSION_comonad(3,0,3))

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j3-20210528-172710

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
/usr/lib/llvm/12
12.0.0
Python 3.8.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.52.1 *
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

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat May 29 01:20:11 UTC 2021

emerge -qpvO dev-haskell/semigroupoids
[ebuild  N    ] dev-haskell/semigroupoids-5.3.4  USE="containers contravariant distributive tagged unordered-containers -comonad -doc -hscolour -profile -test"
Comment 1 Toralf Förster gentoo-dev 2021-05-29 08:16:35 UTC
Created attachment 712119 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-29 08:16:36 UTC
Created attachment 712122 [details]
dev-haskell:semigroupoids-5.3.4:20210529-051752.log
Comment 3 Toralf Förster gentoo-dev 2021-05-29 08:16:37 UTC
Created attachment 712125 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-05-29 08:16:39 UTC
Created attachment 712128 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-05-29 08:16:40 UTC
Created attachment 712131 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-05-29 08:16:41 UTC
Created attachment 712134 [details]
temp.tar.bz2
Comment 7 Sergei Trofimovich (RETIRED) gentoo-dev 2021-07-27 09:18:01 UTC
This one is probably a USE=-comonad.
Comment 8 Larry the Git Cow gentoo-dev 2021-07-27 09:21:40 UTC
The bug has been closed via the following commit(s):

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

commit b803a634a927c0434b5dfc7492155e6a9f5de93d
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-07-27 09:21:26 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-07-27 09:21:37 +0000

    dev-haskell/semigroupoids: unconditionally enable IUSE=comonad
    
    Reported-by: Toralf Förster
    Closes: https://bugs.gentoo.org/792750
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-haskell/semigroupoids/metadata.xml               | 6 ------
 dev-haskell/semigroupoids/semigroupoids-5.3.4.ebuild | 8 ++++----
 2 files changed, 4 insertions(+), 10 deletions(-)
Comment 9 Sergei Trofimovich (RETIRED) gentoo-dev 2021-07-27 09:24:34 UTC
Filed upstream as https://github.com/ekmett/semigroupoids/issues/108