Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 799182 - dev-haskell/snap-core-1.0.4.2 - src/.../GZip.hs: error:
Summary: dev-haskell/snap-core-1.0.4.2 - src/.../GZip.hs: error:
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-29 07:23 UTC by Toralf Förster
Modified: 2021-06-29 08:08 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.48 KB, text/plain)
2021-06-29 07:23 UTC, Toralf Förster
Details
dev-haskell:snap-core-1.0.4.2:20210629-052119.log (dev-haskell:snap-core-1.0.4.2:20210629-052119.log,17.21 KB, text/plain)
2021-06-29 07:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,473.73 KB, text/plain)
2021-06-29 07:23 UTC, Toralf Förster
Details
environment (environment,82.07 KB, text/plain)
2021-06-29 07:23 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,35.40 KB, application/x-bzip)
2021-06-29 07:23 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,23.66 KB, application/x-bzip)
2021-06-29 07:23 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-06-29 07:23:42 UTC
[17 of 18] Compiling Snap.Util.GZip   ( src/Snap/Util/GZip.hs, dist/build/Snap/Util/GZip.o, dist/build/Snap/Util/GZip.dyn_o )

src/Snap/Util/GZip.hs:37:63: error:
    Module ‘System.IO.Streams’ does not export ‘compressBuilder’
   |
37 | import qualified System.IO.Streams                as Streams (compressBuilder, gzipBuilder)
   |                                                               ^^^^^^^^^^^^^^^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j3_debug-20210620-175917

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.9.5
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.53.0 *
Available Java Virtual Machines:
  (none found)

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  HEAD of ::gentoo
commit 78749a771b1b1bbdbd9c84f1bedf3d31f3ef80ae
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Jun 29 03:06:31 2021 +0000

    2021-06-29 03:06:29 UTC

emerge -qpvO dev-haskell/snap-core
[ebuild  N    ] dev-haskell/snap-core-1.0.4.2  USE="portable profile -debug -doc -hscolour -test"
Comment 1 Toralf Förster gentoo-dev 2021-06-29 07:23:43 UTC
Created attachment 720048 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-06-29 07:23:44 UTC
Created attachment 720051 [details]
dev-haskell:snap-core-1.0.4.2:20210629-052119.log
Comment 3 Toralf Förster gentoo-dev 2021-06-29 07:23:46 UTC
Created attachment 720054 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-06-29 07:23:48 UTC
Created attachment 720057 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-06-29 07:23:49 UTC
Created attachment 720060 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-06-29 07:23:50 UTC
Created attachment 720063 [details]
temp.tar.bz2
Comment 7 Sergei Trofimovich (RETIRED) gentoo-dev 2021-06-29 08:03:51 UTC
> etc/portage/package.use/24thrown_package_use_flags:dev-haskell/io-streams                             network -zlib

Looks like dev-haskell/snap-core ebuild lacks dev-haskell/io-streams[zlib]
Comment 8 Larry the Git Cow gentoo-dev 2021-06-29 08:08:25 UTC
The bug has been closed via the following commit(s):

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

commit 76d1bcce1976b7019adf8cb6a60d584561bc274d
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-06-29 08:08:18 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-06-29 08:08:23 +0000

    dev-haskell/snap-core: require io-streamz[zlib]
    
    Reported-by: Toralf Förster
    Closes: https://bugs.gentoo.org/799182
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-haskell/snap-core/snap-core-1.0.4.2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)