[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#247086: marked as done (dpkg: Added note about TMPDIR in dpkg-deb(1) and other minor manpage corrections)



Your message dated Fri, 07 May 2004 01:56:21 +0100
with message-id <1083891381.2803.49.camel@localhost>
and subject line Bug#247086: dpkg: Added note about TMPDIR in dpkg-deb(1) and other minor manpage corrections
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 May 2004 07:49:10 +0000
>From kreutzm@itp.uni-hannover.de Mon May 03 00:49:10 2004
Return-path: <kreutzm@itp.uni-hannover.de>
Received: from mrelay3.uni-hannover.de [130.75.2.41] (root)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BKYCM-00075I-00; Mon, 03 May 2004 00:49:10 -0700
Received: from mail.itp.uni-hannover.de (mail.itp.uni-hannover.de [130.75.25.242])
	by mrelay3.uni-hannover.de (8.12.10/8.12.10) with ESMTP id i437n5ob004973
	for <submit@bugs.debian.org>; Mon, 3 May 2004 09:49:05 +0200 (MEST)
Received: from pleione.itp.uni-hannover.de (pleione.itp.uni-hannover.de [130.75.25.99])
	by mail.itp.uni-hannover.de (Postfix) with ESMTP id A0FC9C541
	for <submit@bugs.debian.org>; Mon,  3 May 2004 09:48:59 +0200 (CEST)
Received: by pleione.itp.uni-hannover.de (Postfix, from userid 237)
	id 5B0A35F35; Mon,  3 May 2004 09:48:59 +0200 (CEST)
Date: Mon, 3 May 2004 09:48:59 +0200
From: Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
To: submit@bugs.debian.org
Subject: dpkg: Added note about TMPDIR in dpkg-deb(1) and other minor manpage corrections
Message-ID: <[🔎] 20040503074859.GA20471@itp.uni-hannover.de>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw"
Content-Disposition: inline
User-Agent: Mutt/1.4i
X-Public-Key-URL: http://www.itp.uni-hannover.de/~kreutzm/data/kreutzm.gpg
X-homepage: http://www.itp.uni-hannover.de/~kreutzm
X-Scanned-By: MIMEDefang 2.39
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1


--wac7ysb48OaltWcw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: dpkg
Version: 1.10.20
Severity: minor
Tags: patch

When building a large package I ran into the fact that my /tmp was too
small for gzip to run during dpkg-deb. I first tried setting TMP and
TEMP which did not help. My patch adds a note about this (feel free to
move it to another place in the man page). Also it changes the man
page, that now dpkg\-deb is used consistently. Finally I added a few
section markers for programs (e.g. gzip(1)). If you don't like the
latter two, please consider applying at least the first.

--- dpkg-deb.1.orig	2004-03-11 13:31:09.000000000 +0100
+++ dpkg-deb.1	2004-05-02 09:22:53.000000000 +0200
@@ -2,33 +2,33 @@
 .SH NAME=20
 dpkg\-deb \- Debian package archive (.deb) manipulation tool
 .SH SYNOPSIS
-.B dpkg-deb
+.B dpkg\-deb
 .BR -b | --build
 .IR directory " [" archive | directory ]
 .br
-.B dpkg-deb
+.B dpkg\-deb
 .BR -I | --info
 .IR archive " [" control\-file\-name " ..]"
 .br
-.B dpkg-deb
+.B dpkg\-deb
 .BR -f | --field
 .IR archive " [" control\-field\-name " ...]"
 .br
-.B dpkg-deb
+.B dpkg\-deb
 .BR -c | --contents
 .I archive
 .br
-.B dpkg-deb
+.B dpkg\-deb
 .BR -x | --extract | -X | --vextract
 .I archive directory
 .br
-.B dpkg-deb --fsys-tarfile
+.B dpkg\-deb --fsys-tarfile
 .I archive
 .br
-.B dpkg-deb --control
+.B dpkg\-deb --control
 .I archive directory
 .SH DESCRIPTION
-.B dpkg-deb
+.B dpkg\-deb
 packs, unpacks and provides information about Debian archives.
=20
 Use
@@ -61,8 +61,8 @@
 You can specify the compressionlevel used by adding a
 .B \-z#
 option.
