jaeger changed the topic of #crux to: CRUX 3.6 | 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 3.2.1]
ivandi has joined #crux
ivandi has quit [Ping timeout: 265 seconds]
ivandi has joined #crux
elderK has joined #crux
<elderK> Hey guys, heads up: glib and gobject-introspection don't update properly :) It seems to be due to cached Python objects left around. Say, codegen.
<elderK> Removing the packages, removing the left over files, and reinstalling, seems to correct the issue.
<Romster> safe to force install that elderK
<elderK> Awesome :)
<Romster> they get generated so now they are tracked
<Romster> or use romster/pkg-not to find untracked files
<elderK> Also, I was wondering who's behind the nvidia port. I was wondering if they could make it so that libNVCtrl is provided. I'd prefer them to do it rather than me as I'm not sure of all the details regarding the nvidia package.
<elderK> I could create one based on that from arch's.
<Romster> what uses that? i not long ago added in cuda support
<elderK> mangohud uses it :)
<elderK> I'd like to try using mangohud so that I can see the fps in games I run using prime-run.
<elderK> Also, librsvg seems to have a signature mismatch.
<Romster> yeah i am working on librsvg right now
<elderK> Cool :) Thank you.
<Romster> digging into cargo i can move some of this stuff out of pkgfiles to reduce code duplication on all rust packages
<Romster> i also did my first 2 commits to core for glibc and glibc-32
tilman has quit [Ping timeout: 268 seconds]
tilman has joined #crux
<SiFuh> ccache footprint mismatch, inkscape is complaining about missing 2geom and libreoffice is complaining about not being able to find mdds even though it is installed
<SiFuh> libreoffice https://dpaste.com/FKXJYMPUM
<Romster> i fixed inkscape
<Romster> ports -u
<cruxbot> [opt.git/3.6]: [notify] librsvg: dependency change. removed libcroco added brotli
<cruxbot> [opt.git/3.6]: gobject-introspection: source update location permanently moved
<cruxbot> [opt.git/3.6]: ccache: update man page
<Romster> ccache works for me but i just bumped the man page to the recent verison 4.4.1
<Romster> for those that don't have asciidoc installed it bundles a generated man page.
<SiFuh> package asciidoc is installed
<Romster> SiFuh, https://crux.nu/gitweb/?p=ports/contrib.git;a=commitdiff;h=d2712d54e397dc6c4a175ed4e836d7fda519163e
<Romster> then it should make it's own man page, ccache works with asciidoc here, no footprint errors.
<SiFuh> Romster: that's inkscape ;-) I am still compiling it
<SiFuh> Wonder when the MSI Delta 15 AMD Ryzen™ 9 5900HX RX6700M will be available in Malaysia
<Romster> yeah and you report files are missing a second time when i fixed it after the first report
<SiFuh> Huh, I thought we are talking about ccache now. You said you'd fixed inkscape so I did ports -u and am building it now. It's at 998/1042.
<SiFuh> ccache is the one that wasn't building the man page
<Romster> elderK, i only see a libnvcuvid.so
<Romster> hmm seems to be at https://github.com/NVIDIA/nvidia-settings
<Romster> i tested ccache it worked building the man page, but i bumped the included man page version while i was looking at it.
<Romster> =======> Building '/usr/ports/contrib/inkscape/inkscape#1.1-7.pkg.tar.xz' succeeded.
elderK has quit [Quit: Connection closed for inactivity]
<SiFuh> Romster: yeah something is really weird here. I see the Pkgfile has -D WITH_INTERNAL_2GEOM=ON and it still shows WITH_INTERNAL_2GEOM=OFF in the log file. Hmm when I move -D WITH_INTERNAL_2GEOM=ON from poppler to inkscape it now shows in the log WITH_INTERNAL_2GEOM=ON now.
<SiFuh> Romster: As for ccache. it says asciidoctor not found. But the Pkgfile finds it and so it doesn't build the man pages :-P
<SiFuh> Romster: This fixed it for me https://dpaste.com/C2434HLPJ
<Romster> SiFuh, what is even different it's exactly the same
<Romster> oh wait.... did i add that in the poppler part?
<SiFuh> Yep
<Romster> oh fuck sorry...
<Romster> WITH_INTERNAL_2GEOM: ON
<Romster> well that was a derp on my part
<cruxbot> [contrib.git/3.6]: inkscape: fix placement of WITH_INTERNAL_2GEOM=ON
<cruxbot> [opt.git/3.6]: nvidia-settings: initial import
ppetrov^ has joined #crux
<cruxbot> [core.git/3.6]: linux-pam: move pkgconfig files from /lib to /usr/lib
<cruxbot> [core.git/3.6]: libcap: update to 2.58
<cruxbot> [opt.git/3.6]: imagemagick: update to 7.1.0-8
<Romster> you sure you got all the deps for asciidoctor installed SiFuh ?
<Romster> asciidoctor -V
<Romster> Asciidoctor 2.0.16 [https://asciidoctor.org]
<Romster> Runtime Environment...
<SiFuh> Romster: if [ ! -e '/usr/bin/asciidoc' ]; then <-- maybe that should be if [ ! -e '/usr/bin/asciidoctor' ]; then ?
<SiFuh> And the ccache dependency asciidoctor instead of asciidoc ?
<Romster> O_o
<Romster> i could of swore it was using asciidoc not asciidoctor
<cruxbot> [opt.git/3.6]: ccache: fix man page generation to asciidoctor and not asciidoc
jue has joined #crux
<cruxbot> [contrib.git/3.6]: fftw: 3.3.9 -> 3.3.10
<cruxbot> [contrib.git/3.6]: python3-sphinx: 4.1.2 -> 4.2.0
<cruxbot> [contrib.git/3.6]: weechat: 3.2.1 -> 3.3
<cruxbot> [contrib.git/3.6]: python3-poetry-core: 1.0.4 -> 1.0.5
<cruxbot> [contrib.git/3.6]: python3-poetry: 1.1.8 -> 1.1.9
<cruxbot> [contrib.git/3.6]: libreoffice: fix build with newer bison
<cruxbot> [contrib.git/3.6]: Revert "mdds: 1.7.0 -> 2.0.0"
<cruxbot> [opt.git/3.6]: [notify] gexiv2: 0.13.0 -> 0.14.0; new hard depedency: python3-gobject
<cruxbot> [contrib.git/3.6]: thunderbird: 78.11.0 -> 91.1.1
<cruxbot> [opt.git/3.6]: at-spi2-core: 2.40.3 -> 2.42.0
<cruxbot> [xorg.git/3.6]: libva: 2.12.0 -> 2.13.0
pedja has joined #crux
<cruxbot> [contrib.git/3.6]: libreoffice: fixed signature
<cruxbot> [contrib.git/3.6]: dust: 0.6.2 -> 0.7.0
ivandi has quit [Ping timeout: 252 seconds]
ivandi has joined #crux
<cruxbot> [compat-32.git/3.6]: libva-32: 2.12.0 -> 2.13.0
SiFuh has quit [Ping timeout: 252 seconds]
SiFuh has joined #crux
ivandi has quit [Quit: WeeChat 3.2.1]
ivandi has joined #crux
prologic has quit [Quit: ZNC - https://znc.in]
prologic has joined #crux
ivandi has quit [Quit: WeeChat 3.3]
ivandi has joined #crux
SiFuh has quit [Read error: Connection reset by peer]
SiFuh has joined #crux
SiFuh has quit [Ping timeout: 240 seconds]
jue has quit [Ping timeout: 268 seconds]
groovy2shoes has quit [Remote host closed the connection]
groovy2shoes has joined #crux
<cruxbot> [xorg.git/3.6]: [notify] xorg-server: build system changed to meson/ninja, new depedency nettle, check revdep after update
<cruxbot> [xorg.git/3.6]: libepoxy: saner meson defaults
<cruxbot> [xorg.git/3.6]: [notify] libglvnd: build system changed to meson/ninja, check revdep afterwards
<cruxbot> [xorg.git/3.6]: [notify] mesa: enables wayland platform optionally, makes libvdpau optional
<cruxbot> [compat-32.git/3.6]: xorg-libxi-32: initial commit, version 1.8
<cruxbot> [compat-32.git/3.6]: libcap-32: initial commit, version 2.58
<cruxbot> [compat-32.git/3.6]: [notify] mesa-32: enables wayland platform optionally
<cruxbot> [contrib.git/3.6]: dust: 0.7.0 -> 0.7.5
<cruxbot> [contrib.git/3.6]: grim: initial commit, version 1.3.2
<cruxbot> [contrib.git/3.6]: libportal: initial commit, version 0.4
<cruxbot> [contrib.git/3.6]: mako: initial commit, version 1.6
<cruxbot> [contrib.git/3.6]: scdoc: initial commit, version 1.11.1
<cruxbot> [contrib.git/3.6]: sway: initial commit, version 1.6.1
<cruxbot> [contrib.git/3.6]: swaybg: initial commit, version 1.1
<cruxbot> [contrib.git/3.6]: swayidle: initial commit, version 1.7
<cruxbot> [contrib.git/3.6]: swaylock: initial commit, version 1.5
<cruxbot> [contrib.git/3.6]: wayland-egl: initial commit, version 1.1.8
<cruxbot> [contrib.git/3.6]: waylandpp: initial commit, version 0.2.8
<cruxbot> [contrib.git/3.6]: wlroots: initial commit, version 0.14.1
<cruxbot> [contrib.git/3.6]: wlsunset: initial commit, version 0.2.0
<cruxbot> [contrib.git/3.6]: xdg-desktop-portal-wlr: initial commit, version 0.4.0
<cruxbot> [contrib.git/3.6]: xdg-desktop-portal-gtk: initial commit, version 1.10.0
<cruxbot> [contrib.git/3.6]: xdg-desktop-portal: initial commit, version 1.10.0
<cruxbot> [contrib.git/3.6]: wofi: initial commit, version 1.2.4
SiFuh has joined #crux
<cruxbot> [opt.git/3.6]: gtk3: added libxkbcommon to optional dependencies for wayland
pedja has quit [Ping timeout: 252 seconds]
groovy2shoes has quit [Ping timeout: 260 seconds]
SiFuh has quit [Quit: leaving]
SiFuh has joined #crux
groovy2shoes has joined #crux
SiFuh has quit [Read error: Connection reset by peer]
SiFuh has joined #crux
groovy2shoes has quit [Read error: Connection reset by peer]
groovy3shoes has joined #crux
ppetrov^ has quit [Quit: Leaving]
<cruxbot> [contrib.git/3.6]: chafa: initial commit, version 1.8.0
<cruxbot> [contrib.git/3.6]: dconf: initial commit, version 0.40.0
<cruxbot> [contrib.git/3.6]: dconf-editor: initial commit, version 3.38.3
<cruxbot> [contrib.git/3.6]: fcft: initial commit, version 2.4.5
<cruxbot> [contrib.git/3.6]: git-cliff: initial commit, version 0.3.0
<cruxbot> [contrib.git/3.6]: hck: initial commit, version 0.6.4
<cruxbot> [contrib.git/3.6]: foot-terminfo: initial commit, version 1.9.0
<cruxbot> [contrib.git/3.6]: foot: initial commit, version 1.9.0
<cruxbot> [contrib.git/3.6]: hiredis: initial commit, version 1.0.0
<cruxbot> [contrib.git/3.6]: http-parser: initial commit, version 2.9.4
<cruxbot> [contrib.git/3.6]: iso-codes: initial commit, version 4.7.0
<cruxbot> [contrib.git/3.6]: jbig2dec: initial commit, version 0.19
<cruxbot> [contrib.git/3.6]: libgit2: initial commit, version 1.2.0
<cruxbot> [contrib.git/3.6]: libsixel: initial commit, version 1.8.6
<cruxbot> [contrib.git/3.6]: libssh2: initial commit, version 1.10.0
<cruxbot> [contrib.git/3.6]: pastel: initial commit, version 0.8.1
<cruxbot> [contrib.git/3.6]: rhit: initial commit, version 1.5.3
<cruxbot> [contrib.git/3.6]: slurp: initial commit, version 1.3.2
lunatic has joined #crux
<lunatic> o/
prologic has quit [Quit: ZNC - https://znc.in]
prologic has joined #crux