tonyg changed the topic of #racket to: The Racket Programming Language -- https://racket-lang.org/ -- https://gather.town/app/wH1EDG3McffLjrs0/racket-users -- http://pasterack.org -- logged at https://libera.irclog.whitequark.org/racket/ -- This is the right place to ask for help with (Dr)Racket. Remember to wait around for an answer!
szkl has quit [Quit: Connection closed for inactivity]
libertyprime has quit [Quit: leaving]
libertyprime has joined #racket
Tuplanolla has quit [Quit: Leaving.]
Origin has quit [Ping timeout: 244 seconds]
liberalartist has quit [Ping timeout: 252 seconds]
liberalartist has joined #racket
liberalartist has quit [Ping timeout: 246 seconds]
liberalartist has joined #racket
shawnw has joined #racket
jsomedon has joined #racket
jsomedon has left #racket [#racket]
shawnw has quit [Ping timeout: 244 seconds]
to-hu has joined #racket
shawnw has joined #racket
skapata has quit [Remote host closed the connection]
libertyprime has quit [Quit: leaving]
Tuplanolla has joined #racket
libertyprime has joined #racket
parnikkapore has joined #racket
libertyprime has quit [Ping timeout: 246 seconds]
to-hu has quit [Ping timeout: 246 seconds]
shawnw has quit [Ping timeout: 245 seconds]
Origin has joined #racket
munksgaard has quit [Remote host closed the connection]
linj has quit [Write error: Connection reset by peer]
matta has quit [Ping timeout: 246 seconds]
matta has joined #racket
to-hu has joined #racket
parnikkapore has quit [Quit: Leaving]
skapata has joined #racket
to-hu has quit [Remote host closed the connection]
gcd has left #racket [#racket]
fun-safe-math has quit []
to-hu has joined #racket
ormaaj has joined #racket
Origin has quit [Ping timeout: 244 seconds]
liberalartist has quit [Remote host closed the connection]
libertyprime has joined #racket
libertyprime has quit [Ping timeout: 246 seconds]
ormaaj has quit [Read error: Connection reset by peer]
to-hu has quit [Ping timeout: 245 seconds]
Zambyte has joined #racket
libertyprime has joined #racket
<Zambyte> Hi, when I try to run a standalone executable for a racket/gui program built with raco exe, I get the following error: system error: libfontconfig.so.1: cannot open shared object file: No such file or directory
<Zambyte> context...
<Zambyte> Does anyone know why that might be? I'm using the racket package in guix, which has fontconfig as a dependency
<Zambyte> Running ldd on my program does not show libfontconfig as a dependency - I assume that it should, right?
libertyprime has quit [Ping timeout: 245 seconds]
<bremner> Zambyte: racket loads some libraries with dlopen, and those won't show up with ldd
<Zambyte> bremner: Alright
<bremner> Zambyte: do you have a tiny test case? I could try it on debian
<Zambyte> bremner: Yes: just create a file called test.rkt that uses #lang racket/gui, create a window (example here: https://docs.racket-lang.org/gui/windowing-overview.html#%28part._.Creating_.Windows%29), see that it works with racket test.rkt, but raco exe test.rkt && ./test fails with the error above
to-hu has joined #racket
<bremner> Zambyte: it does not fail for me. Maybe guix specific?
<bremner> (running the executable from raco exe is OK on debian)
<Zambyte> Thanks for testing, I do imagine it is Guix specific. I'm not sure why though :<
<bremner> maybe the extra keyword of "dlopen" can ring a bell with guix people
<bremner> oh, my racket is a bit out of date, 8.7, in case that matters.
<Zambyte> Hm, I'm on 8.9. I can see if there is an older version packaged by Guix that I can test to make sure that is not the issues
to-hu has quit [Quit: to-hu]
lucasta has joined #racket
lucasta has quit [Remote host closed the connection]
lucasta has joined #racket
sunarch has quit [Quit: WeeChat 3.8]
wwalker has quit [Ping timeout: 260 seconds]
wwalker has joined #racket
jbalint has joined #racket
<jbalint> hello