From owner-freebsd-gnome@FreeBSD.ORG Mon Dec 1 05:30:08 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A23811065673 for ; Mon, 1 Dec 2008 05:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6358FC0A for ; Mon, 1 Dec 2008 05:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mB15U8sn062582 for ; Mon, 1 Dec 2008 05:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mB15U8Op062579; Mon, 1 Dec 2008 05:30:08 GMT (envelope-from gnats) Date: Mon, 1 Dec 2008 05:30:08 GMT Message-Id: <200812010530.mB15U8Op062579@freefall.freebsd.org> To: gnome@FreeBSD.org From: "Jeremy Messenger" Cc: Subject: Re: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jeremy Messenger List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 05:30:08 -0000 The following reply was made to PR ports/129023; it has been noted by GNATS. From: "Jeremy Messenger" To: "Lars Stokholm" Cc: bug-followup@freebsd.org Subject: Re: ports/129023: graphics/gimp: URI plugin doesn't work in GIMP - GNOMEVFS is "on" Date: Sun, 30 Nov 2008 23:26:05 -0600 On Sun, 30 Nov 2008 13:57:37 -0600, Lars Stokholm wrote: > On Sun, Nov 30, 2008 at 7:05 PM, Jeremy Messenger wrote: >> It does matter, because URI can be more than just entry URL like samba >> URI >> and etc tha way we can location what problem. ;-) I think I might have a >> good idea what your problem is. Do you have ftp/curl installed by any >> chance? If no then can you install curl and reinstall gimp-app to see >> if it >> will helping with your issue? I have curl installed here in my system >> and I >> noticed that gimp will find curl by autocheck then use it. I will add >> ftp/curl dependency in graphics/gimp-app by default with maybe provide >> optional to turn off. > > I made sure curl was installed, deinstalled gimp-app, deleted > /var/db/ports/gimp-app/options and reinstalled gimp-app. I even > removed ~/.gimp-2.6. Still it doesn't work. :( > > %pkg_info -Ex curl > curl-7.18.0 > %pkg_info -Ex gimp > gimp-app-2.6.1_2,1 I might be wrong with curl... I have finally read in configure.in and it shows: ---------------------------------------------------- if test "x$with_gvfs" != xno; then uri_plugin="yes (using GIO/GVfs)" elif test "x$have_gnomevfs" = xyes; then uri_plugin="yes (using gnome-vfs)" elif test "x$have_libcurl" = xyes; then uri_plugin="yes (using libcurl)" elif test "x$os_win32" = xno; then uri_plugin="yes (using wget)" fi ---------------------------------------------------- I have re-ran the 'make configure' and I see output like this: ---------------------------------------------------- Optional Plug-Ins: Ascii Art: yes Help Browser: no (WebKit support disabled) [...] URI: yes (using GIO/GVfs) ---------------------------------------------------- Can you show me output of 'make configure' and attach the config.log too for I can compare with mine? If we have same, then maybe it's gvfs/gio stuff that I don't know. Do you have any error in console and ~/..xsession-errors from gimp? Cheers, Mezz > Cheers, > Lars -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org