Report forwarded to debian-bugs-dist@lists.debian.org: Bug#24514.
debian-bugs-dist@lists.debian.org
Subject: Bug#24514: 3 diff's to compile dpkg-1.4.0.24 on HP-UX
Reply-To: Pavel.Roskin@ecsoft.co.uk, 24514@bugs.debian.org
Resent-From: Pavel.Roskin@ecsoft.co.uk
Resent-To: debian-bugs-dist@lists.debian.org
Resent-Date: Mon, 13 Jul 1998 15:18:01 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 24514
X-Debian-PR-Package:
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.90034272527925
(code B ref -1); Mon, 13 Jul 1998 15:18:01 GMT
From: Pavel.Roskin@ecsoft.co.uk
X-Lotus-FromDomain: ECSOFT
To: debian-bugs@pixar.com
Message-ID: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
Date: Mon, 13 Jul 1998 15:59:34 +0100
Mime-Version: 1.0
Content-type: multipart/mixed;
Boundary="0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY"
--0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY
Content-type: text/plain; charset=US-ASCII
Package: dpkg
Following patches are included below:
1) dpkg1.diff
This patch suppesses error output from configure if dpkg is not present in
$PATH
2) dpkg2.diff
This is a workaround for old shells, such as /bin/sh from HP-UX 10.20 and
ksh from the same system. Double quotes are not needed around reversed
single quotes, but they can prevent $target_cpu from expansion on some old
shells.
3) dpkg3.diff
#include is necessary, because dpkg/enquiry.c uses ptrdiff_t
which is defined there. It may be included from other files on other OS'es
but not on HP-UX. Anyway, either stddef.h is included, directly or
indirectly, or gcc reports an error.
Unfortunately, above patches are not sufficient to compile dpkg on HP-UX. I
simply don't have enough time to fix everything.
By the way, it would be a good idea to provide a script which generates all
necessary scripts. I mean something like following:
============================
#!/bin/sh
aclocal -I automake
libtoolize --automake --copy --force
gettextize --copy --force
autoheader
automake --add-missing
autoconf
============================
You could also add some checks whether required tools are present and are
not too old.
I don't think that dpkg is very useful on an HP-UX machine, but I need some
experience with it before I install Debian Linux on my PC.
Pavel Roskin
ECsoft
London, UK
(See attached file: dpkg-diff.tgz)
--0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY
Content-type: application/octet-stream;
name="dpkg-diff.tgz"
Content-transfer-encoding: base64
H4sIANoVqjUAA+2Wa0+jQBSG/Sq/4iySeKlQhkur7NbUGNe9xJrUTfaDMXWEoZ2UAgvDqjH+950B
qe1qNyZq3Q/zpIECcw7DObzvEKTjITICGoYrbwYyzVarBSsAgNpuuQfLqfYC10UALde1HNMx220+
CrVMcwXMt5vSA0XOcAawkmZJPqb/GkeyfBkTWi66rkPA3wEdGY5hGpbTxAVLJnhMmiwa+DhOYmPi
GElGh6s/CgLH+AaQDWjHQ8hDO4B2d9tKo9F4RpLV4ySGb0VUxvNg20OOiN9Rul3QEdrdbkOj2nW7
CvROeoebCn89fJwT0HiOJGVAY3GquqYD8N4NCRv4adFRL8QUQNfTjMZMx5k/ooz4rMjIhao0njsW
rL1mQH434yKKeBy/GQ2BkZyBqj1kUKEDqvoR2IiUE6qT44jivKONkvz+v7hIopwo793oBYg6WO+r
f8SVP9U/alX6t2yp/2XwWP9+Eod0yJVg0LjS/Wkx1a2JPGfHs+1Fup8NntO74yHLM80HvdtIyL3c
CrUD7B8Mjk+PBof9/kl/Q9evKBuVwoSM/CpoRnLAMcwpNcYTIhwipHwj5jEQl3PCOqp2K+LL4ztV
qR5xwCYpVz6+GsO6hqDDFbw+I+l1FW6h9APQLLhbBy3P/IBmTZGE4cuospFpppckUmZc5VqrU5am
cj3jKvcl+bnf722cFbEIBZbw540DyFPi05CSYL4m2mwduFvC9KbnolQkevK+HzrT4/vQehZlq0pn
tmtjLut9vn2mTCd48OXw4PvX3tFGfpMzMpmb0WZd/WlvXqUDdbYXdmENPtOY5iNIwvCJptTFWNCY
6l0NMY1I4AF3CJh5bzuQZPy4mlFn8z9dAMRj2svwf2fx959j1v6PLMdxhf+7bST9fxk89n9x1CSx
8Nwbw69WAOHkx7xMqA2m6zn8Zy1aAebD/1oDXNuzZ775LLTdgoZVrwEKNLe4uVxPiAcpyfQU+2M8
JICLgDLYavIRjTUa+1EREPiUsyAgoTHaU2DuJE0eneMuMHw8MKKX4uR7d0AikUgkEolEIpFIJBKJ
RCKRSCQSiUQieT3+APFokkQAKAAA
--0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY--
Acknowledgement sent to Pavel.Roskin@ecsoft.co.uk:
New bug report received and forwarded.
Your message didn't have a Package: line at the start (in the
pseudo-header following the real mail header), or didn't have a
psuedo-header at all.
This makes it much harder for us to categorise and deal with your
problem report; please ensure that you say which package(s) and
version(s) the problem is with next time. Some time in the future the
problem reports system may start rejecting such messages.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Pavel.Roskin@ecsoft.co.uk
Subject: Bug#24514: Acknowledgement (3 diff's to compile dpkg-1.4.0.24 on HP-UX)
Message-ID:
In-Reply-To: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
References: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
X-Debian-PR-Message: ack 24514
Thank you for the problem report you have sent regarding Debian.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers' mailing list for
their attention; they will reply in due course.
If you wish to submit further information on your problem, please send
it to 24514@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Your message didn't have a Package: line at the start (in the
pseudo-header following the real mail header), or didn't have a
psuedo-header at all.
This makes it much harder for us to categorise and deal with your
problem report; please ensure that you say which package(s) and
version(s) the problem is with next time. Some time in the future the
problem reports system may start rejecting such messages.
Ian Jackson
(administrator, Debian bugs database)
Received: (at submit) by bugs.debian.org; 13 Jul 1998 15:12:05 +0000
Received: (qmail 27922 invoked from network); 13 Jul 1998 15:12:05 -0000
Received: from pixar.pixar.com (HELO pixar.com) (138.72.10.20)
by debian.novare.net with SMTP; 13 Jul 1998 15:12:05 -0000
Received: from biff.pixar.com (biff.pixar.com [206.184.78.212])
by pixar.com (8.8.6/8.8.6) with ESMTP id IAA29727
for ; Mon, 13 Jul 1998 08:17:28 -0700 (PDT)
From: Pavel.Roskin@ecsoft.co.uk
Received: from chopin.ecsoft.co.uk (chopin.digitus.co.uk [193.130.49.9])
by biff.pixar.com (8.8.8/8.8.8) with SMTP id IAA04887
for ; Mon, 13 Jul 1998 08:08:48 -0700 (PDT)
Received: by chopin.ecsoft.co.uk(Lotus SMTP MTA SMTP MTA v1.1.04 (495.1 10-24-1997)) id 80256640.00526337 ; Mon, 13 Jul 1998 15:59:53 +0100
X-Lotus-FromDomain: ECSOFT
To: debian-bugs@pixar.com
Message-ID: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
Date: Mon, 13 Jul 1998 15:59:34 +0100
Subject: 3 diff's to compile dpkg-1.4.0.24 on HP-UX
Mime-Version: 1.0
Content-type: multipart/mixed;
Boundary="0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY"
--0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY
Content-type: text/plain; charset=US-ASCII
Package: dpkg
Following patches are included below:
1) dpkg1.diff
This patch suppesses error output from configure if dpkg is not present in
$PATH
2) dpkg2.diff
This is a workaround for old shells, such as /bin/sh from HP-UX 10.20 and
ksh from the same system. Double quotes are not needed around reversed
single quotes, but they can prevent $target_cpu from expansion on some old
shells.
3) dpkg3.diff
#include is necessary, because dpkg/enquiry.c uses ptrdiff_t
which is defined there. It may be included from other files on other OS'es
but not on HP-UX. Anyway, either stddef.h is included, directly or
indirectly, or gcc reports an error.
Unfortunately, above patches are not sufficient to compile dpkg on HP-UX. I
simply don't have enough time to fix everything.
By the way, it would be a good idea to provide a script which generates all
necessary scripts. I mean something like following:
============================
#!/bin/sh
aclocal -I automake
libtoolize --automake --copy --force
gettextize --copy --force
autoheader
automake --add-missing
autoconf
============================
You could also add some checks whether required tools are present and are
not too old.
I don't think that dpkg is very useful on an HP-UX machine, but I need some
experience with it before I install Debian Linux on my PC.
Pavel Roskin
ECsoft
London, UK
(See attached file: dpkg-diff.tgz)
--0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY
Content-type: application/octet-stream;
name="dpkg-diff.tgz"
Content-transfer-encoding: base64
H4sIANoVqjUAA+2Wa0+jQBSG/Sq/4iySeKlQhkur7NbUGNe9xJrUTfaDMXWEoZ2UAgvDqjH+950B
qe1qNyZq3Q/zpIECcw7DObzvEKTjITICGoYrbwYyzVarBSsAgNpuuQfLqfYC10UALde1HNMx220+
CrVMcwXMt5vSA0XOcAawkmZJPqb/GkeyfBkTWi66rkPA3wEdGY5hGpbTxAVLJnhMmiwa+DhOYmPi
GElGh6s/CgLH+AaQDWjHQ8hDO4B2d9tKo9F4RpLV4ySGb0VUxvNg20OOiN9Rul3QEdrdbkOj2nW7
CvROeoebCn89fJwT0HiOJGVAY3GquqYD8N4NCRv4adFRL8QUQNfTjMZMx5k/ooz4rMjIhao0njsW
rL1mQH434yKKeBy/GQ2BkZyBqj1kUKEDqvoR2IiUE6qT44jivKONkvz+v7hIopwo793oBYg6WO+r
f8SVP9U/alX6t2yp/2XwWP9+Eod0yJVg0LjS/Wkx1a2JPGfHs+1Fup8NntO74yHLM80HvdtIyL3c
CrUD7B8Mjk+PBof9/kl/Q9evKBuVwoSM/CpoRnLAMcwpNcYTIhwipHwj5jEQl3PCOqp2K+LL4ztV
qR5xwCYpVz6+GsO6hqDDFbw+I+l1FW6h9APQLLhbBy3P/IBmTZGE4cuospFpppckUmZc5VqrU5am
cj3jKvcl+bnf722cFbEIBZbw540DyFPi05CSYL4m2mwduFvC9KbnolQkevK+HzrT4/vQehZlq0pn
tmtjLut9vn2mTCd48OXw4PvX3tFGfpMzMpmb0WZd/WlvXqUDdbYXdmENPtOY5iNIwvCJptTFWNCY
6l0NMY1I4AF3CJh5bzuQZPy4mlFn8z9dAMRj2svwf2fx959j1v6PLMdxhf+7bST9fxk89n9x1CSx
8Nwbw69WAOHkx7xMqA2m6zn8Zy1aAebD/1oDXNuzZ775LLTdgoZVrwEKNLe4uVxPiAcpyfQU+2M8
JICLgDLYavIRjTUa+1EREPiUsyAgoTHaU2DuJE0eneMuMHw8MKKX4uR7d0AikUgkEolEIpFIJBKJ
RCKRSCQSiUQieT3+APFokkQAKAAA
--0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY--
Bug assigned to package `dpkg'.
Request was from James Troup <james@nocrew.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 13 Jul 1998 17:01:50 +0000
Received: (qmail 3362 invoked from network); 13 Jul 1998 17:01:47 -0000
Received: from junk.hemmet.s-hem.chalmers.se (HELO junk.nocrew.org) (mail@193.10.241.63)
by debian.novare.net with SMTP; 13 Jul 1998 17:01:47 -0000
Received: from james by junk.nocrew.org with local (Exim 1.92 #1 (Debian))
id 0yvlyp-0005MO-00; Mon, 13 Jul 1998 18:01:35 +0100
To: Pavel.Roskin@ecsoft.co.uk
Cc: owner@bugs.debian.org
Subject: Re: Bug#24514: Acknowledgement (3 diff's to compile dpkg-1.4.0.24 on HP-UX)
References: <80256640.0056FE59.00@chopin.ecsoft.co.uk>
Mail-Copies-To: never
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: James Troup
Date: 13 Jul 1998 18:01:35 +0100
In-Reply-To: Pavel.Roskin@ecsoft.co.uk's message of "Mon, 13 Jul 1998 16:54:25 +0100"
Message-ID: <7z1zrp8z2o.fsf@junk.nocrew.org>
Lines: 16
X-Mailer: Gnus v5.6.23/Emacs 19.34
Sender: James Troup
reassign 24514 dpkg
thanks
Pavel.Roskin@ecsoft.co.uk writes:
> My original message had the line "Package: dpkg" at the
> beginning. Reply from the robot says there was no "Package:" line in
> my letter. I suppose, something is wrong in this bugtracking
> system. Maybe, the problem is that I use Lotes Notes as mailer?
The bug tracking system does not (yet) grok MIME. This mail has
assigned your bug report to dpkg.
--
James
~Yawn And Walk North~ http://yawn.nocrew.org/
Bug reassigned from package `dpkg' to `dpkg'.
Request was from jdassen@wi.leidenuniv.nl
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 13 Jul 1998 20:14:08 +0000
Received: (qmail 15372 invoked from network); 13 Jul 1998 20:14:07 -0000
Received: from zeus.wi.leidenuniv.nl (132.229.128.1)
by debian.novare.net with SMTP; 13 Jul 1998 20:14:07 -0000
Received: from ultra5.wi.leidenuniv.nl (ultra5 [132.229.128.75])
by zeus.wi.leidenuniv.nl (8.8.8/8.8.8/WI) with SMTP id WAA12038
for ; Mon, 13 Jul 1998 22:14:24 +0200 (MET DST)
Received: from (jdassen@localhost)
by ultra5.wi.leidenuniv.nl (8.6.10a/FHM-1.01-S) id WAA26949
Mon, 13 Jul 1998 22:03:27 +0200 (MET)
Message-ID: <19980713220327.19350@wi.leidenuniv.nl>
Date: Mon, 13 Jul 1998 22:03:27 +0200
From: jdassen@wi.leidenuniv.nl
To: control@bugs.debian.org
Subject: f
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.84
reassign 24412 libc6
reassign 24441 networker
reassign 24456 sendmail
reassign 24514 dpkg
reassign 23770 isapnptools
reassign 24506 hylafax-client
reassign 24345 netstd
reassign 24364 ftape-module-2.0.30
reassign 21686 mozilla-smotif
# As requested by the submitter in the last message archived
close 21651
reassign 21820 debian-policy
reassign 21889 python-base
reassign 22213 postgresql-doc
thanks
--
Tevens ben ik van mening dat Nederland overdekt dient te worden.
Severity set to `wishlist'.
Request was from Josip Rodin <joy@cibalia.gkvk.hr>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 2 Mar 2000 12:15:51 +0000
Received: (qmail 5542 invoked from network); 2 Mar 2000 12:15:48 -0000
Received: from cibalia.gkvk.hr (mail@161.53.211.3)
by master.debian.org with SMTP; 2 Mar 2000 12:15:48 -0000
Received: from joy by cibalia.gkvk.hr with local (Exim 2.05 #1 (Debian))
id 12QUVt-00069G-00; Thu, 2 Mar 2000 13:15:29 +0100
Date: Thu, 2 Mar 2000 13:15:29 +0100
From: Josip Rodin
To: control@bugs.debian.org
Cc: dpkg@packages.debian.org
Subject: more changes to dpkg BTS entries
Message-ID: <20000302131529.A23618@cibalia.gkvk.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
User-Agent: Mutt/1.0pre2i
# some snprintf issue, lib/compat.c doesn't have the problem anymore
severity 21330 fixed
# no matter how fatal, this would require a large surgery on the system, so...
severity 21941 wishlist
# internal error: not filename at -e
line 12 chunk 16
merge 17897 18028 18484 22649
# i *think* it's fixed, please confirm
severity 17897 fixed
# some HP-UX things... should be fixed, or closed.
severity 24514 wishlist
# dselect crashes when resizing, how annoying
merge 30886 54303 58697
# dselect dumps core, awww ;)
retitle 53776 dselect dumps core when key is pressed
thanks
--
enJoy -*/\*- don't even try to pronounce my first name
Information forwarded to dpkg@packages.qa.debian.org: Bug#24514; Package dpkg.
dpkg@packages.qa.debian.org
X-Loop: owner@bugs.debian.org
Subject: Bug#24514: three diffs as plain text
Reply-To: Josip Rodin , 24514-quiet@bugs.debian.org
Resent-From: Josip Rodin
Resent-To: dpkg@packages.qa.debian.org
Resent-Date: Tue, 02 Jul 2002 18:18:18 GMT
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 24514
X-Debian-PR-Package: dpkg
X-Debian-PR-Keywords:
Received: via spool by 24514-quiet@bugs.debian.org id=Q24514.102563309416148
(code Q ref 24514); Tue, 02 Jul 2002 18:18:18 GMT
Date: Tue, 2 Jul 2002 20:05:22 +0200
To: 24514-quiet@bugs.debian.org
Message-ID: <20020702180522.GA25247@gkvk.hr>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="xHFwDpU9dbj6ez1V"
Content-Disposition: inline
User-Agent: Mutt/1.4i
From: Josip Rodin
Delivered-To: 24514-quiet@bugs.debian.org
--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
I'm attaching the diff files as plain text so one doesn't have to do weird
mojo with the bug to extract them out.
Note: the first diff is needless, the other two are still vaguely applicable.
--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dpkg1.diff"
--- dpkg-1.4.0.24/automake/tl_canon.m4.orig Tue May 13 18:11:18 1997
+++ dpkg-1.4.0.24/automake/tl_canon.m4 Mon Jul 13 11:13:14 1998
@@ -119,7 +119,7 @@
NONE)
case $nonopt in
NONE)
- target_cpu="`dpkg --print-architecture`"
+ target_cpu="`dpkg --print-architecture 2>/dev/null`"
if test "$target_cpu" = ""; then
target_alias=$host_alias
else
--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dpkg2.diff"
--- dpkg-1.4.0.24/configure.in.orig Sun Jul 13 01:48:33 1997
+++ dpkg-1.4.0.24/configure.in Mon Jul 13 14:12:00 1998
@@ -31,7 +31,7 @@
AC_MSG_ERROR(--with-arch requires an architecture name)
fi
dpkg_archset="${with_arch}"
- dpkg_tmp="`awk '$1 == "'$target_cpu'" { print $2 }' $srcdir/archtable`"
+ dpkg_tmp=`awk '$1 == "'$target_cpu'" { print $2 }' $srcdir/archtable`
if test "x$dpkg_tmp" = "x"; then
AC_MSG_WARN([unable to find specified architecture $dpkg_archset in archtable])
elif test "x$dpkg_tmp" != "x$dpkg_archset"; then
@@ -39,7 +39,7 @@
fi
],[
AC_MSG_CHECKING(system architecture)
- dpkg_archset="`awk '$1 == "'$target_cpu'" { print $2 }' $srcdir/archtable`"
+ dpkg_archset=`awk '$1 == "'$target_cpu'" { print $2 }' $srcdir/archtable`
# Finish off
if test "x$dpkg_archset" = "x"; then
AC_MSG_ERROR(failed: use --with-arch= or --target=)
--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dpkg3.diff"
--- dpkg-1.4.0.24/dpkg/enquiry.c.orig Mon Mar 17 05:45:42 1997
+++ dpkg-1.4.0.24/dpkg/enquiry.c Mon Jul 13 14:53:34 1998
@@ -21,6 +21,7 @@
/* fixme: per-package audit */
+#include
#include
#include
#include
--xHFwDpU9dbj6ez1V--
Acknowledgement sent to Josip Rodin <joy@gkvk.hr>:
Extra info received and filed, but not forwarded. Copy sent to dpkg@packages.qa.debian.org.
-t
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Josip Rodin
Subject: Bug#24514: Info received and FILED only
(was three diffs as plain text)
Message-ID:
In-Reply-To: <20020702180522.GA25247@gkvk.hr>
References: <20020702180522.GA25247@gkvk.hr>
X-Debian-PR-Message: ack-info-quiet 24514
Reply-To: 24514-quiet@bugs.debian.org
Thank you for the additional information you have supplied regarding
this problem report. It has NOT been forwarded to the developers, but
will accompany the original report in the Bug tracking system. Please
ensure that you yourself have sent a copy of the additional
information to any relevant developers or mailing lists.
If you wish to continue to submit further information on your problem,
please send it to 24514-quiet@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Debian bug tracking system administrator
(administrator, Debian Bugs database)
Received: (at 24514-quiet) by bugs.debian.org; 2 Jul 2002 18:04:54 +0000
From joy@gkvk.hr Tue Jul 02 13:04:54 2002
Return-path:
Received: from pork.gkvk.hr [161.53.211.6] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17PS1F-0004CP-00; Tue, 02 Jul 2002 13:04:54 -0500
Received: from joy by pork.gkvk.hr with local (Exim 3.35 #1 (Debian))
id 17PS1j-0006ZP-00
for <24514-quiet@bugs.debian.org>; Tue, 02 Jul 2002 20:05:23 +0200
Date: Tue, 2 Jul 2002 20:05:22 +0200
To: 24514-quiet@bugs.debian.org
Subject: three diffs as plain text
Message-ID: <20020702180522.GA25247@gkvk.hr>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="xHFwDpU9dbj6ez1V"
Content-Disposition: inline
User-Agent: Mutt/1.4i
From: Josip Rodin
Delivered-To: 24514-quiet@bugs.debian.org
--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
I'm attaching the diff files as plain text so one doesn't have to do weird
mojo with the bug to extract them out.
Note: the first diff is needless, the other two are still vaguely applicable.
--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dpkg1.diff"
--- dpkg-1.4.0.24/automake/tl_canon.m4.orig Tue May 13 18:11:18 1997
+++ dpkg-1.4.0.24/automake/tl_canon.m4 Mon Jul 13 11:13:14 1998
@@ -119,7 +119,7 @@
NONE)
case $nonopt in
NONE)
- target_cpu="`dpkg --print-architecture`"
+ target_cpu="`dpkg --print-architecture 2>/dev/null`"
if test "$target_cpu" = ""; then
target_alias=$host_alias
else
--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dpkg2.diff"
--- dpkg-1.4.0.24/configure.in.orig Sun Jul 13 01:48:33 1997
+++ dpkg-1.4.0.24/configure.in Mon Jul 13 14:12:00 1998
@@ -31,7 +31,7 @@
AC_MSG_ERROR(--with-arch requires an architecture name)
fi
dpkg_archset="${with_arch}"
- dpkg_tmp="`awk '$1 == "'$target_cpu'" { print $2 }' $srcdir/archtable`"
+ dpkg_tmp=`awk '$1 == "'$target_cpu'" { print $2 }' $srcdir/archtable`
if test "x$dpkg_tmp" = "x"; then
AC_MSG_WARN([unable to find specified architecture $dpkg_archset in archtable])
elif test "x$dpkg_tmp" != "x$dpkg_archset"; then
@@ -39,7 +39,7 @@
fi
],[
AC_MSG_CHECKING(system architecture)
- dpkg_archset="`awk '$1 == "'$target_cpu'" { print $2 }' $srcdir/archtable`"
+ dpkg_archset=`awk '$1 == "'$target_cpu'" { print $2 }' $srcdir/archtable`
# Finish off
if test "x$dpkg_archset" = "x"; then
AC_MSG_ERROR(failed: use --with-arch= or --target=)
--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dpkg3.diff"
--- dpkg-1.4.0.24/dpkg/enquiry.c.orig Mon Mar 17 05:45:42 1997
+++ dpkg-1.4.0.24/dpkg/enquiry.c Mon Jul 13 14:53:34 1998
@@ -21,6 +21,7 @@
/* fixme: per-package audit */
+#include
#include
#include
#include
--xHFwDpU9dbj6ez1V--
Changed Bug title.
Request was from Adam Heath <doogie@brainfood.com>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 13 Sep 2003 23:13:40 +0000
From doogie@brainfood.com Sat Sep 13 18:13:37 2003
Return-path:
Received: from boof.brainfood.com (gradall.private.brainfood.com) [146.82.138.61]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 19yJaD-0000J6-00; Sat, 13 Sep 2003 18:13:37 -0500
Received: from localhost ([127.0.0.1] ident=adam)
by gradall.private.brainfood.com with esmtp (Exim 3.35 #1 (Debian))
id 19yJaC-0003p3-00
for ; Sat, 13 Sep 2003 18:13:36 -0500
Date: Sat, 13 Sep 2003 18:13:35 -0500 (CDT)
From: Adam Heath
X-X-Sender: adam@gradall.private.brainfood.com
To: control@bugs.debian.org
Subject: retitling
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: control@bugs.debian.org
X-Spam-Status: No, hits=3.0 required=4.0
tests=HTML_MESSAGE
version=2.53-bugs.debian.org_2003_9_13
X-Spam-Level: ***
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_13 (1.174.2.15-2003-03-30-exp)
retitle 206163 [DOC] /usr/share/man/man8/dselect.8.gz: mention dselect update as the prefered way to keep the available fresh
retitle 207758 [INTL] completed dutch po file
retitle 208014 [DOC] dpkg: Improvements to the update-alternatives manpage
retitle 197177 [ARCH] dpkg support for /lib64 and /usr/lib64 locations on 64 bit platforms
retitle 196158 [ARCH] dpkg: support for GNU/FreeBSD in
retitle 166052 [INTL] Updated spanish translation
retitle 165843 [INTL] Please localize perl programs as well.
retitle 164906 [INTL] dpkg: add deb.5 french translation
retitle 154633 [DOC] install-info: --help should use stdout
retitle 154277 [ARCH] OpenBSD patch
retitle 153096 [DOC] dpkg: -S on man page should further metion what it wont find
retitle 134358 [INTL] dpkg: german translation: bad grammar
retitle 133745 [U-A] dpkg: [patch] update-alternatives is not scriptable
retitle 126621 [U-A] [patch] update-alternatives --all (configure all)
retitle 115759 [DOC] man-page update-alternatives(8) SuX0r
retitle 110520 [DOC] dpkg manpage over 3 years old
retitle 100135 [U-A] dpkg: update-alternatives should create the -> /etc/alternatives/ link anyway
retitle 87677 [U-A] problems with update-alternatives when link no longer exists
retitle 77828 [U-A] dpkg: [PATCH]: users should be able to use update-alternatives (not only root)
retitle 76295 [U-A] update-alternative doesn't check consistency if only one alternative
retitle 61156 [DOC] document the fact that dpkg downgrades without checking dependencies
retitle 48895 [U-A] problems with update-alternatives
retitle 24514 [ARCH] 3 diff's to compile dpkg-1.4.0.24 on HP-UX
retitle 208894 [DOC] dpkg: start-stop-daemon printing (null) as process-name
retitle 207259 [DOC] dpkg-dev: typo in dpkg-source(1)
retitle 206164 [DOC] /usr/share/man/man8/dselect.8.gz: "dselect is the primary user interface for managing packages on a Debian system."
retitle 204123 [DOC] typo in manpage for dpkg-buildpackage -nc
retitle 203582 [U-A] dpkg: links to /etc/alternatives not generated if alternatives exit already
retitle 203560 [U-A] /etc/alternatives/README: some alternatives are a big mystery
retitle 203557 [U-A] /usr/sbin/update-alternatives: prompt unclear
retitle 199204 [INTL] install-info: gives a hint only when using english
retitle 192972 [INTL] dselect: Danish translation of dselect
retitle 192102 [INTL] dselect: cosmetic problem, item 3 on pt_BR
retitle 189492 [DOC] start-stop-daemon: manpage incorrect for --nicelevel
retitle 187952 [INTL] dpkg: German translation for a warning isn't right
retitle 183840 [DOC] dpkg-dev: word repeated in deb-control(5)
retitle 183164 [DOC] dpkg: start-stop-daemon man page -- doesn't show shortened --exec syntax
retitle 179648 [DOC] dpkg: Error in update-alternatives(8) man page re: --install args
retitle 175770 [DOC] dpkg-dev: dpkg-scansources man page "prog"
retitle 174971 [DOC] dpkg(8) should point the user towards
retitle 173463 [DOC] dpkg-dev: deb-control(5) does not document Bugs: and Origin:
retitle 171489 [INTL] dpkg: Spanish manpages available
retitle 168500 [DOC] dpkg: --help show unpaired pairs
retitle 167426 [DOC] dpkg-dev: typo in man page for dpkg-buildpackage: "imlies"
retitle 165099 [DOC] dpkg man page: --no-act non-optimal
retitle 163621 [DOC] dpkg-architecture documentation wrong
retitle 162897 [INTL] dpkg: [l10n:fr] missing space in downgrading message
retitle 162154 [INTL] dpkg: translation in french for diverted package is unclear
retitle 161819 [DOC] dpkg-dev: Small typo in deb-control(5)
retitle 157973 [DOC] dselect: man page out of date
retitle 157819 [INTL] typo in dpkg --force-help (LANG=ja_JP.EUC-JP)
retitle 155822 [DOC] dpkg-parsechangelog: s/dpkg-source/dpkg-parsechangelog/ in help
retitle 151845 [DOC] dpkg: typo in dpkg-source(1)
retitle 151799 [INTL] small mistake in Dutch translation
retitle 151578 [DOC] dselect: help screen isn't updated
retitel 150642 [DOC] Small typo in dpkg-deb
retitle 149142 [INTL] dpkg: missing space in french l10n message
retitle 142370 [INTL] dpkg: update for Polish translation
retitle 140695 [DOC] Incorrect info in dpkg-divert man page
retitle 138244 [INTL] dpkg: Typo in italina po file
retitle 137315 [U-A] dpkg: update-alternatives: creation of `link' doesn't respect `Replaces:'.
retitle 137313 [U-A] dpkg: update-alternatives: various minor reporting bugs
retitle 127342 [DOC] start-stop-daemon: Reference in man page to nonexistent '--group' option.
retitle 126068 [DOC] minor typo in dpkg-divert(8)
retitle 122910 [DOC] Debian Packaging Manual is obsolete
retitle 120970 [DOC] dpkg-doc description refers to MIA packaging-manual
retitle 117518 [INTL] incorrect warnings in Czech translation
retitle 115352 [INTL] German translation for "suggests" seems crude
retitle 112057 [INTL] dpkg: Polish translation correction
retitle 111711 [INTL] dpkg: Wording error in description for -O in dpkg(8)
retitle 109669 [INTL] German translation for "suggests" is far from perfect
retitle 102094 [INTL] Dutch translation has issues
retitle 98822 [U-A] dpkg: update-alternatives is noisy when fixing old slave symlinks that were broken due to past update-alternatives brain-damage
retitle 91348 [DOC] dpkg: desinformation regarding /usr/share/doc/dpkg/THANKS
retitle 64471 [DOC] dpkg(1) refers to nonexistent info pages
retitle 208992 [INTL] dselect: German localization broken
retitle 199360 [ARCH] Please add alphaev68-linux-gnu to the archtable
retitle 192954 [U-A] dpkg: update-alternatives doesn't work when cd'd to a directory root can't write to
retitle 175236 [DOC] dpkg: man page should suggest how to install selected packages
retitle 173205 [ARCH] dpkg-dev: dpkg-architecture revert to i386
retitle 169619 [DOC] dpkg: documents unavailable --command-fd option
retitle 166812 [DOC] pt_BR manpage installs at wrong place
retitle 158973 [U-A] update-alternatives: resets state to "auto" after preventive removing of non-existent binary
retitle 144515 [ARCH] dpkg --print-architecture on i386 sometimes prints i386-none
retitle 141325 [U-A] lam-runtime: the link /etc/alternatives/mpirun ends up pointing to /usr/bin/mpirun_lam
retitle 115655 [ARCH] dpkg-architecture outputs non-canonical GNU system type
retitle 114946 [DOC] dpkg-scan* man pages: section8 -> section1?
retitle 99870 [U-A] "Invalid cross-device link" error from update-alternatives
retitle 85502 [U-A] update-alternatives: old broken link shouldn't force manual mode
retitle 80144 [U-A] dpkg: bad times when replacing an alternative with a single file
retitle 37254 [U-A] update-alternatives: don't go to manual mode when targets missing
retitle 164214 [U-A] dpkg: update-alternatives still wrong, methinks
retitle 143302 [U-A] /usr/man/man1 missing, update-alternatives dies
thanks
Information forwarded to debian-bugs-dist@lists.debian.org, Dpkg Developers <team@dpkg.org>: Bug#24514; Package dpkg.
debian-bugs-dist@lists.debian.orgDpkg Developers
X-Loop: owner@bugs.debian.org
Subject: Bug#24514: 3 diff's to compile dpkg-1.4.0.24 on HP-UX
Reply-To: Guillem Jover , 24514@bugs.debian.org
Resent-From: Guillem Jover
Original-Sender: Guillem Jover
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Dpkg Developers
Resent-Date: Fri, 18 Jan 2008 07:45:02 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 24514
X-Debian-PR-Package: dpkg
X-Debian-PR-Keywords:
X-Debian-PR-Source: dpkg
Received: via spool by 24514-submit@bugs.debian.org id=B24514.120064185632135
(code B ref 24514); Fri, 18 Jan 2008 07:45:02 +0000
Received: (at 24514) by bugs.debian.org; 18 Jan 2008 07:37:36 +0000
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-10.9 required=4.0 tests=BAYES_00,FOURLA,
FROMDEVELOPER,HAS_BUG_NUMBER,MURPHY_DRUGS_REL8,VALID_BTS_CONTROL
autolearn=no version=3.1.4-bugs.debian.org_2005_01_02
Received: from smtp6.pp.htv.fi ([213.243.153.40])
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JFlnA-0008B4-69; Fri, 18 Jan 2008 07:37:33 +0000
Received: from localhost (cs181199092.pp.htv.fi [82.181.199.92])
by smtp6.pp.htv.fi (Postfix) with ESMTP id BC4605BC067;
Fri, 18 Jan 2008 09:37:30 +0200 (EET)
Received: from guillem by localhost with local (Exim 4.68)
(envelope-from )
id 1JFlkF-00059v-TZ; Fri, 18 Jan 2008 09:34:31 +0200
Date: Fri, 18 Jan 2008 09:34:31 +0200
From: Guillem Jover
To: Pavel.Roskin@ecsoft.co.uk, 24514@bugs.debian.org
Cc: control@bugs.debian.org
Message-ID: <20080118073431.GA19799@zulo.hadrons.org>
References: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
User-Agent: Mutt/1.5.17+20080114 (2008-01-14)
Sender: Guillem Jover
Content-Transfer-Encoding: quoted-printable
tag 24514 pending
thanks
Hi,
On Mon, 1998-07-13 at 15:59:34 +0100, Pavel.Roskin@ecsoft.co.uk wrote:
> Package: dpkg
>=20
> Following patches are included below:
> 1) dpkg1.diff
> This patch suppesses error output from configure if dpkg is not present=
in
> $PATH
This should not be suppressed, I've on my TODO supporting
bootstrapping dpkg on new architectures, though.
> 2) dpkg2.diff
> This is a workaround for old shells, such as /bin/sh from HP-UX 10.20 a=
nd
> ksh from the same system. Double quotes are not needed around reversed
> single quotes, but they can prevent $target_cpu from expansion on some =
old
> shells.
This didn't apply anymore, but I've fixed some instances of this
problem in the code. Fixed in git and will be included in next
release.
> 3) dpkg3.diff
> #include is necessary, because dpkg/enquiry.c uses ptrdiff_t
> which is defined there. It may be included from other files on other OS=
'es
> but not on HP-UX. Anyway, either stddef.h is included, directly or
> indirectly, or gcc reports an error.
And this is not needed anymore, stddef.h is now included from dpkg.h.
> Unfortunately, above patches are not sufficient to compile dpkg on HP-U=
X. I
> simply don't have enough time to fix everything.
If you or anyone else happen to port it to other Unix system, feel
free to provide patches.
> By the way, it would be a good idea to provide a script which generates=
all
> necessary scripts. I mean something like following:
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> #!/bin/sh
> aclocal -I automake
> libtoolize --automake --copy --force
> gettextize --copy --force
> autoheader
> automake --add-missing
> autoconf
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
This can be replaced now by =ABautoreconf -f -i=BB.
thanks,
guillem
Acknowledgement sent to Guillem Jover <guillem@debian.org>:
Extra info received and forwarded to list. Copy sent to Dpkg Developers <team@dpkg.org>.
-t
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Guillem Jover
Subject: Bug#24514: Info received (Bug#24514: 3 diff's to compile
dpkg-1.4.0.24 on HP-UX)
Message-ID:
References: <20080118073431.GA19799@zulo.hadrons.org>
<80256640.004DEB4B.00@chopin.ecsoft.co.uk>
X-Debian-PR-Message: ack-info 24514
X-Debian-PR-Package: dpkg
X-Debian-PR-Source: dpkg
Reply-To: 24514@bugs.debian.org
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.
Your message has been sent to the package maintainer(s):
Dpkg Developers
If you wish to continue to submit further information on this problem,
please send it to 24514@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Debian bug tracking system administrator
(administrator, Debian Bugs database)
Received: (at 24514) by bugs.debian.org; 18 Jan 2008 07:37:36 +0000
From guillem@hadrons.org Fri Jan 18 07:37:36 2008
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-10.9 required=4.0 tests=BAYES_00,FOURLA,
FROMDEVELOPER,HAS_BUG_NUMBER,MURPHY_DRUGS_REL8,VALID_BTS_CONTROL
autolearn=no version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from smtp6.pp.htv.fi ([213.243.153.40])
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JFlnA-0008B4-69; Fri, 18 Jan 2008 07:37:33 +0000
Received: from localhost (cs181199092.pp.htv.fi [82.181.199.92])
by smtp6.pp.htv.fi (Postfix) with ESMTP id BC4605BC067;
Fri, 18 Jan 2008 09:37:30 +0200 (EET)
Received: from guillem by localhost with local (Exim 4.68)
(envelope-from )
id 1JFlkF-00059v-TZ; Fri, 18 Jan 2008 09:34:31 +0200
Date: Fri, 18 Jan 2008 09:34:31 +0200
From: Guillem Jover
To: Pavel.Roskin@ecsoft.co.uk, 24514@bugs.debian.org
Cc: control@bugs.debian.org
Subject: Re: Bug#24514: 3 diff's to compile dpkg-1.4.0.24 on HP-UX
Message-ID: <20080118073431.GA19799@zulo.hadrons.org>
References: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
User-Agent: Mutt/1.5.17+20080114 (2008-01-14)
Sender: Guillem Jover
Content-Transfer-Encoding: quoted-printable
tag 24514 pending
thanks
Hi,
On Mon, 1998-07-13 at 15:59:34 +0100, Pavel.Roskin@ecsoft.co.uk wrote:
> Package: dpkg
>=20
> Following patches are included below:
> 1) dpkg1.diff
> This patch suppesses error output from configure if dpkg is not present=
in
> $PATH
This should not be suppressed, I've on my TODO supporting
bootstrapping dpkg on new architectures, though.
> 2) dpkg2.diff
> This is a workaround for old shells, such as /bin/sh from HP-UX 10.20 a=
nd
> ksh from the same system. Double quotes are not needed around reversed
> single quotes, but they can prevent $target_cpu from expansion on some =
old
> shells.
This didn't apply anymore, but I've fixed some instances of this
problem in the code. Fixed in git and will be included in next
release.
> 3) dpkg3.diff
> #include is necessary, because dpkg/enquiry.c uses ptrdiff_t
> which is defined there. It may be included from other files on other OS=
'es
> but not on HP-UX. Anyway, either stddef.h is included, directly or
> indirectly, or gcc reports an error.
And this is not needed anymore, stddef.h is now included from dpkg.h.
> Unfortunately, above patches are not sufficient to compile dpkg on HP-U=
X. I
> simply don't have enough time to fix everything.
If you or anyone else happen to port it to other Unix system, feel
free to provide patches.
> By the way, it would be a good idea to provide a script which generates=
all
> necessary scripts. I mean something like following:
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> #!/bin/sh
> aclocal -I automake
> libtoolize --automake --copy --force
> gettextize --copy --force
> autoheader
> automake --add-missing
> autoconf
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
This can be replaced now by =ABautoreconf -f -i=BB.
thanks,
guillem
Tags added: pending
Request was from Guillem Jover <guillem@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 18 Jan 2008 07:37:36 +0000
From guillem@hadrons.org Fri Jan 18 07:37:35 2008
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-10.9 required=4.0 tests=BAYES_00,FOURLA,
FROMDEVELOPER,HAS_BUG_NUMBER,MURPHY_DRUGS_REL8,VALID_BTS_CONTROL
autolearn=no version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from smtp6.pp.htv.fi ([213.243.153.40])
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JFlnA-0008B4-69; Fri, 18 Jan 2008 07:37:33 +0000
Received: from localhost (cs181199092.pp.htv.fi [82.181.199.92])
by smtp6.pp.htv.fi (Postfix) with ESMTP id BC4605BC067;
Fri, 18 Jan 2008 09:37:30 +0200 (EET)
Received: from guillem by localhost with local (Exim 4.68)
(envelope-from )
id 1JFlkF-00059v-TZ; Fri, 18 Jan 2008 09:34:31 +0200
Date: Fri, 18 Jan 2008 09:34:31 +0200
From: Guillem Jover
To: Pavel.Roskin@ecsoft.co.uk, 24514@bugs.debian.org
Cc: control@bugs.debian.org
Subject: Re: Bug#24514: 3 diff's to compile dpkg-1.4.0.24 on HP-UX
Message-ID: <20080118073431.GA19799@zulo.hadrons.org>
References: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
User-Agent: Mutt/1.5.17+20080114 (2008-01-14)
Sender: Guillem Jover
Content-Transfer-Encoding: quoted-printable
Delivered-To: control@bugs.debian.org
tag 24514 pending
thanks
Hi,
On Mon, 1998-07-13 at 15:59:34 +0100, Pavel.Roskin@ecsoft.co.uk wrote:
> Package: dpkg
>=20
> Following patches are included below:
> 1) dpkg1.diff
> This patch suppesses error output from configure if dpkg is not present=
in
> $PATH
This should not be suppressed, I've on my TODO supporting
bootstrapping dpkg on new architectures, though.
> 2) dpkg2.diff
> This is a workaround for old shells, such as /bin/sh from HP-UX 10.20 a=
nd
> ksh from the same system. Double quotes are not needed around reversed
> single quotes, but they can prevent $target_cpu from expansion on some =
old
> shells.
This didn't apply anymore, but I've fixed some instances of this
problem in the code. Fixed in git and will be included in next
release.
> 3) dpkg3.diff
> #include is necessary, because dpkg/enquiry.c uses ptrdiff_t
> which is defined there. It may be included from other files on other OS=
'es
> but not on HP-UX. Anyway, either stddef.h is included, directly or
> indirectly, or gcc reports an error.
And this is not needed anymore, stddef.h is now included from dpkg.h.
> Unfortunately, above patches are not sufficient to compile dpkg on HP-U=
X. I
> simply don't have enough time to fix everything.
If you or anyone else happen to port it to other Unix system, feel
free to provide patches.
> By the way, it would be a good idea to provide a script which generates=
all
> necessary scripts. I mean something like following:
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> #!/bin/sh
> aclocal -I automake
> libtoolize --automake --copy --force
> gettextize --copy --force
> autoheader
> automake --add-missing
> autoconf
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
This can be replaced now by =ABautoreconf -f -i=BB.
thanks,
guillem
Reply sent to Guillem Jover <guillem@debian.org>:
You have taken responsibility.
-t
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Guillem Jover
Subject: Bug#24514: marked as done ([ARCH] 3 diff's to compile
dpkg-1.4.0.24 on HP-UX)
Message-ID:
References:
<80256640.004DEB4B.00@chopin.ecsoft.co.uk>
X-Debian-PR-Message: closed 24514
X-Debian-PR-Package: dpkg
X-Debian-PR-Source: dpkg
Content-Type: multipart/mixed; boundary="----------=_1200906371-27757-0"
This is a multi-part message in MIME format...
------------=_1200906371-27757-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8
Your message dated Mon, 21 Jan 2008 08:47:13 +0000
with message-id
and subject line Bug#24514: fixed in dpkg 1.14.16
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)
------------=_1200906371-27757-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Received: (at submit) by bugs.debian.org; 13 Jul 1998 15:12:05 +0000
Received: (qmail 27922 invoked from network); 13 Jul 1998 15:12:05 -0000
Received: from pixar.pixar.com (HELO pixar.com) (138.72.10.20)
by debian.novare.net with SMTP; 13 Jul 1998 15:12:05 -0000
Received: from biff.pixar.com (biff.pixar.com [206.184.78.212])
by pixar.com (8.8.6/8.8.6) with ESMTP id IAA29727
for ; Mon, 13 Jul 1998 08:17:28 -0700 (PDT)
From: Pavel.Roskin@ecsoft.co.uk
Received: from chopin.ecsoft.co.uk (chopin.digitus.co.uk [193.130.49.9])
by biff.pixar.com (8.8.8/8.8.8) with SMTP id IAA04887
for ; Mon, 13 Jul 1998 08:08:48 -0700 (PDT)
Received: by chopin.ecsoft.co.uk(Lotus SMTP MTA SMTP MTA v1.1.04 (495.1 10-24-1997)) id 80256640.00526337 ; Mon, 13 Jul 1998 15:59:53 +0100
X-Lotus-FromDomain: ECSOFT
To: debian-bugs@pixar.com
Message-ID: <80256640.004DEB4B.00@chopin.ecsoft.co.uk>
Date: Mon, 13 Jul 1998 15:59:34 +0100
Subject: 3 diff's to compile dpkg-1.4.0.24 on HP-UX
Mime-Version: 1.0
Content-type: multipart/mixed;
Boundary="0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY"
--0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY
Content-type: text/plain; charset=US-ASCII
Package: dpkg
Following patches are included below:
1) dpkg1.diff
This patch suppesses error output from configure if dpkg is not present in
$PATH
2) dpkg2.diff
This is a workaround for old shells, such as /bin/sh from HP-UX 10.20 and
ksh from the same system. Double quotes are not needed around reversed
single quotes, but they can prevent $target_cpu from expansion on some old
shells.
3) dpkg3.diff
#include is necessary, because dpkg/enquiry.c uses ptrdiff_t
which is defined there. It may be included from other files on other OS'es
but not on HP-UX. Anyway, either stddef.h is included, directly or
indirectly, or gcc reports an error.
Unfortunately, above patches are not sufficient to compile dpkg on HP-UX. I
simply don't have enough time to fix everything.
By the way, it would be a good idea to provide a script which generates all
necessary scripts. I mean something like following:
============================
#!/bin/sh
aclocal -I automake
libtoolize --automake --copy --force
gettextize --copy --force
autoheader
automake --add-missing
autoconf
============================
You could also add some checks whether required tools are present and are
not too old.
I don't think that dpkg is very useful on an HP-UX machine, but I need some
experience with it before I install Debian Linux on my PC.
Pavel Roskin
ECsoft
London, UK
(See attached file: dpkg-diff.tgz)
--0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY
Content-type: application/octet-stream;
name="dpkg-diff.tgz"
Content-transfer-encoding: base64
H4sIANoVqjUAA+2Wa0+jQBSG/Sq/4iySeKlQhkur7NbUGNe9xJrUTfaDMXWEoZ2UAgvDqjH+950B
qe1qNyZq3Q/zpIECcw7DObzvEKTjITICGoYrbwYyzVarBSsAgNpuuQfLqfYC10UALde1HNMx220+
CrVMcwXMt5vSA0XOcAawkmZJPqb/GkeyfBkTWi66rkPA3wEdGY5hGpbTxAVLJnhMmiwa+DhOYmPi
GElGh6s/CgLH+AaQDWjHQ8hDO4B2d9tKo9F4RpLV4ySGb0VUxvNg20OOiN9Rul3QEdrdbkOj2nW7
CvROeoebCn89fJwT0HiOJGVAY3GquqYD8N4NCRv4adFRL8QUQNfTjMZMx5k/ooz4rMjIhao0njsW
rL1mQH434yKKeBy/GQ2BkZyBqj1kUKEDqvoR2IiUE6qT44jivKONkvz+v7hIopwo793oBYg6WO+r
f8SVP9U/alX6t2yp/2XwWP9+Eod0yJVg0LjS/Wkx1a2JPGfHs+1Fup8NntO74yHLM80HvdtIyL3c
CrUD7B8Mjk+PBof9/kl/Q9evKBuVwoSM/CpoRnLAMcwpNcYTIhwipHwj5jEQl3PCOqp2K+LL4ztV
qR5xwCYpVz6+GsO6hqDDFbw+I+l1FW6h9APQLLhbBy3P/IBmTZGE4cuospFpppckUmZc5VqrU5am
cj3jKvcl+bnf722cFbEIBZbw540DyFPi05CSYL4m2mwduFvC9KbnolQkevK+HzrT4/vQehZlq0pn
tmtjLut9vn2mTCd48OXw4PvX3tFGfpMzMpmb0WZd/WlvXqUDdbYXdmENPtOY5iNIwvCJptTFWNCY
6l0NMY1I4AF3CJh5bzuQZPy4mlFn8z9dAMRj2svwf2fx959j1v6PLMdxhf+7bST9fxk89n9x1CSx
8Nwbw69WAOHkx7xMqA2m6zn8Zy1aAebD/1oDXNuzZ775LLTdgoZVrwEKNLe4uVxPiAcpyfQU+2M8
JICLgDLYavIRjTUa+1EREPiUsyAgoTHaU2DuJE0eneMuMHw8MKKX4uR7d0AikUgkEolEIpFIJBKJ
RCKRSCQSiUQieT3+APFokkQAKAAA
--0__=ZCp3HlPnJIhA5f3r9hijFxwG9eQ1N7G9gf1hLSGLRtJxEx03D86syLFY--
------------=_1200906371-27757-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Received: (at 24514-close) by bugs.debian.org; 21 Jan 2008 09:05:19 +0000
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-9.7 required=4.0 tests=BAYES_00,FROMDEVELOPER,
FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,HEADER_X_KATIE,IMPRONONCABLE_2,
MURPHY_DRUGS_REL8,MURPHY_WRONG_WORD1,MURPHY_WRONG_WORD2 autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from ries.debian.org ([128.148.34.103])
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JGsal-00072X-0R
for 24514-close@bugs.debian.org; Mon, 21 Jan 2008 09:05:19 +0000
Received: from dak by ries.debian.org with local (Exim 4.63)
(envelope-from )
id 1JGsJF-0001dF-O6; Mon, 21 Jan 2008 08:47:13 +0000
From: Guillem Jover
To: 24514-close@bugs.debian.org
X-DAK: dak process-unchecked
X-Katie: $Revision: 1.65 $
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Subject: Bug#24514: fixed in dpkg 1.14.16
Message-Id:
Sender: Archive Administrator
Date: Mon, 21 Jan 2008 08:47:13 +0000
Source: dpkg
Source-Version: 1.14.16
We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:
dpkg-dev_1.14.16_all.deb
to pool/main/d/dpkg/dpkg-dev_1.14.16_all.deb
dpkg_1.14.16.dsc
to pool/main/d/dpkg/dpkg_1.14.16.dsc
dpkg_1.14.16.tar.gz
to pool/main/d/dpkg/dpkg_1.14.16.tar.gz
dpkg_1.14.16_i386.deb
to pool/main/d/dpkg/dpkg_1.14.16_i386.deb
dselect_1.14.16_i386.deb
to pool/main/d/dpkg/dselect_1.14.16_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 24514@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guillem Jover (supplier of updated dpkg 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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 21 Jan 2008 10:00:45 +0200
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source i386 all
Version: 1.14.16
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers
Changed-By: Guillem Jover
Description:
dpkg - package maintenance system for Debian
dpkg-dev - package building tools for Debian
dselect - user tool to manage Debian packages
Closes: 24514 26554 28701 95579 222524 226932 323606 354999 367998 392432 402901 433477 453400 459359 459565 459815 460021 460309 460708 460708 460903 461247 461327
Changes:
dpkg (1.14.16) unstable; urgency=low
.
[ Guillem Jover ]
* Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
Closes: #402901
* Add build-essential to dpkg-dev Recommends.
* Do not warn about unrecognized Homepage field in binary package stanzas
in dpkg-genchanges and dpkg-source. Closes: #460309
* Do not use the enoent helper binary, and use perl POSIX module instead.
* Keep checking for the process when start-stop-daemon is called with
--retry even if the daemon removed the pidfile. Closes: #460903
Thanks to Justin Pryzby for the analysis.
* Make --quiet silence --test in start-stop-daemon. Closes: #367998
* Check current uid and gid in start-stop-daemon before calling setuid,
setgid and initgroups. Closes: #222524
Based on a patch by Samuel Thibault.
* Remove unimplemented --test option from update-alternatives.
Closes: #392432, #461247
* Additionally check if errno is EEXIST after rmdir(2), as SUSv3 specifies
that on non-empty directories it can either return that or ENOTEMPTY.
This fixes run time problems on Solaris.
* Fix start-stop-daemon --help output to state that --name is one of the
possible required options to use. Closes: #354999
* Demote dselect from priority important to optional. Closes: #461327
* Fix portability issues on HP-UX, by not using backticks inside double
quotes in m4 files. Closes: #24514
* Switch Maintainer address to from
.
* Add README.feature-removal-schedule describing the features to be removed
and README.api describing the provided APIs.
.
[ Frank Lichtenheld ]
* Make the -L option of dpkg-parsechangelog actually work (it's
only been eleven years...)
* Import the code from my external Parse::DebianChangelog as
Dpkg::Changelog and Dpkg::Changelog::Debian. Using this
from parsechangelog/debian adds the following requested
features:
- Option to use a non-lossy format. Closes: #95579
- Various options to better control how many entries
should be displayed. Closes: #226932
.
[ Raphael Hertzog ]
* Replaced all the remaining code in controllib.pl by new modules. All
scripts have been adjusted to use the new modules and controllib.pl has
been removed.
* The code to parse debian/control is available in a perl module
Dpkg::Control. Closes: #26554
* Temporarily add a Breaks: dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14) on
dpkg for the convenience of sid users. Closes: #459815
* Update dpkg-source(1) to explain better what the directory after -b is.
Closes: #323606
* Also force version in 1.14.16 if dpkg-gencontrol -v
is used. That way we're consistent with the definition of that variable
in deb-substvars(5). Closes: #433477
* Add support of Dm-Upload-Allowed field. Closes: #453400
* Fix dpkg-shlibdeps's filtering of duplicated dependencies in fields of
lesser priority (when -d is used).
* Fix behaviour of dpkg-shlibdeps when the same binary was passed multiple
times for use in different dependency fields (-d option).
* Change logic of -si option of dpkg-genchanges to include the original
tarball only if the current upstream version differs from the upstream
version of the previous changelog entry. Replaces the heuristic based
on revision number (-0, -0.1 or -1). Closes: #28701
* Some code refactoring on dpkg-genchanges and bug fixes in the generation
of the Description: field. As a result, source only uploads will no more
have Description fields.
* Add support of wildcard entries in symbols files. This makes it much
simpler to write symbols files for well managed libraries but in that case
dpkg-gensymbols can't check any more if symbols have disappeared.
Closes: #459359
.
[ Updated manpages translations ]
* Fix typo in French. Closes: #460021
* German (Helge Kreutzmann).
.
[ Updated dpkg translations ]
* Basque (Piarres Beobide). Closes: #459565
* French (Christian Perrier).
* German, Basque, Norwegian Bokmål, Swedish, Vietnamese, Simplified Chinese,
Galician unfuzzied.
* Russian (Yuri Kozlov). Closes: #460708
.
[ Updated scripts translations ]
* Russian (Yuri Kozlov). Closes: #460708
* Swedish (Peter Karlsson).
Files:
411fe3d40ce06e1dc6d201e50625a8b4 1031 admin required dpkg_1.14.16.dsc
86ebfef006374f951abcde613fdf2d96 6303354 admin required dpkg_1.14.16.tar.gz
2870242148da9bcbf909f512f63188eb 2160724 admin required dpkg_1.14.16_i386.deb
a7c489c83c7873953a89e1201c6887cb 742216 admin optional dselect_1.14.16_i386.deb
5cef7fa6d037d60ce7ee7ad033a401cc 602706 utils optional dpkg-dev_1.14.16_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHlFLRuW9ciZ2SjJsRAlKBAKD9Ad2o6inTB+t98w7rzCyP7RTV9gCfQawS
bFQfKpoexZNiqdo9wzm8r/M=
=IUU8
-----END PGP SIGNATURE-----
------------=_1200906371-27757-0--
Notification sent to Pavel.Roskin@ecsoft.co.uk:
Bug acknowledged by developer.
-t
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: Pavel.Roskin@ecsoft.co.uk
Subject: Bug#24514 closed by Guillem Jover
(Bug#24514: fixed in dpkg 1.14.16)
Message-ID:
References:
<80256640.004DEB4B.00@chopin.ecsoft.co.uk>
X-Debian-PR-Message: they-closed 24514
X-Debian-PR-Package: dpkg
X-Debian-PR-Source: dpkg
Reply-To: 24514@bugs.debian.org
Content-Type: multipart/mixed; boundary="----------=_1200906372-27757-1"
This is a multi-part message in MIME format...
------------=_1200906372-27757-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
This is an automatic notification regarding your Bug report
which was filed against the dpkg package:
#24514: [ARCH] 3 diff's to compile dpkg-1.4.0.24 on HP-UX
It has been closed by Guillem Jover .
Their explanation is attached below. If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact Guillem Jover by replying
to this email.
Debian bug tracking system administrator
(administrator, Debian Bugs database)
------------=_1200906372-27757-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Received: (at 24514-close) by bugs.debian.org; 21 Jan 2008 09:05:19 +0000
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-9.7 required=4.0 tests=BAYES_00,FROMDEVELOPER,
FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,HEADER_X_KATIE,IMPRONONCABLE_2,
MURPHY_DRUGS_REL8,MURPHY_WRONG_WORD1,MURPHY_WRONG_WORD2 autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from ries.debian.org ([128.148.34.103])
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JGsal-00072X-0R
for 24514-close@bugs.debian.org; Mon, 21 Jan 2008 09:05:19 +0000
Received: from dak by ries.debian.org with local (Exim 4.63)
(envelope-from )
id 1JGsJF-0001dF-O6; Mon, 21 Jan 2008 08:47:13 +0000
From: Guillem Jover
To: 24514-close@bugs.debian.org
X-DAK: dak process-unchecked
X-Katie: $Revision: 1.65 $
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Subject: Bug#24514: fixed in dpkg 1.14.16
Message-Id:
Sender: Archive Administrator
Date: Mon, 21 Jan 2008 08:47:13 +0000
Source: dpkg
Source-Version: 1.14.16
We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:
dpkg-dev_1.14.16_all.deb
to pool/main/d/dpkg/dpkg-dev_1.14.16_all.deb
dpkg_1.14.16.dsc
to pool/main/d/dpkg/dpkg_1.14.16.dsc
dpkg_1.14.16.tar.gz
to pool/main/d/dpkg/dpkg_1.14.16.tar.gz
dpkg_1.14.16_i386.deb
to pool/main/d/dpkg/dpkg_1.14.16_i386.deb
dselect_1.14.16_i386.deb
to pool/main/d/dpkg/dselect_1.14.16_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 24514@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guillem Jover (supplier of updated dpkg 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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 21 Jan 2008 10:00:45 +0200
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source i386 all
Version: 1.14.16
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers
Changed-By: Guillem Jover
Description:
dpkg - package maintenance system for Debian
dpkg-dev - package building tools for Debian
dselect - user tool to manage Debian packages
Closes: 24514 26554 28701 95579 222524 226932 323606 354999 367998 392432 402901 433477 453400 459359 459565 459815 460021 460309 460708 460708 460903 461247 461327
Changes:
dpkg (1.14.16) unstable; urgency=low
.
[ Guillem Jover ]
* Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
Closes: #402901
* Add build-essential to dpkg-dev Recommends.
* Do not warn about unrecognized Homepage field in binary package stanzas
in dpkg-genchanges and dpkg-source. Closes: #460309
* Do not use the enoent helper binary, and use perl POSIX module instead.
* Keep checking for the process when start-stop-daemon is called with
--retry even if the daemon removed the pidfile. Closes: #460903
Thanks to Justin Pryzby for the analysis.
* Make --quiet silence --test in start-stop-daemon. Closes: #367998
* Check current uid and gid in start-stop-daemon before calling setuid,
setgid and initgroups. Closes: #222524
Based on a patch by Samuel Thibault.
* Remove unimplemented --test option from update-alternatives.
Closes: #392432, #461247
* Additionally check if errno is EEXIST after rmdir(2), as SUSv3 specifies
that on non-empty directories it can either return that or ENOTEMPTY.
This fixes run time problems on Solaris.
* Fix start-stop-daemon --help output to state that --name is one of the
possible required options to use. Closes: #354999
* Demote dselect from priority important to optional. Closes: #461327
* Fix portability issues on HP-UX, by not using backticks inside double
quotes in m4 files. Closes: #24514
* Switch Maintainer address to from
.
* Add README.feature-removal-schedule describing the features to be removed
and README.api describing the provided APIs.
.
[ Frank Lichtenheld ]
* Make the -L option of dpkg-parsechangelog actually work (it's
only been eleven years...)
* Import the code from my external Parse::DebianChangelog as
Dpkg::Changelog and Dpkg::Changelog::Debian. Using this
from parsechangelog/debian adds the following requested
features:
- Option to use a non-lossy format. Closes: #95579
- Various options to better control how many entries
should be displayed. Closes: #226932
.
[ Raphael Hertzog ]
* Replaced all the remaining code in controllib.pl by new modules. All
scripts have been adjusted to use the new modules and controllib.pl has
been removed.
* The code to parse debian/control is available in a perl module
Dpkg::Control. Closes: #26554
* Temporarily add a Breaks: dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14) on
dpkg for the convenience of sid users. Closes: #459815
* Update dpkg-source(1) to explain better what the directory after -b is.
Closes: #323606
* Also force version in 1.14.16 if dpkg-gencontrol -v
is used. That way we're consistent with the definition of that variable
in deb-substvars(5). Closes: #433477
* Add support of Dm-Upload-Allowed field. Closes: #453400
* Fix dpkg-shlibdeps's filtering of duplicated dependencies in fields of
lesser priority (when -d is used).
* Fix behaviour of dpkg-shlibdeps when the same binary was passed multiple
times for use in different dependency fields (-d option).
* Change logic of -si option of dpkg-genchanges to include the original
tarball only if the current upstream version differs from the upstream
version of the previous changelog entry. Replaces the heuristic based
on revision number (-0, -0.1 or -1). Closes: #28701
* Some code refactoring on dpkg-genchanges and bug fixes in the generation
of the Description: field. As a result, source only uploads will no more
have Description fields.
* Add support of wildcard entries in symbols files. This makes it much
simpler to write symbols files for well managed libraries but in that case
dpkg-gensymbols can't check any more if symbols have disappeared.
Closes: #459359
.
[ Updated manpages translations ]
* Fix typo in French. Closes: #460021
* German (Helge Kreutzmann).
.
[ Updated dpkg translations ]
* Basque (Piarres Beobide). Closes: #459565
* French (Christian Perrier).
* German, Basque, Norwegian Bokmål, Swedish, Vietnamese, Simplified Chinese,
Galician unfuzzied.
* Russian (Yuri Kozlov). Closes: #460708
.
[ Updated scripts translations ]
* Russian (Yuri Kozlov). Closes: #460708
* Swedish (Peter Karlsson).
Files:
411fe3d40ce06e1dc6d201e50625a8b4 1031 admin required dpkg_1.14.16.dsc
86ebfef006374f951abcde613fdf2d96 6303354 admin required dpkg_1.14.16.tar.gz
2870242148da9bcbf909f512f63188eb 2160724 admin required dpkg_1.14.16_i386.deb
a7c489c83c7873953a89e1201c6887cb 742216 admin optional dselect_1.14.16_i386.deb
5cef7fa6d037d60ce7ee7ad033a401cc 602706 utils optional dpkg-dev_1.14.16_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHlFLRuW9ciZ2SjJsRAlKBAKD9Ad2o6inTB+t98w7rzCyP7RTV9gCfQawS
bFQfKpoexZNiqdo9wzm8r/M=
=IUU8
-----END PGP SIGNATURE-----
------------=_1200906372-27757-1--
Received: (at 24514-close) by bugs.debian.org; 21 Jan 2008 09:05:19 +0000
From dak@ftp-master.debian.org Mon Jan 21 09:05:19 2008
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-9.7 required=4.0 tests=BAYES_00,FROMDEVELOPER,
FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,HEADER_X_KATIE,IMPRONONCABLE_2,
MURPHY_DRUGS_REL8,MURPHY_WRONG_WORD1,MURPHY_WRONG_WORD2 autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from ries.debian.org ([128.148.34.103])
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JGsal-00072X-0R
for 24514-close@bugs.debian.org; Mon, 21 Jan 2008 09:05:19 +0000
Received: from dak by ries.debian.org with local (Exim 4.63)
(envelope-from )
id 1JGsJF-0001dF-O6; Mon, 21 Jan 2008 08:47:13 +0000
From: Guillem Jover
To: 24514-close@bugs.debian.org
X-DAK: dak process-unchecked
X-Katie: $Revision: 1.65 $
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Subject: Bug#24514: fixed in dpkg 1.14.16
Message-Id:
Sender: Archive Administrator
Date: Mon, 21 Jan 2008 08:47:13 +0000
Source: dpkg
Source-Version: 1.14.16
We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:
dpkg-dev_1.14.16_all.deb
to pool/main/d/dpkg/dpkg-dev_1.14.16_all.deb
dpkg_1.14.16.dsc
to pool/main/d/dpkg/dpkg_1.14.16.dsc
dpkg_1.14.16.tar.gz
to pool/main/d/dpkg/dpkg_1.14.16.tar.gz
dpkg_1.14.16_i386.deb
to pool/main/d/dpkg/dpkg_1.14.16_i386.deb
dselect_1.14.16_i386.deb
to pool/main/d/dpkg/dselect_1.14.16_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 24514@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guillem Jover (supplier of updated dpkg 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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 21 Jan 2008 10:00:45 +0200
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source i386 all
Version: 1.14.16
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers
Changed-By: Guillem Jover
Description:
dpkg - package maintenance system for Debian
dpkg-dev - package building tools for Debian
dselect - user tool to manage Debian packages
Closes: 24514 26554 28701 95579 222524 226932 323606 354999 367998 392432 402901 433477 453400 459359 459565 459815 460021 460309 460708 460708 460903 461247 461327
Changes:
dpkg (1.14.16) unstable; urgency=low
.
[ Guillem Jover ]
* Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
Closes: #402901
* Add build-essential to dpkg-dev Recommends.
* Do not warn about unrecognized Homepage field in binary package stanzas
in dpkg-genchanges and dpkg-source. Closes: #460309
* Do not use the enoent helper binary, and use perl POSIX module instead.
* Keep checking for the process when start-stop-daemon is called with
--retry even if the daemon removed the pidfile. Closes: #460903
Thanks to Justin Pryzby for the analysis.
* Make --quiet silence --test in start-stop-daemon. Closes: #367998
* Check current uid and gid in start-stop-daemon before calling setuid,
setgid and initgroups. Closes: #222524
Based on a patch by Samuel Thibault.
* Remove unimplemented --test option from update-alternatives.
Closes: #392432, #461247
* Additionally check if errno is EEXIST after rmdir(2), as SUSv3 specifies
that on non-empty directories it can either return that or ENOTEMPTY.
This fixes run time problems on Solaris.
* Fix start-stop-daemon --help output to state that --name is one of the
possible required options to use. Closes: #354999
* Demote dselect from priority important to optional. Closes: #461327
* Fix portability issues on HP-UX, by not using backticks inside double
quotes in m4 files. Closes: #24514
* Switch Maintainer address to from
.
* Add README.feature-removal-schedule describing the features to be removed
and README.api describing the provided APIs.
.
[ Frank Lichtenheld ]
* Make the -L option of dpkg-parsechangelog actually work (it's
only been eleven years...)
* Import the code from my external Parse::DebianChangelog as
Dpkg::Changelog and Dpkg::Changelog::Debian. Using this
from parsechangelog/debian adds the following requested
features:
- Option to use a non-lossy format. Closes: #95579
- Various options to better control how many entries
should be displayed. Closes: #226932
.
[ Raphael Hertzog ]
* Replaced all the remaining code in controllib.pl by new modules. All
scripts have been adjusted to use the new modules and controllib.pl has
been removed.
* The code to parse debian/control is available in a perl module
Dpkg::Control. Closes: #26554
* Temporarily add a Breaks: dpkg-dev (= 1.14.13), dpkg-dev (= 1.14.14) on
dpkg for the convenience of sid users. Closes: #459815
* Update dpkg-source(1) to explain better what the directory after -b is.
Closes: #323606
* Also force version in 1.14.16 if dpkg-gencontrol -v
is used. That way we're consistent with the definition of that variable
in deb-substvars(5). Closes: #433477
* Add support of Dm-Upload-Allowed field. Closes: #453400
* Fix dpkg-shlibdeps's filtering of duplicated dependencies in fields of
lesser priority (when -d is used).
* Fix behaviour of dpkg-shlibdeps when the same binary was passed multiple
times for use in different dependency fields (-d option).
* Change logic of -si option of dpkg-genchanges to include the original
tarball only if the current upstream version differs from the upstream
version of the previous changelog entry. Replaces the heuristic based
on revision number (-0, -0.1 or -1). Closes: #28701
* Some code refactoring on dpkg-genchanges and bug fixes in the generation
of the Description: field. As a result, source only uploads will no more
have Description fields.
* Add support of wildcard entries in symbols files. This makes it much
simpler to write symbols files for well managed libraries but in that case
dpkg-gensymbols can't check any more if symbols have disappeared.
Closes: #459359
.
[ Updated manpages translations ]
* Fix typo in French. Closes: #460021
* German (Helge Kreutzmann).
.
[ Updated dpkg translations ]
* Basque (Piarres Beobide). Closes: #459565
* French (Christian Perrier).
* German, Basque, Norwegian Bokmål, Swedish, Vietnamese, Simplified Chinese,
Galician unfuzzied.
* Russian (Yuri Kozlov). Closes: #460708
.
[ Updated scripts translations ]
* Russian (Yuri Kozlov). Closes: #460708
* Swedish (Peter Karlsson).
Files:
411fe3d40ce06e1dc6d201e50625a8b4 1031 admin required dpkg_1.14.16.dsc
86ebfef006374f951abcde613fdf2d96 6303354 admin required dpkg_1.14.16.tar.gz
2870242148da9bcbf909f512f63188eb 2160724 admin required dpkg_1.14.16_i386.deb
a7c489c83c7873953a89e1201c6887cb 742216 admin optional dselect_1.14.16_i386.deb
5cef7fa6d037d60ce7ee7ad033a401cc 602706 utils optional dpkg-dev_1.14.16_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHlFLRuW9ciZ2SjJsRAlKBAKD9Ad2o6inTB+t98w7rzCyP7RTV9gCfQawS
bFQfKpoexZNiqdo9wzm8r/M=
=IUU8
-----END PGP SIGNATURE-----