<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