haskell / cabal

Official upstream development repository for Cabal and cabal-install
https://haskell.org/cabal
Other
1.61k stars 691 forks source link

Shadowed dependency problem #4749

Closed djvs closed 6 years ago

djvs commented 7 years ago
$ ls | grep haskell-platform-8.2.1                                                                                                                    
haskell-platform-8.2.1/                                                                                                                                        
haskell-platform-8.2.1.tar.gz
haskell-platform-8.2.1-unknown-posix--full-x86_64.tar.gz   

$ cabal --version                                                                                                                                   
cabal-install version 2.0.0.0                                                                                                                                  
compiled using version 2.0.0.2 of the Cabal library  

$ ghc --version                                                                                                                                     
The Glorious Glasgow Haskell Compilation System, version 8.2.1   

$ uname -a
Linux rocky 4.12.6-1-ARCH #1 SMP PREEMPT Sat Aug 12 09:16:22 CEST 2017 x86_64 GNU/Linux

Short version:

$ cabal install MissingH xmonad xmonad-contrib xmonad-utils taffybar gtk2hs-buildtools  hashable-1.2.6.1 text-1.2.2.2
Resolving dependencies...           
Configuring X11-1.8...              
Configuring blaze-builder-0.4.0.2...                                    
Configuring hashtables-1.2.1.1...   
Configuring Cabal-1.24.2.0...       
Building blaze-builder-0.4.0.2...   
Building hashtables-1.2.1.1...      
Building Cabal-1.24.2.0...          
Failed to install blaze-builder-0.4.0.2                                 
Build log ( /home/d/.cabal/logs/ghc-8.2.1/blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc.log ):                         
cabal: Entering directory '/tmp/cabal-tmp-12359/blaze-builder-0.4.0.2'  
Configuring blaze-builder-0.4.0.2...                                    
Preprocessing library for blaze-builder-0.4.0.2..                       
Building library for blaze-builder-0.4.0.2..                            
<command line>: cannot satisfy -package-id text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH                                        
    (use -v for more information)   
cabal: Leaving directory '/tmp/cabal-tmp-12359/blaze-builder-0.4.0.2'   
Configuring hslogger-1.2.10...      
Failed to install hashtables-1.2.1.1                                    
Build log ( /home/d/.cabal/logs/ghc-8.2.1/hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P.log ):                            
cabal: Entering directory '/tmp/cabal-tmp-12360/hashtables-1.2.1.1'     
Configuring hashtables-1.2.1.1...   
Preprocessing library for hashtables-1.2.1.1..                          
Building library for hashtables-1.2.1.1..                               
<command line>: cannot satisfy -package-id hashable-1.2.6.1-14fEJP30YhAG9w115PODz0                                    
    (use -v for more information)   
cabal: Leaving directory '/tmp/cabal-tmp-12360/hashtables-1.2.1.1'      
Building hslogger-1.2.10...         
Failed to install hslogger-1.2.10   
Build log ( /home/d/.cabal/logs/ghc-8.2.1/hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62.log ):                               
cabal: Entering directory '/tmp/cabal-tmp-12359/hslogger-1.2.10'        
Configuring hslogger-1.2.10...      
Preprocessing library for hslogger-1.2.10..                             
Building library for hslogger-1.2.10..                                  
<command line>: cannot satisfy -package-id network-2.6.3.2-8o5F7G3DMrLGgmHkPzZYJx                                     
    (use -v for more information)   
cabal: Leaving directory '/tmp/cabal-tmp-12359/hslogger-1.2.10'         
Building X11-1.8...                 
Failed to install X11-1.8                                                                                            
Build log ( /home/d/.cabal/logs/ghc-8.2.1/X11-1.8-KNnVeWWRhxKAcmr5jdEZZr.log ):                                      
cabal: Entering directory '/tmp/cabal-tmp-12358/X11-1.8'                                                             
Configuring X11-1.8...                                                                                               
configure: WARNING: unrecognized options: --with-compiler                                                            
checking for gcc... /usr/lib/hardening-wrapper/bin/gcc                                                               
checking whether the C compiler works... yes                                                                         
checking for C compiler default output file name... a.out                                                            
checking for suffix of executables...                                                                                
checking whether we are cross compiling... no                                                                        
checking for suffix of object files... o                                                                             
checking whether we are using the GNU C compiler... yes                                                              
checking whether /usr/lib/hardening-wrapper/bin/gcc accepts -g... yes
checking for /usr/lib/hardening-wrapper/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/lib/hardening-wrapper/bin/gcc -E
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether to build Xinerama... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes                                                                                       
checking for stdlib.h... yes                                                                                         
checking for string.h... yes                                                                                         
checking for memory.h... yes                                                                                         
checking for strings.h... yes                                                                                        
checking for inttypes.h... yes                                                                                       
checking for stdint.h... yes                                                                                         
checking for unistd.h... yes
checking X11/extensions/Xinerama.h usability... yes
checking X11/extensions/Xinerama.h presence... yes
checking for X11/extensions/Xinerama.h... yes
checking X11/extensions/Xrandr.h usability... yes
checking X11/extensions/Xrandr.h presence... yes
checking for X11/extensions/Xrandr.h... yes
checking whether to build XScreenSaver... yes
checking X11/extensions/scrnsaver.h usability... yes
checking X11/extensions/scrnsaver.h presence... yes
checking for X11/extensions/scrnsaver.h... yes
checking whether to include X.org keysyms... yes
checking X11/keysym.h usability... yes
checking X11/keysym.h presence... yes
checking for X11/keysym.h... yes
checking X11/DECkeysym.h usability... yes
checking X11/DECkeysym.h presence... yes
checking for X11/DECkeysym.h... yes
checking X11/Sunkeysym.h usability... yes
checking X11/Sunkeysym.h presence... yes
checking for X11/Sunkeysym.h... yes
checking X11/ap_keysym.h usability... yes
checking X11/ap_keysym.h presence... yes
checking for X11/ap_keysym.h... yes
checking X11/HPkeysym.h usability... yes
checking X11/HPkeysym.h presence... yes
checking for X11/HPkeysym.h... yes
checking X11/XF86keysym.h usability... yes
checking X11/XF86keysym.h presence... yes
checking for X11/XF86keysym.h... yes
checking X11/keysymdef.h usability... yes
checking X11/keysymdef.h presence... yes
checking for X11/keysymdef.h... yes
checking X11/cursorfont.h usability... yes
checking X11/cursorfont.h presence... yes
checking for X11/cursorfont.h... yes
configure: creating ./config.status
config.status: creating config.mk
config.status: creating X11.buildinfo
config.status: creating include/HsX11Config.h
config.status: creating include/X11_extras_config.h
configure: WARNING: unrecognized options: --with-compiler
Preprocessing library for X11-1.8..
XF86.hsc:711:27: warning: extra tokens at end of #ifdef directive
XF86.hsc: In function ‘main’:
XF86.hsc:711:27: warning: extra tokens at end of #ifdef directive
XF86.hsc:711:27: warning: extra tokens at end of #ifdef directive
Building library for X11-1.8..
[ 1 of 28] Compiling Graphics.X11.Types ( dist/build/Graphics/X11/Types.hs, dist/build/Graphics/X11/Types.o )
[ 2 of 28] Compiling Graphics.X11.ExtraTypes.XorgDefault ( dist/build/Graphics/X11/ExtraTypes/XorgDefault.hs, dist/build/Graphics/X11/ExtraTypes/XorgDefault.o )
[ 3 of 28] Compiling Graphics.X11.ExtraTypes.XF86 ( dist/build/Graphics/X11/ExtraTypes/XF86.hs, dist/build/Graphics/X11/ExtraTypes/XF86.o )
[ 4 of 28] Compiling Graphics.X11.ExtraTypes.Sun ( dist/build/Graphics/X11/ExtraTypes/Sun.hs, dist/build/Graphics/X11/ExtraTypes/Sun.o )
[ 5 of 28] Compiling Graphics.X11.ExtraTypes.HP ( dist/build/Graphics/X11/ExtraTypes/HP.hs, dist/build/Graphics/X11/ExtraTypes/HP.o )
[ 6 of 28] Compiling Graphics.X11.ExtraTypes.DEC ( dist/build/Graphics/X11/ExtraTypes/DEC.hs, dist/build/Graphics/X11/ExtraTypes/DEC.o )
[ 7 of 28] Compiling Graphics.X11.ExtraTypes.AP ( dist/build/Graphics/X11/ExtraTypes/AP.hs, dist/build/Graphics/X11/ExtraTypes/AP.o )
[ 8 of 28] Compiling Graphics.X11.ExtraTypes ( Graphics/X11/ExtraTypes.hs, dist/build/Graphics/X11/ExtraTypes.o )
[ 9 of 28] Compiling Graphics.X11.Xlib.Internal ( dist/build/Graphics/X11/Xlib/Internal.hs, dist/build/Graphics/X11/Xlib/Internal.o )
[10 of 28] Compiling Graphics.X11.Xlib.Types ( dist/build/Graphics/X11/Xlib/Types.hs, dist/build/Graphics/X11/Xlib/Types.o )
[11 of 28] Compiling Graphics.X11.Xlib.Screen ( Graphics/X11/Xlib/Screen.hs, dist/build/Graphics/X11/Xlib/Screen.o )
[12 of 28] Compiling Graphics.X11.Xlib.Region ( Graphics/X11/Xlib/Region.hs, dist/build/Graphics/X11/Xlib/Region.o )
[13 of 28] Compiling Graphics.X11.Xlib.Image ( Graphics/X11/Xlib/Image.hs, dist/build/Graphics/X11/Xlib/Image.o )
[14 of 28] Compiling Graphics.X11.Xlib.Font ( dist/build/Graphics/X11/Xlib/Font.hs, dist/build/Graphics/X11/Xlib/Font.o )
[15 of 28] Compiling Graphics.X11.Xlib.Cursor ( dist/build/Graphics/X11/Xlib/Cursor.hs, dist/build/Graphics/X11/Xlib/Cursor.o )
[16 of 28] Compiling Graphics.X11.Xlib.Display ( Graphics/X11/Xlib/Display.hs, dist/build/Graphics/X11/Xlib/Display.o )
[17 of 28] Compiling Graphics.X11.Xlib.Event ( dist/build/Graphics/X11/Xlib/Event.hs, dist/build/Graphics/X11/Xlib/Event.o )
[18 of 28] Compiling Graphics.X11.Xlib.Context ( Graphics/X11/Xlib/Context.hs, dist/build/Graphics/X11/Xlib/Context.o )
[19 of 28] Compiling Graphics.X11.Xlib.Color ( Graphics/X11/Xlib/Color.hs, dist/build/Graphics/X11/Xlib/Color.o )
[20 of 28] Compiling Graphics.X11.Xlib.Atom ( dist/build/Graphics/X11/Xlib/Atom.hs, dist/build/Graphics/X11/Xlib/Atom.o )
[21 of 28] Compiling Graphics.X11.Xlib.Misc ( dist/build/Graphics/X11/Xlib/Misc.hs, dist/build/Graphics/X11/Xlib/Misc.o )
[22 of 28] Compiling Graphics.X11.Xlib.Window ( Graphics/X11/Xlib/Window.hs, dist/build/Graphics/X11/Xlib/Window.o )
[23 of 28] Compiling Graphics.X11.Xlib ( Graphics/X11/Xlib.hs, dist/build/Graphics/X11/Xlib.o )
[24 of 28] Compiling Graphics.X11.XScreenSaver ( dist/build/Graphics/X11/XScreenSaver.hs, dist/build/Graphics/X11/XScreenSaver.o )
[25 of 28] Compiling Graphics.X11     ( Graphics/X11.hs, dist/build/Graphics/X11.o )
[26 of 28] Compiling Graphics.X11.Xrandr ( dist/build/Graphics/X11/Xrandr.hs, dist/build/Graphics/X11/Xrandr.o )
[27 of 28] Compiling Graphics.X11.Xlib.Extras ( dist/build/Graphics/X11/Xlib/Extras.hs, dist/build/Graphics/X11/Xlib/Extras.o )
/usr/bin/ld.gold: fatal error: -pie and -r are incompatible
collect2: error: ld returned 1 exit status
`gcc' failed in phase `Linker'. (Exit code: 1)
cabal: Leaving directory '/tmp/cabal-tmp-12358/X11-1.8'

