[Wireshark-dev] Re: dpkg-buildpackage fails with recent tags

2024-12-14 Thread Elimork Bald via Wireshark-dev
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

[Wireshark-dev] Re: dpkg-buildpackage fails with recent tags

2024-12-14 Thread Elimork Bald via Wireshark-dev
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

[Wireshark-dev] Re: dpkg-buildpackage fails with recent tags

2024-12-14 Thread John Thacker
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

[Wireshark-dev] dpkg-buildpackage fails with recent tags

2024-12-14 Thread Elimork Bald via Wireshark-dev
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