On Tue, Feb 23, 2010 at 02:39:31PM -0800, [email protected] 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... ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