Long version:

$ cabal installi -v MissingH xmonad xmonad-contrib xmonad-utils taffybar gtk2hs-buildtools  hashable-1.2.6.1 text-1.2.2.2                                       
/usr/local/bin/alex --version                                                                                                                                  
/usr/lib/hardening-wrapper/bin/gcc -dumpversion                                                                                                                
looking for tool haddock near compiler in /usr/local/bin                                                                                                       
found haddock in /usr/local/bin/haddock                                                                                                                        
/usr/local/bin/haddock --version
/usr/local/bin/happy --version                                                                                                                                 
looking for tool hpc near compiler in /usr/local/bin                                                                                                           
found hpc in /usr/local/bin/hpc                                                                                                                                
/usr/local/bin/hpc version
looking for tool hsc2hs near compiler in /usr/local/bin                                                                                                        
found hsc2hs in /usr/local/bin/hsc2hs                                                                                                                          
/usr/local/bin/hsc2hs --version
/usr/local/bin/HsColour -version                                                                                                                               
/usr/local/bin/ghc -hide-all-packages -c /tmp/7825-0.c -o /tmp/7825-1.o                                                                                        
/usr/lib/hardening-wrapper/bin/ld.gold -x -r /tmp/7825-1.o -o /tmp/7825-2.o                                                                                    
/usr/bin/pkg-config --version                                                                                                                                  
looking for tool runghc near compiler in /usr/local/bin                                                                                                        
found runghc in /usr/local/bin/runghc                                                                                                                          
/usr/local/bin/runghc --version
/usr/bin/tar --help                                                                                                                                            
Reading available packages...                                                                                                                                  
index-state(hackage.haskell.org) = 2017-09-08T00:45:39Z                                                                                                        
/usr/bin/pkg-config --list-all                                                                                                                                 
/usr/bin/pkg-config --modversion libgksu2 orc-0.4 atk-bridge-2.0 'gtk+-unix-print-2.0' libzmf-0.0 QtScriptTools 'xmlrpc_util++' libdrm_intel xft soxr lirc icu-uc d3d javascriptcoregtk-4.0 xmlsec1-gcrypt libevent_pthreads py3cairo system.web.extensions.design_1.0 libavfilter libevent gspell-1 kbproto xkbui nspr libpng twolame scrnsaverproto libmtp libcmis-0.5 mate-desktop-2.0 libiptc libnm-glib libudf QtNetwork libcmark libsvn_fs_x gtkmathview-custom-reader dcadec libswresample adwaita-icon-theme gstreamer-tag-1.0 gdk-broadway-3.0 fuse3 libunwind-coredump gdome2-cpp-smart mount webkit2gtk-web-extension-4.0 gstreamer-net-1.0 vidstab cairomm-xlib-1.0 dri QtSql python2 liborcus-0.12 python3 e2p libnl-3.0 kdb libnm cairo-fc gstreamer-controller-1.0 libalpm zzipmmapped librevenge-stream-0.0 speex libthai libkmod dbusmenu-gtk3-0.4 'gtk+-unix-print-3.0' KPropertyCore3 xcb-xrm xcb-ewmh libsasl2 librsvg-2.0 ext2fs libjsonrpccpp-stub cairo-ft tinyxml2 gnome-bluetooth-1.0 neon 'libplist++' dbus-python soxr-lsr glu gio-unix-2.0 wv-1.0 libglade-2.0 xvmc libpcre2-posix liblzma lxappearance 'ImageMagick++-6.Q16HDRI' resourceproto Wand-6.Q16HDRI x11-xcb libebml liblz4 mad panel xf86vidmodeproto geocode-glib-1.0 cairo-gl libedit 'Magick++-6.Q16HDRI' xcb-xf86dri libwpg-0.3 libRmath gstreamer-fft-1.0 theoraenc 'xmlrpc_server++' libffi libwebpdecoder Qt5Test libpulse-simple formw kpathsea libva-egl libwebpdemux udev libcurl libgit2 graphite2 ldb libomxil-bellagio SDL2_image alsa Qt5Svg libavresample cairo-tee openal xaw7 wayland-egl argtable2 ijs wayland-client Qt5Concurrent libudev gcr-3 gtkmathview-gmetadom Qt5Location gtksourceview-3.0 gstreamer-audio-1.0 libevent_core kadm-client 'mlt++' xcb-atom libpcreposix libarchive libwebpmux libotf zvbi-0.2 libsrtp cairo-png libpcrecpp system.web.extensions_1.0 xcb-screensaver libunwind-ptrace talloc gdk-pixbuf-xlib-2.0 Qt5Script libavdevice xtst libdrm_amdgpu libnotify pango iso-codes avahi-sharp xcb-xv xmlrpc_server_cgi upower-glib cblas Qt5Xml libgoffice-0.10 mono-options gdk-x11-3.0 monosgen-2 mathview-backend-ps QtDesignerComponents mozilla-nspr xcb-shape apr-util-1 libdvdcss libecryptfs netcdf schroedinger-1.0 libsvn_diff xcb-render libva-wayland libgnomecanvas-2.0 Wand libpeas-1.0 libmpg123 hogweed gstreamer-sdp-1.0 libsvn_fs_util libass panelw libpsl Qt5Sensors cairo-egl libgxps xmlsec1-openssl ImageMagick sm QtSvg Qt5UiTools ss gail caca lapack icu-i18n libnl-genl-3.0 libglvnd geoclue-2.0 QtOpenGL soundtouch poppler-splash avahi-glib blockdev cairo-script libupnp wayland-scanner poppler-glib libelf x11 freetype2 libcap-ng ncursesw form gtk-doc sqlite3 efiboot dvdnav xmu appindicator-0.1 gegl-0.2 xcb-keysyms popt libidn bytesize libpq opencore-amrnb opus wayland-protocols libKActivities gdome2 gstreamer-video-1.0 libecpg mlt-framework redland gtkmm-2.4 QtXml 'xmlrpc_abyss++' xcb-res xmlrpc_abyss libpulse Qt5ScriptTools polkit-qt5-gui-1 ftgl libgoom2 systemd vpx libbsd 'gtk+-broadway-3.0' json-glib-1.0 libmpeg2convert osmesa fontconfig Qt5WebEngine inputproto libwacom mit-krb5-gssapi libpulse-mainloop-glib ddjvuapi libdrm_nouveau libexslt slang compositeproto gsl libopenjpeg1 libpcre16 monodoc smbclient atspi-2 libe-book-0.1 libuv cairomm-ps-1.0 libtirpc dmxproto libmikmod liborcus-spreadsheet-model-0.12 libv4l1 uuid libv4l2 presentproto pygtk-2.0 zzip-zlib-config libva xshmfence 'sigc++-2.0' wayland-server Qt5Gui cairo-xlib-xrender system.web.mvc3 jemalloc cairo libmspub-0.1 QtCLucene gtkmm-3.0 cairo-xlib libgdiplus libout123 libproxy-1.0 xcb-record kadm-server xpm avahi-ui-sharp yaml-0.1 SDL_mixer xatracker xext xcomposite libdogecoinconsensus libplist lirc-driver libmodplug libnm-util indicator-0.4 tiger libodfgen-0.1 pytalloc-util geoip libsvn_auth_kwallet zziplib libtcmalloc_debug xineramaproto cairo-xcb kate devmapper-event p11-kit-1 xcb-xinput libpcre32 avahi-client bluez libnl-cli-3.0 xcb-dri2 libdrm_radeon xcb-dri3 dbus-glib-1 xmlsec1-nss libfilezilla xorg-libinput libdrm xi python-2.7 librevenge-0.0 dri3proto Qt3Support Qt5MultimediaWidgets dbusmenu-qt5 polkit-qt5-1 Qt5Core QtMultimedia libgsasl xt xcursor gnutls xv QtTest polkit-gobject-1 QtGui QtXmlPatterns xcb-damage raptor2 xmlrpc_client libpng16 libva-tpi libgsf-1 gmodule-export-2.0 libcares libva-drm libssh_threads libssh libgme MagickWand-6.Q16HDRI libfontforgeexe cairomm-ft-1.0 libraw1394 libopenjp2 libssl qca2-qt5 udisks2 ptexenc libnewt xmlrpc_util reiserfscore libva-glx libsoup-2.4 m17n-flt system.web.mvc2 Qt5Designer polkit-qt5-agent-1 ImageMagick-6.Q16HDRI NetworkManager gconf-2.0 xcb-dpms bdw-gc libcanberra-gtk3 webkit2gtk-4.0 MagickCore xcb-shm Qt5Positioning pciaccess libstartup-notification-1.0 harfbuzz-gobject libexif liblangtag cairomm-1.0 KPropertyWidgets3 ogg python-3.6 libart-2.0 atkmm-1.6 serf-1 pangox libdts libpeas-gtk-1.0 cairo-ps m17n-core vorbisfile link-grammar pangomm-1.4 atomic_ops MagickWand libnl-nf-3.0 Qt5WebEngineCore com_err libnm-gtk 'libcrypto++' libsystemd netapi Qt5WebChannel gmodule-no-export-2.0 'xmlrpc_server_pstream++' xxf86dga libvisio-0.1 libwps-0.4 mono-nunit glesv2 poppler-cairo libtcmalloc_minimal libvlc xf86driproto xfont2 libpagemaker-0.0 lcms cecil lua52 libavcodec loudmouth-1.0 libavc1394 lua53 enca libseccomp flac libsvn_client libR libvisual-0.4 libsvn_delta libcmis-c-0.5 xproto mariadb KReport3 xcb-renderutil libprofiler yajl glesv1_cm libpcre gstreamer-rtp-1.0 mono libsvn_fs_base libpcre2-16 gstreamer-riff-1.0 opencore-amrwb libdvbv5 autoopts libmicrohttpd libpgtypes cairomm-pdf-1.0 vlc-plugin dconf ocl-icd giomm-2.4 gcr-base-3 Qt5Widgets zzipfseeko libfontforge xbitmaps libwebp re2 Qt5Help libinput cairo-glx libbsd-overlay avahi-ui libusb phonon4qt5 libsecret-1 xfixes guile-2.0 xkbcommon-x11 guile-2.2 xkbcommon libcdio_paranoia SDL_image pygobject-2.0 libcddb sbc libvcdinfo rasqal zzipwrap fdisk apr-1 xtables glib-2.0 bash libnl-idiag-3.0 xf86dgaproto libzip source-highlight libsvn_ra_serf libmesode taglib_c libxml-2.0 Qt5Network appindicator3-0.1 libimobiledevice-1.0 lqr-1 libpcre2-32 xcb-xtest xmlrpc_server pycairo libsvn_auth_gnome_keyring poppler ruby-2.4 libva-x11 libical cairomm-png-1.0 ldns gtkmathview-libxml2 evince-document-3.0 xcb-image gimpui-2.0 id3tag libpcsclite libatasmart cairo-gobject xrender krb5-gssapi libv4lconvert mozjs-24 xbuild12 libndp sndfile mathview-frontend-gmetadom mit-krb5 xres xorg-server xrandr nettle libsvn_fs_fs gail-3.0 mono-cairo libprocps pygobject-3.0 gthread-2.0 libprojectM libsvn_fs xcb-icccm gdk-2.0 gstreamer-1.0 'libcdio++' gstreamer-pbutils-1.0 gssrpc jack dbus-1 libnftnl gnome-desktop-3.0 vorbisenc libnl-route-3.0 gedit Qt5OpenGLExtensions libsvn_wc libsvn_repos libgssglue cairo-svg libunwind-generic mtdev dbusmenu-glib-0.4 xxf86vm pixman-1 sdl Qt5OpenGL gnome-icon-theme xkbcomp ao luajit libabw-0.1 'ImageMagick++' libspiro jsoncpp mathview-frontend-custom-reader QtCore icu-io tcl SDL_ttf Qt5XmlPatterns libKF5Attica 'gtk+-x11-2.0' samplerate wayland-cursor videoproto Qt5PrintSupport glibmm-2.4 libdvbpsi Qt5WebKit xcb-aux mozilla-nss MagickCore-6.Q16HDRI webrtc-audio-processing libpipeline harfbuzz-icu cairo-xcb-shm aspnetwebstack libunwind libmatroska fuse gudev-1.0 tdb libgeoclue-2.0 hunspell shout libcryptsetup libiso9660 libcrypto libtasn1 QtDesigner libevdev libzmq gck-1 libpci libkms xcb-proto libpcre2-8 gdk-3.0 libclucene-core libtcmalloc_minimal_debug xorg-synaptics libots-1 minizip Qt5DBus portaudiocpp lua xfont avahi-compat-libdns_sd harfbuzz zlib libsvn_ra_svn gdkmm-2.4 mythes libnm-glib-vpn mathview-frontend-libxml2 libjsonrpccpp-common ncurses libcroco-0.6 libquicktime QtUiTools gsettings-desktop-schemas blas gobject-2.0 libcdio polkit-agent-1 Qt5Multimedia pyldb-util devmapper lcms2 'flac++' 'gtk+-x11-3.0' 'libiso9660++' Qt5Qml libsvn_ra system.web.mvc gnome-icon-theme-symbolic protobuf-lite Qt5WebKitWidgets reactive libftdipp1 OpenCL snappy libecpg_compat dbusmenu-gtk-0.4 usbutils xcb-randr wbclient x264 x265 libmwaw-0.3 gbm xcb-event gdk-pixbuf-2.0 json-c libixion-0.12 libsodium libdw openssl 'gtk+-2.0' libcap libjpeg QtDeclarative efivar gdkmm-3.0 pangoxft xcb-xvmc xmlrpc libjsonrpccpp-client xcb-glx shared-mime-info libdv mm-glib theoradec tslib evince-view-3.0 xdamage libteamdctl egl SDL_net Qt5TextToSpeech QtScript libv4l2rds fontenc QtHelp libmpeg2 theora xcb-composite xkbfile tevent libbluray xmuu nss libntfs-3g smartcols 'ncurses++' libasyncns libavformat gdk-wayland-3.0 xcb-xfixes gstreamer-base-1.0 Qt5X11Extras Qt5QuickWidgets gnome-keyring-1 blkid Qt5QuickTest libssh2 polkit-qt5-core-1 libnghttp2 recordproto liblangtag-gobject freeglut synctex Qt5Quick xdmcp xinerama texlua52 glproto gstreamer-app-1.0 avahi-qt4 mono-2 libdaemon openpgm-5.2 lvm2app javascriptcoregtk-1.0 'gtk+-3.0' fontsproto gl vorbis cairomm-xlib-xrender-1.0 sdl2 libcdr-0.1 mathview-backend-svg mathview-frontend-libxml2-reader yelp-xsl libmng fontutil dotnet libevent_openssl wcf libmnl libsoup-gnome-2.4 xorg-evdev cairo-pdf xmlrpc_server_abyss libetonyek-0.1 'gtk+-wayland-3.0' menuw xkeyboard-config xorg-macros glew indicator3-0.4 libtiff-4 expat xcb-xkb lasem-0.4 libconfuse xau libsvn_subr krb5 menu dotnet35 gimp-2.0 libnma m17n-gui libspectre xextproto imlib2 speexdsp avahi-gobject IlmBase libip4tc gladeui-2.0 libdca librtmp libnl-xfrm-3.0 libcanberra avahi-ui-gtk3 libftdi1 libteam libswscale libwpd-0.10 gimpthumb-2.0 fribidi SDL2_mixer vdpau libexttextcat texluajit libusbmuxd python-3.6m libturbojpeg libtorrent abiword-3.0 xcb poppler-cpp m17n-db ice poppler-qt5 fixesproto libevent_extra 'xmlrpc_client++' libvoikko dmx xcb-util libsvn_ra_local libcanberra-gtk portaudio-2.0 gweather-3.0 dvdread libbsd-ctor randrproto libwnck-3.0 gtkspell-2.0 gstreamer-allocators-1.0 avahi-core gdlib libunwind-setjmp dri2proto libcdio_cdda mathview-core enchant atk datrie-0.2 libjsonrpccpp-server m17n-shell xmlsec1 librevenge-generators-0.0 pangoft2 aiksaurus-1.0 mono-lineeditor libtcmalloc epoxy QtDBus libdc1394-2 webkit-1.0 gmodule-2.0 vte-2.91 'Magick++' libpostproc gstreamer-plugins-base-1.0 jansson oggkate protobuf xcb-xinerama libusb-1.0 libxslt libparted xmlsec1-gnutls libiec61883 Qt5WebEngineWidgets gstreamer-check-1.0 xcb-present gaiksaurus-1.0 libqrencode xaw6 sox ModemManager jasper gstreamer-rtsp-1.0 'xmlrpc++' xcb-cursor cairomm-svg-1.0 mathview-backend-gtk renderproto Qt5Sql pangocairo OpenEXR taglib gio-2.0 libgtop-2.0 damageproto 'ncurses++w' gcr-ui-3 libopenjpeg libsecret-unstable pluma babl exiv2 gtkmathview-libxml2-reader libavutil libunicodenames gdk-x11-2.0 xscrnsaver xcb-sync lzo2 libip6tc mobile-broadband-provider-info
Resolving dependencies...                                                                                                                                      
Number of threads used: 4.                                                                                                                                     
Extracting                                                                                                                                                     
/home/d/.cabal/packages/hackage.haskell.org/Cabal/1.24.2.0/Cabal-1.24.2.0.tar.gz                                                                               
to /tmp/cabal-tmp-7825...
Extracting                                                                                                                                                     
Downloading data-default-0.7.1.1...                                                                                                                            
Extracting                                                                                                                                                     
/home/d/.cabal/packages/hackage.haskell.org/blaze-builder/0.4.0.2/blaze-builder-0.4.0.2.tar.gz                                                                 
/home/d/.cabal/packages/hackage.haskell.org/hashtables/1.2.1.1/hashtables-1.2.1.1.tar.gz                                                                       
to /tmp/cabal-tmp-7826...                                                                                                                                      
to /tmp/cabal-tmp-7827...                                                                                                                                      
writing                                                                                                                                                        
/home/d/.cabal/packages/hackage.haskell.org/data-default/0.7.1.1/data-default-0.7.1.1.tar.gz                                                                   
Updating blaze-builder.cabal with the latest revision from the index.                                                                                          
Updating hashtables.cabal with the latest revision from the index.                                                                                             
Selected mirror http://hackage.haskell.org/                                                                                                                    
Configuring blaze-builder-0.4.0.2...                                                                                                                           
Configuring hashtables-1.2.1.1...                                                                                                                              
Downloading package data-default-0.7.1.1                                                                                                                       
Using self-exec internal setup method with build-type Simple and args:                                                                                         
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","configure","--verbose=2","--builddir=dist","--ghc","--prefix=/home/d/.cabal","--bindir=/home/d/.cabal/bin","--libdir=/home/d/.cabal/lib","--libsubdir=x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc","--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1","--libexecdir=/home/d/.cabal/libexec","--libexecsubdir=x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2","--datadir=/home/d/.cabal/share","--datasubdir=x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2","--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2","--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2/html","--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2/html","--sysconfdir=/home/d/.cabal/etc","--user","--ipid=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc","--extra-prog-path=/home/d/.cabal/bin","--dependency=base=base-4.10.0.0","--dependency=bytestring=bytestring-0.10.8.2","--dependency=deepseq=deepseq-1.4.3.0","--dependency=text=text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH","--disable-tests","--exact-configuration","--disable-benchmarks"]
["act-as-setup","--build-type=Simple","--","configure","--verbose=2","--builddir=dist","--ghc","--prefix=/home/d/.cabal","--bindir=/home/d/.cabal/bin","--libdir=/home/d/.cabal/lib","--libsubdir=x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P","--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1","--libexecdir=/home/d/.cabal/libexec","--libexecsubdir=x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1","--datadir=/home/d/.cabal/share","--datasubdir=x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1","--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1","--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1/html","--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1/html","--sysconfdir=/home/d/.cabal/etc","--user","--flags=unsafe-tricks","--flags=-sse42","--flags=-portable","--flags=-debug","--flags=-bounds-checking","--ipid=hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P","--extra-prog-path=/home/d/.cabal/bin","--dependency=base=base-4.10.0.0","--dependency=ghc-prim=ghc-prim-0.5.1.0","--dependency=hashable=hashable-1.2.6.1-14fEJP30YhAG9w115PODz0","--dependency=primitive=primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg","--dependency=vector=vector-0.12.0.1-6mmeV84KOvJADXavl6mOiY","--disable-tests","--exact-configuration","--disable-benchmarks"]
/usr/bin/curl 'http://hackage.haskell.org/package/data-default-0.7.1.1.tar.gz' --output /tmp/transportAdapterGet7825-6 --location --write-out '%{http_code}' --user-agent 'cabal-install/2.0.0.0 (linux; x86_64)' --silent --show-error --dump-header /tmp/curl-headers7825-7.txt --header 'Cache-Control: no-transform'
Updating Cabal.cabal with the latest revision from the index.
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple
-- configure --verbose=2 --builddir=dist --ghc --prefix=/home/d/.cabal
Configuring Cabal-1.24.2.0...
-- configure --verbose=2 --builddir=dist --ghc --prefix=/home/d/.cabal
--bindir=/home/d/.cabal/bin --libdir=/home/d/.cabal/lib
--bindir=/home/d/.cabal/bin --libdir=/home/d/.cabal/lib
--libsubdir=x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc
--libsubdir=x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P
--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1
Using self-exec internal setup method with build-type Simple and args:                                                                                         
--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1                                                                                                          
--libexecdir=/home/d/.cabal/libexec                                                                                                                            
--libexecdir=/home/d/.cabal/libexec
["act-as-setup","--build-type=Simple","--","configure","--verbose=2","--builddir=dist","--ghc","--prefix=/home/d/.cabal","--bindir=/home/d/.cabal/bin","--libdir=/home/d/.cabal/lib","--libsubdir=x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0-5TDfIXNoB1nLZI4BCo268K","--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1","--libexecdir=/home/d/.cabal/libexec","--libexecsubdir=x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0","--datadir=/home/d/.cabal/share","--datasubdir=x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0","--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0","--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0/html","--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0/html","--sysconfdir=/home/d/.cabal/etc","--user","--flags=-bundled-binary-generic","--ipid=Cabal-1.24.2.0-5TDfIXNoB1nLZI4BCo268K","--extra-prog-path=/home/d/.cabal/bin","--dependency=array=array-0.5.2.0","--dependency=base=base-4.10.0.0","--dependency=binary=binary-0.8.5.1","--dependency=bytestring=bytestring-0.10.8.2","--dependency=containers=containers-0.5.10.2","--dependency=deepseq=deepseq-1.4.3.0","--dependency=directory=directory-1.3.0.2","--dependency=filepath=filepath-1.4.1.2","--dependency=pretty=pretty-1.1.3.3","--dependency=process=process-1.4.3.0-KXdcpuH7CIo2RiUMmpoqG9","--dependency=time=time-1.8.0.2","--dependency=unix=unix-2.7.2.2","--disable-tests","--exact-configuration","--disable-benchmarks"]
--libexecsubdir=x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2
--libexecsubdir=x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1
--datadir=/home/d/.cabal/share
--datadir=/home/d/.cabal/share
--datasubdir=x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2
--datasubdir=x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple
--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2
--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1
-- configure --verbose=2 --builddir=dist --ghc --prefix=/home/d/.cabal
--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2/html
--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1/html
--bindir=/home/d/.cabal/bin --libdir=/home/d/.cabal/lib
--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2/html
--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1/html
--libsubdir=x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0-5TDfIXNoB1nLZI4BCo268K
--sysconfdir=/home/d/.cabal/etc --user
--sysconfdir=/home/d/.cabal/etc --user --flags=unsafe-tricks --flags=-sse42
--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1
--ipid=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc
--flags=-portable --flags=-debug --flags=-bounds-checking
--libexecdir=/home/d/.cabal/libexec
--extra-prog-path=/home/d/.cabal/bin --dependency=base=base-4.10.0.0                                                                                           
--ipid=hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P                                                                                                               
--libexecsubdir=x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0
--dependency=bytestring=bytestring-0.10.8.2
--extra-prog-path=/home/d/.cabal/bin --dependency=base=base-4.10.0.0
--datadir=/home/d/.cabal/share
--dependency=deepseq=deepseq-1.4.3.0
--dependency=ghc-prim=ghc-prim-0.5.1.0
--datasubdir=x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0
--dependency=text=text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH --disable-tests
--dependency=hashable=hashable-1.2.6.1-14fEJP30YhAG9w115PODz0
--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0                                                                                        
--exact-configuration --disable-benchmarks                                                                                                                     
--dependency=primitive=primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg
--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0/html
--dependency=vector=vector-0.12.0.1-6mmeV84KOvJADXavl6mOiY --disable-tests
--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/Cabal-1.24.2.0/html
--exact-configuration --disable-benchmarks
--sysconfdir=/home/d/.cabal/etc --user --flags=-bundled-binary-generic
Redirecting build log to {handle:
--ipid=Cabal-1.24.2.0-5TDfIXNoB1nLZI4BCo268K
/home/d/.cabal/logs/ghc-8.2.1/blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc.log}                                                                                
--extra-prog-path=/home/d/.cabal/bin --dependency=array=array-0.5.2.0                                                                                          
Redirecting build log to {handle:                                                                                                                              
--dependency=base=base-4.10.0.0 --dependency=binary=binary-0.8.5.1
/home/d/.cabal/logs/ghc-8.2.1/hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P.log}
--dependency=bytestring=bytestring-0.10.8.2
--dependency=containers=containers-0.5.10.2                                                                                                                    
--dependency=deepseq=deepseq-1.4.3.0 --dependency=directory=directory-1.3.0.2                                                                                  
--dependency=filepath=filepath-1.4.1.2 --dependency=pretty=pretty-1.1.3.3
--dependency=process=process-1.4.3.0-KXdcpuH7CIo2RiUMmpoqG9                                                                                                    
--dependency=time=time-1.8.0.2 --dependency=unix=unix-2.7.2.2 --disable-tests                                                                                  
--exact-configuration --disable-benchmarks
Redirecting build log to {handle:
/home/d/.cabal/logs/ghc-8.2.1/Cabal-1.24.2.0-5TDfIXNoB1nLZI4BCo268K.log}
Extracting                                                                                                                                                     
/home/d/.cabal/packages/hackage.haskell.org/data-default/0.7.1.1/data-default-0.7.1.1.tar.gz                                                                   
to /tmp/cabal-tmp-7828...                                                                                                                                      
Updating data-default.cabal with the latest revision from the index.                                                                                           
Configuring data-default-0.7.1.1...                                                                                                                            
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","configure","--verbose=2","--builddir=dist","--ghc","--prefix=/home/d/.cabal","--bindir=/home/d/.cabal/bin","--libdir=/home/d/.cabal/lib","--libsubdir=x86_64-linux-ghc-8.2.1/data-default-0.7.1.1-Dc2umS7ZsUK5am88Tnl4cY","--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1","--libexecdir=/home/d/.cabal/libexec","--libexecsubdir=x86_64-linux-ghc-8.2.1/data-default-0.7.1.1","--datadir=/home/d/.cabal/share","--datasubdir=x86_64-linux-ghc-8.2.1/data-default-0.7.1.1","--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/data-default-0.7.1.1","--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/data-default-0.7.1.1/html","--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/data-default-0.7.1.1/html","--sysconfdir=/home/d/.cabal/etc","--user","--ipid=data-default-0.7.1.1-Dc2umS7ZsUK5am88Tnl4cY","--extra-prog-path=/home/d/.cabal/bin","--dependency=base=base-4.10.0.0","--dependency=data-default-class=data-default-class-0.1.2.0-B19yOrBRbV98MKMqJY4NMA","--dependency=data-default-instances-containers=data-default-instances-containers-0.0.1-G2UApxlR14sF7JcvZqqhoD","--dependency=data-default-instances-dlist=data-default-instances-dlist-0.0.1-C32Mbj91nBwBxxJDXH64zP","--dependency=data-default-instances-old-locale=data-default-instances-old-locale-0.0.1-3tEDhAgaXFeI0pygfoVN5P","--disable-tests","--exact-configuration","--disable-benchmarks"]
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple                                                                                 
-- configure --verbose=2 --builddir=dist --ghc --prefix=/home/d/.cabal                                                                                         
--bindir=/home/d/.cabal/bin --libdir=/home/d/.cabal/lib                                                                                                        
--libsubdir=x86_64-linux-ghc-8.2.1/data-default-0.7.1.1-Dc2umS7ZsUK5am88Tnl4cY                                                                                 
--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1                                                                                                          
--libexecdir=/home/d/.cabal/libexec                                                                                                                            
--libexecsubdir=x86_64-linux-ghc-8.2.1/data-default-0.7.1.1                                                                                                    
--datadir=/home/d/.cabal/share                                                                                                                                 
--datasubdir=x86_64-linux-ghc-8.2.1/data-default-0.7.1.1                                                                                                       
--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/data-default-0.7.1.1                                                                                  
--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/data-default-0.7.1.1/html                                                                            
--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/data-default-0.7.1.1/html                                                                         
--sysconfdir=/home/d/.cabal/etc --user                                                                                                                         
--ipid=data-default-0.7.1.1-Dc2umS7ZsUK5am88Tnl4cY                                                                                                             
--extra-prog-path=/home/d/.cabal/bin --dependency=base=base-4.10.0.0                                                                                           
--dependency=data-default-class=data-default-class-0.1.2.0-B19yOrBRbV98MKMqJY4NMA                                                                              
--dependency=data-default-instances-containers=data-default-instances-containers-0.0.1-G2UApxlR14sF7JcvZqqhoD                                                  
--dependency=data-default-instances-dlist=data-default-instances-dlist-0.0.1-C32Mbj91nBwBxxJDXH64zP                                                            
--dependency=data-default-instances-old-locale=data-default-instances-old-locale-0.0.1-3tEDhAgaXFeI0pygfoVN5P                                                  
--disable-tests --exact-configuration --disable-benchmarks                                                                                                     
Redirecting build log to {handle:                                                                                                                              
/home/d/.cabal/logs/ghc-8.2.1/data-default-0.7.1.1-Dc2umS7ZsUK5am88Tnl4cY.log}                                                                                 
Building hashtables-1.2.1.1...                                                                                                                                 
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","build","--verbose=2","--builddir=dist"]
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple
-- build --verbose=2 --builddir=dist
Redirecting build log to {handle:                                                                                                                              
/home/d/.cabal/logs/ghc-8.2.1/hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P.log}                                                                                   
Building blaze-builder-0.4.0.2...                                                                                                                              
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","build","--verbose=2","--builddir=dist"]                                                                            
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple                                                                                 
-- build --verbose=2 --builddir=dist                                                                                                                           
Redirecting build log to {handle:                                                                                                                              
/home/d/.cabal/logs/ghc-8.2.1/blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc.log}
Building Cabal-1.24.2.0...                                                                                                                                     
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","build","--verbose=2","--builddir=dist"]                                                                            
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple
-- build --verbose=2 --builddir=dist
Redirecting build log to {handle:
/home/d/.cabal/logs/ghc-8.2.1/Cabal-1.24.2.0-5TDfIXNoB1nLZI4BCo268K.log}
Failed to install hashtables-1.2.1.1
Build log ( /home/d/.cabal/logs/ghc-8.2.1/hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P.log ):
cabal: Entering directory '/tmp/cabal-tmp-7827/hashtables-1.2.1.1'
Configuring hashtables-1.2.1.1...
Flags chosen: portable=False, sse42=False, debug=False, bounds-checking=False,
unsafe-tricks=True
Dependency base ==4.10.0.0: using base-4.10.0.0
Dependency ghc-prim ==0.5.1.0: using ghc-prim-0.5.1.0
Dependency hashable ==1.2.6.1: using hashable-1.2.6.1
Dependency primitive ==0.6.2.0: using primitive-0.6.2.0
Dependency vector ==0.12.0.1: using vector-0.12.0.1
Source component graph: component lib
Configured component graph:
    component hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P
        include base-4.10.0.0
        include hashable-1.2.6.1-14fEJP30YhAG9w115PODz0
        include primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg
        include vector-0.12.0.1-6mmeV84KOvJADXavl6mOiY
        include ghc-prim-0.5.1.0
