2025/05/13

Newest at the top

2025-05-13 21:12:24 +0200visilii_(~visilii@213.24.132.63) (Ping timeout: 268 seconds)
2025-05-13 21:09:38 +0200 <EvanR> https://paste.tomsmeding.com/nihJV4Ug
2025-05-13 21:08:16 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-05-13 21:04:26 +0200ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-05-13 21:03:24 +0200ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 260 seconds)
2025-05-13 21:03:21 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-05-13 21:00:39 +0200caconym7(~caconym@user/caconym) caconym
2025-05-13 21:00:17 +0200xeno11(~xeno11@c-69-140-170-168.hsd1.de.comcast.net)
2025-05-13 21:00:01 +0200caconym7(~caconym@user/caconym) (Quit: bye)
2025-05-13 20:57:16 +0200jmcantrell(~weechat@user/jmcantrell) (Ping timeout: 252 seconds)
2025-05-13 20:56:17 +0200halloy5771(~halloy577@205.175.106.139)
2025-05-13 20:55:46 +0200YuutaW(~YuutaW@2404:f4c0:f9c3:502::100:17b7) (Ping timeout: 268 seconds)
2025-05-13 20:54:50 +0200xeno11(~xeno11@c-69-140-170-168.hsd1.de.comcast.net) (Quit: Client closed)
2025-05-13 20:52:43 +0200 <[exa]> also check that --modversion of the package is parseable by cabal, iirc that was what killed it in my case
2025-05-13 20:52:22 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-05-13 20:51:44 +0200 <tomsmeding> also see if `cabal build --verbose` says anything useful (no need to use v2- since cabal 3.0)
2025-05-13 20:51:18 +0200 <[exa]> yap ^ thx
2025-05-13 20:51:09 +0200 <tomsmeding> (pkg-config --list-all)
2025-05-13 20:50:54 +0200 <[exa]> ok "recently" as in "this decade" but see
2025-05-13 20:50:40 +0200 <[exa]> xeno11: I saw something similar recently, can you check if both of your libraries are in the pkg-config's full library listing?
2025-05-13 20:50:23 +0200 <tomsmeding> xeno11: odd. Do you have a libSDL2.so? I guess that question can be answered using `pkg-config --libs sdl2`
2025-05-13 20:50:20 +0200sprotte24(~sprotte24@p200300d16f210300c438dc587dfe80f8.dip0.t-ipconnect.de)
2025-05-13 20:48:28 +0200 <xeno11> that's the error cabal gives just after cabal v2-run
2025-05-13 20:48:01 +0200 <xeno11> https://paste.debian.net/1374521/
2025-05-13 20:47:33 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-05-13 20:45:05 +0200 <tomsmeding> in `pkg-config-depends`
2025-05-13 20:44:59 +0200 <tomsmeding> might it be that the cabal package specifies "SDL2" as the package name?
2025-05-13 20:44:40 +0200 <xeno11> yes, i tried `pkg-config --path SDL2` because of the error message but it doesn't work for the same reason. `pkg-config --path sdl2` is what yielded the path above^
2025-05-13 20:43:50 +0200machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod
2025-05-13 20:41:45 +0200 <tomsmeding> to be noted is that pkg-config, at least on my system, is case-sensitive: `pkg-config --path sdl2` works on my system by `pkg-config --path SDL2` does not
2025-05-13 20:41:20 +0200 <tomsmeding> xeno11: in that case it's strange that cabal is complaining. Can you post the full error that cabal gives you?
2025-05-13 20:40:04 +0200 <xeno11> yes, with pkg-config --path. for opendht-c it shows "/usr/local/lib/pkgconfig/opendht-c.pc" but for sdl2 it shows "/usr/lib/x86_64-linux-gnu/pkgconfig/sdl2.pc" because i created a symlink (i placed the opendht repo in a different place)
2025-05-13 20:39:51 +0200JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2025-05-13 20:39:20 +0200euleritian(~euleritia@77.23.248.100)
2025-05-13 20:39:03 +0200euleritian(~euleritia@ip4d17f864.dynamic.kabel-deutschland.de) (Remote host closed the connection)
2025-05-13 20:36:37 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-05-13 20:34:22 +0200 <tomsmeding> can pkg-config find them?
2025-05-13 20:34:13 +0200 <xeno11> yes they are
2025-05-13 20:34:00 +0200 <xeno11> and yes for sdl, let me try for opendht
2025-05-13 20:33:54 +0200 <tomsmeding> are they in the pkg-config search path?
2025-05-13 20:33:46 +0200 <xeno11> i do have the related .pc files
2025-05-13 20:33:36 +0200 <xeno11> and then opendht-hs
2025-05-13 20:33:29 +0200 <tomsmeding> do you have a related .pc file on your system?
2025-05-13 20:33:17 +0200 <tomsmeding> xeno11: did you install the -dev packages for those libraries?
2025-05-13 20:32:27 +0200 <xeno11> tomsmeding: As far as I can see no library is missing. But it is telling me the "Missing (or bad)" libraries are opendht-c and SDL2
2025-05-13 20:31:48 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-05-13 20:27:54 +0200ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-05-13 20:24:31 +0200ft(~ft@p3e9bc106.dip0.t-ipconnect.de) ft
2025-05-13 20:21:33 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-05-13 20:20:53 +0200gmg(~user@user/gehmehgeh) gehmehgeh