<cruxbot>
[core/3.7]: vim: updated to version 9.1.0363
<cruxbot>
[opt/3.7]: gvim: updated to version 9.1.0363
<cruxbot>
[opt/3.7]: imagemagick: updated to version 7.1.1-31
<cruxbot>
[opt/3.7]: ruby-sqlite3: updated to version 2.0.1
<cruxbot>
[opt/3.7]: task: updated to version 3.0.1
lavaball has joined #crux
<cruxbot>
[contrib/3.7]: pmwiki: updated to version 2.3.33
SiFuh has joined #crux
tarxvfz has joined #crux
braewoods_ has quit [Read error: Connection reset by peer]
braewoods_ has joined #crux
braewoods_ has quit [Remote host closed the connection]
braewoods__ has joined #crux
braewoods__ has quit [Remote host closed the connection]
braewoods__ has joined #crux
ppetrov^ has quit [Quit: Leaving]
much has joined #crux
<cruxbot>
[opt/3.7]: firefox-bin: updated to version 125.0.2
leeroy has joined #crux
serpente has joined #crux
leeroy has quit [Quit: leaving]
braewoods_ has joined #crux
braewoods__ has quit [Read error: Connection reset by peer]
groovy2shoes has quit [Ping timeout: 245 seconds]
groovy2shoes has joined #crux
DaViruz has quit [Ping timeout: 268 seconds]
DaViruz has joined #crux
<much>
after many hours of compiling rust from the ports, it fails. Is it only me?
<much>
I found a small mistake in the user manual for prt-get. The copyright next to owner says it is 20 years old, so I think it's no use to contact him.
tarxvfz has quit [Quit: tarxvfz]
DaViruz has quit [Ping timeout: 268 seconds]
lavaball has quit [Remote host closed the connection]
<farkuhar>
much: the author of prt-get actually did respond when I opened a Flyspray bug report a couple years ago. (It turned out to be a dup of a previously-reported bug, which led to a more comprehensive solution in the end: https://git.crux.nu/farkuhar/prt-get/src/branch/softdeps/doc/FS1843.md )
DaViruz has joined #crux
<cruxbot>
[contrib/3.7]: firefox: updated to version 125.0.2
<cruxbot>
[contrib/3.7]: enchant: 2.6.9 -> 2.7.0
<much>
I retried installing rust through rust-bin. Now I'm getting a zsh related install error "Footprint mismatch: NEW /usr/share/zsh". does not make sense to me.
<farkuhar>
much: if you read the rust-bin Pkgfile you'll notice that having zsh installed will prevent the removal of /usr/share/zsh, hence the footprint mismatch. It's generally considered safe to set PKGMK_IGNORE_NEW=yes in your pkgmk.conf. See Pkgfile(5) "Optional dependencies" for more details.
<much>
I did not look into the Pkgfile at all. Thanks.