Linked component graph:
    unit hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P
        include base-4.10.0.0
        include hashable-1.2.6.1-14fEJP30YhAG9w115PODz0
        include primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg
        include vector-0.12.0.1-6mmeV84KOvJADXavl6mOiY
        include ghc-prim-0.5.1.0
        Data.HashTable.Class=hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P:Data.HashTable.Class,Data.HashTable.IO=hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P:Data.HashTable.IO,Data.HashTable.ST.Basic=hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P:Data.HashTable.ST.Basic,Data.HashTable.ST.Cuckoo=hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P:Data.HashTable.ST.Cuckoo,Data.HashTable.ST.Linear=hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P:Data.HashTable.ST.Linear
Ready component graph:
    definite hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P
        depends base-4.10.0.0
        depends hashable-1.2.6.1-14fEJP30YhAG9w115PODz0
        depends primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg
        depends vector-0.12.0.1-6mmeV84KOvJADXavl6mOiY
        depends ghc-prim-0.5.1.0
Using Cabal-2.0.0.2 compiled by ghc-8.2
Using compiler: ghc-8.2.1
Using install prefix: /home/d/.cabal
Executables installed in: /home/d/.cabal/bin
Libraries installed in:
/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P
Dynamic Libraries installed in: /home/d/.cabal/lib/x86_64-linux-ghc-8.2.1
Private executables installed in:
/home/d/.cabal/libexec/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1
Data files installed in:
/home/d/.cabal/share/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1
Documentation installed in:
/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hashtables-1.2.1.1
Configuration files installed in: /home/d/.cabal/etc
Using alex version 3.2.1 found on system at: /usr/local/bin/alex
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
No doctest found
Using gcc version 7.1.1 found on system at: /usr/lib/hardening-wrapper/bin/gcc
Using ghc version 8.2.1 found on system at: /usr/local/bin/ghc
Using ghc-pkg version 8.2.1 found on system at: /usr/local/bin/ghc-pkg
No ghcjs found
No ghcjs-pkg found
No greencard found
Using haddock version 2.18.1 found on system at: /usr/local/bin/haddock
Using happy version 1.19.5 found on system at: /usr/local/bin/happy
Using haskell-suite found on system at: haskell-suite-dummy-location
Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
No hmake found
Using hpc version 0.67 found on system at: /usr/local/bin/hpc
Using hsc2hs version 0.68.2 found on system at: /usr/local/bin/hsc2hs
Using hscolour version 1.24 found on system at: /usr/local/bin/HsColour
No jhc found
Using ld found on system at: /usr/lib/hardening-wrapper/bin/ld.gold
No lhc found
No lhc-pkg found
Using pkg-config version 0.29.2 found on system at: /usr/bin/pkg-config
Using runghc version 8.2.1 found on system at: /usr/local/bin/runghc
Using strip version 2.28 found on system at: /usr/bin/strip
Using tar found on system at: /usr/bin/tar
No uhc found
Component build order: library
/usr/local/bin/ghc-pkg init dist/package.conf.inplace
creating dist/build
creating dist/build/autogen
creating dist/build/autogen
Preprocessing library for hashtables-1.2.1.1..
Building library for hashtables-1.2.1.1..
creating dist/build
/usr/local/bin/ghc --make -fbuilding-cabal-package -O -static -dynamic-too -dynosuf dyn_o -dynhisuf dyn_hi -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -idist/build/global-autogen -Idist/build/autogen -Idist/build/global-autogen -Idist/build -optP-DUNSAFETRICKS -optP-include -optPdist/build/autogen/cabal_macros.h -this-unit-id hashtables-1.2.1.1-B7IycJmi3oIEc4oB1A3T7P -hide-all-packages -Wmissing-home-modules -package-db dist/package.conf.inplace -package-id base-4.10.0.0 -package-id hashable-1.2.6.1-14fEJP30YhAG9w115PODz0 -package-id primitive-0.6.2.0-V0ibjLQDdN6fcQS5bjLVg -package-id vector-0.12.0.1-6mmeV84KOvJADXavl6mOiY -package-id ghc-prim-0.5.1.0 -XHaskell98 Data.HashTable.Class Data.HashTable.IO Data.HashTable.ST.Basic Data.HashTable.ST.Cuckoo Data.HashTable.ST.Linear Data.HashTable.Internal.Array Data.HashTable.Internal.IntArray Data.HashTable.Internal.CacheLine Data.HashTable.Internal.CheapPseudoRandomBitStream Data.HashTable.Internal.UnsafeTricks Data.HashTable.Internal.Utils Data.HashTable.Internal.Linear.Bucket -Wall -fwarn-tabs -funbox-strict-fields -O2 -fno-warn-unused-do-bind
<command line>: cannot satisfy -package-id hashable-1.2.6.1-14fEJP30YhAG9w115PODz0
    (use -v for more information)
