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/
tilman has quit [Ping timeout: 244 seconds]
tilman has joined #crux
serpente has quit [Remote host closed the connection]
ax has quit [Ping timeout: 245 seconds]
ax has joined #crux
brian|lfs has quit [Ping timeout: 268 seconds]
brian|lfs has joined #crux
ppetrov^ has joined #crux
zorz has quit [Quit: leaving]
darfo has quit [Ping timeout: 248 seconds]
darfo has joined #crux
darfo has quit [Ping timeout: 245 seconds]
darfo has joined #crux
darfo has quit [Ping timeout: 260 seconds]
darfo has joined #crux
darfo has quit [Ping timeout: 276 seconds]
darfo has joined #crux
darfo has quit [Read error: Connection reset by peer]
darfo_ has joined #crux
lavaball has joined #crux
<cruxbot> [xorg/3.7]: [notify] xorg-server: update to version 21.1.16
<cruxbot> [core/3.7]: gettext: updated to version 0.24
<cruxbot> [core/3.7]: cmake: updated to version 3.31.6
<cruxbot> [core/3.7]: dhcpcd: updated to version 10.2.2
zorz has joined #crux
<cruxbot> [opt/3.7]: qemu-all: updated to version 9.2.2
<cruxbot> [opt/3.7]: qemu: updated to version 9.2.2
jue has joined #crux
jue has joined #crux
jue has quit [Changing host]
zorz has quit [Quit: leaving]
serpente has joined #crux
ppetrov^ has quit [Quit: Leaving]
<r0ni> cmake port fails because sphinx is missing new dep roman-numerals-py
zorz has joined #crux
joe9 has quit [Quit: leaving]
<cruxbot> [xorg/3.7]: xorg-xwayland: 24.1.5 -> 24.1.6
brian|lfs has quit [Read error: Connection reset by peer]
brian|lfs has joined #crux
lavaball has quit [Remote host closed the connection]
lavaball has joined #crux
joe9 has joined #crux
<cruxbridge> <tim> r0ni: sphinx itself wants roman-numerals
<joe9> any asterisk or dahdi users here?
<cruxbot> [contrib/3.7]: p5-libwww: 6.77 -> 6.78
<cruxbot> [contrib/3.7]: p5-business-isbn-data: 20250220.001 -> 20250226.001
<cruxbot> [contrib/3.7]: pnpm: 10.5.0 -> 10.5.1
<cruxbot> [contrib/3.7]: prometheus: 3.2.0 -> 3.2.1
<cruxbot> [contrib/3.7]: pyright: 1.1.394 -> 1.1.395
<cruxbot> [contrib/3.7]: python3-pydantic-core: 2.29.0 -> 2.30.0
<cruxbridge> <tim> joe9: not me
<cruxbot> [contrib/3.7]: python3-roman-numerals-py: initial commit, version 3.1.0
<cruxbot> [contrib/3.7]: python3-sphinx: 8.2.0 -> 8.2.1; new dependency: python3-roman-numerals-py
<cruxbot> [contrib/3.7]: python3-nh3: 0.2.20 -> 0.2.21
joe9 has quit [Quit: leaving]
<r0ni> tim: yeah, thats what I meant ;)
ukky has joined #crux
<ukky> joe9: I use both asterisk and dahdi, though not in Crux but Debian. Gentoo has dropped Dahdi support.
ukky has left #crux [#crux]
lavaball has quit [Remote host closed the connection]
joe9 has joined #crux
<joe9> the latest cmake port fails with this error: https://dpaste.com/AE2S65J2X.txt
<cruxbridge> <tim> joe9: consider setting PKGMK_IGNORE_NEW="yes" in /etc/pkgmk.conf
<joe9> will that make the footprint's out of sync with the system?
<cruxbridge> <tim> no
<cruxbridge> <tim> it will ignore NEW files which are generally harmless.
<cruxbridge> <tim> you should be more concerned about missing files
<joe9> I have not built CRUX ports in a decade. I am trying to build ports for dahdi and asterisk for 3.7. I found ports for them in 3.4 and 3.5.
lavaball has joined #crux
<joe9> to update the signature, pkgmk asks me for the security keys.
<joe9> how do I go about it?
<joe9> thanks.
<cruxbridge> <tim> you don't
<cruxbridge> <tim> the keys are a secret
<cruxbridge> <tim> you can ignore checking the signature manually, e.g. with pkgmk there is the -is flag
<joe9> I can. But, I want to update the signature.
<joe9> I am updating the packages to the latest releases.
<joe9> so, the files in the Pkgfile change.
<cruxbridge> <tim> It's not intended to be used that way (if you updated a core/opt/... port). If this is your own repository, you can generate your own key and sign your own ports
<joe9> at this point, these old ports will be going into my own repository.
<joe9> as, they are not in contrib anymore.
<joe9> so, just put them in my local repo and work with them. If all goes well, I can reach out to you to see if you can take them into contrib.
<cruxbridge> <tim> contrib is not really something you come and load with your ports to have them maintained. The process usually involves you that wants them in contrib to maintain them yourself.
<joe9> oh, ok.
<cruxbridge> <tim> Usually, you'd want to make your very own repository public and get it listed on the portdb, and after a while, you can consider applying for contrib if you want to join up
<joe9> ok, makes sense.
<joe9> are there any instructions to generate the key to sign my ports.
<joe9> ?
<cruxbridge> <tim> https://crux.nu/Wiki/SignedPorts this page has info about it in the Key Handling section
<joe9> ok, thanks.
<cruxbridge> <tim> sure
jue has quit [Ping timeout: 248 seconds]
serpente has quit [Remote host closed the connection]
serpente has joined #crux
<cruxbot> [core/3.7]: cmake: updated footprint
<SiFuh> jaeger: That setup-chroot script has a small problem. If you run it more than twice you will find nice issues
<SiFuh> I have a script that can check if chroot is already run and just run 'chroot' rather than binding everything. You could look at it and maybe tweak the setup-chroot to detect if setup-chroot has already been run.
<jaeger> Yeah, would be easy to modify it... but out of curiosity, why would you run it more than once?
<SiFuh> jaeger: A newbie ;-) switching consoles
<SiFuh> And I meant more than once. Not more than twice.
<jaeger> Hrmm, fair enough
<SiFuh> So they can run setup-chroot as many times as they want or chroot directly. The script should detect if it has been run before and accommodate for it.
<jaeger> Yeah, I get the concept
<SiFuh> jaeger: I knew did. :-P
<SiFuh> I knew you did*
brian|lfs has quit [Ping timeout: 248 seconds]
brian|lfs has joined #crux
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux
<joe9> What command is used to create patch files in a port? diff -u seems to be in a different format.
lavaball has quit [Remote host closed the connection]