-.B dpkg-deb
-will pass that option on to gzip.
+.B dpkg\-deb
+will pass that option on to gzip(1).
=20
 Unless you specify
 .BR \-\-nocheck ", " dpkg\-deb "
@@ -164,7 +164,7 @@
 to standard output in
 .B tar
 format.  Together with
-.B tar
+.BR tar (1)
 this can be used to extract a particular file from a package archive.
 .TP
 .BR --control ", " -e
@@ -218,7 +218,7 @@
 .BR --debug ", " -D
 Enables debugging output.  This is not very interesting.
 .SH BUGS
-.B dpkg-deb -I=20
+.B dpkg\-deb -I=20
 .IB package1 .deb
 .IB package2 .deb
 does the wrong thing.
@@ -233,6 +233,10 @@
 .B dpkg
 proper to ensure that all the files are correctly placed and the
 package's scripts run and its status and contents recorded.
+
+If there is not enough space left in \fB/tmp\fR,=20
+.B dpkg\-deb
+might fail. Set TMPDIR to some directory with enough space.
 .SH SEE ALSO
 .BR deb (5),
 .BR deb-control (5),

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: alpha
Kernel: Linux 2.4.21-pre1
Locale: LANG=3Dde_DE@euro, LC_CTYPE=3Dde_DE@euro

Versions of packages dpkg depends on:
ii  dselect                     1.10.20      a user tool to manage Debian p=
acka
ii  libc6.1                     2.3.2.ds1-11 GNU C Library: Shared librarie=
s an

-- no debconf information
--=20
Helge Kreutzmann, Dipl.-Phys.               Helge.Kreutzmann@itp.uni-hannov=
er.de
  gpg signed mail preferred    gpg-key: finger kreutzm@zibal.itp.uni-hannov=
er.de
    64bit GNU powered                  http://www.itp.uni-hannover.de/~kreu=
tzm
       Help keep free software "libre": http://www.freepatents.org/

--wac7ysb48OaltWcw
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQFAlflrRsxcY/MYpWoRApvbAJ4nmPtCYyIEKxsNUZkypstlQQOmBgCgzwjQ
GMMdlpE208fxBqwdS4hFhdI=
=r2+H
-----END PGP SIGNATURE-----

--wac7ysb48OaltWcw--

---------------------------------------
Received: (at 247086-done) by bugs.debian.org; 7 May 2004 00:56:24 +0000
>From scott@netsplit.com Thu May 06 17:56:24 2004
Return-path: <scott@netsplit.com>
Received: from populous.netsplit.com (mailgate.netsplit.com) [62.49.129.34] (qmailr)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BLtf6-0003tx-00; Thu, 06 May 2004 17:56:24 -0700
Received: (qmail 11160 invoked from network); 7 May 2004 00:56:21 -0000
Received: from unknown (HELO syndicate.netsplit.com) (scott@62.49.129.42)
  by populous.netsplit.com with RC4-MD5 encrypted SMTP; 7 May 2004 00:56:21 -0000
Subject: Bug#247086: dpkg: Added note about TMPDIR in dpkg-deb(1) and other
	minor manpage corrections
From: Scott James Remnant <scott@netsplit.com>
To: 247086-done@bugs.debian.org
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-knYO60Jw/M+YyP2gK8Ky"
Message-Id: <1083891381.2803.49.camel@localhost>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.5.7 
Date: Fri, 07 May 2004 01:56:21 +0100
Delivered-To: 247086-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1


--=-knYO60Jw/M+YyP2gK8Ky
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

TMPDIR is one of the "common" environment variables to specify the
temporary directory, I don't feel it needs documenting; neither does the
fact that running out of temp can cause problems -- that should be
obvious.

Scott
--=20
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

--=-knYO60Jw/M+YyP2gK8Ky
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBAmt61IexP3IStZ2wRAvJNAKC019j3w9eME7vxCQK0YSEJMmMFEgCgqL4T
bGh17+36xEX2yvMe1j+2HLM=
=kKhc
-----END PGP SIGNATURE-----

--=-knYO60Jw/M+YyP2gK8Ky--



Reply to: