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

Bug#34923: marked as done (apt-cdrom does not work)



Your message dated 25 Mar 1999 16:31:30 -0800
with message-id <yttaex1jdlp.fsf@gilgamesh.cse.ucsc.edu>
and subject line APT 0.3.3 fixes file:/ and cdrom:/ URIs
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'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 23 Mar 1999 00:45:04 +0000
Received: (qmail 16844 invoked from network); 23 Mar 1999 00:45:03 -0000
Received: from authsrv.nacamar.de (HELO dialup.nacamar.de) (194.162.162.197)
  by master.debian.org with SMTP; 23 Mar 1999 00:45:03 -0000
Received: (qmail 21981 invoked from network); 23 Mar 1999 00:44:41 -0000
Received: from dialup18-107.access.nacamar.de (HELO wormhole.galaxy) (torsten@62.144.239.107)
  by authsrv.nacamar.de with SMTP; 23 Mar 1999 00:44:41 -0000
Received: (from torsten@localhost)
	by wormhole.galaxy (8.8.8/8.8.8/Debian/GNU) id BAA15516
	for submit@bugs.debian.org; Tue, 23 Mar 1999 01:45:19 +0100
Date: Tue, 23 Mar 1999 01:45:18 +0100
From: Torsten Landschoff <t.landschoff@gmx.net>
To: submit@bugs.debian.org
Subject: apt-cdrom does not work
Message-ID: <[🔎] 19990323014518.A15502@asterix.kupenga.com>
Mime-Version: 1.0
Content-Type: multipart/signed; boundary=G4iJoqBmSsgzjUCe; micalg=pgp-md5;
	protocol="application/pgp-signature"
X-Mailer: Mutt 0.94.17i


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

Package: apt
Version: 0.3.2

Hi!

I was very happy to see that apt now supports multiple cd-roms. But: apt-cd=
rom
does not work if a Release file is available. It is a simple typo. I includ=
ed
a simple patch:

diff -u -r apt-0.3.2/apt-pkg/contrib/fileutl.cc apt-0.3.2.new/apt-pkg/contr=
ib/fileutl.cc
--- apt-0.3.2/apt-pkg/contrib/fileutl.cc	Tue Mar 23 01:39:51 1999
+++ apt-0.3.2.new/apt-pkg/contrib/fileutl.cc	Tue Mar 23 01:41:16 1999
@@ -45,7 +45,7 @@
       if (Size > 64000)
 	 ToRead =3D 64000;
      =20
-      if (To.Read(Buf,ToRead) =3D=3D false ||=20
+      if (From.Read(Buf,ToRead) =3D=3D false ||=20
 	  To.Write(Buf,ToRead) =3D=3D false)
       {
 	 delete [] Buf;

-- System Information
Debian Release: 2.1
Kernel Version: Linux pulsar 2.0.36 #1 Sun Jan 24 23:59:23 CET 1999 i686 un=
known

Versions of the packages apt depends on:
ii  libc6           2.0.7.19981211 GNU C Library: shared libraries
ii  libstdc++2.8    2.90.29-2      The GNU stdc++ library (old egcs version)

--G4iJoqBmSsgzjUCe
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia

iQCVAwUBNvbkGzOIZYDCgaKlAQH+4gP/fDk5uPySnxT7uSBTxsETpCm1wxdic+ot
Ukm3vH7MObZW74HgykYgECtnV7cnRWq+fQTwOp1OBmtE1RxcR4Xh6RayoeXBA8O5
QcPH8QZ+w+YbQxun1mSda3G6RgMUvx86kFrZH0Uwh3yS8+HTfADGrV54r/OOgbGO
SCsexvMXFL0=
=0SdK
-----END PGP SIGNATURE-----

--G4iJoqBmSsgzjUCe--


Reply to: