[2025-04-07T10:42:41Z] aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaAAAAAAaaaaaaAAAAAaaaAAAAaaaAAAAaaaaaaAAAAAAAAAAAAaaaaaAAAAAaaaAAAaaaAAAAAAAAAAAAAAAAAAAaaaaaaaaaaa [2025-04-07T10:48:55Z] why are you yodeling? [2025-04-07T10:55:29Z] no im just screaming [2025-04-07T10:55:37Z] yodeling is more like.. [2025-04-07T10:55:51Z] OuuuuAAAHhhhAAHuuuououuoAUhhhhOUUooooHHHYyuuhhoooUUOohhhOOHHHhhh [2025-04-07T12:03:22Z] I didn't ask what you're doing, though [2025-04-07T13:41:53Z] hi [2025-04-07T13:42:03Z] sewn: not bad for yodeling [2025-04-07T13:42:05Z] :-) [2025-04-07T13:42:26Z] does somebody else has the problem as me with the last update of libxml2 ? [2025-04-07T13:42:34Z] https://codeberg.org/kiss-community/community/issues/1768 [2025-04-07T15:33:48Z] phoebos: I saw you pinged git-bruh about the issue. Isn't git-bruh automatically notified about issues ? [2025-04-07T15:33:55Z] it was my assumption [2025-04-07T15:59:02Z] just for completeness [2025-04-07T16:07:26Z] ok [2025-04-07T16:08:36Z] phoebos: you did the last release of kiss (24.12.18) [2025-04-07T16:11:51Z] on the releases notes it's recommended to set the CFLAGS to [2025-04-07T16:12:44Z] CFLAGS="-march=x86-64 -mtune=generic -pipe -Os" [2025-04-07T16:13:11Z] on a fresh kiss install I wasn't able to build openssl with an amd computer [2025-04-07T16:13:17Z] only after setting [2025-04-07T16:13:30Z] CFLAGS="-march=native -pipe -Os" [2025-04-07T16:13:39Z] I was able to build openssl [2025-04-07T16:13:59Z] on a computer with an intel processor no problem. [2025-04-07T16:15:32Z] I assumed "-march=x86 -mtune=generic" was generic and for all X86_64 processors. Am I wrong ? [2025-04-07T16:24:09Z] they're not a recommendation [2025-04-07T16:24:15Z] they're what was used to build the tarball [2025-04-07T16:26:16Z] i don't think -march=x86 is a valid option? [2025-04-07T16:27:21Z] -march=x86-64 is "a generic cpu with 64-bit extensions" [2025-04-07T17:38:41Z] sorry, you are right, it was a typo [2025-04-07T17:39:13Z] -march=x86_64 is the right parameter [2025-04-07T17:40:56Z] but for an unknows reason it didn't work for my processor [2025-04-07T17:41:01Z] amd 9950x [2025-04-07T17:41:20Z] https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-9-9950x.html [2025-04-07T17:41:39Z] Instructions set: x86-64 [2025-04-07T17:44:09Z] in the install there is -march=native. As I have seen, it seems optimized for the processor. [2025-04-07T17:44:23Z] why did you choose x86-64 ? [2025-04-07T21:41:30Z] what do you mean [2025-04-07T21:42:36Z] the binaries on the tarball are meant to run on any x86-64 so aren't built with extensions specific to my processor