[2022-07-19T01:11:59Z] 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] vouivre: oh sorry for inconvenience. we should probably need to create announcement before doing breaking changes like that [2022-07-19T04:09:55Z] 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] High [2022-07-19T06:13:19Z] hello [2022-07-19T07:05:02Z] ioraff: thank you for the answer! [2022-07-19T07:06:25Z] illiliti: I'll submit an issue for fdm. Depending on much time it will need to switch to pcre2 [2022-07-19T07:06:42Z] I'll probably resurrect the package in community. Thanks! [2022-07-19T07:08:55Z] 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] When it's done, it would be a good opportunity for an annoucement for example. [2022-07-19T14:49:08Z] 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] https://libreddit.kavin.rocks/r/kisslinux/comments/w1ty2c/build_package_in_a_chroot_fails/igpvq6h/?context=3 [2022-07-19T21:59:16Z] testuser[m]12: thank you for the link. [2022-07-19T22:00:11Z] I have created an issue for fdm: https://github.com/nicm/fdm/issues/110 [2022-07-19T22:01:12Z] I have no experience in this case, do you think it would be difficult to patch fdm for pcre2 ? [2022-07-19T22:01:44Z] If I simply search the string "pcre" I don't get a lot of matches. [2022-07-19T23:23:07Z] vouivre: do you definitely need pcre support in fdm? ./configure --disable-pcre [2022-07-19T23:28:36Z] btw, tdb fails to build for me because Configure.py tries to link -lintl [2022-07-19T23:29:20Z] (gettext) [2022-07-19T23:29:37Z] works with gettext-tiny [2022-07-19T23:34:29Z] 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] but autoshit thinks that means -ltdb doesn't work