From owner-freebsd-ports Thu Jun 27 23:23: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E465837B400 for ; Thu, 27 Jun 2002 23:22:50 -0700 (PDT) Received: from nall.brians-anime.com (h24-65-36-76.rd.shawcable.net [24.65.36.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id A957F43E06 for ; Thu, 27 Jun 2002 23:22:49 -0700 (PDT) (envelope-from brian@brians-anime.com) Received: from there (ruby.brians-anime.com [24.65.39.200]) by nall.brians-anime.com (8.11.6/8.11.3) with SMTP id g5S6S4H17494 for ; Fri, 28 Jun 2002 00:28:05 -0600 (MDT) (envelope-from brian@brians-anime.com) Message-Id: <200206280628.g5S6S4H17494@nall.brians-anime.com> Content-Type: text/plain; charset="iso-8859-1" From: "B. Jack" To: ports@freebsd.org Subject: cheesetracker - fails to run Date: Fri, 28 Jun 2002 00:21:23 -0600 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org After installing cheesetracker from the ports collection under -current (and working around sourceforge's annoying download system that breaks the port-tree's auto-fetch feature - ie: by downloading manually into /usr/portsdistfiles) it fails to run. BTW: The downloads at sourceforge all seem to be fetching some 'select a mirror' page now. Perhaps the web fetcher needs to send a cookie of some sort for sourceforge downloads to be able to get the file directly. It stops fairly quickly. The splash screen appears to be the point of failure: Script started on Fri Jun 28 00:04:54 2002 bash-2.05a# rm cheesetracker.core bash-2.05a# cheesetracker Segmentation fault (core dumped) bash-2.05a# gdb /usr/local/bin/cheesetracker GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... (gdb) core-file cheesetracker.core Core was generated by `cheesetracker'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/X11R6/lib/libgtkmm.so.2... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libgdkmm.so.2... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libgtk12.so.2... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libgdk12.so.2... (no debugging symbols found)...done. Reading symbols from /usr/local/lib/libgmodule12.so.3... (no debugging symbols found)...done. Reading symbols from /usr/local/lib/libglib12.so.3... (no debugging symbols found)...done. Reading symbols from /usr/local/lib/libintl.so.1... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libXext.so.6... (no debugging symbols found)...done. Reading symbols from /usr/X11R6/lib/libX11.so.6... (no debugging symbols found)...done. Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done. Reading symbols from /usr/local/lib/libsigc.so.1... ---Type to continue, or q to quit--- (no debugging symbols found)...done. Reading symbols from /usr/lib/libstdc++.so.3...(no debugging symbols found)... done. Reading symbols from /usr/lib/libc_r.so.4...(no debugging symbols found)... done. Reading symbols from /usr/X11R6/lib/libXThrStub.so.6... (no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... done. #0 0x0 in ?? () (gdb) bt #0 0x0 in ?? () #1 0x28252a15 in Gtk::Container_Class::add_callback () from /usr/X11R6/lib/libgtkmm.so.2 #2 0x2837a0ab in gtk_marshal_NONE__POINTER () from /usr/X11R6/lib/libgtk12.so.2 #3 0x283a9d41 in gtk_signal_real_emit () from /usr/X11R6/lib/libgtk12.so.2 #4 0x283a7f0b in gtk_signal_emit () from /usr/X11R6/lib/libgtk12.so.2 #5 0x28337f24 in gtk_container_add () from /usr/X11R6/lib/libgtk12.so.2 #6 0x28252367 in Gtk::Container::add () from /usr/X11R6/lib/libgtkmm.so.2 #7 0x811c132 in Popup_Splash::Popup_Splash () #8 0x8066955 in main () #9 0x8066215 in _start () (gdb) quit bash-2.05a# exit exit Script done on Fri Jun 28 00:05:39 2002 I've been able to run other gtk-based apps (such as gtk-gnutella or gtkmidi) so I don't know what gives, nor whether it's a gtk library failure or a cheesetracker failure. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message