Wireshark-dev: Re: [Wireshark-dev] Build breakage on master?

Date Prev · Date Next · Thread Prev · Thread Next
From: Guy Harris <gharris@xxxxxxxxx>
Date: Mon, 28 Feb 2022 16:02:22 -0800
> On Mon, Feb 28, 2022 at 10:58 AM Martin Mathieson via Wireshark-dev <wireshark-dev@xxxxxxxxxxxxx> wrote:
> 
>> I am seeing this error on master.  Don't have time to look into it just now, but I have just made a new VM for building Wireshark.  Which object file is supposed to implement these?
>> 
>> /usr/bin/ld: run/libwireshark.so.0.0.0: undefined reference to `nds_defrag'

	...

> On Feb 28, 2022, at 8:50 AM, Jim Young <jim.young.ws@xxxxxxxxx> wrote:
> 
> Looking at a few of the undefined references with `git grep` it looks
> like they are defined in epan/dissectors/packet-ncp2222.inc.

...which is included by packet-ncp2222.c, which is a file *generated* during the build process (i.e., it's not in epan/dissectors in the source tree, it's in epan/dissectors in the *build* tree) by tools/ncp2222.py (which, as the name suggests, required Python).