grace/grace6 installation failed due to missing gconf-schemas

2006-11-08 Thread Lubos Vrbka

hi guys,

today i experienced the following problem while trying to install 
grace/grace6 on an amd64 box:


Setting up grace (5.1.20-3) ...
/var/lib/dpkg/info/grace.postinst: line 32: gconf-schemas: command not found
dpkg: error processing grace (--configure):
 subprocess post-installation script returned error exit status 127
Setting up grace6 (5.99.1+dev4-2) ...
/var/lib/dpkg/info/grace6.postinst: line 32: gconf-schemas: command not 
found

dpkg: error processing grace6 (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 grace
 grace6
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up grace6 (5.99.1+dev4-2) ...
/var/lib/dpkg/info/grace6.postinst: line 32: gconf-schemas: command not 
found

dpkg: error processing grace6 (--configure):
 subprocess post-installation script returned error exit status 127
Setting up grace (5.1.20-3) ...
/var/lib/dpkg/info/grace.postinst: line 32: gconf-schemas: command not found
dpkg: error processing grace (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 grace6
 grace

any hints regarding what's going on here?

thanks,

--
Lubos [EMAIL PROTECTED]
http://www.lubos.vrbka.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: grace/grace6 installation failed due to missing gconf-schemas

2006-11-08 Thread Kevin Mark
On Wed, Nov 08, 2006 at 12:56:50PM +, Lubos Vrbka wrote:
 hi guys,
 
 today i experienced the following problem while trying to install 
 grace/grace6 on an amd64 box:
 
 Setting up grace (5.1.20-3) ...
 /var/lib/dpkg/info/grace.postinst: line 32: gconf-schemas: command not found
 dpkg: error processing grace (--configure):
  subprocess post-installation script returned error exit status 127
 Setting up grace6 (5.99.1+dev4-2) ...
 /var/lib/dpkg/info/grace6.postinst: line 32: gconf-schemas: command not 
 found
 dpkg: error processing grace6 (--configure):
  subprocess post-installation script returned error exit status 127
 Errors were encountered while processing:
  grace
  grace6
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 A package failed to install.  Trying to recover:
 Setting up grace6 (5.99.1+dev4-2) ...
 /var/lib/dpkg/info/grace6.postinst: line 32: gconf-schemas: command not 
 found
 dpkg: error processing grace6 (--configure):
  subprocess post-installation script returned error exit status 127
 Setting up grace (5.1.20-3) ...
 /var/lib/dpkg/info/grace.postinst: line 32: gconf-schemas: command not found
 dpkg: error processing grace (--configure):
  subprocess post-installation script returned error exit status 127
 Errors were encountered while processing:
  grace6
  grace
 
 any hints regarding what's going on here?
 
 thanks,
 
 -- 
Hi Lubos,
using the very handy debian tool, apt-file, I determined that
'gconf-schemas' is in the 'gconf2' package. This may need to be
installed, if it is not and it maybe needed to be added as a package
dependency. This warrants a bug report. Both grace and grace6 do not
mention this. This could be a dependency bug with both of them or with
one of its dependencies. Also, you can examine the file
/var/lib/dpkg/info/grace.postinst and /var/lib/dpkg/info/grace6.postinst
and look at the line number mentioned in the error above. This will
allow you to see the exact line that caused the error, assuming that you
can understand the programming language that it is written (usually bash
or perl). 
Cheers,
Kev
-- 
|  .''`.  == Debian GNU/Linux == |   my web site:   |
| : :' :  The  Universal | debian.home.pipeline.com |
| `. `'  Operating System| go to counter.li.org and |
|   `-http://www.debian.org/ |be counted! #238656   |
| my keysever: pgp.mit.edu   | my NPO: cfsg.org |


signature.asc
Description: Digital signature


Re: grace/grace6 installation failed due to missing gconf-schemas

2006-11-08 Thread Lubos Vrbka

hi,


This may need to be
installed, if it is not and it maybe needed to be added as a package
dependency. This warrants a bug report. Both grace and grace6 do not
mention this. This could be a dependency bug with both of them or with
one of its dependencies. 
well, it seems that at least for grace, the bug is already fixed in 
newer version (not available in etch, yet). i tried to submit the 
bugreport for grace6, so let's see whether it makes it through.

indeed, after installation of gconf2, both packages install correctly.

regards,

--
Lubos [EMAIL PROTECTED]
http://www.lubos.vrbka.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]