gconf2: gconftool-2 --makefile-install-rule hangs while installing packages

Bug #6930 reported by Debian Bug Importer
8
Affects Status Importance Assigned to Milestone
gconf2 (Debian)
Fix Released
Unknown
gconf2 (Ubuntu)
Invalid
Medium
Sebastien Bacher

Bug Description

Automatically imported from Debian bug report #257456 http://bugs.debian.org/257456

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #257456 http://bugs.debian.org/257456

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 03 Jul 2004 17:52:23 +0200
From: Walther Zwart <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: gconf2: gconftool-2 --makefile-install-rule hangs while installing packages

Package: gconf2
Version: 2.6.2-1
Severity: grave
Justification: renders package unusable

I installed my system from scratch using install floppies so it should
be clean. When a package needs gconftool-2 in a postinst script, gconftool-2
hangs using all cpu time.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-2-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages gconf2 depends on:
ii libatk1.0-0 1.6.1-2 The ATK accessibility toolkit
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libgconf2-4 2.6.2-1 GNOME configuration database syste
ii libglib2.0-0 2.4.2-1 The GLib library of C routines
ii libgtk2.0-0 2.4.3-1 The GTK+ graphical user interface
ii liborbit2 1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.4.0-4 Layout and rendering of internatio
ii libpopt0 1.7-4 lib for parsing cmdline parameters
ii libxml2 2.6.10-3 GNOME XML library
ii zlib1g 1:1.2.1.1-3 compression library - runtime

-- no debconf information

Revision history for this message
In , J.H.M. Dassen (Ray) (jdassen) wrote :

severity 257456 important
tags 257456 + moreinfo unreproducible
thanks

On Sat, Jul 03, 2004 at 17:52:23 +0200, Walther Zwart wrote:
> I installed my system from scratch using install floppies so it should be
> clean. When a package needs gconftool-2 in a postinst script, gconftool-2
> hangs using all cpu time.

I install such packages in a known-to-be-clean setup (pbuilder chroot)
probably a dozen times per week without seeing this issue. Please provide
more information as to the hangs you experience; things like strace, ltrace,
and lsof output for the gconftool-2 process.

Ray
--
I'd rather not work with people who aren't careful. It's darwinism in
software development.
 Linus Torvalds on the linux-kernel list

Revision history for this message
In , Walther Zwart (w-h-zwart) wrote : Re: Bug#257456: gconf2: gconftool-2 --makefile-install-rule hangs while installing packages
Download full text (6.8 KiB)

Ok, I've tried to get some more info about the bug I submitted.

======== contents of /var/lib/dpkg/info/gnome-session.postinst
#!/bin/sh -e

if [ "$1" = configure ]; then
  update-alternatives --install /usr/bin/x-session-manager \
    x-session-manager /usr/bin/gnome-session 50 \
    --slave /usr/share/man/man1/x-session-manager.1.gz \
    x-session-manager.1.gz /usr/share/man/man1/gnome-session.1.gz
fi

# Automatically added by dh_gconf
if [ "$1" = "configure" ]; then
 SCHEMA_LOCATION=/etc/gconf/schemas
 SCHEMA_FILES="gnome-session.schemas "
 for SCHEMA in $SCHEMA_FILES; do
  if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then
   HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ }
    gconftool-2 \ } This is what hangs
    --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null }
  fi
 done
fi
# End automatically added section

exit 0

