Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 736228 - dev-haskell/io-streams-haproxy-1.0.1.0-r1 : src/.../HAProxy.hs: error:
Summary: dev-haskell/io-streams-haproxy-1.0.1.0-r1 : src/.../HAProxy.hs: error:
Status: RESOLVED DUPLICATE of bug 739724
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: 2020-08-07 08:09 UTC by Toralf Förster
Modified: 2020-08-31 09:13 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.27 KB, text/plain)
2020-08-07 08:09 UTC, Toralf Förster
Details
dev-haskell:io-streams-haproxy-1.0.1.0-r1:20200806-214443.log (dev-haskell:io-streams-haproxy-1.0.1.0-r1:20200806-214443.log,7.15 KB, text/plain)
2020-08-07 08:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,301.27 KB, text/plain)
2020-08-07 08:09 UTC, Toralf Förster
Details
environment (environment,76.56 KB, text/plain)
2020-08-07 08:09 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,24.04 KB, application/x-bzip)
2020-08-07 08:09 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.38 KB, application/x-bzip)
2020-08-07 08:09 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 2020-08-07 08:09:25 UTC
[2 of 2] Compiling System.IO.Streams.Network.HAProxy ( src/System/IO/Streams/Network/HAProxy.hs, dist/build/System/IO/Streams/Network/HAProxy.o )

src/System/IO/Streams/Network/HAProxy.hs:106:41: error:
    • Couldn't match expected type ‘network-2.6.3.1:Network.Socket.Types.Socket’
                  with actual type ‘N.Socket’
      NB: ‘N.Socket’

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20200730-183931

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
  [6]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.45.1 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.265_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Aug  6 09:05:30 PM UTC 2020

emerge -qpvO dev-haskell/io-streams-haproxy
[ebuild  N    ] dev-haskell/io-streams-haproxy-1.0.1.0-r1  USE="-doc -hscolour -profile -test"
Comment 1 Toralf Förster gentoo-dev 2020-08-07 08:09:28 UTC
Created attachment 653478 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-08-07 08:09:31 UTC
Created attachment 653480 [details]
dev-haskell:io-streams-haproxy-1.0.1.0-r1:20200806-214443.log
Comment 3 Toralf Förster gentoo-dev 2020-08-07 08:09:34 UTC
Created attachment 653482 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-08-07 08:09:37 UTC
Created attachment 653484 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-08-07 08:09:39 UTC
Created attachment 653486 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-08-07 08:09:42 UTC
Created attachment 653488 [details]
temp.tbz2
Comment 7 Sergei Trofimovich (RETIRED) gentoo-dev 2020-08-31 09:13:33 UTC
Network multislot conflict:

"""
      NB: ‘N.Socket’
            is defined in ‘Network.Socket.Types’ in package ‘network-3.0.1.1’
          ‘network-2.6.3.1:Network.Socket.Types.Socket’
            is defined in ‘Network.Socket.Types’ in package ‘network-2.6.3.1’
"""

Should be fixed bug un-slot: bug #739724

*** This bug has been marked as a duplicate of bug 739724 ***