cabal: Leaving directory '/tmp/cabal-tmp-7827/hashtables-1.2.1.1'
Extracting
/home/d/.cabal/packages/hackage.haskell.org/hslogger/1.2.10/hslogger-1.2.10.tar.gz
to /tmp/cabal-tmp-7827...
Updating hslogger.cabal with the latest revision from the index.                                                                                               
Configuring hslogger-1.2.10...                                                                                                                                 
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","configure","--verbose=2","--builddir=dist","--ghc","--prefix=/home/d/.cabal","--bindir=/home/d/.cabal/bin","--libdir=/home/d/.cabal/lib","--libsubdir=x86_64-linux-ghc-8.2.1/hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62","--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1","--libexecdir=/home/d/.cabal/libexec","--libexecsubdir=x86_64-linux-ghc-8.2.1/hslogger-1.2.10","--datadir=/home/d/.cabal/share","--datasubdir=x86_64-linux-ghc-8.2.1/hslogger-1.2.10","--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hslogger-1.2.10","--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hslogger-1.2.10/html","--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hslogger-1.2.10/html","--sysconfdir=/home/d/.cabal/etc","--user","--flags=small_base","--flags=-buildtests","--ipid=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62","--extra-prog-path=/home/d/.cabal/bin","--dependency=base=base-4.10.0.0","--dependency=containers=containers-0.5.10.2","--dependency=directory=directory-1.3.0.2","--dependency=mtl=mtl-2.2.1-19EL8AGBsN3DnnOhrC9xY3","--dependency=network=network-2.6.3.2-8o5F7G3DMrLGgmHkPzZYJx","--dependency=old-locale=old-locale-1.0.0.7-1sqf81TERjR1yVX7sI2OtM","--dependency=process=process-1.6.1.0","--dependency=time=time-1.8.0.2","--dependency=unix=unix-2.7.2.2","--disable-tests","--exact-configuration","--disable-benchmarks"]
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple
-- configure --verbose=2 --builddir=dist --ghc --prefix=/home/d/.cabal
--bindir=/home/d/.cabal/bin --libdir=/home/d/.cabal/lib
--libsubdir=x86_64-linux-ghc-8.2.1/hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62
--dynlibdir=/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1
--libexecdir=/home/d/.cabal/libexec
--libexecsubdir=x86_64-linux-ghc-8.2.1/hslogger-1.2.10
--datadir=/home/d/.cabal/share
--datasubdir=x86_64-linux-ghc-8.2.1/hslogger-1.2.10                                                                                                            
--docdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hslogger-1.2.10                                                                                       
--htmldir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hslogger-1.2.10/html                                                                                 
--haddockdir=/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hslogger-1.2.10/html                                                                              
--sysconfdir=/home/d/.cabal/etc --user --flags=small_base --flags=-buildtests                                                                                  
--ipid=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62
--extra-prog-path=/home/d/.cabal/bin --dependency=base=base-4.10.0.0                                                                                           
--dependency=containers=containers-0.5.10.2                                                                                                                    
--dependency=directory=directory-1.3.0.2
--dependency=mtl=mtl-2.2.1-19EL8AGBsN3DnnOhrC9xY3                                                                                                              
--dependency=network=network-2.6.3.2-8o5F7G3DMrLGgmHkPzZYJx                                                                                                    
--dependency=old-locale=old-locale-1.0.0.7-1sqf81TERjR1yVX7sI2OtM
--dependency=process=process-1.6.1.0 --dependency=time=time-1.8.0.2
--dependency=unix=unix-2.7.2.2 --disable-tests --exact-configuration
--disable-benchmarks
Redirecting build log to {handle:                                                                                                                              
/home/d/.cabal/logs/ghc-8.2.1/hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62.log}                                                                                      
Building data-default-0.7.1.1...                                                                                                                               
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","build","--verbose=2","--builddir=dist"]                                                                            
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple                                                                                 
-- build --verbose=2 --builddir=dist                                                                                                                           
Redirecting build log to {handle:                                                                                                                              
/home/d/.cabal/logs/ghc-8.2.1/data-default-0.7.1.1-Dc2umS7ZsUK5am88Tnl4cY.log}                                                                                 
Failed to install blaze-builder-0.4.0.2                                                                                                                        
Build log ( /home/d/.cabal/logs/ghc-8.2.1/blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc.log ):                                                                  
cabal: Entering directory '/tmp/cabal-tmp-7826/blaze-builder-0.4.0.2'                                                                                          
Configuring blaze-builder-0.4.0.2...                                                                                                                           
Dependency base ==4.10.0.0: using base-4.10.0.0                                                                                                                
Dependency bytestring ==0.10.8.2: using bytestring-0.10.8.2                                                                                                    
Dependency deepseq ==1.4.3.0: using deepseq-1.4.3.0                                                                                                            
Dependency text ==1.2.2.2: using text-1.2.2.2                                                                                                                  
Source component graph: component lib                                                                                                                          
Configured component graph:                                                                                                                                    
    component blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc                                                                                                     
        include base-4.10.0.0                                                                                                                                  
        include deepseq-1.4.3.0                                                                                                                                
        include text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH                                                                                                            
        include bytestring-0.10.8.2                                                                                                                            
