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/suite_wslua.py
and got
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
On Sat, Dec 14, 2024 at 1:32 PM Elimork Bald via Wireshark-dev <
wireshark-dev@wireshark.org> wrote:
> 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
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