On Sunday, December 15th, 2024 at 6:51 PM, Dario Lombardo
wrote:
> Have a look at the .gitlab-ci.yml file. It contains a working recipe for
> building the deb. You can watch it run on gitlab.com, and download complete
> artifacts as well.
Thanks, but I hope I solved the issue in roughly conc
On Sunday, December 15th, 2024 at 3:53 AM, Elimork Bald via Wireshark-dev
wrote:
> The 'dpkg-buildpackage' nocheck option is unappealing to me. I'll try and see
> what pytest will tell me, next.
In dir where I ran dpkg-buildpackage with those errors, I ran:
pytest test/s
Hi!
Thanks for looking into this.
On Saturday, December 14th, 2024 at 7:04 PM, John Thacker
wrote:
[...]
> dpkg-buildpackage by default attempts to run tests. It's hard to tell from
> your description, but you probably didn't install the packages that are
> needed for tests. It is failing in t
I updated the git source, ran everything by the book, as usual.
I followed:
https://www.wireshark.org/docs/wsdg_html_chunked/ChapterSetup.html#ChSetupUNIX
created build directory, ran cmake -G Ninja .. which compiled fine.
And I wanted to create deb packages, which I usually successfully accomplis