Linked component graph:                                                                                                                                        
    unit blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc                                                                                                          
        include base-4.10.0.0                                                                                                                                  
        include deepseq-1.4.3.0                                                                                                                                
        include text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH                                                                                                            
        include bytestring-0.10.8.2                                                                                                                            
        Blaze.ByteString.Builder=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder,Blaze.ByteString.Builder.ByteString=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder.ByteString,Blaze.ByteString.Builder.Char.Utf8=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder.Char.Utf8,Blaze.ByteString.Builder.Char8=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder.Char8,Blaze.ByteString.Builder.Compat.Write=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder.Compat.Write,Blaze.ByteString.Builder.HTTP=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder.HTTP,Blaze.ByteString.Builder.Html.Utf8=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder.Html.Utf8,Blaze.ByteString.Builder.Int=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder.Int,Blaze.ByteString.Builder.Internal.Write=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder.Internal.Write,Blaze.ByteString.Builder.Word=blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc:Blaze.ByteString.Builder.Word
Ready component graph:                                                                                                                                         
    definite blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc                                                                                                      
        depends base-4.10.0.0                                                                                                                                  
        depends deepseq-1.4.3.0                                                                                                                                
        depends text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH                                                                                                            
        depends bytestring-0.10.8.2                                                                                                                            
