💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-07-19.txt captured on 2023-01-29 at 03:46:39.

View Raw

More Information

-=-=-=-=-=-=-

[2022-07-19T01:11:59Z] <ioraff> vouivre: because glib switched to pcre2 and we backported the commits that switched sway to pcre2 to sway 1.7
[2022-07-19T04:09:31Z] <illiliti> vouivre: oh sorry for inconvenience. we should probably need to create announcement before doing breaking changes like that
[2022-07-19T04:09:55Z] <illiliti> anyway, as ioraff said, pcre is no longer needed in main repo. if you still need it, you can resurrect it and package for community(or whatever) repo
[2022-07-19T05:40:29Z] <testuser[m]12> High
[2022-07-19T06:13:19Z] <ioraff> hello
[2022-07-19T07:05:02Z] <vouivre> ioraff: thank you for the answer!
[2022-07-19T07:06:25Z] <vouivre> illiliti: I'll submit an issue for fdm. Depending on much time it will need to switch to pcre2
[2022-07-19T07:06:42Z] <vouivre> I'll probably resurrect the package in community. Thanks!
[2022-07-19T07:08:55Z] <vouivre> By the way: yes, I think an annoucement would be a good idea. From what I have read, a switch on muon should happen.
[2022-07-19T07:09:31Z] <vouivre> When it's done, it would be a good opportunity for an annoucement for example. 
[2022-07-19T14:49:08Z] <testuser[m]12> Carbon is fundamentally a successor language approach, rather than an attempt to incrementally evolve C++. It is designed around interoperability with C++ as well as large-scale adoption and migration for existing C++ codebases and developers. 
[2022-07-19T16:56:40Z] <testuser[m]12> https://libreddit.kavin.rocks/r/kisslinux/comments/w1ty2c/build_package_in_a_chroot_fails/igpvq6h/?context=3
[2022-07-19T21:59:16Z] <vouivre> testuser[m]12: thank you for the link. 
[2022-07-19T22:00:11Z] <vouivre> I have created an issue for fdm: https://github.com/nicm/fdm/issues/110
[2022-07-19T22:01:12Z] <vouivre> I have no experience in this case, do you think it would be difficult to patch fdm for pcre2 ?
[2022-07-19T22:01:44Z] <vouivre> If I simply search the string "pcre" I don't get a lot of matches. 
[2022-07-19T23:23:07Z] <phoebos> vouivre: do you definitely need pcre support in fdm? ./configure --disable-pcre
[2022-07-19T23:28:36Z] <phoebos> btw, tdb fails to build for me because Configure.py tries to link -lintl
[2022-07-19T23:29:20Z] <phoebos> (gettext)
[2022-07-19T23:29:37Z] <phoebos> works with gettext-tiny
[2022-07-19T23:34:29Z] <phoebos> the reason fdm's configure fails on the tdb test when pcre1 isn't installed is because the tdb test links to -lpcre, which is what actually fails
[2022-07-19T23:34:52Z] <phoebos> but autoshit thinks that means -ltdb doesn't work