jaeger changed the topic of #crux to: CRUX 3.7 | Homepage: https://crux.nu/ | Ports: https://crux.nu/portdb/ https://crux.ninja/portdb/ | Logs: https://libera.irclog.whitequark.org/crux/
tilman has quit [Ping timeout: 240 seconds]
tilman has joined #crux
groovy2shoes has quit [Remote host closed the connection]
groovy2shoes has joined #crux
disapper3nce has joined #crux
disapper3nce has quit [Quit: leaving]
groovy2shoes has quit [Remote host closed the connection]
groovy2shoes has joined #crux
serpente has quit [Remote host closed the connection]
groovy2shoes has quit [Remote host closed the connection]
disapper3nce has joined #crux
aardo has joined #crux
ardo has quit [Ping timeout: 252 seconds]
tarxvfz has joined #crux
tarxvfz has quit [Ping timeout: 240 seconds]
ppetrov^ has joined #crux
tarxvfz has joined #crux
tarxvfz has quit [Ping timeout: 240 seconds]
lavaball has joined #crux
tarxvfz has joined #crux
<cruxbot> [opt.git/3.7]: gtk3: 3.24.39 -> 3.24.40
<cruxbot> [opt.git/3.7]: libvpx: 1.13.1 -> 1.14.0
<cruxbot> [opt.git/3.7]: pulseaudio: add pulse user/group via post-install, the dbus config uses it
<cruxbot> [opt.git/3.7]: python3-markupsafe: 2.1.3 -> 2.1.4
<cruxbot> [opt.git/3.7]: openmp: initial commit, version 17.0.6
<cruxbot> [opt.git/3.7]: qt6-webengine: removed unused patches
<cruxbot> [opt.git/3.7]: qtwebengine: updated patch
<cruxbot> [contrib.git/3.7]: zxcvbn-c: initial commit, version 2.5
<cruxbot> [contrib.git/3.7]: acorn: 8.11.2 -> 8.11.3
<cruxbot> [contrib.git/3.7]: aom: 3.8.0 -> 3.8.1
<cruxbot> [contrib.git/3.7]: glow: syntax update
<cruxbot> [contrib.git/3.7]: gtk4: 4.12.4 -> 4.12.5
<cruxbot> [contrib.git/3.7]: libblockdev: 3.0.4 -> 3.1.0
<cruxbot> [contrib.git/3.7]: texlab: 5.12.1 -> 5.12.2
<cruxbot> [contrib.git/3.7]: network-manager-applet: 1.34.0 -> 1.36.0
<cruxbot> [contrib.git/3.7]: python3-flask: 3.0.0 -> 3.0.1
<cruxbot> [contrib.git/3.7]: python3-psutil: 5.9.7 -> 5.9.8
<cruxbot> [contrib.git/3.7]: python3-pydantic: 1.10.13 -> 1.10.14
<cruxbot> [contrib.git/3.7]: wayland-protocols: 1.32 -> 1.33
<cruxbot> [contrib.git/3.7]: weechat: 4.1.2 -> 4.1.3
farkuhar has joined #crux
<ppetrov^> jaeger, just a reminder, that I think the r4-modules repo can be added to portdb. Shall I send again the links?
<cruxbot> [contrib.git/3.7]: python3-beautifulsoup4: 4.12.2 -> 4.12.3
<cruxbot> [contrib.git/3.7]: stylua: 0.19.1 -> 0.20.0
ivandi has quit [Quit: WeeChat 4.1.2]
ivandi has joined #crux
<jaeger> Sorry, just been a busy week. I have the link, will try to check it out today
<ppetrov^> np, i am not in a rush... :)
tarxvfz has quit [Quit: tarxvfz]
<cruxbot> [contrib.git/3.7]: libdisplay-info: initial commit, version 0.1.1
<cruxbot> [contrib.git/3.7]: python3-apeye-core: initial commit, version 1.1.3
<cruxbot> [contrib.git/3.7]: python3-apeye: initial commit, version 1.4.1
<cruxbot> [contrib.git/3.7]: python3-consolekit: initial commit, version 1.6.0
<cruxbot> [contrib.git/3.7]: python3-deprecation-alias: initial commit, version 0.3.2
<cruxbot> [contrib.git/3.7]: python3-deprecation: initial commit, version 2.1.0
<cruxbot> [contrib.git/3.7]: python3-dist-meta: initial commit, version 0.8.0
<cruxbot> [contrib.git/3.7]: python3-dom-toml: initial commit, version 0.6.1
<cruxbot> [contrib.git/3.7]: python3-domdf-python-tools: initial commit, version 3.8.0.post2
<cruxbot> [contrib.git/3.7]: python3-extras-require: initial commit, version 0.4.3
<cruxbot> [contrib.git/3.7]: python3-handy-archives: initial commit, version 0.2.0
<cruxbot> [contrib.git/3.7]: python3-hatch-requirements-txt: initial commit, version 0.4.0
<cruxbot> [contrib.git/3.7]: python3-maison: initial commit, version 1.4.3
<cruxbot> [contrib.git/3.7]: python3-mistletoe: initial commit, version 1.2.1
<cruxbot> [contrib.git/3.7]: python3-natsort: initial commit, version 8.4.0
<cruxbot> [contrib.git/3.7]: python3-pdm-backend: initial commit, version 2.1.8
<cruxbot> [contrib.git/3.7]: python3-pyproject-parser: initial commit, version 0.9.1
<cruxbot> [contrib.git/3.7]: python3-ruyaml: initial commit, version 0.91.0
disapper3nce has quit [Read error: Connection reset by peer]
_0bitcount has joined #crux
disapper3nce has joined #crux
_0bitcount has quit [Quit: Leaving]
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux
cacahuato has joined #crux
<cacahuato> hello!
<cacahuato> I want to build cmucl but apparently it is a 32 bit thing
<cacahuato> which means I need to build some compat-32 ports, but I'm not sure what's the minimum toolchain to use
<cacahuato> er, like, I guess I need glib32, but what else would I need in general to build 32 bit stuff?
<cacahuato> I don't see no gcc32 so I guess the one I have can cross-compile 32-bit stuff?
<ukky> cacahuato: try '-m32' gcc switch first. You need to add '-m32' to both compiling and linking commands. If that doesn't work, you can build 32-bit cross-toolchain for your native CPU.
<cacahuato> awesome, thank you! I suppose I DO need glib32, right?
<ukky> you probably will need glibc-32, not glib32
<cacahuato> ohh those are different things
braewoods has quit [Remote host closed the connection]
braewoods has joined #crux
braewoods_ has joined #crux
braewoods_ has quit [Remote host closed the connection]
braewoods has quit [Read error: Connection reset by peer]
<jaeger> Take a look at a port example in the compat-32 ports repo, you'll want to touch an empty filed called .32bit which tells pkgmk to use some 32-bit options
<cruxbot> [contrib.git/3.7]: eza: 0.17.1 -> 0.17.2
<cacahuato> jaeger: thank you that clarified quite a bit!
brian|lfs has quit [Quit: Leaving]
braewoods_ has joined #crux
farkuhar has left #crux [#crux]
lavaball has quit [Remote host closed the connection]
ppetrov^ has quit [Quit: Leaving]