Using Cabal-2.0.0.2 compiled by ghc-8.2                                                                                                                        
Using compiler: ghc-8.2.1                                                                                                                                      
Using install prefix: /home/d/.cabal                                                                                                                           
Executables installed in: /home/d/.cabal/bin                                                                                                                   
Libraries installed in:                                                                                                                                        
/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc                                                                         
Dynamic Libraries installed in: /home/d/.cabal/lib/x86_64-linux-ghc-8.2.1                                                                                      
Private executables installed in:                                                                                                                              
/home/d/.cabal/libexec/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2                                                                                            
Data files installed in:                                                                                                                                       
/home/d/.cabal/share/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2                                                                                              
Documentation installed in:                                                                                                                                    
/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/blaze-builder-0.4.0.2                                                                                          
Configuration files installed in: /home/d/.cabal/etc                                                                                                           
Using alex version 3.2.1 found on system at: /usr/local/bin/alex                                                                                               
Using ar found on system at: /usr/bin/ar                                                                                                                       
No c2hs found                                                                                                                                                  
No cpphs found                                                                                                                                                 
No doctest found                                                                                                                                               
Using gcc version 7.1.1 found on system at: /usr/lib/hardening-wrapper/bin/gcc                                                                                 
Using ghc version 8.2.1 found on system at: /usr/local/bin/ghc                                                                                                 
Using ghc-pkg version 8.2.1 found on system at: /usr/local/bin/ghc-pkg                                                                                         
No ghcjs found                                                                                                                                                 
No ghcjs-pkg found                                                                                                                                             
No greencard found                                                                                                                                             
Using haddock version 2.18.1 found on system at: /usr/local/bin/haddock                                                                                        
Using happy version 1.19.5 found on system at: /usr/local/bin/happy                                                                                            
Using haskell-suite found on system at: haskell-suite-dummy-location                                                                                           
Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location                                                                                   
No hmake found                                                                                                                                                 
Using hpc version 0.67 found on system at: /usr/local/bin/hpc                                                                                                  
Using hsc2hs version 0.68.2 found on system at: /usr/local/bin/hsc2hs                                                                                          
Using hscolour version 1.24 found on system at: /usr/local/bin/HsColour                                                                                        
No jhc found                                                                                                                                                   
Using ld found on system at: /usr/lib/hardening-wrapper/bin/ld.gold                                                                                            
No lhc found                                                                                                                                                   
No lhc-pkg found                                                                                                                                               
Using pkg-config version 0.29.2 found on system at: /usr/bin/pkg-config                                                                                        
Using runghc version 8.2.1 found on system at: /usr/local/bin/runghc                                                                                           
Using strip version 2.28 found on system at: /usr/bin/strip                                                                                                    
Using tar found on system at: /usr/bin/tar                                                                                                                     
No uhc found                                                                                                                                                   
Component build order: library                                                                                                                                 
/usr/local/bin/ghc-pkg init dist/package.conf.inplace                                                                                                          
creating dist/build                                                                                                                                            
creating dist/build/autogen                                                                                                                                    
creating dist/build/autogen                                                                                                                                    
Preprocessing library for blaze-builder-0.4.0.2..                                                                                                              
Building library for blaze-builder-0.4.0.2..                                                                                                                   
creating dist/build                                                                                                                                            
/usr/local/bin/ghc --make -fbuilding-cabal-package -O -static -dynamic-too -dynosuf dyn_o -dynhisuf dyn_hi -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -idist/build/global-autogen -Idist/build/autogen -Idist/build/global-autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -this-unit-id blaze-builder-0.4.0.2-8ZspjAKqejL6DPUAcgd0lc -hide-all-packages -Wmissing-home-modules -package-db dist/package.conf.inplace -package-id base-4.10.0.0 -package-id deepseq-1.4.3.0 -package-id text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH -package-id bytestring-0.10.8.2 -XHaskell98 Blaze.ByteString.Builder Blaze.ByteString.Builder.Int Blaze.ByteString.Builder.Word Blaze.ByteString.Builder.ByteString Blaze.ByteString.Builder.Char.Utf8 Blaze.ByteString.Builder.Char8 Blaze.ByteString.Builder.Html.Utf8 Blaze.ByteString.Builder.HTTP Blaze.ByteString.Builder.Compat.Write Blaze.ByteString.Builder.Internal.Write -Wall
<command line>: cannot satisfy -package-id text-1.2.2.2-EGUst8sqNAZCw1xLPcmcMH                                                                                 
    (use -v for more information)                                                                                                                              
