From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 22 02:20:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F212B16A4B3 for ; Wed, 22 Oct 2003 02:20:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86FB843F93 for ; Wed, 22 Oct 2003 02:20:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9M9KCFY024000 for ; Wed, 22 Oct 2003 02:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9M9KCoL023999; Wed, 22 Oct 2003 02:20:12 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 22 Oct 2003 02:20:12 -0700 (PDT) Resent-Message-Id: <200310220920.h9M9KCoL023999@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jens Rehsack Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62B2516A4B3; Wed, 22 Oct 2003 02:16:42 -0700 (PDT) Received: from helo.liwing.de (helo.liwing.de [213.70.188.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAC243FBF; Wed, 22 Oct 2003 02:16:39 -0700 (PDT) (envelope-from root@helo.liwing.de) Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1]) by helo.liwing.de (8.12.9p2/8.12.9) with ESMTP id h9M9GbUn067294; Wed, 22 Oct 2003 09:16:37 GMT (envelope-from root@helo.liwing.de) Received: (from root@localhost) by helo.liwing.de (8.12.9p2/8.12.9/Submit) id h9M9GYp1067293; Wed, 22 Oct 2003 09:16:34 GMT (envelope-from root) Message-Id: <200310220916.h9M9GYp1067293@helo.liwing.de> Date: Wed, 22 Oct 2003 09:16:34 GMT From: Jens Rehsack To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Jens Rehsack cc: Kris Kenneway cc: Joe Marcus Clark Subject: ports/58370: [PATCH] recently change in x11-fm/gnome-commander makes it crash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jens Rehsack List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 09:20:14 -0000 >Number: 58370 >Category: ports >Synopsis: [PATCH] recently change in x11-fm/gnome-commander makes it crash >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 22 02:20:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: FreeBSD 5.1-CURRENT i386 >Organization: LiWing IT-Services >Environment: System: FreeBSD statler 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Oct 21 09:54:47 GMT 2003 root@statler:/usr/obj/usr/src/sys/STATLER i386 >Description: The change in x11-fm/gnome-commander made to solve a problem with package building found by Kris on bento makes the application crash with: WARNING: Couldn't load installed file type pixmap, trying to load from source-dir WARNING: Trying to load ../pixmaps/gnome_cmd_arrow_up.xpm instead ... Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion `val != NULL' failed. ... ** CRITICAL **: file utils.c: line 866 (create_styled_pixmap_button): assertion `text || pm' failed. GLib-CRITICAL **: file gdataset.c: line 359 (g_datalist_id_set_data_full): assertion `destroy_func == NULL' failed. Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkObject' However, using automake/autoconf seems to work, even when I build packages locally. If I would know a little more about the problem on bento I can perhaps create a patch that satisfy both, bento and the users (later) :-) I've seen the port has no maintainter, so I would offer me. >How-To-Repeat: >Fix: --- patch-automake begins here --- Index: x11-fm/gnome-commander/Makefile =================================================================== diff -u x11-fm/gnome-commander/Makefile.orig x11-fm/gnome-commander/Makefile --- x11-fm/gnome-commander/Makefile.orig Thu Oct 16 19:18:24 2003 +++ x11-fm/gnome-commander/Makefile Wed Oct 22 09:07:42 2003 @@ -10,7 +10,7 @@ CATEGORIES= x11-fm gnome MASTER_SITES= http://savannah.nongnu.org/download/gcmd/gcmd.pkg/${PORTVERSION}/ -MAINTAINER= ports@freebsd.org +MAINTAINER= rehsack@liwing.de COMMENT= File manager for Gnome .if defined(WITH_FAM) @@ -24,6 +24,10 @@ USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs gnomelibs gdkpixbuf GNU_CONFIGURE= yes +USE_AUTOCONF= yes +WANT_AUTOCONF_VER= 253 +USE_AUTOMAKE= yes +WANT_AUTOMAKE_VER= 14 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl" --- patch-automake ends here --- >Release-Note: >Audit-Trail: >Unformatted: