LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-21-2006, 04:21 PM   #1
The_General
LQ Newbie
 
Registered: Dec 2006
Posts: 2

Rep: Reputation: 0
dpkg help plz


I'm finishing up an installation of etch
and keep geting dpkg errors here's my current error
Quote:
Atlaintis:~# dpkg --configure gzip
Setting up gzip (1.3.9-1) ...
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
Atlaintis:~#

Last edited by The_General; 12-21-2006 at 04:28 PM.
 
Old 12-21-2006, 04:25 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
wow, that's impressively erm.. rude don't you think? maybe a please or a thankyou as opposed to just demanding help with "NOW" ??
 
Old 12-21-2006, 04:30 PM   #3
The_General
LQ Newbie
 
Registered: Dec 2006
Posts: 2

Original Poster
Rep: Reputation: 0
I'm not in to good of a mood b/c dpkg keeps giving me errors and breaking
 
Old 12-21-2006, 05:10 PM   #4
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
Quote:
Originally Posted by The_General
I'm not in to good of a mood b/c dpkg keeps giving me errors and breaking
if you need to get rid of frustration, go out for a run!
bad mood is no reason for bad behavior.

start of with reading the manual 'how not to as a question'
 
Old 12-21-2006, 05:10 PM   #5
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
If it was me, I'd just use apt to get gzip, or better yet file-roller ... and as bad tempered and frustrated as I get when people ask what I consider to be dumb questions, I certainly wouldn't let it show when it's MY question
 
Old 12-21-2006, 05:11 PM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
gzip (1.3.9-1) is buggy either put it on hold or use the version in Sid:1.3.9-2

See the BTS:
#404036 - gzip does not install - Debian Bug report logs
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404036

Last edited by craigevil; 12-21-2006 at 05:12 PM.
 
Old 12-22-2006, 12:41 AM   #7
introuble
Member
 
Registered: Apr 2004
Distribution: Debian -unstable
Posts: 700

Rep: Reputation: 31
Thank the man for his help NOW
 
Old 12-22-2006, 02:58 AM   #8
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
Quote:
Originally Posted by introuble
Thank the man for his help NOW
that's a good one :-)
 
Old 12-22-2006, 04:25 AM   #9
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
There's a patch so apply it:

check you have this line in /etc/apt/sources.list


deb-src http://ftp.us.debian.org/debian unstable main contrib non-free

maybe change unstable to testing, depending on your flavour

cd /tmp
<as root>
apt-get build-dep gzip
apt-get source gzip
chown -R user:user gzip-1.3.9 replace by your username
cp -R gzip-1.3.9 gzip-1.3.9.old
</as root>
echo > patch.gzip << EOF
--- gzip-1.3.9.old/doc/gzip.texi 2006-12-08 19:45:37.000000000 +0100
+++ gzip-1.3.9/doc/gzip.texi 2006-12-21 15:04:50.000000000 +0100
@@ -28,14 +28,14 @@

@c Debian install-info (up through at least version 1.9.20) uses only the
@c first dircategory. Put this one first, as it is more useful in practice.
-@dircategory Individual utilities
+@dircategory Utilities
@direntry
-* gzip: (gzip)Invoking gzip. Compress files.
+* Gzip: (gzip). The gzip command for compressing files.
@end direntry

-@dircategory Utilities
+@dircategory Individual utilities
@direntry
-* Gzip: (gzip). The gzip command for compressing files.
+* gzip: (gzip)Invoking gzip. Compress files.
@end direntry

@titlepage
EOF


then
patch -p0 patch.gzip
cd gzip-1.3.9
fakeroot dpkg-buildpackage
cd ..
as root:
dpkg -i gzip_1.3.9-1_i386.deb

Hope I haven't made too many typo errors :-)

This will get a 1.3.9-1 patched but 1.3.9-2 should arrive in testing soon.

Last edited by nx5000; 12-22-2006 at 05:11 AM.
 
  


Reply

Tags
dpkg


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Input/Output Error; dpkg sub-process /usr/bin/dpkg returned and error code (2) NosLycn Linux - Software 7 12-12-2011 02:50 AM
APT/dpkg errors! /var/lib/dpkg/status bassclarinet Debian 16 12-01-2011 09:24 AM
dpkg is dead! error in /var/lib/dpkg/available dezert_fox Debian 4 11-22-2011 10:28 AM
dpkg rch Linux - Distributions 6 05-15-2003 08:25 AM
dpkg -l dunkyb Linux - Software 5 02-04-2003 03:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 06:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration