Daniel Markstedt
Daniel Markstedt
I was able to port most relevant patches cleanly in https://github.com/Netatalk/netatalk/pull/952 Two patches I'm holding back for now because they don't apply cleanly to main, and some deeper reading is...
The former now done with https://github.com/Netatalk/netatalk/pull/1023 The latter is just cleanup of unused variables. That can be done at a later time for the codebase as a whole.
This [wikipedia article](https://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C) lists a staggering number of unit test frameworks for C. gtest/gmock leans heavily into the object oriented syntax of C++, and treats C headers as C++ which...
Went a different direction and embedded the old afptest testsuite into the CI system. While unit testing is still a good idea, I'm happy with the functional test coverage that...
For starters, can you please fill out the Environment section, so that we know the version and OS you’re running this with. I can see two ways forward: 1. Try...
@UUVE Would you be able to retry this with the recently released v3.2.0? This release contains two specific patches that address EA metadata handling in libatalk, namely: https://github.com/Netatalk/netatalk/pull/513 and https://github.com/Netatalk/netatalk/pull/575...
@UUVE In case it helps, we now distribute a build-from-source guide as an appendix to the Netatalk manual. See the Debian section here: https://netatalk.io/3.2/htmldocs/compile#build-debian
@UUVE Do you have any update on your testing?
That's a bummer, so we are back to the drawing board then. The stack trace may provide some hints, however. Regarding your two other questions: To build with quota on...
You can see how I did the Debian packaging of netatalk with Meson here. https://salsa.debian.org/netatalk-team/netatalk/-/blob/debian/latest/debian/rules?ref_type=heads It's as simple as passing the `--buildsystem=meson+ninja` parameter to the debian helper program, and then...