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/
ivandi has quit [Quit: WeeChat 4.2.1]
ivandi has joined #crux
<cruxbot> [opt/3.7]: prt-utils: bump for the latest prtverify whitelist
zorz has left #crux [#crux]
DesRoin has quit [Ping timeout: 268 seconds]
DesRoin has joined #crux
farkuhar has quit [Quit: nyaa~]
tilman has quit [Ping timeout: 264 seconds]
dani77 has joined #crux
dani77 has left #crux [#crux]
dani77 has joined #crux
dani77 has left #crux [#crux]
zorz has joined #crux
dani77 has joined #crux
dani77 has left #crux [#crux]
dani77 has joined #crux
zorz has quit [Quit: leaving]
zorz has joined #crux
dani77 has left #crux [#crux]
<brian|lfs> hello is anyone around I"m having a weird issue with volume_key here is my log https://dpaste.com//7TB3HAYY3
<jaeger> recent libtool archive BS, see here for a way to sort it out: https://libera.irclog.whitequark.org/crux/2024-03-30#36080103;
<jaeger> That will give you a list of packages that need to be rebuilt
<brian|lfs> thanks
<jaeger> No problem
<brian|lfs> ok so I see the command ran it so I just have to rebuild all the packages that are output?
<jaeger> Yes, exactly
<brian|lfs> well apperantly I did n't have all those installed lol
<jaeger> Hrmm, odd... the pkginfo -o call would have errored for a file that has no owner
<jaeger> oh, wait, is this the system where you had to install without the package database?
<brian|lfs> ah apparently I did have them all installed.
<brian|lfs> how old what would of pulled in openbox
<brian|lfs> odd
<jaeger> I guess that doesn't matter because pkginfo would have errored for a file not owned by a package or a file for which it couldn't identify an owner
<jaeger> You could use 'prt-get deptree <names>' to see where openbox was included
<jaeger> openbox is on the ISO, might be that you installed it then
<brian|lfs> cryptsetup fails
<brian|lfs> about can't find static library uuid
<jaeger> Not sure what the best fix is for that, the latest util-linux seems to have broken the uuid lib and cryptsetup wants it. If you need a workaround now you could downgrade util-linux or add --disable-static to cryptsetup, I think
<brian|lfs> maybe newer version of cryptsetup
<brian|lfs> jaeger, it looks like archlinux is on the same version but they have --disable-staic set and CRUX doesn't
<brian|lfs> so trying now
<jaeger> yeah
<brian|lfs> still failed so what util-linux are they on lol
<brian|lfs> 2.40 ok now I'm confused
<jaeger> seems like uuid_generate is missing from the newer util-linux's libuuid.a
<jaeger> I see it in the 2.39 version
<brian|lfs> ok but on lunar it don't exit that file and volume_key compiled fine
<brian|lfs> but it is util-linux 2.39.3
<jaeger> oooh, this is interesting... if I build util-linux 2.40 with autotools instead of meson it works
<brian|lfs> so apperantly xz-utils has malware in it
<brian|lfs> huh I thought it was built that way in the pkgfile
<brian|lfs> oh thinking of cryptsetup
<jaeger> Yeah, util-linux is the problem here rather than cryptsetup, it seems
<brian|lfs> well if it works can you push that change or give me the Pkgfile
<brian|lfs> that doesn't sound right that it would build different with a different compiler
iNomad has quit [Ping timeout: 252 seconds]
iNomad has joined #crux
<jaeger> agreed but it definitely does
<brian|lfs> so you going to push that so someone else doesn't ask
<brian|lfs> # Description: Miscellaneous system utilities
<brian|lfs> # Maintainer: CRUX System Team, core-ports at crux dot nu
<brian|lfs> name=util-linux
<brian|lfs> # Depends on: bzip2 eudev file readline xz
<brian|lfs> version=2.40
<brian|lfs> release=1
<brian|lfs> source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz)
<brian|lfs> build() {
<brian|lfs> cd $name-$version
<brian|lfs> ./configure \
<brian|lfs> --prefix=/usr \
<brian|lfs> --enable-{write,kill} \
<brian|lfs> --disable-nls \
<brian|lfs> --disable-asciidoc \
<brian|lfs> --disable-{login,su,sulogin,nologin,runuser,raw} \
<brian|lfs> --disable-chfn-chsh \
<brian|lfs> --without-python
<brian|lfs> make
<brian|lfs> make DESTDIR=$PKG install
<brian|lfs> install -d $PKG/{etc,var/lib/libuuid}
<brian|lfs> touch $PKG/etc/adjtime
<brian|lfs> prt-get isinst bash-completion || rm -r $PKG/usr/share/bash-completion
<brian|lfs> rm -r $PKG/usr/share/doc
<brian|lfs> rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix}
<brian|lfs> rm $PKG/usr/share/man/man8/{fsck.minix,mkfs.bfs,mkfs.minix}.8
<brian|lfs> }
<brian|lfs> woops
<brian|lfs> usr/bin/ld: cannot find -ldevmapper: No such file or directory
<jaeger> http://sprunge.us/uwktCU <-- 2 containers, util-linux 2.40 built with meson and with autotools, different results
<brian|lfs> do I need to rebuild lvm?
<jaeger> that's part of libdevmapper
<brian|lfs> huh do we not have lvm?
<jaeger> opt/lvm2
<brian|lfs> also just libdevmapper
<jaeger> If you're not sure about a port's existence check 'prt-get search' or the port databases
<jaeger> yeah, separate ports
<jaeger> lvm2 depends on libdevmapper
<jaeger> Do you have libdevmapper installed? and the libdevmapper library
<jaeger> ?
<brian|lfs> its installed
<brian|lfs> whats the name of the library
<jaeger> /lib/libdevmapper.so.1.02 and there's a symlink in /usr/lib if I remember right
<jaeger> Maybe check revdep
<brian|lfs> I had the wrong libdevmapper installed
<brian|lfs> tsaop's was overiding the CRUX one
<jaeger> ah
<brian|lfs> so volume_key worked now
<jaeger> Good
<brian|lfs> time to replace Lunar with Archlinux on my threadripper
<jaeger> What do you plan to do with the TR, generally?
<brian|lfs> mostly for compiling stuff still want to build my distro based on Linux from scratch
<brian|lfs> I have it 2/3 of the way done then discovered a dangling sym link in bin
<brian|lfs> I found out the hard way systemd needs a ssym lin kfrom /bin to /usr/bin
<brian|lfs> but I'll jump back on IRC in a few I normally do my installs remotely
<brian|lfs> via ssh
brian|lfs has quit [Quit: Leaving]
<jaeger> Ah, cool, just curious
<jaeger> Enjoy :)
<cruxbot> [core/3.7]: util-linux: temporarily reverted build system to autotools for libuuid breakage
<jaeger> oops, I probably should have bumped the release.
brian|lfs has joined #crux
<brian|lfs> don't switch systems jaeger I had no keyboard input on my CRUX machine lol
<jaeger> oops
<brian|lfs> I'm guessing form rebuilding util-linux no clue
<jaeger> Can't say I've experienced that
pfr has joined #crux
<brian|lfs> well maybe unrelated who knows I use a KVM USB hub
darfo has quit [Ping timeout: 252 seconds]
brian__ has joined #crux
<brian|lfs> wow steam has improved leaps and bounds on Linux
<remiliascarlet> Of course! Value wants to sell their Steam Deck, which runs Linux.
pfr has quit [Ping timeout: 256 seconds]
pfr has joined #crux
<jaeger> Yeah, it's much better these days
pfr has quit [Read error: Connection reset by peer]
pfr has joined #crux
iNomad has quit [Ping timeout: 260 seconds]
iNomad has joined #crux
ppetrov^ has joined #crux
dani77 has joined #crux
dani77 has left #crux [#crux]
tarxvfz has joined #crux
pfr has quit [Quit: Quit]
jue has joined #crux
tarxvfz has quit [Quit: tarxvfz]
lavaball has joined #crux
tarxvfz has joined #crux
tarxvfz has quit [Remote host closed the connection]
tarxvfz has joined #crux
farkuhar has joined #crux
goodlings8 has joined #crux
ivandi has quit [Quit: WeeChat 4.2.1]
ivandi has joined #crux
darfo has joined #crux
darfo_ has joined #crux
tilman has joined #crux
darfo has quit [Ping timeout: 264 seconds]
_0bitcount has joined #crux
zorz has quit [Ping timeout: 268 seconds]
zorz has joined #crux
tarxvfz has quit [Ping timeout: 260 seconds]
zorz has left #crux [#crux]
zorz has joined #crux
zorz has quit [Quit: leaving]
zorz has joined #crux
zorz has quit [Client Quit]
zorz has joined #crux
tarxvfz has joined #crux
groovy2shoes has joined #crux
groovy3shoes has quit [Read error: Connection reset by peer]
jue has quit [Ping timeout: 264 seconds]
tarxvfz has quit [Remote host closed the connection]
tarxvfz has joined #crux
humky has joined #crux
tarxvfz has quit [Remote host closed the connection]
_0bitcount has quit [Quit: Leaving]
<cruxbot> [compat-32/3.7]: pango-32: 1.52.1 -> 1.52.2
<cruxbot> [contrib/3.7]: python3-flufl-lock: 8.0.2 -> 8.1.0
<cruxbot> [contrib/3.7]: python3-djangorestframework: 3.14.0 -> 3.15.1
<cruxbot> [contrib/3.7]: python3-atpublic: 4.0 -> 4.1.0
<cruxbot> [contrib/3.7]: python3-django: 4.2.7 -> 4.2.11
<cruxbot> [contrib/3.7]: libical: 3.0.17 -> 3.0.18
<cruxbot> [contrib/3.7]: python3-cython: 3.0.9 -> 3.0.10
<cruxbot> [contrib/3.7]: python3-jaraco-classes: 3.3.1 -> 3.4.0
<cruxbot> [contrib/3.7]: re2: 2024-03-01 -> 2024-04-01
<cruxbot> [opt/3.7]: pango: 1.52.1 -> 1.52.2
<cruxbot> [opt/3.7]: c-ares: 1.27.0 -> 1.28.1
<cruxbot> [opt/3.7]: jasper: 4.2.2 -> 4.2.3
ppetrov^ has quit [Quit: Leaving]
DaViruz has quit [Ping timeout: 260 seconds]
DaViruz has joined #crux
zorz has quit [Quit: leaving]
zorz has joined #crux
<zorz> SiFuh: I just turned on the engine now
<zorz> i do not know what they do correct in openbsd but selenium with webdriver firefox-esr it works superior than in linux.
<zorz> the funny part is that all the people doing scrap like this try to set firefox-esr and cannot. Ending using chrome driver which is seat.
<zorz> seat = shit!
zorz has quit [Quit: leaving]
zorz has joined #crux
<SiFuh> Scrap?
<zorz> just finished
<SiFuh> Retard, what channel is this?
lavaball has quit [Remote host closed the connection]
zorz has quit [Quit: leaving]
dani77 has joined #crux
dani77 has left #crux [#crux]
dani77 has joined #crux
dani77 has quit [Quit: Leaving.]
DesRoin has quit [Ping timeout: 240 seconds]
dani77 has joined #crux
DesRoin has joined #crux
dani77 has left #crux [#crux]
dani77 has joined #crux
dani77 has left #crux [#crux]
tilman has quit [Ping timeout: 256 seconds]
tilman has joined #crux
dlcusa has left #crux [Leaving]