<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>31508</bug_id>
          
          <creation_ts>2003-10-19 08:15 0000</creation_ts>
          <short_desc>libgnome-2.4 fails to compile due to gnome-vfs-related errors:</short_desc>
          <delta_ts>2003-10-21 09:38:27 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>GNOME</component>
          <version>1.4</version>
          <rep_platform>AMD64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>drobbins@gentoo.org</reporter>
          <assigned_to>gnome@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>drobbins@gentoo.org</who>
            <bug_when>2003-10-19 08:15:58 0000</bug_when>
            <thetext>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\&quot;/usr\&quot; -DLIBGNOME_LIBDIR=\&quot;/usr/lib\&quot; -DLIBGNOME_DATADIR=\&quot;/usr/share\&quot; -DLIBGNOME_BINDIR=\&quot;/usr/bin\&quot; -DLIBGNOME_LOCALSTATEDIR=\&quot;/var/lib\&quot; -DLIBGNOME_LOCALEDIR=\&quot;/usr/share/locale\&quot; -DLIBGNOME_SYSCONFDIR=\&quot;/etc\&quot; -DVERSION=\&quot;2.4.0\&quot; -DGNOMEVFSVERSION=\&quot;2.2.4\&quot; -DG_LOG_DOMAIN=\&quot;Gnome\&quot; -O2 -c gnome-util.c  -fPIC -DPIC -o .libs/gnome-util.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -Wall -Wmissing-prototypes -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\&quot;/usr\&quot; -DLIBGNOME_LIBDIR=\&quot;/usr/lib\&quot; -DLIBGNOME_DATADIR=\&quot;/usr/share\&quot; -DLIBGNOME_BINDIR=\&quot;/usr/bin\&quot; -DLIBGNOME_LOCALSTATEDIR=\&quot;/var/lib\&quot; -DLIBGNOME_LOCALEDIR=\&quot;/usr/share/locale\&quot; -DLIBGNOME_SYSCONFDIR=\&quot;/etc\&quot; -DVERSION=\&quot;2.4.0\&quot; -DGNOMEVFSVERSION=\&quot;2.2.4\&quot; -DG_LOG_DOMAIN=\&quot;Gnome\&quot; -O2 -c gnome-util.c -o gnome-util.o &gt;/dev/null 2&gt;&amp;1
gnome-url.c: In function `gnome_url_show_with_env&apos;:
gnome-url.c:70: warning: implicit declaration of function `gnome_vfs_url_show_with_env&apos;
gnome-url.c:91: error: `GNOME_VFS_ERROR_PARSE&apos; undeclared (first use in this function)
gnome-url.c:91: error: (Each undeclared identifier is reported only once
gnome-url.c:91: error: for each function it appears in.)
gnome-url.c:99: error: `GNOME_VFS_ERROR_LAUNCH&apos; undeclared (first use in this function)
gnome-url.c:107: error: `GNOME_VFS_ERROR_NO_DEFAULT&apos; undeclared (first use in this function)
make[2]: *** [gnome-url.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/libgnome-2.4.0/work/libgnome-2.4.0/libgnome&apos;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libgnome-2.4.0/work/libgnome-2.4.0&apos;
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-base/libgnome-2.4.0 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure

amd64 root # emerge -s gnome-vfs
Searching...   
[ Results for search key : gnome-vfs ]
[ Applications found : 3 ]
 
*  gnome-base/gnome-vfs
      Latest version available: 2.4.0
      Latest version installed: 2.2.4
      Size of downloaded files: 1,066 kB
      Homepage:    http://www.gnome.org/
      Description: Gnome Virtual Filesystem

amd64 root # cd /usr/include/
amd64 include # grep -r GNOME_VFS_ERROR_PARSE *
amd64 include # 

It looks like the gnome-vfs dep for libgnome needs to be updated to depend on gnome-vfs 2.4.0 specifically. Attached proposed fix.

Although there are GNOME_VFS things in /usr/include, just not the stuff that libgnome is looking for.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>drobbins@gentoo.org</who>
            <bug_when>2003-10-19 08:16:39 0000</bug_when>
            <thetext>Created an attachment (id=19475)
Fix to libgnome-2.4 ebuild to depend on the right version of gnome-vfs
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>drobbins@gentoo.org</who>
            <bug_when>2003-10-19 08:20:29 0000</bug_when>
            <thetext>I&apos;ve confirmed that this patch fixes the libgnome-2.4 compile.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>port001@gentoo.org</who>
            <bug_when>2003-10-19 16:59:06 0000</bug_when>
            <thetext>Was this coming up from 2.2? I merged 2.4 on a fresh install with no problems.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>port001@gentoo.org</who>
            <bug_when>2003-10-19 17:06:23 0000</bug_when>
            <thetext>Sorry, ignore me, I just notice you are. </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>obz@gentoo.org</who>
            <bug_when>2003-10-19 20:35:43 0000</bug_when>
            <thetext>confirmed and fixed in libgnome-2.4.0.ebuild, thanks for the report.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>obz@gentoo.org</who>
            <bug_when>2003-10-21 09:38:27 0000</bug_when>
            <thetext>posted upstream to gnome bugzilla, see link http://bugzilla.gnome.org/show_bug.cgi?id=125131
</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>19475</attachid>
            <date>2003-10-19 08:16 0000</date>
            <desc>Fix to libgnome-2.4 ebuild to depend on the right version of gnome-vfs</desc>
            <filename>libgnomefix.diff</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGxpYmdub21lLTIuNC4wLmVidWlsZC5vcmlnCTIwMDMtMTAtMTkgMDk6MTU6NDcuMjMwNTc3
NDE2IC0wNjAwCisrKyBsaWJnbm9tZS0yLjQuMC5lYnVpbGQJMjAwMy0xMC0xOSAwOToxNjowMC41
OTQ1NDU3ODQgLTA2MDAKQEAgLTE1LDcgKzE1LDcgQEAKIFJERVBFTkQ9Ij49ZGV2LWxpYnMvZ2xp
Yi0yLjAuMwogCT49Z25vbWUtYmFzZS9nY29uZi0yCiAJPj1nbm9tZS1iYXNlL2xpYmJvbm9iby0y
Ci0JPj1nbm9tZS1iYXNlL2dub21lLXZmcy0yCisJPj1nbm9tZS1iYXNlL2dub21lLXZmcy0yLjQK
IAk+PW1lZGlhLXNvdW5kL2Vzb3VuZC0wLjIuMjYKIAk+PW1lZGlhLWxpYnMvYXVkaW9maWxlLTAu
Mi4zCiAJPj1nbm9tZS1iYXNlL09SQml0Mi0yLjgiCg==
</data>        

          </attachment>
    </bug>

</bugzilla>