ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] (1) building Wireshark in build.wireshark fails, (2) how to

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 15 Apr 2021 16:45:15 -0700
On Apr 15, 2021, at 3:46 PM, Vincent Randal <vtrandal@xxxxxxxxx> wrote:

> I managed to save my terminal window contents. It's over 1MB compressed.

	$ mkdir build.wireshark
	$ cd build.wireshark
	$ cmake .. >cmake.out 2>&1
	$ make -j 16 >errs 2>&1
	$ ls -lh cmake.out errs
	-rw-r--r--  1 gharris  admin    19K Apr 15 16:13 cmake.out
	-rw-r--r--  1 gharris  admin   243K Apr 15 16:15 errs

Is that the *entire* contents, with all the stuff you did before and after the failed build?  If so, the first thing to check is the stuff that's part of the failed build; the other stuff is much less likely to be relevant.