Bug#403998: Still there

2007-06-15 Thread Hilmar Preusse
On 14.06.07 Amaya ([EMAIL PROTECTED]) wrote:

Hi,

> This is still not working for me. Sorry :(
> 
> Setting up gzip (1.3.12-2) ...
> install-info(/usr/share/info/gzip.info): warning, ignoring confusing 
> INFO-DIR-ENTRY in file.
> 
> No `START-INFO-DIR-ENTRY' and no `This file documents'.
> install-info(/usr/share/info/gzip.info): unable to determine description for 
> `dir' entry - giving up
> dpkg: error processing gzip (--configure):
>  subprocess post-installation script returned error exit status 1
> Errors were encountered while processing:
>  gzip
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> 
Hmm, can reproduce that here -- works fine. The postinst script
contains only one command: install-info --quiet /usr/share/info/gzip.info

Could you call that on the comand line, but using the --debug flag
instead?

H.
-- 
sigmentation fault


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



Bug#403998: Still there

2007-06-15 Thread Amaya
Hi there,

Hilmar Preusse wrote:
> Could you call that on the comand line, but using the --debug flag
> instead?

[EMAIL PROTECTED]>install-info --debug /usr/share/info/gzip.info
dbg: dirfile='/usr/share/info/dir' filename='/usr/share/info/gzip.info' 
maxwidth='79'
dbg: menuentry='' basename='gzip'
dbg: description='' remove=0
install-info(/usr/share/info/gzip.info): warning, ignoring confusing 
INFO-DIR-ENTRY in file.

No `START-INFO-DIR-ENTRY' and no `This file documents'.
install-info(/usr/share/info/gzip.info): unable to determine description for 
`dir' entry - giving up

[EMAIL PROTECTED]>dpkg -l gzip
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
iF  gzip   1.3.12-2   The GNU 
compression utility



-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#403998: Still there

2007-06-15 Thread Amaya
Hilmar Preusse wrote:
> The postinst script contains only one command: install-info --quiet
> /usr/share/info/gzip.info

I changed it to:  install-info --quiet /usr/share/info/gzip.info.gz
and it now installs fine. 

I am not sure what's going on.

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#403998: Still there

2007-06-15 Thread Hilmar Preusse
On 15.06.07 Amaya ([EMAIL PROTECTED]) wrote:
> Hilmar Preusse wrote:

Hi,

> > The postinst script contains only one command: install-info
> > --quiet /usr/share/info/gzip.info
> 
> I changed it to:  install-info --quiet /usr/share/info/gzip.info.gz
> and it now installs fine.
> 
Looking into install-info, it looks as if *this* is the expected
behaviour. I.e. install-info is not expected to recognize a gzip file
if the .gz extension is not submitted on the command line. The
postinst script however is generated, hence that could be a bug in
dh_installinfo.

Reads quite confused above, yes it is. What is your version of dpkg?

H.
-- 
sigmentation fault


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



Bug#403998: Still there

2007-06-16 Thread Hilmar Preuße
On 15.06.07 Amaya ([EMAIL PROTECTED]) wrote:
> Hilmar Preusse wrote:

Hi,

> > Reads quite confused above, yes it is. What is your version of
> > dpkg?
> 
> 1.14.4
> 
> Thanks for looking into this ;)
> 
Please keep the bug in Cc. I'm not the maintainer of any of the
potential problematic packages and I'm not willing to debug that
thingy further.

H.
-- 
  Hilmar PreußeE-Mail: [EMAIL PROTECTED]
  amasol AG, Elsenheimerstraße 7   80687 München
  Tel +49 89 1894743-18Fax +49 89 1894743-99




Bug#403998: Still there

2007-06-16 Thread Amaya
Hilmar Preuße wrote:
> Please keep the bug in Cc. I'm not the maintainer of any of the
> potential problematic packages and I'm not willing to debug that
> thingy further.

Sure! 

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#403998: Still there

2007-06-16 Thread Bdale Garbee
On Fri, 2007-06-15 at 17:50 +0200, Hilmar Preusse wrote:

> Looking into install-info, it looks as if *this* is the expected
> behaviour. I.e. install-info is not expected to recognize a gzip file
> if the .gz extension is not submitted on the command line. The
> postinst script however is generated, hence that could be a bug in
> dh_installinfo.

Perhaps.  I have been unable to duplicate the symptoms.  The postinst
content is indeed being generated by dh_installinfo, called this way:

dh_installinfo doc/gzip.info

No recent changes to that part of the packaging... so I'm not really
sure what the root cause of this problem might be.

Bdale



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