cabal: Leaving directory '/tmp/cabal-tmp-7826/blaze-builder-0.4.0.2'                                                                                           
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","copy","--verbose=2","--builddir=dist"]
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple
-- copy --verbose=2 --builddir=dist
Redirecting build log to {handle:
/home/d/.cabal/logs/ghc-8.2.1/data-default-0.7.1.1-Dc2umS7ZsUK5am88Tnl4cY.log}
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","register","--verbose=2","--builddir=dist","--gen-pkg-config=/tmp/pkgConf-data-default-0.7.1.1-7825/pkgConf"]       
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple                                                                                 
-- register --verbose=2 --builddir=dist                                                                                                                        
--gen-pkg-config=/tmp/pkgConf-data-default-0.7.1.1-7825/pkgConf                                                                                                
Redirecting build log to {handle:                                                                                                                              
/home/d/.cabal/logs/ghc-8.2.1/data-default-0.7.1.1-Dc2umS7ZsUK5am88Tnl4cY.log}                                                                                 
/usr/local/bin/ghc-pkg update - --global --user                                                                                                                
Installed data-default-0.7.1.1                                                                                                                                 
Building hslogger-1.2.10...                                                                                                                                    
Using self-exec internal setup method with build-type Simple and args:                                                                                         
["act-as-setup","--build-type=Simple","--","build","--verbose=2","--builddir=dist"]                                                                            
/usr/local/haskell/ghc-8.2.1-x86_64/bin/cabal act-as-setup --build-type=Simple                                                                                 
-- build --verbose=2 --builddir=dist                                                                                                                           
Redirecting build log to {handle:
/home/d/.cabal/logs/ghc-8.2.1/hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62.log}                                                                                      
Failed to install hslogger-1.2.10                                                                                                                              
Build log ( /home/d/.cabal/logs/ghc-8.2.1/hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62.log ):
cabal: Entering directory '/tmp/cabal-tmp-7827/hslogger-1.2.10'
Configuring hslogger-1.2.10...
Flags chosen: buildtests=False, small_base=True
Dependency base ==4.10.0.0: using base-4.10.0.0
Dependency containers ==0.5.10.2: using containers-0.5.10.2
Dependency directory ==1.3.0.2: using directory-1.3.0.2
Dependency mtl ==2.2.1: using mtl-2.2.1
Dependency network ==2.6.3.2: using network-2.6.3.2
Dependency old-locale ==1.0.0.7: using old-locale-1.0.0.7
Dependency process ==1.6.1.0: using process-1.6.1.0
Dependency time ==1.8.0.2: using time-1.8.0.2
Dependency unix ==2.7.2.2: using unix-2.7.2.2
Source component graph: component lib
Configured component graph:
    component hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62
        include network-2.6.3.2-8o5F7G3DMrLGgmHkPzZYJx
        include mtl-2.2.1-19EL8AGBsN3DnnOhrC9xY3
        include unix-2.7.2.2
        include base-4.10.0.0
        include containers-0.5.10.2
        include directory-1.3.0.2
        include process-1.6.1.0
        include time-1.8.0.2
        include old-locale-1.0.0.7-1sqf81TERjR1yVX7sI2OtM
