Ethereal-dev: Re: [Ethereal-dev] buildbot failure in Solaris-8-SPARC

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 06 Dec 2005 11:52:41 -0800
buildbot-do-not-reply@xxxxxxxxxxxx wrote:
The Buildbot has detected a new failure of Solaris-8-SPARC.

Buildbot URL: http://buildbot.ethereal.com/

Build Reason: changes
Build Source Stamp: 1344
Blamelist: kukosa

BUILD FAILED: failed compile

g_hash_table_new_full() isn't available in GLib 1.2[.x], and the Solaris build uses GLib 1.2.10 and GTK+ 1.2.10; we still support 1.2[.x], so we need to be able to work on 1.2[.x]. g_hash_table_new() doesn't let you supply a function called when removing items from the hash table, so you'd have to do the freeing yourself when that happens.