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] buildbot failure in Wireshark (development) on Solaris-10-SP

From: Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx>
Date: Wed, 24 Feb 2010 00:48:39 +0100
On Tue, Feb 23, 2010 at 02:39:31PM -0800, buildbot-no-reply@xxxxxxxxxxxxx wrote:
> The Buildbot has detected a new failure of Solaris-10-SPARC on Wireshark (development).
> Full details are available at:
>  http://buildbot.wireshark.org/trunk/builders/Solaris-10-SPARC/builds/1043
> 
> Buildbot URL: http://buildbot.wireshark.org/trunk/
> 
> Buildslave for this Build: solaris-10-sparc
> 
> Build Reason: 
> Build Source Stamp: 31967
> Blamelist: etxrab

Blamelist: darkjames

I moved bytes_to_str & bytes_to_str_punct from strutil.c to to_str.c ;/

Naive change in Makefile.am:

-reassemble_test: reassemble_test.o tvbuff.o except.o strutil.o emem.o \
+reassemble_test: reassemble_test.o tvbuff.o except.o strutil.o emem.o to_str.o \

Makes much more linking trouble...
 wireshark/epan/to_str.c:1211: undefined reference to `sna_fid_to_str_buf'
 wireshark/epan/to_str.c:1215: undefined reference to `atalk_addr_to_str_buf'
 wireshark/epan/to_str.c:1224: undefined reference to `print_nsap_net_buf'
 wireshark/epan/to_str.c:1234: undefined reference to `mtp3_addr_to_str_buf' 
 [...]

I think it would be good idea to make tests (or at least reassemble one) link with libwireshark, instead of object files...