Linked component graph:
    unit hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62
        include network-2.6.3.2-8o5F7G3DMrLGgmHkPzZYJx
        include mtl-2.2.1-19EL8AGBsN3DnnOhrC9xY3
        include unix-2.7.2.2
        include base-4.10.0.0
        include containers-0.5.10.2
        include directory-1.3.0.2
        include process-1.6.1.0
        include time-1.8.0.2
        include old-locale-1.0.0.7-1sqf81TERjR1yVX7sI2OtM
        System.Log=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62:System.Log,System.Log.Formatter=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62:System.Log.Formatter,System.Log.Handler=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62:System.Log.Handler,System.Log.Handler.Growl=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62:System.Log.Handler.Growl,System.Log.Handler.Log4jXML=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62:System.Log.Handler.Log4jXML,System.Log.Handler.Simple=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62:System.Log.Handler.Simple,System.Log.Handler.Syslog=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62:System.Log.Handler.Syslog,System.Log.Logger=hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62:System.Log.Logger
Ready component graph:
    definite hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62
        depends network-2.6.3.2-8o5F7G3DMrLGgmHkPzZYJx
        depends mtl-2.2.1-19EL8AGBsN3DnnOhrC9xY3
        depends unix-2.7.2.2
        depends base-4.10.0.0
        depends containers-0.5.10.2
        depends directory-1.3.0.2
        depends process-1.6.1.0
        depends time-1.8.0.2
        depends old-locale-1.0.0.7-1sqf81TERjR1yVX7sI2OtM
Using Cabal-2.0.0.2 compiled by ghc-8.2
Using compiler: ghc-8.2.1
Using install prefix: /home/d/.cabal
Executables installed in: /home/d/.cabal/bin
Libraries installed in:
/home/d/.cabal/lib/x86_64-linux-ghc-8.2.1/hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62
Dynamic Libraries installed in: /home/d/.cabal/lib/x86_64-linux-ghc-8.2.1
Private executables installed in:
/home/d/.cabal/libexec/x86_64-linux-ghc-8.2.1/hslogger-1.2.10
Data files installed in:
/home/d/.cabal/share/x86_64-linux-ghc-8.2.1/hslogger-1.2.10
Documentation installed in:
/home/d/.cabal/share/doc/x86_64-linux-ghc-8.2.1/hslogger-1.2.10
Configuration files installed in: /home/d/.cabal/etc
Using alex version 3.2.1 found on system at: /usr/local/bin/alex
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
No doctest found
Using gcc version 7.1.1 found on system at: /usr/lib/hardening-wrapper/bin/gcc
Using ghc version 8.2.1 found on system at: /usr/local/bin/ghc
Using ghc-pkg version 8.2.1 found on system at: /usr/local/bin/ghc-pkg
No ghcjs found
No ghcjs-pkg found
No greencard found
Using haddock version 2.18.1 found on system at: /usr/local/bin/haddock
Using happy version 1.19.5 found on system at: /usr/local/bin/happy
Using haskell-suite found on system at: haskell-suite-dummy-location
Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
No hmake found
Using hpc version 0.67 found on system at: /usr/local/bin/hpc
Using hsc2hs version 0.68.2 found on system at: /usr/local/bin/hsc2hs
Using hscolour version 1.24 found on system at: /usr/local/bin/HsColour
No jhc found
Using ld found on system at: /usr/lib/hardening-wrapper/bin/ld.gold
No lhc found
No lhc-pkg found
Using pkg-config version 0.29.2 found on system at: /usr/bin/pkg-config
Using runghc version 8.2.1 found on system at: /usr/local/bin/runghc
Using strip version 2.28 found on system at: /usr/bin/strip
Using tar found on system at: /usr/bin/tar
No uhc found
Component build order: library
/usr/local/bin/ghc-pkg init dist/package.conf.inplace
creating dist/build
creating dist/build/autogen
creating dist/build/autogen
Preprocessing library for hslogger-1.2.10..
Building library for hslogger-1.2.10..
creating dist/build
/usr/local/bin/ghc --make -fbuilding-cabal-package -O -static -dynamic-too -dynosuf dyn_o -dynhisuf dyn_hi -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -isrc -idist/build/autogen -idist/build/global-autogen -Idist/build/autogen -Idist/build/global-autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -this-unit-id hslogger-1.2.10-F0awPNR6KBxLvwTOyD9p62 -hide-all-packages -Wmissing-home-modules -package-db dist/package.conf.inplace -package-id network-2.6.3.2-8o5F7G3DMrLGgmHkPzZYJx -package-id mtl-2.2.1-19EL8AGBsN3DnnOhrC9xY3 -package-id unix-2.7.2.2 -package-id base-4.10.0.0 -package-id containers-0.5.10.2 -package-id directory-1.3.0.2 -package-id process-1.6.1.0 -package-id time-1.8.0.2 -package-id old-locale-1.0.0.7-1sqf81TERjR1yVX7sI2OtM -XHaskell98 -XCPP -XExistentialQuantification System.Log System.Log.Handler System.Log.Formatter System.Log.Handler.Simple System.Log.Handler.Syslog System.Log.Handler.Growl System.Log.Handler.Log4jXML System.Log.Logger
<command line>: cannot satisfy -package-id network-2.6.3.2-8o5F7G3DMrLGgmHkPzZYJx
    (use -v for more information)
cabal: Leaving directory '/tmp/cabal-tmp-7827/hslogger-1.2.10'

(hangs for a while)
^C                                                            
23Skidoo commented 7 years ago

Linux rocky 4.12.6-1-ARCH #1 SMP PREEMPT Sat Aug 12 09:16:22 CEST 2017 x86_64 GNU/Linux

Can this be a duplicate of #4748?

djvs commented 7 years ago

I was experiencing #4748, but uninstalled all arch haskell packages and tried to start from scratch with Haskell Platform. So I'm guessing not.

On Sep 8, 2017 4:23 AM, "Mikhail Glushenkov" notifications@github.com wrote:

Linux rocky 4.12.6-1-ARCH #1 https://github.com/haskell/cabal/pull/1 SMP PREEMPT Sat Aug 12 09:16:22 CEST 2017 x86_64 GNU/Linux

Can this be a duplicate of #4748 https://github.com/haskell/cabal/issues/4748?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/haskell/cabal/issues/4749#issuecomment-328037144, or mute the thread https://github.com/notifications/unsubscribe-auth/AC0UZ47KhwcY3Z4pFnI5iYhazL6bbkW7ks5sgPmYgaJpZM4PQkn8 .

gbaz commented 6 years ago

Rather, this appears to be a dup of https://github.com/haskell/cabal/issues/4728

New platform builds will be out shortly. In the meantime, nuking the packagedb or installing the core platform instead should suffice. Sorry for the mess.

23Skidoo commented 6 years ago

This one seems to be caused by broken Haskell Platform bindist, which was fixed on their side. Possible remaining Cabal-side issue is tracked in #4728.

djvs commented 6 years ago

In case anyone has a similar problem - this was tangentially related to ArchLinux linking problems, namely that by fiddling with it I eventually ended up with an inconsistent state of some kind, possibly due to global installs, and it was resolved by overhauling Haskell ecosystem with stack.

On Oct 14, 2017 6:37 AM, "Mikhail Glushenkov" notifications@github.com wrote:

This one seems to be caused by broken Haskell Platform bindist, which was fixed on their side. Possible remaining Cabal-side issue is tracked in

4728 https://github.com/haskell/cabal/issues/4728.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/haskell/cabal/issues/4749#issuecomment-336626428, or mute the thread https://github.com/notifications/unsubscribe-auth/AC0UZ9EcOGNBtDfjBQJWdiKMNwfgj56jks5ssI8FgaJpZM4PQkn8 .

23Skidoo commented 6 years ago

it was resolved by overhauling Haskell ecosystem with stack.

By that do you mean simply moving your projects to stack or just using the stack-provided GHC instead of the default Arch one?

djvs commented 6 years ago

Both.

23Skidoo commented 6 years ago

In other words, getting rid of the default Arch GHC fixes the issue for both Stack and cabal-install?

cocreature commented 6 years ago

In other words, getting rid of the default Arch GHC fixes the issue for both Stack and cabal-install?

It definitely didn’t fix the issue for me. However, I’ve only been run into this issue with GHC 8.2 so maybe @djvs simply used GHC 8.0.