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