======== when I run it manually it hangs too
workstation:/var/lib/dpkg/info# ls /etc/gconf/schemas/gnome-session.schemas
/etc/gconf/schemas/gnome-session.schemas
workstation:/var/lib/dpkg/info# export HOME=/root
workstation:/var/lib/dpkg/info# echo `gconftool-2 --get-default-source`
xml::/etc/gconf/gconf.xml.defaults
workstation:/var/lib/dpkg/info# export GCONF_CONFIG_SOURCE=`gconftool-2
--get-default-source`
workstation:/var/lib/dpkg/info# gconftool-2
--makefile-install-rule /etc/gconf/schemas/gnome-session.schemas
======== hangs until I push CTRL+C

======== when gconftool is running the following files are open:
walther@workstation:~$ lsof | grep gconftool
gconftool 3056 root mem REG 3,69 52272
370267 /usr/bin/gconftool-2
gconftool 3056 root mem REG 3,69 90152
14553 /lib/ld-2.3.2.so
gconftool 3056 root mem REG 3,69 987120
2292 /usr/lib/libxml2.so.2.6.10
gconftool 3056 root mem REG 3,69 67304
11425 /usr/lib/libz.so.1.2.1.1
gconftool 3056 root mem REG 3,69 141312
14584 /lib/tls/libm-2.3.2.so
gconftool 3056 root mem REG 3,69 162608
13276 /usr/lib/libgconf-2.so.4.1.0
gconftool 3056 root mem REG 3,69 321712
28739 /usr/lib/libORBit-2.so.0.0.0
gconftool 3056 root mem REG 3,69 26592
3137 /lib/libpopt.so.0.0.0
gconftool 3056 root mem REG 3,69 230224
1746 /usr/lib/libgobject-2.0.so.0.400.2
gconftool 3056 root mem REG 3,69 10928
1747 /usr/lib/libgmodule-2.0.so.0.400.2
gconftool 3056 root mem REG 3,69 9432
14583 /lib/tls/libdl-2.3.2.so
gconftool 3056 root mem REG 3,69 14712
1748 /usr/lib/libgthread-2.0.so.0.400.2
gconftool 3056 root mem REG 3,69 78112
14594 /lib/tls/libpthread-0.60.so
gconftool 3056 root mem REG 3,69 515944
1745 /usr/lib/libglib-2.0.so.0.400.2
gconftool 3056 root mem REG 3,69 1279044
14581 /lib/tls/libc-2.3.2.so
gconftool 3056 root mem REG 3,69 43092
370269 /usr/lib/GConf/2/libgconfbackend-xml.so
gconftool 3056 root mem REG 3,69 30576
14587 /li...

Read more...

Revision history for this message
Sebastien Bacher (seb128) wrote :

Only reported once, not reproducible ...

Revision history for this message
Sebastien Bacher (seb128) wrote :

Need more info to check if it's really a bug ...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 4 Jul 2004 12:04:05 +0200
From: "J.H.M. Dassen (Ray)" <email address hidden>
To: <email address hidden>, <email address hidden>
Subject: Re: gconf2: gconftool-2 --makefile-install-rule hangs while installing packages

severity 257456 important
tags 257456 + moreinfo unreproducible
thanks

On Sat, Jul 03, 2004 at 17:52:23 +0200, Walther Zwart wrote:
> I installed my system from scratch using install floppies so it should be
> clean. When a package needs gconftool-2 in a postinst script, gconftool-2
> hangs using all cpu time.

I install such packages in a known-to-be-clean setup (pbuilder chroot)
probably a dozen times per week without seeing this issue. Please provide
more information as to the hangs you experience; things like strace, ltrace,
and lsof output for the gconftool-2 process.

Ray
--
I'd rather not work with people who aren't careful. It's darwinism in
software development.
 Linus Torvalds on the linux-kernel list

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (7.1 KiB)

Message-Id: <email address hidden>
Date: Sun, 4 Jul 2004 17:02:34 +0200
From: Walther Zwart <email address hidden>
To: <email address hidden>
Subject: Re: Bug#257456: gconf2: gconftool-2 --makefile-install-rule hangs while installing packages

Ok, I've tried to get some more info about the bug I submitted.

======== contents of /var/lib/dpkg/info/gnome-session.postinst
#!/bin/sh -e

if [ "$1" = configure ]; then
  update-alternatives --install /usr/bin/x-session-manager \
    x-session-manager /usr/bin/gnome-session 50 \
    --slave /usr/share/man/man1/x-session-manager.1.gz \
    x-session-manager.1.gz /usr/share/man/man1/gnome-session.1.gz
fi

# Automatically added by dh_gconf
if [ "$1" = "configure" ]; then
 SCHEMA_LOCATION=/etc/gconf/schemas
 SCHEMA_FILES="gnome-session.schemas "
 for SCHEMA in $SCHEMA_FILES; do
  if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then
   HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ }
    gconftool-2 \ } This is what hangs
    --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null }
  fi
 done
fi
# End automatically added section

exit 0

======== when I run it manually it hangs too
workstation:/var/lib/dpkg/info# ls /etc/gconf/schemas/gnome-session.schemas
/etc/gconf/schemas/gnome-session.schemas
workstation:/var/lib/dpkg/info# export HOME=/root
workstation:/var/lib/dpkg/info# echo `gconftool-2 --get-default-source`
xml::/etc/gconf/gconf.xml.defaults
workstation:/var/lib/dpkg/info# export GCONF_CONFIG_SOURCE=`gconftool-2
--get-default-source`
workstation:/var/lib/dpkg/info# gconftool-2
--makefile-install-rule /etc/gconf/schemas/gnome-session.schemas
======== hangs until I push CTRL+C

======== when gconftool is running the following files are open:
walther@workstation:~$ lsof | grep gconftool
gconftool 3056 root mem REG 3,69 52272
370267 /usr/bin/gconftool-2
gconftool 3056 root mem REG 3,69 90152
14553 /lib/ld-2.3.2.so
gconftool 3056 root mem REG 3,69 987120
2292 /usr/lib/libxml2.so.2.6.10
gconftool 3056 root mem REG 3,69 67304
11425 /usr/lib/libz.so.1.2.1.1
gconftool 3056 root mem REG 3,69 141312
14584 /lib/tls/libm-2.3.2.so
gconftool 3056 root mem REG 3,69 162608
13276 /usr/lib/libgconf-2.so.4.1.0
gconftool 3056 root mem REG 3,69 321712
28739 /usr/lib/libORBit-2.so.0.0.0
gconftool 3056 root mem REG 3,69 26592
3137 /lib/libpopt.so.0.0.0
gconftool 3056 root mem REG 3,69 230224
1746 /usr/lib/libgobject-2.0.so.0.400.2
gconftool 3056 root mem REG 3,69 10928
1747 /usr/lib/libgmodule-2.0.so.0.400.2
gconftool 3056 root mem REG 3,69 9432
14583 /lib/tls/libdl-2.3.2.so
gconftool 3056 root mem REG 3,69 14712
1748 /usr/lib/libgthread-2.0.so.0.400.2
gconftool 3056 root mem REG 3,69 78112
14594 /lib/tls/libpthread-0.60.so
gconftool 3056 root mem REG 3,69 515944
1745 /usr/lib/libglib-2.0.so.0.400.2
gconftool 3056 ...

Read more...

Revision history for this message
In , J.H.M. Dassen (Ray) (jdassen) wrote :

On Sat, Jul 03, 2004 at 17:52:23 +0200, Walther Zwart wrote:
> Package: gconf2
> Version: 2.6.2-1
> Severity: grave
> Justification: renders package unusable
>
> I installed my system from scratch using install floppies so it should be
> clean. When a package needs gconftool-2 in a postinst script, gconftool-2
> hangs using all cpu time.

Please test what happens with libgconf2-4 2.6.3-2 and gconf2 2.6.3-2, both
now in sid.

Ray
--
Ziff Davis is so obviously biased to Microsoft in almost everything they
publish, that they might as well change their company name to MS-PRAVDA.
 Darryl Householder commenting on extreme PC Week FUD
 (http://linuxtoday.com/story.php3?sn=21049&showcomments=flat)

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 9 Aug 2004 09:28:21 +0200
From: "J.H.M. Dassen (Ray)" <email address hidden>
To: <email address hidden>
Cc: Walther Zwart <email address hidden>
Subject: Re: gconf2: gconftool-2 --makefile-install-rule hangs while installing packages

On Sat, Jul 03, 2004 at 17:52:23 +0200, Walther Zwart wrote:
> Package: gconf2
> Version: 2.6.2-1
> Severity: grave
> Justification: renders package unusable
>
> I installed my system from scratch using install floppies so it should be
> clean. When a package needs gconftool-2 in a postinst script, gconftool-2
> hangs using all cpu time.

Please test what happens with libgconf2-4 2.6.3-2 and gconf2 2.6.3-2, both
now in sid.

Ray
--
Ziff Davis is so obviously biased to Microsoft in almost everything they
publish, that they might as well change their company name to MS-PRAVDA.
 Darryl Householder commenting on extreme PC Week FUD
 (http://linuxtoday.com/story.php3?sn=21049&showcomments=flat)

Revision history for this message
In , Walther Zwart (zwart) wrote :

Hi,

I removed and re-installed gconf2 and friends, but it didn't work.

What do you think? Is there a bug in gconf2 or is it just a problem on my
pc? If nobody else experiences my problem, I could re-install my system.
But if there is a bug, I could also install gconf2 from source and then
try to find out where it goes wrong. But that would take some time,
because I can't do it anytime soon.

Walther Zwart

Op 9/8/2004 schreef "J.H.M. Dassen (Ray)" <email address hidden>:

>On Sat, Jul 03, 2004 at 17:52:23 +0200, Walther Zwart wrote:
>> Package: gconf2
>> Version: 2.6.2-1
>> Severity: grave
>> Justification: renders package unusable
>>
>> I installed my system from scratch using install floppies so it should be
>> clean. When a package needs gconftool-2 in a postinst script, gconftool-2
>> hangs using all cpu time.
>
>Please test what happens with libgconf2-4 2.6.3-2 and gconf2 2.6.3-2, both
>now in sid.
>
>Ray
>--
>Ziff Davis is so obviously biased to Microsoft in almost everything they
>publish, that they might as well change their company name to MS-PRAVDA.
> Darryl Householder commenting on extreme PC Week FUD
> (http://linuxtoday.com/story.php3?sn=21049&showcomments=flat)

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <E1BuQ75-0003aI-00@server>
Date: Tue, 10 Aug 2004 08:27:59 +0200
From: "Walther Zwart" <email address hidden>
To: <email address hidden>
Subject: Re: gconf2: gconftool-2 --makefile-install-rule hangs while installing packages

Hi,

I removed and re-installed gconf2 and friends, but it didn't work.

What do you think? Is there a bug in gconf2 or is it just a problem on my
pc? If nobody else experiences my problem, I could re-install my system.
But if there is a bug, I could also install gconf2 from source and then
try to find out where it goes wrong. But that would take some time,
because I can't do it anytime soon.

Walther Zwart

Op 9/8/2004 schreef "J.H.M. Dassen (Ray)" <email address hidden>:

>On Sat, Jul 03, 2004 at 17:52:23 +0200, Walther Zwart wrote:
>> Package: gconf2
>> Version: 2.6.2-1
>> Severity: grave
>> Justification: renders package unusable
>>
>> I installed my system from scratch using install floppies so it should be
>> clean. When a package needs gconftool-2 in a postinst script, gconftool-2
>> hangs using all cpu time.
>
>Please test what happens with libgconf2-4 2.6.3-2 and gconf2 2.6.3-2, both
>now in sid.
>
>Ray
>--
>Ziff Davis is so obviously biased to Microsoft in almost everything they
>publish, that they might as well change their company name to MS-PRAVDA.
> Darryl Householder commenting on extreme PC Week FUD
> (http://linuxtoday.com/story.php3?sn=21049&showcomments=flat)

Revision history for this message
In , J.H.M. Dassen (Ray) (fsmla) wrote :

On Tue, Aug 10, 2004 at 08:27:59 +0200, Walther Zwart wrote:
> I removed and re-installed gconf2 and friends, but it didn't work.
>
> What do you think? Is there a bug in gconf2 or is it just a problem on my
> pc?

Frankly I don't know.

> If nobody else experiences my problem, I could re-install my system.

So far, you are the only one to report these problems.

> But if there is a bug, I could also install gconf2 from source and then
> try to find out where it goes wrong.

That would be preferable to a reinstall IMHO.

Regards,
Ray
--
Signs of world domination:
 "Tonight on Celebrity Deathmatch: Tux takes on the BSD daemon"

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 10 Aug 2004 12:59:41 +0200
From: "J.H.M. Dassen (Ray)" <email address hidden>
To: <email address hidden>
Cc: Walther Zwart <email address hidden>
Subject: Re: Bug#257456: gconf2: gconftool-2 --makefile-install-rule hangs while installing packages

On Tue, Aug 10, 2004 at 08:27:59 +0200, Walther Zwart wrote:
> I removed and re-installed gconf2 and friends, but it didn't work.
>
> What do you think? Is there a bug in gconf2 or is it just a problem on my
> pc?

Frankly I don't know.

> If nobody else experiences my problem, I could re-install my system.

So far, you are the only one to report these problems.

> But if there is a bug, I could also install gconf2 from source and then
> try to find out where it goes wrong.

That would be preferable to a reinstall IMHO.

Regards,
Ray
--
Signs of world domination:
 "Tonight on Celebrity Deathmatch: Tux takes on the BSD daemon"

Revision history for this message
In , J.H.M. Dassen (Ray) (fsmla) wrote :

tags 257456 - moreinfo
tags 257456 - unreproducible
severity 257456 normal
retitle 257456 gconftool-2 hangs with older glib
# Workaround known
tags 257456 + patch
thanks

On Sat, Aug 14, 2004 at 11:59:59 +0200, Walther Zwart wrote:
> I've got some great news: the problem has been solved.

Congratulations.

> I had more time than I expected so I installed gconf from source today.
> Then I found out that gconftool was hanging after calling some function
> in libglib2.
> After installing a newer version of libglib2 (it was 2.4.2.1 and now it
> is 2.4.5-2) all was well again. So it was either a bug in an old libglib
> version or a dependency that was too loose.

I've filed http://bugs.debian.org/265659 to get things tightened up in the
future.

> But I'm happy now and because noone else experienced the problem, it is
> probably not worth investigating any further.

I've adjusted the status of this report; we can rebuild gconf once glib's
dependency information has been tightened.

Regards,
Ray
--
UNIX is not so much a product as it is a painstakingly compiled oral history
of the hacker culture. It is our Gilgamesh epic.
 Doc Searls in "The Morlock Market", Linux Journal, January 2001.

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 14 Aug 2004 13:33:43 +0200
From: "J.H.M. Dassen (Ray)" <email address hidden>
To: <email address hidden>
Cc: <email address hidden>, Walther Zwart <email address hidden>
Subject: Re: Bug#257456: gconf2: gconftool-2 --makefile-install-rule hangs while installing packages

tags 257456 - moreinfo
tags 257456 - unreproducible
severity 257456 normal
retitle 257456 gconftool-2 hangs with older glib
# Workaround known
tags 257456 + patch
thanks

On Sat, Aug 14, 2004 at 11:59:59 +0200, Walther Zwart wrote:
> I've got some great news: the problem has been solved.

Congratulations.

> I had more time than I expected so I installed gconf from source today.
> Then I found out that gconftool was hanging after calling some function
> in libglib2.
> After installing a newer version of libglib2 (it was 2.4.2.1 and now it
> is 2.4.5-2) all was well again. So it was either a bug in an old libglib
> version or a dependency that was too loose.

I've filed http://bugs.debian.org/265659 to get things tightened up in the
future.

> But I'm happy now and because noone else experienced the problem, it is
> probably not worth investigating any further.

I've adjusted the status of this report; we can rebuild gconf once glib's
dependency information has been tightened.

Regards,
Ray
--
UNIX is not so much a product as it is a painstakingly compiled oral history
of the hacker culture. It is our Gilgamesh epic.
 Doc Searls in "The Morlock Market", Linux Journal, January 2001.

Revision history for this message
In , J.H.M. Dassen (Ray) (fsmla) wrote :

On Sat, Aug 14, 2004 at 13:33:43 +0200, J.H.M. Dassen (Ray) wrote:
> we can rebuild gconf once glib's dependency information has been
> tightened.

I've just fixed things on the glib side, so the road is clear for a gconf2
rebuild.

Ray
--
Sexual paranoia: did I once unknowingly sleep with THEM?

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 24 Aug 2004 20:26:17 +0200
From: "J.H.M. Dassen (Ray)" <email address hidden>
To: <email address hidden>
Subject: Re: Bug#257456: gconf2: gconftool-2 --makefile-install-rule hangs while installing packages

On Sat, Aug 14, 2004 at 13:33:43 +0200, J.H.M. Dassen (Ray) wrote:
> we can rebuild gconf once glib's dependency information has been
> tightened.

I've just fixed things on the glib side, so the road is clear for a gconf2
rebuild.

Ray
--
Sexual paranoia: did I once unknowingly sleep with THEM?

Revision history for this message
In , J.H.M. Dassen (Ray) (jdassen) wrote : Bug#257456: fixed in gconf2 2.6.4-1

Source: gconf2
Source-Version: 2.6.4-1

We believe that the bug you reported is fixed in the latest version of
gconf2, which is due to be installed in the Debian FTP archive:

gconf2_2.6.4-1.diff.gz
  to pool/main/g/gconf2/gconf2_2.6.4-1.diff.gz
gconf2_2.6.4-1.dsc
  to pool/main/g/gconf2/gconf2_2.6.4-1.dsc
gconf2_2.6.4-1_i386.deb
  to pool/main/g/gconf2/gconf2_2.6.4-1_i386.deb
gconf2_2.6.4.orig.tar.gz
  to pool/main/g/gconf2/gconf2_2.6.4.orig.tar.gz
libgconf2-4_2.6.4-1_i386.deb
  to pool/main/g/gconf2/libgconf2-4_2.6.4-1_i386.deb
libgconf2-dev_2.6.4-1_i386.deb
  to pool/main/g/gconf2/libgconf2-dev_2.6.4-1_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
J.H.M. Dassen (Ray) <email address hidden> (supplier of updated gconf2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 26 Aug 2004 22:54:46 +0200
Source: gconf2
Binary: libgconf2-4 gconf2 libgconf2-dev
Architecture: source i386
Version: 2.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) <email address hidden>
Changed-By: J.H.M. Dassen (Ray) <email address hidden>
Description:
 gconf2 - GNOME configuration database system. (daemon and tools, for GNOME
 libgconf2-4 - GNOME configuration database system libraries (for GNOME2)
 libgconf2-dev - GNOME configuration database system development files. (for GNOME
Closes: 257456 265947
Changes:
 gconf2 (2.6.4-1) unstable; urgency=medium
 .
   * New upstream bugfix release.
   * [patches/gconfd_sighup_reload.diff] Updated.
   * [debian/FAQ] Removed as upstream now includes a more up to date one.
   * [debian/gconf2.docs] New. Install the FAQ. (Closes: #265947)
   * [debian/control.in] Bumped build and runtime dependencies on
     libglib2.0-dev as there were problems with gconftool2 when using an older
     glib. (Closes: #257456)
Files:
 75b294ae23a6a77524a72dc65821f2bc 1566 libs optional gconf2_2.6.4-1.dsc
 6d02b46d691c39964ee974f2a0b35263 2568463 libs optional gconf2_2.6.4.orig.tar.gz
 12abd6f8692dbe1864f331057bcacf8b 14576 libs optional gconf2_2.6.4-1.diff.gz
 a0da2bad548a66992e7bb36f0983b0ce 1090198 admin optional gconf2_2.6.4-1_i386.deb
 5f59c51fa790c020d9a0d06bc5d3cf63 64870 libs optional libgconf2-4_2.6.4-1_i386.deb
 fdb83819b4779d175af88278ae006126 84080 devel optional libgconf2-dev_2.6.4-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBLlW0/HzwHc5k3nkRAu7oAJ0etMS1+bMLymDHb4L9LBQloyMsBgCfWc+T
NugdC5w0965Ay1iV9MN9weI=
=IiXZ
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 26 Aug 2004 17:32:05 -0400
From: <email address hidden> (J.H.M. Dassen (Ray))
To: <email address hidden>
Subject: Bug#257456: fixed in gconf2 2.6.4-1

Source: gconf2
Source-Version: 2.6.4-1

We believe that the bug you reported is fixed in the latest version of
gconf2, which is due to be installed in the Debian FTP archive:

gconf2_2.6.4-1.diff.gz
  to pool/main/g/gconf2/gconf2_2.6.4-1.diff.gz
gconf2_2.6.4-1.dsc
  to pool/main/g/gconf2/gconf2_2.6.4-1.dsc
gconf2_2.6.4-1_i386.deb
  to pool/main/g/gconf2/gconf2_2.6.4-1_i386.deb
gconf2_2.6.4.orig.tar.gz
  to pool/main/g/gconf2/gconf2_2.6.4.orig.tar.gz
libgconf2-4_2.6.4-1_i386.deb
  to pool/main/g/gconf2/libgconf2-4_2.6.4-1_i386.deb
libgconf2-dev_2.6.4-1_i386.deb
  to pool/main/g/gconf2/libgconf2-dev_2.6.4-1_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
J.H.M. Dassen (Ray) <email address hidden> (supplier of updated gconf2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 26 Aug 2004 22:54:46 +0200
Source: gconf2
Binary: libgconf2-4 gconf2 libgconf2-dev
Architecture: source i386
Version: 2.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) <email address hidden>
Changed-By: J.H.M. Dassen (Ray) <email address hidden>
Description:
 gconf2 - GNOME configuration database system. (daemon and tools, for GNOME
 libgconf2-4 - GNOME configuration database system libraries (for GNOME2)
 libgconf2-dev - GNOME configuration database system development files. (for GNOME
Closes: 257456 265947
Changes:
 gconf2 (2.6.4-1) unstable; urgency=medium
 .
   * New upstream bugfix release.
   * [patches/gconfd_sighup_reload.diff] Updated.
   * [debian/FAQ] Removed as upstream now includes a more up to date one.
   * [debian/gconf2.docs] New. Install the FAQ. (Closes: #265947)
   * [debian/control.in] Bumped build and runtime dependencies on
     libglib2.0-dev as there were problems with gconftool2 when using an older
     glib. (Closes: #257456)
Files:
 75b294ae23a6a77524a72dc65821f2bc 1566 libs optional gconf2_2.6.4-1.dsc
 6d02b46d691c39964ee974f2a0b35263 2568463 libs optional gconf2_2.6.4.orig.tar.gz
 12abd6f8692dbe1864f331057bcacf8b 14576 libs optional gconf2_2.6.4-1.diff.gz
 a0da2bad548a66992e7bb36f0983b0ce 1090198 admin optional gconf2_2.6.4-1_i386.deb
 5f59c51fa790c020d9a0d06bc5d3cf63 64870 libs optional libgconf2-4_2.6.4-1_i386.deb
 fdb83819b4779d175af88278ae006126 84080 devel optional libgconf2-dev_2.6.4-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBLlW0/HzwHc5k3nkRAu7oAJ0etMS1+bMLymDHb4L9LBQloyMsBgCfWc+T
NugdC5w0965Ay1iV9MN9weI=
=IiXZ
-----END PGP SIGNATURE-----

Changed in gconf2:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.