Logs: freenode/#haskell
| 2020-10-05 09:52:26 | → | jle` joins (~mstksg@unaffiliated/mstksg) |
| 2020-10-05 10:02:04 | × | peel quits (uid145489@gateway/web/irccloud.com/x-gaoowxyrodcvmckl) (Quit: Connection closed for inactivity) |
| 2020-10-05 10:02:06 | <phadej> | mimi_vx: `ghc` is not buildable package. It's uploaded to hackage purely for haddock purposes |
| 2020-10-05 10:02:11 | × | snakemasterflex quits (~snakemast@213.100.206.23) (Ping timeout: 260 seconds) |
| 2020-10-05 10:02:23 | → | dcoutts joins (~duncan@33.14.75.194.dyn.plus.net) |
| 2020-10-05 10:02:23 | × | dcoutts quits (~duncan@33.14.75.194.dyn.plus.net) (Changing host) |
| 2020-10-05 10:02:23 | → | dcoutts joins (~duncan@unaffiliated/dcoutts) |
| 2020-10-05 10:02:37 | × | jle` quits (~mstksg@unaffiliated/mstksg) (Ping timeout: 246 seconds) |
| 2020-10-05 10:02:47 | <mimi_vx> | phadej yes, but for example try build hie-bios on system with ghc-8.10.2 |
| 2020-10-05 10:03:12 | <mimi_vx> | phadej: using cabal , from hackage |
| 2020-10-05 10:03:29 | → | snakemasterflex joins (~snakemast@213.100.206.23) |
| 2020-10-05 10:03:36 | → | dincio joins (~dincio@host-87-0-5-208.retail.telecomitalia.it) |
| 2020-10-05 10:03:41 | <fl0_id> | hey, what is a good way / guideline to compile ghc (etc) for repackaging? this is necessary for conda-forge (conda-forge.org) so that we do not rely on distribution packages. And because of the old ghc version used by centos 6, I think I would have to start from ghc 7.4 to bootstrap. It just give weird linker errors and stuff like that. Is here a good place to ask questions about that? |
| 2020-10-05 10:03:53 | <mimi_vx> | phadej: you end with https://pastebin.com/TvXYZ8d1 |
| 2020-10-05 10:04:28 | → | Rudd0 joins (~Rudd0@185.189.115.103) |
| 2020-10-05 10:04:40 | <mimi_vx> | phadej: so not only haddock docu , but also dependency resolution for packages which depends on GHC |
| 2020-10-05 10:05:04 | <maerwald> | fl0_id: is conda-forge centos7 compatible? |
| 2020-10-05 10:05:32 | <mimi_vx> | phadej: well , prtially main problem is different base package for 8.10.1 and 8.10.2 |
| 2020-10-05 10:06:00 | <phadej> | mimi_vx: are you sure you don't have some freeze file or something which makes solver want to pick up 8.10.1 |
| 2020-10-05 10:06:04 | × | jchia__ quits (~jchia@58.32.35.239) (Quit: Leaving.) |
| 2020-10-05 10:06:08 | <phadej> | because there is no such bound on hie-bios itself |
| 2020-10-05 10:06:11 | <mimi_vx> | clean cabal |
| 2020-10-05 10:06:18 | <mimi_vx> | hie-bios depends onb ghc |
| 2020-10-05 10:06:39 | <mimi_vx> | and hackage return as last ghc 8.10.1 which has base 4.14.0.0 |
| 2020-10-05 10:06:47 | <maerwald> | I don't think the solver looks up the ghc package from hackage, because it's always installed with a GHC |
| 2020-10-05 10:06:48 | × | seanparsons quits (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net) (Quit: ZNC 1.7.5 - https://znc.in) |
| 2020-10-05 10:07:00 | <fl0_id> | maerwald it is an option yes, but by default it is centos 6 |
| 2020-10-05 10:07:14 | <phadej> | he left |
| 2020-10-05 10:07:16 | <mimi_vx> | but ghc 8.10.2 has base 4.14.1.0 so it isnt possible satisfy ghc deps of hie-bios |
| 2020-10-05 10:07:19 | × | ambiso quits (~ambiso@209.182.239.205) (Quit: The Lounge - https://thelounge.chat) |
| 2020-10-05 10:07:19 | <fl0_id> | and still centos 7 uses an non-current ghc iirc |
| 2020-10-05 10:07:23 | <maerwald> | fl0_id: https://downloads.haskell.org/~ghc/8.0.2/ghc-8.0.2-x86_64-centos67-linux.tar.xz |
| 2020-10-05 10:07:25 | <phadej> | mimi_vx: I don't believe you, https://pastebin.com/3vsPE9z9 it works here |
| 2020-10-05 10:07:26 | <phadej> | fine |
| 2020-10-05 10:07:27 | → | seanparsons joins (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net) |
| 2020-10-05 10:07:38 | <maerwald> | fl0_id: https://downloads.haskell.org/~ghc/8.6.5/ghc-8.6.5-x86_64-centos7-linux.tar.xz |
| 2020-10-05 10:07:44 | <phadej> | hie-bios doesn't have 4.14.1.0 bound |
| 2020-10-05 10:07:51 | <phadej> | or specifically, hie-bios-0.7.1 |
| 2020-10-05 10:08:01 | <mimi_vx> | hmm, -w flag |
| 2020-10-05 10:08:02 | → | ambiso joins (~ambiso@209.182.239.205) |
| 2020-10-05 10:08:17 | <fl0_id> | maerwald yeah, that I know. but we want to build because there are no binaries for aarch64 and ppc64le at least. |
| 2020-10-05 10:08:26 | <maerwald> | ah |
| 2020-10-05 10:08:35 | <fl0_id> | (or at least not anymore / not consistently) |
| 2020-10-05 10:08:48 | <maerwald> | yeah, that's gonna be fun, you might get more help in #ghc |
| 2020-10-05 10:09:27 | <fl0_id> | mmh ok |
| 2020-10-05 10:09:48 | <fl0_id> | maerwald thansk |
| 2020-10-05 10:10:03 | <phadej> | mimi_vx: your paste is unclear, it doesn't tell whether `ghc` in your path is ghc-8.10.2 or some else |
| 2020-10-05 10:11:57 | × | mav2 quits (~mav@i5E862F77.versanet.de) (Quit: WeeChat 2.9) |
| 2020-10-05 10:12:15 | <mimi_vx> | phadej: https://pastebin.com/HL8dRErY |
| 2020-10-05 10:12:28 | × | dincio quits (~dincio@host-87-0-5-208.retail.telecomitalia.it) (Quit: WeeChat 2.9) |
| 2020-10-05 10:12:57 | × | kori quits (~kori@arrowheads/kori) (Ping timeout: 260 seconds) |
| 2020-10-05 10:12:59 | × | aarvar quits (~foewfoiew@50.35.43.33) (Ping timeout: 240 seconds) |
| 2020-10-05 10:13:46 | <phadej> | I'm sure that either you are in a project folder, or you have ~/.ghc/*-8.10.2/default or something which confuses the solver |
| 2020-10-05 10:14:03 | <mimi_vx> | no |
| 2020-10-05 10:14:11 | → | ralejs joins (~ralejs@2620:10d:c093:400::5:2842) |
| 2020-10-05 10:14:12 | <mimi_vx> | look at paste ... |
| 2020-10-05 10:14:12 | → | Guest18 joins (567e8866@gateway/web/cgi-irc/kiwiirc.com/ip.86.126.136.102) |
| 2020-10-05 10:14:14 | <phadej> | but you removed them, so I don't know what's wrong on your system |
| 2020-10-05 10:14:16 | <mimi_vx> | claen , after rm |
| 2020-10-05 10:14:26 | <mimi_vx> | clean system ghc-8.10.2 |
| 2020-10-05 10:14:49 | <mimi_vx> | and [__2] rejecting: base-4.14.1.0/installed-4.14.1.0 (conflict: ghc => base<0 && |
| 2020-10-05 10:14:51 | <mimi_vx> | ==4.14.*) |
| 2020-10-05 10:14:53 | × | plutoniix quits (~q@175.176.222.7) (Quit: Leaving) |
| 2020-10-05 10:15:27 | <mimi_vx> | states installed base-4.14.1.0 --> shipped with ghc-8.10.2 |
| 2020-10-05 10:15:30 | <phadej> | yes, that is a way to say "don't ever try to reinstall base" |
| 2020-10-05 10:16:38 | <mimi_vx> | phadej: nobody reinstalled / upgraded base outside shipped with ghc, and ghc-8.10.2 updated version of base |
| 2020-10-05 10:16:41 | <phadej> | what your `ghc-pkg list` says |
| 2020-10-05 10:17:17 | × | xff0x quits (~fox@2001:1a81:5300:fe00:7915:3d42:ba93:76ea) (Ping timeout: 272 seconds) |
| 2020-10-05 10:17:19 | → | da39a3ee5e6b4b0d joins (~textual@n11211935170.netvigator.com) |
| 2020-10-05 10:17:21 | → | aarvar joins (~foewfoiew@50.35.43.33) |
| 2020-10-05 10:17:45 | → | xff0x joins (~fox@2001:1a81:5300:fe00:a1a2:2812:1aa4:a833) |
| 2020-10-05 10:18:07 | → | jle` joins (~mstksg@cpe-23-240-75-236.socal.res.rr.com) |
| 2020-10-05 10:18:07 | × | jle` quits (~mstksg@cpe-23-240-75-236.socal.res.rr.com) (Changing host) |
| 2020-10-05 10:18:07 | → | jle` joins (~mstksg@unaffiliated/mstksg) |
| 2020-10-05 10:19:07 | <mimi_vx> | phadej: https://pastebin.com/AzWHkt0Y |
| 2020-10-05 10:19:45 | <phadej> | that is screwed one, why there is so much stuff? |
| 2020-10-05 10:19:50 | <phadej> | and specifically, there is no `ghc` |
| 2020-10-05 10:19:52 | → | jgt joins (~jgt@233724.soborka.net) |
| 2020-10-05 10:20:14 | <phadej> | do you try to use systems' own GHC on some bleeding edge distro? (don't) |
| 2020-10-05 10:21:03 | <phadej> | you probably do, because "/usr/lib64/ghc-8.10.2/package.conf.d" |
| 2020-10-05 10:21:24 | <phadej> | why they remove `ghc` package, I don't know. But that means there is no way you can install hie-bios |
| 2020-10-05 10:21:34 | <phadej> | `ghc` is not buildable with cabal-install |
| 2020-10-05 10:21:34 | × | snakemasterflex quits (~snakemast@213.100.206.23) (Ping timeout: 244 seconds) |
| 2020-10-05 10:21:53 | <phadej> | complain to your distro packages. |
| 2020-10-05 10:21:56 | <mimi_vx> | ahh, thx |
| 2020-10-05 10:21:56 | <phadej> | packagers* |
| 2020-10-05 10:22:31 | <mimi_vx> | now find why isnt correctlyu added ghc-8.10.2 to package config |
| 2020-10-05 10:23:04 | <maerwald> | arch linux? :p |
| 2020-10-05 10:23:59 | → | Gurkenglas joins (~Gurkengla@unaffiliated/gurkenglas) |
| 2020-10-05 10:24:54 | × | ralejs quits (~ralejs@2620:10d:c093:400::5:2842) (Read error: Connection reset by peer) |
| 2020-10-05 10:25:18 | → | ralejs joins (~ralejs@2620:10d:c093:400::5:2842) |
| 2020-10-05 10:26:57 | hackage | lists-flines 0.1.0.0 - Additional data and structures to some 'String'-related lists. https://hackage.haskell.org/package/lists-flines-0.1.0.0 (OleksandrZhabenko) |
| 2020-10-05 10:28:41 | × | alp quits (~alp@2a01:e0a:58b:4920:710e:4c3d:416d:5e7c) (Ping timeout: 272 seconds) |
| 2020-10-05 10:29:36 | × | oisdk quits (~oisdk@2001:bb6:3329:d100:1dc8:afe3:52e4:27ba) (Quit: oisdk) |
| 2020-10-05 10:29:55 | × | rprije quits (~rprije@203.214.95.251) (Ping timeout: 240 seconds) |
| 2020-10-05 10:31:53 | × | SirClueless quits (42413686@cpe-66-65-54-134.nyc.res.rr.com) (Remote host closed the connection) |
| 2020-10-05 10:33:21 | → | carlomagno joins (~cararell@inet-hqmc01-o.oracle.com) |
| 2020-10-05 10:34:20 | → | snakemasterflex joins (~snakemast@213.100.206.23) |
| 2020-10-05 10:35:20 | × | jle` quits (~mstksg@unaffiliated/mstksg) (Ping timeout: 256 seconds) |
| 2020-10-05 10:37:15 | × | da39a3ee5e6b4b0d quits (~textual@n11211935170.netvigator.com) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
All times are in UTC.