00:06
braewoods has quit [Read error: Connection reset by peer]
00:06
braewoods has joined #crux
00:56
tilman has quit [Ping timeout: 240 seconds]
00:58
tilman has joined #crux
01:04
<
cruxbot >
[opt.git/3.7]: mingw-w64-headers: updated to version 11.0.0
01:04
<
cruxbot >
[opt.git/3.7]: mingw-w64-gcc: updated to version 13.1.0
01:04
<
cruxbot >
[opt.git/3.7]: mingw-w64-crt: updated to version 11.0.0
01:04
<
cruxbot >
[opt.git/3.7]: mingw-w64-binutils: updated to version 2.39
01:05
<
cruxbot >
[contrib.git/3.7]: python3-maturin: updated to version 1.4.0
01:05
<
cruxbot >
[contrib.git/3.7]: libvirt-glib: updated to version 5.0.0
01:05
<
cruxbot >
[contrib.git/3.7]: libvirt: updated to version 9.10.0
01:05
<
cruxbot >
[contrib.git/3.7]: feh: updated to version 3.10.2
01:11
zorz has quit [Quit: WeeChat 4.1.2]
01:57
braewoods has quit [Remote host closed the connection]
01:58
braewoods has joined #crux
02:23
braewoods_ has joined #crux
02:23
braewoods has quit [Read error: Connection reset by peer]
02:40
braewoods_ has quit [Remote host closed the connection]
02:41
braewoods has joined #crux
02:42
braewoods has quit [Remote host closed the connection]
02:43
braewoods has joined #crux
02:44
braewoods has quit [Remote host closed the connection]
02:44
braewoods has joined #crux
02:47
braewoods has quit [Remote host closed the connection]
02:48
braewoods has joined #crux
02:49
braewoods has quit [Remote host closed the connection]
02:50
braewoods has joined #crux
02:54
braewoods has quit [Read error: Connection reset by peer]
02:57
braewoods has joined #crux
03:00
braewoods has quit [Remote host closed the connection]
03:00
braewoods has joined #crux
03:03
braewoods has quit [Remote host closed the connection]
03:03
braewoods has joined #crux
07:42
braewoods has quit [Read error: Connection reset by peer]
07:43
braewoods_ has joined #crux
07:49
braewoods_ has quit [Remote host closed the connection]
07:49
braewoods_ has joined #crux
07:57
ppetrov^ has joined #crux
10:18
zorz has joined #crux
11:48
lavaball has joined #crux
12:18
emmett1 has joined #crux
15:07
braewoods_ has quit [Read error: Connection reset by peer]
15:07
braewoods__ has joined #crux
15:10
braewoods_ has joined #crux
15:10
braewoods__ has quit [Read error: Connection reset by peer]
15:24
<
cruxbot >
[contrib.git/3.7]: scummvm: 2.7.1 -> 2.8.0
15:24
<
cruxbot >
[contrib.git/3.7]: qtkeychain6: 0.14.1 -> 0.14.2
15:24
<
cruxbot >
[contrib.git/3.7]: qtkeychain: 0.14.1 -> 0.14.2
15:25
<
remiliascarlet >
I believe that prt-get remove doesn't actually remove ports.
15:26
<
remiliascarlet >
`doas prt-get remove password-store` claims to have removed it, then I do `doas prt-get isinst password-store`, and returns "package password-store is not installed" as expected.
15:26
<
remiliascarlet >
Then I run `pass`, and it still outputs as if it were installed. And doing `ls /usr/bin/pass` confirms it's still installed.
15:28
<
remiliascarlet >
Or it might be a port-specific issue, because I noticed the same thing for `kotlin-compiler`, but logging in as root now shows that package no longer exists.
15:33
<
cruxbot >
[contrib.git/3.7]: zjstatus: 0.9.2 -> 0.10.0
15:35
remiliascarlet has quit [Quit: remiliascarlet]
15:36
<
ukky >
remiliascarlet: 'sudo prt-get remove password-store' did remove it for me. This is after removal: ls: cannot access '/usr/bin/pass': No such file or directory
15:37
remiliascarlet has joined #crux
15:37
<
ukky >
remiliascarlet: the file existed before installation: -rwxr-xr-x 1 root root 25799 Dec 17 10:31 /usr/bin/pass
15:38
<
farkuhar >
maybe remiliascarlet accidentally redefined 'removecommand' in prt-get.conf, and it no longer calls pkgrm directly but instead some wrapper that is not working as intended.
15:38
<
ukky >
s/installation/removal
15:40
<
remiliascarlet >
farkuhar: No, I never touched that setting.
15:41
<
ukky >
another possibility is when file is kept open, then it will not be deleted
15:42
<
ukky >
remiliascarlet: what about the other two files, /usr/share/bash-completion/completions/pass and /usr/share/man/man1/pass.1.gz ?
15:42
<
remiliascarlet >
ukky: How do you even keep pass open?
15:43
<
remiliascarlet >
`ls /usr/share/bash-completion/completions/pass` > "ls: cannot access '/usr/share/bash-completion/completions/pass': No such file or directory"
15:43
<
remiliascarlet >
`ls /usr/share/man/man1/pass.1.gz` > "/usr/share/man/man1/pass.1.gz"
15:44
<
ukky >
'less /usr/bin/pass' will keep it open
15:44
<
remiliascarlet >
Yes, except I see no use case for that other than inspecting the source code.
15:45
<
remiliascarlet >
My reason to remove pass is because sp is my favorite password manager now.
15:45
<
remiliascarlet >
More minimal, written in C, backwards compatible with pass, and XDG friendly.
15:46
<
remiliascarlet >
And comes with OTP support out of the box rather than as an "extension".
15:47
<
ukky >
does 'sp' install the same binary file? i.e. /usr/bin/pass ?
15:47
<
remiliascarlet >
It installs as /usr/bin/sp.
15:48
<
remiliascarlet >
sp is actually a binary, pass is a POSIX shell script.
15:49
<
ukky >
does this print only password-store?: prt-get fsearch --full /usr/bin/pass
15:49
<
remiliascarlet >
I already manually removed pass.
15:50
<
remiliascarlet >
`prt-get fsearch --full /usr/bin/pass` > "Found in /usr/ports/contrib/password-store:\n\t/usr/bin/pass"
16:01
<
ukky >
remiliascarlet: Even if /usr/bin/pass is open in editor, 'prt-get remove' still removes all three 'password-store' files properly.
16:13
<
remiliascarlet >
Which I hadn't.
16:13
<
remiliascarlet >
Oh, I see what you mean now.
16:33
tarxvfz has joined #crux
16:50
tarxvfz has quit [Quit: tarxvfz]
17:00
ivandi has quit [Ping timeout: 256 seconds]
17:02
ivandi has joined #crux
17:14
ivandi has quit [Quit: WeeChat 4.1.2]
17:34
emmett1 has quit [Quit: leaving]
17:36
ivandi has joined #crux
18:01
zorz has quit [Quit: WeeChat 4.1.2]
18:43
lavaball has quit [Remote host closed the connection]
18:44
lavaball has joined #crux
18:52
zorz has joined #crux
18:58
braewoods_ has quit [Read error: Connection reset by peer]
18:58
braewoods has joined #crux
19:20
lavaball has quit [Quit: lavaball]
20:32
lavaball has joined #crux
21:55
{x_x} has joined #crux
21:56
lavaball has quit [Quit: lavaball]
22:01
lavaball has joined #crux
22:27
__ has joined #crux
22:29
zorz has quit [Quit: WeeChat 4.1.2]
22:30
{x_x} has quit [Ping timeout: 240 seconds]
22:35
__ has quit [Remote host closed the connection]
22:56
lavaball has quit [Remote host closed the connection]
23:22
ppetrov^ has quit [Quit: Leaving]
23:52
<
cruxbot >
[opt.git/3.7]: c-ares: 1.23.0 -> 1.24.0
23:52
<
cruxbot >
[contrib.git/3.7]: appstream: 1.0.0 -> 1.0.1