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

Bug#827364: marked as done (apt update: appearing and disappearing local-apt-repository sources)



Your message dated Wed, 22 Jun 2016 13:18:39 +0000
with message-id <E1bFi3D-000844-HY@franck.debian.org>
and subject line Bug#827364: fixed in apt 1.3~exp3
has caused the Debian Bug report #827364,
regarding apt update: appearing and disappearing local-apt-repository sources
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
827364: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827364
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 1.2.12
Severity: normal

Whenever I run `apt update`, the packages from the repo I setup
using local-apt-repository disappear from `apt policy test-package`.
Then when I run `apt update` again they reappear. And so on and so
forth. This happens both in my main system and in a chdist.
I've attached logs from the test that I did with chdist:

pabs@chianamo ~ $ chdist create test
Now edit /home/pabs/.chdist/test/etc/apt/sources.list
Run chdist apt-get test update
And enjoy.
pabs@chianamo ~ $ ln -sf /etc/apt/sources.list.d/local-apt-repository.list /home/pabs/.chdist/test/etc/apt/sources.list
pabs@chianamo ~ $ chdist apt-get test update -o Debug::pkgAcquire::Worker=1 &> log ; chdist apt-cache test policy test-package
test-package:
  Installed: (none)
  Candidate: 999
  Version table:
     999 500
        500 file:/var/lib/local-apt-repository ./ Packages
pabs@chianamo ~ $ mv log good.log
pabs@chianamo ~ $ chdist apt-get test update -o Debug::pkgAcquire::Worker=1 &> log ; chdist apt-cache test policy test-package
N: Unable to locate package test-package
pabs@chianamo ~ $ mv log bad.log
pabs@chianamo ~ $ tar Jcf logs.tar.xz good.log bad.log 

-- System Information:
Debian Release: stretch/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages apt depends on:
ii  adduser                 3.114
ii  debian-archive-keyring  2014.3
ii  gnupg                   1.4.20-6
ii  gnupg2                  2.1.11-7
ii  gpgv                    1.4.20-6
ii  init-system-helpers     1.34
ii  libapt-pkg5.0           1.2.12
ii  libc6                   2.22-11
ii  libgcc1                 1:6.1.1-4
ii  libstdc++6              6.1.1-4

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc     <none>
ii  aptitude    0.8.1-1
ii  dpkg-dev    1.18.7
ii  python-apt  1.1.0~beta2

-- 

bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: logs.tar.xz
Description: application/xz-compressed-tar

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 1.3~exp3

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive.

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 827364@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode <jak@debian.org> (supplier of updated apt 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 22 Jun 2016 14:50:12 +0200
Source: apt
Binary: apt libapt-pkg5.0 libapt-inst2.0 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 1.3~exp3
Distribution: experimental
Urgency: medium
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Description:
 apt        - commandline package manager
 apt-doc    - documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst2.0 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg5.0 - package management runtime library
Closes: 806924 808367 826944 827067 827364 827713 827758
Changes:
 apt (1.3~exp3) experimental; urgency=medium
 .
   [ Petter Reinholdtsen ]
   * Norwegian Bokmål program translation update (Closes: 827067)
 .
   [ David Kalnischkies ]
   * apt-key: don't search PATH if command is a path already
   * don't use FindFile for external Dir::Bin commands
   * http: don't hang on redirect with length + connection close
   * merge sources.list lines based on Release filename (Closes: 826944)
   * avoid std::get_time usage to sidestep libstdc++6 bug (LP: 1593583)
   * do not error if auto-detect-proxy cmd has no output (Closes: 827713)
   * implement and document DIRECT for auto-detect-proxy
   * run update post-invokes even on (partial) failures
   * handle weak-security repositories as unauthenticated (Closes: 827364)
   * generalize secure->insecure downgrade protection
   * forbid insecure repositories by default expect in apt-get (Closes: 808367)
   * source: if download is skipped, don't try to unpack
   * better error message for insufficient hashsums (Closes: 827758)
   * add [weak] tag to hash errors to indicate insufficiency
   * ensure filesize of deb is included in the hashes list
   * add insecure (and weak) allow-options for sources.list
 .
   [ Dominic Benson ]
   * Reinstate caching of file hashes in apt-ftparchive (Closes: #806924)
 .
   [ Zhou Mo ]
   * zh_CN.po: update simplified chinese translation
Checksums-Sha1:
 5fb7abdf3914ba5c8bf5ba474a1680ed2dc0f237 2353 apt_1.3~exp3.dsc
 fa9edda28f7e52103780869732c7bffd38baa08a 2072072 apt_1.3~exp3.tar.xz
Checksums-Sha256:
 a311429a067b07d193af4c31fc60dff4941c07b237fdd23cc18fb1d9e8eab23e 2353 apt_1.3~exp3.dsc
 4de42d8ab9aa1b3a2092132941ff844b25ea17bda6a8beb3a7755af08045b8c8 2072072 apt_1.3~exp3.tar.xz
Files:
 eec5436ba680a78cc0f83b4b175fc9b3 2353 admin important apt_1.3~exp3.dsc
 13ea721ad9542e9c8c791a43e50c6c6c 2072072 admin important apt_1.3~exp3.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJXaoo/AAoJENc8OeVlgLOGWbsP/2Ime2RtNp6rDP6zvX1L7Bb9
wV4u2dwWkMcWB+QRY37NbFzPACZb8Fqk4WI4cVhJ4ZrxcpKxX5aWDIAwrCQl6dAo
u08SLJweXz8V7Ng5iVKcH3McvODqh9mX36KyIs9UFcRInPiBZH2jSxgPod6jac5E
3YJTBztLE8G6NGS+vSTiRCk+97UGk9b9ixs+3CobylDSINP8lHJj4+T/qUk7uTWr
rBpMeCuGT2M/insexN6Uzjfa0uOK9e9dm9n14/5W5gB9oXlK6RwWtA4hhRUgX+vG
SCmEIETeyQG749VY/IRn3QQZVM3KIL2lAfs9CFXPkKSaKT2H0rvmynP1QccVG/18
HEPOJVnQ+fiQHCu4iByM5Qdn3sXNnePhVVa3pimeDlDxQlnJrk8QNIch66HMbZb8
WhrGjZhZI3E6d0PnZDyXuML05iUEy3mZqIWRMlfN6LMl1J0ZZDUPxxSqOdCDc/Yb
LyN8d8hvHfEBqB0D7Exnwx3lgjdtV8U91zXV7vLqB0diwUEC5LCe4/HM+xPfS0oH
floOIZi552XmCHQI2Ko5H5xxwKAAeEGBXERr2NKuC+c0eFUg9MMMrCNF2BjYKn7V
fFiEvKkQP5h5BwikwiWXSNQU6050MEv568g5MOnd6WvkOaQ62SiIdTN3uTBXAR9D
eJtachpsfx1YnG9t0XPR
=Cs6g
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: