#trinity-desktop < 2025/10/03 >
[01:43]pitriss_ has joined
[01:44]pitriss has quit (Ping timeout: 250 seconds)
[06:11]ccx has quit (Remote host closed the connection)
[06:11]ccx has joined
[06:46]agneli: ninja -v -j2 -l2
[06:46]agneli: [1/15] /usr/bin/x86_64-pc-linux-gnu-gcc -D__LIBR_BACKEND_libbfd__ -D__LIBR_BUILD__ -Dr_shared_EXPORTS -I/libr -I/var/tmp/portage/dev-libs/libr-9999/work/libr-9999_build -march=native -O2 -pipe -fvisibility=hidden -fPIC -MD -MT src/CMakeFiles/r-shared.dir/libr-bfd.c.o -MF src/CMakeFiles/r-shared.dir/libr-bfd.c.o.d -o src/CMakeFiles/r-shared.dir/libr-bfd.c.o -c
[06:46]agneli: /var/tmp/portage/dev-libs/libr-9999/work/libr-9999/src/libr-bfd.c
[06:46]agneli: FAILED: [code=1] src/CMakeFiles/r-shared.dir/libr-bfd.c.o
[06:46]agneli: /usr/bin/x86_64-pc-linux-gnu-gcc -D__LIBR_BACKEND_libbfd__ -D__LIBR_BUILD__ -Dr_shared_EXPORTS -I/libr -I/var/tmp/portage/dev-libs/libr-9999/work/libr-9999_build -march=native -O2 -pipe -fvisibility=hidden -fPIC -MD -MT src/CMakeFiles/r-shared.dir/libr-bfd.c.o -MF src/CMakeFiles/r-shared.dir/libr-bfd.c.o.d -o src/CMakeFiles/r-shared.dir/libr-bfd.c.o -c
[06:47]agneli: /var/tmp/portage/dev-libs/libr-9999/work/libr-9999/src/libr-bfd.c
[06:47]agneli: /var/tmp/portage/dev-libs/libr-9999/work/libr-9999/src/libr-bfd.c: In function ‘setup_sections’:
[06:47]agneli: /var/tmp/portage/dev-libs/libr-9999/work/libr-9999/src/libr-bfd.c:247:84: error: macro "bfd_copy_private_section_data" requires 5 arguments, but only 4 given
[06:47]agneli: 247 | !bfd_copy_private_section_data(ihandle, iscn, ohandle, oscn)
[06:47]agneli: | ^
[06:47]agneli: In file included from /usr/include/bfd.h:10,
[06:47]agneli: from /var/tmp/portage/dev-libs/libr-9999/work/libr-9999/src/libr-bfd.h:8,
[06:47]agneli: from /var/tmp/portage/dev-libs/libr-9999/work/libr-9999/src/libr.h:97,
[06:47]agneli: from /var/tmp/portage/dev-libs/libr-9999/work/libr-9999/src/libr-bfd.c:32:
[06:47]agneli: /usr/include/x86_64-pc-linux-gnu/bfd.h:1040:9: note: macro "bfd_copy_private_section_data" defined here
[06:47]agneli: 1040 | #define bfd_copy_private_section_data(ibfd, isec, obfd, osec, link_info) \
[06:47]agneli: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[06:47]agneli: ninja: build stopped: subcommand failed.
[06:47]agneli: upsss
[06:47]agneli: sorrryyy
[06:47]agneli: it was supposed to be this: https://paste.debian.net/plain/1399178
[06:47]agneli: gentoo and package is dev-libs/libr-9999
[06:49]agneli: i restarted the merge and it now started in a different order so let's see
[07:13]Fat-Zer: agneli: looks like sys-libs/binutils-libs changed API in 2.45 a bit. should be an easy fix; thanks for reporting. As for now you may rollback to ~sys-libs/binutils-libs-2.44 or USE="-elficons" for trinity-base/tdelibs
[07:21]agneli: ach... thank you Fat-Zer
[07:21]agneli: i just upgraded sys-libs/binutils-libs :)
[07:36]Fat-Zer: agneli: I was actually wrong, the issue is supposed to be already fixed, but the package looks for the current ld version rather than than the binutils-libs' one... so you can just switch to newer binutils to mitigate it: `eselect binutils set x86_64-pc-linux-gnu-2.45`
[08:01]agneli: wow I did not know this is slotted
[08:02]agneli: thank you Fat-Zer
[08:02]agneli: checking
[08:06]agneli: i confirm it worked, thank you again
[08:18]Fat-Zer: np
[09:19]neoncortex has quit (Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in)
[09:25]agneli has quit (Quit: leaving)
[09:27]agneli has joined
[09:27]agneli: https://paste.debian.net/plain/1399197
[09:27]agneli: trinity-base/tdelibs
[09:28]agneli: robably rebuild cmake after changing binutils?
[09:38]SlavekB: This is not related to binutils, but to the change of KSimpleConfig => TDESimpleConfig, which took place in the master branch some time ago.
[09:39]agneli: thjanthank you SlavekB but what I have to do then, please?
[09:39]agneli: *thank you :)
[09:40]agneli: edit ebuild?
[09:41]SlavekB: This looks like the original version of the library from the system instead of a new version of the build tree is linked there.
[09:41]agneli: i updated today I believe
[09:41]agneli: hmmm
[09:42]agneli: emaint sync -r trinity-official
[09:43]SlavekB: I assume that if you want to uninstall the existing library from the system, would it cause uninstalling everything that depends on it?
[09:43]agneli: yes Sir
[09:45]agneli: but I can force
[09:45]agneli: but my system will crash I guess... :)
[09:46]agneli: seems it fetches new one
[09:48]SlavekB: We will need to solve it so that new libraries in the build tree are preferred over the libraries that may be in the system. However, it will probably have time after the release of R14.1.5, which will be at the end of this month.
[09:49]agneli: this is perfectly fine
[09:49]agneli: however, I am rebuilding everything, should not that be OK?
[09:50]agneli: provided I am rebuilding in the proper order?
[09:52]SlavekB: We also watched this in the case of TQt as such - in building it could link the old version of the library from the system instead of just the build-up new versions.
[09:54]SlavekB: When creating distribution packages like DEB, RPM, ArchLinux, this is no problem, because building there is always in a clean chroot.
[09:54]agneli: perhaps you have list of those libraries handy SlavekB? :)
[09:54]agneli: i can rebuild one by one
[09:54]agneli: soemhopw I am not very comforpatble with having a broken system ;)
[09:55]SlavekB: But if the user performs a build on a system that already contains an old version, it sometimes gives this unexpected result.
[09:56]agneli: note down what I have and then remove one by one?
[09:56]agneli: or just uninstall plain everything and start from scratch?
[09:56]agneli: :)
[09:56]Fat-Zer: agneli: it's a known issue on gentoo with live ebuilds: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/402 ; long story short the binaries that are getting built and run try to use old version of tdelibs
[09:56]SlavekB: In any case, a change in KSimpleConfig => TDESimpleConfig will require rebuild not only tdelibs, but also other libraries and applications that can be affected.
[09:56]Fat-Zer: to workaround you may `mv /usr/trinity/14/lib64/{libtdeio.so.14,libtdesu.so.14,libtdeui.so.14,libtdecore.so.14,libDCOP.so.14,libtdefx.so.14} /tmp`
[09:57]Fat-Zer: or unmerge tdelibs before rebuilding
[09:58]Fat-Zer: as stated the LD_LIBRARY_PATH is the culprit, but before removing it I'll need to test that it won't break the build in other ways
[10:49]a-865 has quit (Ping timeout: 264 seconds)
[11:07]a-865 has joined
[11:15]patfish has joined
[11:15]patfish has quit (Client Quit)
[11:18]agneli likes the /tmp idea :)
[11:21]agneli: hmmm
[11:21]agneli: https://paste.debian.net/plain/1399214
[11:21]agneli: it just moved the links
[11:21]agneli: not the actual libraries
[11:21]agneli: is that OK?
[11:42]Fat-Zer: AFAIR, yes, the binaries are linked via names
[11:42]Fat-Zer: *the symlink names
[11:51]agneli has quit (Ping timeout: 272 seconds)
[11:53]agneli has joined
[11:55]agneli: I am rebuilding everythign anyway so I guess the links will be redone by some of the packages?
[11:56]agneli: names sound familaiar
[12:06]Fat-Zer: those all belong to tdelibs
[12:14]Fat-Zer has quit (Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/)
[12:30]zeroability has joined
[12:31]zeroability: Hello. Just wanted to let someone know there was a certificate issue with your domain. When trying to fetch the RSS feed from kontact, I get "The IP address of the host trinitydesktop.org does not match the one the certificate was issue to."
[12:32]zeroability: I guess it expired 9/28/25? I'll try manually removing it and see if that helps.
[12:35]Fat-Zer has joined
[12:37]SlavekB: zeroability, thank you for your notice - fixed.
[12:39]SlavekB: When I was making changes to the web server configuration, I didn't realize that www.trinityktop.org and trinitydesktop.org (without www) are two separate certificates.
[12:40]zeroability: Yeah, it's weird. "www" is also a legacy option. You would think it would just resolve as an alias.
[12:41]agneli: but there are some connectivity issues atm
[12:41]agneli: is that related, please?
[12:42]agneli: basically every second package fails while fetching
[12:45]zeroability: Did the cert get changed on the mirror? Sometimes that takes time to propagate, if so.
[12:47]SlavekB: Last night I made changes to the main server to test whether the replacement of the web server would be beneficial - this concerned the website, wiki, web interface for mailing lists.
[12:47]zeroability: I noticed the sites can be slow to respond for a while now.
[12:48]zeroability: I take it you also have to bounce the gitea from time to time.
[12:49]SlavekB: The next round will be changes on the vps - this will apply to the primary redirector (mirror.ppa.), cgit interface (mirror.git.), TGW, TWTW.
[12:50]zeroability: Sounds good.
[12:50]SlavekB: There is a larger number of services on vps, so the main server were tested first.
[13:07]Fat-Zer: SlavekB: by the word, speaking about certificates, the cert for https://crashreport.trinitydesktop.org/ is expired
[13:09]SlavekB: I have to try to contact Tim because this service is still on his server.
[13:16]Fat-Zer: ok
[13:18]pitriss_ has quit (Excess Flood)
[13:19]pitriss has joined
[13:45]patfish has joined
[13:48]agneli has quit (Ping timeout: 272 seconds)
[13:48]agneli has joined
[14:30]iamtdeusernomill has joined
[14:31]iamtdeusernomill: Hey, you guys had some server downtime for your arch mirror these last few days?
[14:36]SlavekB: The server is not down, but busy because of the high interest from "amazing" AI bots. Surely they will learn a lot new thanks to the study of tarballs, binary packages, and so on ;)
[14:38]iamtdeusernomill: Thank you, yeah I should probably stop probing the mirrorlists too at times, but sometimes pacman just wants to have a go at it.
[14:38]iamtdeusernomill: Its been a few days so, hopefully it will get resolved :)
[14:51]ccx has quit (Remote host closed the connection)
[14:58]ccx has joined
[15:32]SlavekB has quit (Quit: Kopete 0.12.7 : http://trinitydesktop.org)
[15:58]zeroability has quit (Quit: Konversation terminated!)
[16:20]patfish has quit (Quit: Leaving)
[16:53]Fat-Zer has quit (Ping timeout: 244 seconds)
[17:00]CupsCups has joined
[17:00]CupsCups: Hello!
[17:00]CupsCups: I'm newly using TDE on my Devuan system.
[17:01]CupsCups: Does someone know why Alt + Tab does not show windows on other desktops? Is there a setting to change that?
[17:02]CupsCups: And can Konsole do copy-by-selecting?
[17:07]Fat-Zer has joined
[17:22]agneli: is that Alt + Tab behavour normal?
[17:22]agneli: is there any DE that circless through all windows on all desktops?
[17:22]agneli has no idea
[17:29]ceux: idk theres probably a way to do it if you patch tdm
[17:29]ceux: i patched tdm for alt+~ to tab between windows of the same class
[17:30]ceux: i think thats actually upstreamed
[17:30]ceux: so theoretically paging through all is an option thats probably easy to add.
[17:36]agneli: isn't tdm a display manager for tde?
[17:51]a-865 has quit (Ping timeout: 255 seconds)
[18:07]a-865 has joined
[18:21]a-865 has quit (Ping timeout: 240 seconds)
[18:22]Fat-Zer: agneli: twin can cycle thorough windows on all desktops, there is a setting for it in its config
[18:27]ceux: agneli: tdm is the portal
[18:27]ceux: tdm is the sorry, window manager
[18:27]ceux: qwertial aphasia
[18:37]a-865 has joined
[18:41]agneli: isn't twin the window manager for tde?
[18:41]agneli: am I mixing things?
[18:43]agneli: Fat-Zer: the question actually comes from CupsCups :)
[18:43]Fat-Zer: yes it is
[18:43]agneli: he looks for this setting
[18:43]agneli: 19:02 < CupsCups> And can Konsole do copy-by-selecting?
[18:43]agneli: and this as well
[18:44]agneli: he asked them exactly the moment you disconnected
[18:44]agneli: perfect timing I would say :)
[18:47]Fat-Zer: ah, it's: right click on a window header -> Configure Window Behavior -> Focus -> Traverse windows on all desktops
[18:50]Fat-Zer: as for konsole, not sure, but probably not... There is always select buffer, so I don't really see why one'd want to use copy buffer for that...
[18:51]Fat-Zer: CupsCups: ^
[19:02]CupsCups: Hi I'm still here
[19:02]CupsCups: Ok let's try all this
[19:04]CupsCups: Fat-Zer: that works!! Thank you, "Traverse window on all desktops"
[19:05]CupsCups: Fat-Zer: I think I do mean the selection buffer, the one that can be pasted with Shift + Insert on most Linux systems.
[19:05]CupsCups: I've not found any buffer get filled by selecting text in Konsole
[19:05]CupsCups: Yet
[19:07]Fat-Zer: nah.. shift+Ins/Ctrl+v it's copy buffer... the select one is that is pasted with middle mouse button.
[19:08]CupsCups: Fat-Zer oh lol, I was looking for it for two days but it indeed just works with mmb
[19:09]CupsCups: I think everything mostly Just Works 🤔
[20:15]CupsCups has quit (Quit: Client closed)
[22:47]neoncortex has joined
[23:36]SlavekB has joined

#trinity-desktop < 2025/10/03 >