Bug#809838: [apt] Download size check overflow

2016-01-04 Thread David Kalnischkies
s made from a machine (running Debian stable) which isn't the machine the bug was observed on (as the report claims to be against a Debian testing/unstable verion). Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#809525: libapt-pkg-doc: Missing javascript in Doxygen-generated HTML documentation?

2016-01-02 Thread David Kalnischkies
e.g. all styled with the '.inherit' css class which just sets 'display:none'. Not setting it via css but doing something like $('.inherit').hide(0) would be nicer in case of bugs like this one and also for users who have javascript disabled by default. Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#809160: apt: [doc] apt.conf(5) man page (file apt.conf.5.xml in source) possible minor mistakes

2015-12-27 Thread David Kalnischkies
of this version, which is "-" if there is no version, and a field showing > the MultiArch type "same", foreign", "allowed" or "none".» Added. > I hope I am not wasting your time. Of course you aren't. These silly mistakes shouldn't be in fil

Bug#808980: apt: 'sudo apt autoremove' typo

2015-12-25 Thread David Kalnischkies
ighlight what is wrong and maybe even give a suggestion for an improvement? But if you think 'apt' is a typo… we have a present for you. :) Happy holidays to you, too & best regards David Kalnischkies signature.asc Description: PGP signature

Bug#808367: apt: defaults to allow insecure repos and documents it wrong

2015-12-24 Thread David Kalnischkies
d be nice… but its also work to implement such a system. Can I assume you are volunteering? Happy "package managment" days and best regards David Kalnischkies signature.asc Description: PGP signature

Bug#808641: doxygen: evalutation of shell expressions in filepaths

2015-12-21 Thread David Kalnischkies
ing shell at some point finds at least something in it to explode… (which, frankly, is an appropriate response for such a "psycho-path"), which is why this report ends up here at doxygen rather than at dot (as it looks for me like it is dot which is exploding with this path, but I haven't tried).

Bug#808579: apt: Very slow rred phase during update

2015-12-21 Thread David Kalnischkies
ve) confirmation bias after talking again and again in defense of pdiff in fact] So, yeah, problem well understood – no need to further debug/check that. "Just" needs some heavy code juggling now to make it fly again… Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#808102: Delivery Status Notification (Failure)

2015-12-17 Thread David Kalnischkies
d in your package – or don't set it et all. On our end, I will have to dig into the parser: I remember changing whitespace parsing "recently", so that could be a 1.1 regression and I wanted to look into it for other reasons as well… Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#807948: apt: 'update' fails with 'Couldn't create tempfiles for splitting up' InRelease files

2015-12-14 Thread David Kalnischkies
higher up the chain [which was probably very technical like this one] – with the "most likely" cause added in a few layman terms as we do it in a few other error messages as well.) Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#807371: apt hostname resoloution failure

2015-12-08 Thread David Kalnischkies
you meant /etc/hosts) My money is on Nils's suggestion, but if that isn't it the only recent changes to resolving are IDN support (disable it via -o Acquire::Connect::IDN=false) and support for SRV records (disable it via -o Acquire::EnableSrvRecords=false). Neither should be responsible through…

Bug#807144: Undeclared dependency to `debianutils (which)' in apt-key

2015-12-06 Thread David Kalnischkies
couple of other places as well and is a more common tool (packaged in findutils – also essential, so no explicit dependency either, but that tends to be available on all other systems via their essential equivalent.) Hope that helps. Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#807144: Undeclared dependency to `debianutils (which)' in apt-key

2015-12-06 Thread David Kalnischkies
On Sun, Dec 06, 2015 at 03:32:02PM +0100, Jakub Wilk wrote: > * David Kalnischkies <da...@kalnischkies.de>, 2015-12-06, 14:55: > >I changed various places to use "command -v" anyhow as we indeed use it > >for no good reason, so why not… > > Well, Policy says t

Bug#746412: apt-get source linux behaves weird

2015-11-29 Thread David Kalnischkies
is a target release and it matches the release of the package, > * or there is no target release > and the version is higher than the last best hit. > > Attached is a patch fixing this and another one adding above two > testcases. And as a testrun doesn't show regress

Bug#806459:

2015-11-29 Thread David Kalnischkies
ity purposes as it can be considered broken. Note that SHA1 is on its (long) way out as that is close to be broken, too, so SHA256 (or SHA512) is currently best practice (given that this is what gpg is using for signatures, so more wouldn't have an effect). Best regards David Kalnischkies s

Bug#806521: fakeroot: add getgroups wrapping

2015-11-28 Thread David Kalnischkies
) gid. A proper patch would likely involve saving in setgroups as well, so not marking as +patch – also as the wrapping of initgroups somehow suggests you don't want to deal with this at all. Best regards David Kalnischkies --- a/libfakeroot.c +++ b/libfakeroot.c @@ -1554,6 +1554,16 @@ return 0

Bug#806422: apt: no longer handles mutually-exclusive sets of essential packages well

2015-11-27 Thread David Kalnischkies
ated for a very small gain as essentials are usually not exclusive by design and the "workaround" is easy enough: pinning. Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#806422: apt: no longer handles mutually-exclusive sets of essential packages well

2015-11-27 Thread David Kalnischkies
On Fri, Nov 27, 2015 at 05:18:13PM +0100, Thorsten Glaser wrote: > On Fri, 27 Nov 2015, David Kalnischkies wrote: > > > Essentials have to be installed, so you just can't have mutually- > > exclusive essentials in any supportable capacity. > > Of course Essentials have t

Bug#806475: apt: Breaks debian-installer build, select with no read/write fds?

2015-11-27 Thread David Kalnischkies
ege dropping for the moment. Best regards David Kalnischkies diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index 46de634..f754b31 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -2322,12 +2322,17 @@ bool DropPrivileges() /*{{{*/ return _

Bug#806475: apt: Breaks debian-installer build, select with no read/write fds?

2015-11-27 Thread David Kalnischkies
" to reinstall all > packages I've built seems to fix the issue. As mentioned briefly schroot copies users & groups from your host system, so if your host system has no _apt user, the _apt user in your schroot will "disappear" next time it is copied over. Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#806408: apt: adequate: underlinking (undefined symbols)

2015-11-27 Thread David Kalnischkies
, which I initially intended anyhow, but part forgot and part found useful while working on this change. ¹ if "-private" wasn't enough of a hint, headers aren't available, no symbols/shlibs file and exactly nobody cares about ABI/API in there. Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#805069: in apt marked as pending

2015-11-25 Thread David Kalnischkies
On Sat, Nov 21, 2015 at 06:39:03PM +0100, Alexandre Detiste wrote: > Le samedi 21 novembre 2015, 10:27:29 David Kalnischkies a écrit : > > On Fri, Nov 20, 2015 at 01:42:34PM +0100, Alexandre Detiste wrote: > > That is most likely of no real concern to the user hence its on

Bug#805069: in apt marked as pending

2015-11-21 Thread David Kalnischkies
shown before the user is asked to confirm the installation/download, but one bug at the time. ;) Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#805474: apt-doc: [INTL:nl] Dutch po file for the apt package's documentation

2015-11-19 Thread David Kalnischkies
t I hope to find some time to move them through d-l10n-english before bugging translators for updates, so that is just a heads up in case you might wonder. > > You might want to check your PO files with i18nspector, which is how > > I found this bug. :) Thanks from me to Jak

Bug#800350: image preview resolution too small for NEF images

2015-10-30 Thread David Kalnischkies
hat it results in a crash instead of not detecting a file as RAW in most other applications ;) ) Anyway, upstream should probably look for more instances as the attached patch is likely incomplete. It just got the NEF previews working again for me. Best regards David Kalnischkies diff --git a/sr

Bug#803471: apt: the edsp output does not contain the APT-Candidiate field even if an exact version was requested

2015-10-30 Thread David Kalnischkies
codesearch suggests there aren't an awful lot of users and I doubt it would turn out worse for them, instead of officially breaking the API lets just deprecate 2 and have 4 (which looks like 2) be a wrapper for 3. Yeah for API design! Best regards David Kalnischkies P.S.: Based on codesea

Bug#802617: apt-transport-https: apt-get update: W: Size of file [...] is not what the server reported

2015-10-22 Thread David Kalnischkies
lues). Oh, and for the record: I have no clear opinion on what should be done about it – I will leave that for the "history digging timelords" to decide. Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#799123: Debug::pkgAcquire::Worker output is percent-encoded incorrectly

2015-10-11 Thread David Kalnischkies
erstand what the problem is… maybe you can give us an idea how and why you are trying to sent bytes instead of characters in our textinterface here? Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#800112: "Unsupported socketcall: 20" when using apt-get under s390 chroot

2015-09-28 Thread David Kalnischkies
ce if you could provide a complete set of steps to reproduce this, preferably starting with the setup of the chroot itself. Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#799545: apt: bash command line completion missing for apt-mark

2015-09-24 Thread David Kalnischkies
far as I know) need some help – you might wanna join… Best regards David Kalnischkies signature.asc Description: PGP signature

Bug#769222: [Aptitude-devel] Bug#769222: Bug#769222: Bug#769222: aptitude: Frequent pending actions left

2015-09-11 Thread David Kalnischkies
bug here for someone to check aptitude – feel free to close if there is no such issue. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#710587: [Aptitude-devel] Bug#710587: aptitude: unable to purge a package

2015-09-09 Thread David Kalnischkies
oducible if its really this issue. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#798460: apt: Testing transition broken

2015-09-09 Thread David Kalnischkies
r with faster, packages from third-party repositories … but nobody can help if all you tell us is "254" and "121". I am inclined to close as 'notabug', but I will give you a second chance at giving us some details so that it is actually possible to figure out what is the problem. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#710587: [Aptitude-devel] Bug#710587: aptitude: unable to purge a package

2015-09-09 Thread David Kalnischkies
On Wed, Sep 09, 2015 at 11:23:49AM +0100, Manuel A. Fernandez Montecelo wrote: > 2015-09-09 7:07 GMT+01:00 David Kalnischkies <da...@kalnischkies.de>: > > On Tue, Sep 08, 2015 at 03:40:20PM +0100, Manuel A. Fernandez Montecelo > > wrote: > >> Is this with multi

Bug#797344: apt: task-kde-desktop will not install unless breeze is manually installed

2015-09-05 Thread David Kalnischkies
On Sat, Sep 05, 2015 at 06:43:54AM -0400, James McCoy wrote: > On Sep 5, 2015 5:17 AM, "David Kalnischkies" <da...@kalnischkies.de> wrote: > > The gcc-5 transition causes many libraries libfoov5 to conflict with > > installed libfoo packages and the resolver dislikes

Bug#787724: Confirmed

2015-09-04 Thread David Kalnischkies
apt-get update -o Debug::Acquire::http=1 might reveal something interesting. Also, what version of apt and libapt is used here? Any configuration derivation you might want to tell us about? But as Julian said, this is likely a temporary problem of the involved server and not of the client.

Bug#797270: [Aptitude-devel] Bug#797270: aptitude: fails to download changelogs when $TMPDIR is readable by root only

2015-08-31 Thread David Kalnischkies
r right) truncate the changelog file they ship in the package, so for these distros there should at least be an option to get the complete file from the online source instead of from disk. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#797329: [l10n] Updated Czech translation of apt 1.1 (experimanetal)

2015-08-31 Thread David Kalnischkies
e next experimental upload. There will hopefully be a 'proper' call for updates later in this release cycle, but we are always happy to receive updates at any point in time. :) Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#783337: apt: Please remove me from Uploaders

2015-08-31 Thread David Kalnischkies
ope it doesn't need an emergency to see you again on mailinglists and DebConfs alike, so "break a leg" with your running and Best regards David Kalnischkies [0] https://lists.alioth.debian.org/pipermail/soc-coordination/2010-April/000772.html signature.asc Description: Digital signature

Bug#796459: apt: Unable to create caches as file usage is disabled [..]

2015-08-22 Thread David Kalnischkies
regards David Kalnischkies signature.asc Description: Digital signature

Bug#796459: apt: Unable to create caches as file usage is disabled [..]

2015-08-22 Thread David Kalnischkies
. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#80123: Interested

2015-08-21 Thread David Kalnischkies
away with a lua hook system mainly as rpm already needs it – and this is certainly interesting to look at, but very likely at most as an inspiration rather than a patch source… Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#796059: apt: [intl:SV] updated Swedish translation

2015-08-21 Thread David Kalnischkies
for your contributions – and just open another report at the time the next update is ready. :) Thanks again best regards David Kalnischkies signature.asc Description: Digital signature

Bug#796459: apt: Unable to create caches as file usage is disabled [..]

2015-08-21 Thread David Kalnischkies
instances in the meantime… Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#762178: apt: massive a-g update slowdowns due to recent security fixes

2015-08-16 Thread David Kalnischkies
currently) and a bunch of other nifty stuff. See also the test/integration/test-apt-update-* tests for details on what it can do (and prevents attackers from doing). Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#764174: snearkernet workaround

2015-08-15 Thread David Kalnischkies
will become 1.1 eventually already autorecreates and/or chowns (among other things) the partial/ directories as needed all by itself. So, your sneakernet should work out-of-the-box. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#788320: closed by David Kalnischkies da...@kalnischkies.de (Re: apt: in apt.conf.d/01autoremove Never-MarkAuto-Sections section ubuntu sections are user)

2015-08-15 Thread David Kalnischkies
the whole week and doing that makes you slightly crazy – also because there are actually reports requesting the strangest things so you start reading the worst into them… ;) So, again thanks for the report and for bearing with me, too! Best regards David Kalnischkies signature.asc Description

Bug#795600: /usr/lib/apt/solvers/dump: insecure use of /tmp

2015-08-15 Thread David Kalnischkies
Control: severity -1 minor Control: tags -1 + newcomer Control: found -1 0.8.16~exp2 On Sat, Aug 15, 2015 at 05:34:20PM +0200, Jakub Wilk wrote: Package: apt Version: 1.0.10.1 Tags: security * David Kalnischkies da...@kalnischkies.de, 2015-08-14, 10:14: For the record: /usr/lib/apt/solvers

Bug#746412: apt-get source linux behaves weird

2015-08-15 Thread David Kalnischkies
newcomer… *hint hint* Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#410695: zope2.7 causqe upgrade failure

2015-08-14 Thread David Kalnischkies
for me like the submitter gets a mail automatically… Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#788320: closed by David Kalnischkies da...@kalnischkies.de (Re: apt: in apt.conf.d/01autoremove Never-MarkAuto-Sections section ubuntu sections are user)

2015-08-14 Thread David Kalnischkies
. Thanks for reporting this oversight now! Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#762286: marked as done (apt: no bash-completion for the apt command)

2015-08-14 Thread David Kalnischkies
it (I have no idea why): https://alioth.debian.org/tracker/index.php?func=detailaid=314652group_id=100114atid=413095 There are more apt related patches in there as well. Seems like the maintainers of bash-completion need some help… Best regards David Kalnischkies signature.asc Description

Bug#659387: Re[2]: [PATCH] apt-get -o RootDir=/foo install ... fails if /foo/foo doesn't exists

2015-08-12 Thread David Kalnischkies
this myself) setting Dir and DPkg:Run-Directory to the same directory aka your chroot. Good luck best regards David Kalnischkies signature.asc Description: Digital signature

Bug#736763: bugs.debian.org: apache2 not removed after purging smokeping

2015-08-11 Thread David Kalnischkies
that aptitude runs the autoremover by default for all actions while it is an extra command in apt-get. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#619558: Does not need a GPG trustdb (/etc/apt/trustdb.gpg), just the trusted keyring

2015-08-11 Thread David Kalnischkies
Version: 0.9.10 On Wed, Mar 30, 2011 at 10:27:57PM +0200, David Kalnischkies wrote: On Sun, Mar 27, 2011 at 03:13, Josh Triplett j...@joshtriplett.org wrote: On Sat, Mar 26, 2011 at 10:33:17AM +0100, David Kalnischkies wrote: I think this is very similar to --secrect-keyring which isn't

Bug#634197: automatically refresh keys from the GPG keyring

2015-08-11 Thread David Kalnischkies
On Tue, Aug 11, 2015 at 10:46:32AM -0400, Antoine Beaupré wrote: On 2015-08-11 04:33:31, David Kalnischkies wrote: Hi, On Sun, Jul 17, 2011 at 12:06:37PM -0400, Antoine Beaupré wrote: Now, those keys are (or can be) published on the keyservers. Why don't we have a cronjob in APT

Bug#659387: [PATCH] apt-get -o RootDir=/foo install ... fails if /foo/foo doesn't exists

2015-08-11 Thread David Kalnischkies
. + If you want to prefix only relative paths, set literalDir/literal instead. /para para In other words: You probably want to set Dir, not RootDir. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#760473: Further analysis and a patch

2015-08-11 Thread David Kalnischkies
). Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#736763: bugs.debian.org: apache2 not removed after purging smokeping

2015-08-11 Thread David Kalnischkies
, that should be enough to reproduce it. Usual disclaimer: dpkg/status contains information about all packages you have installed on your system and in which version. If you don't want to expose this information in public, feel free to sent it privately to me. Best regards David Kalnischkies

Bug#782559: apt-get complains about unknown options when it's the command that's wrong

2015-08-11 Thread David Kalnischkies
getCommandArgs to do something clever on a Cmd == NULL as the FIXME in the code suggests, its just that this needs to keep support for stuff like apt-get -h, which is why there is a FIXME and not an error message in its place already. Best regards David Kalnischkies signature.asc Description

Bug#793360: apt: APT::Never-MarkAuto-Sections not working as advertised

2015-08-03 Thread David Kalnischkies
of code… Best regards David Kalnischkies commit d32010483fed74681bf9035a1c81adbcecbf1146 Author: David Kalnischkies da...@kalnischkies.de Date: Mon Aug 3 07:00:33 2015 +0200 mark again deps of pkgs in APT::Never-MarkAuto-Sections as manual In 50ef3344c3afaaf9943142906b2f976a0337d264

Bug#793360: More complete patches

2015-07-29 Thread David Kalnischkies
it overriding user configuration… (just for the record: The bug here will be recycled for the breakage of Never-Mark-Auto and be closed around next week, depending a bit on Michaels return and the gcc5 transition) Best regards see you at DebConf :) David Kalnischkies signature.asc Description: Digital

Bug#790979: apt: library transition may be needed when GCC 5 is the default

2015-07-25 Thread David Kalnischkies
tag. As usual no patch attached as the po-rebuilds kill it. Feel free to drop me a line by mail/irc if there is more I can/should do. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#793360: More complete patches

2015-07-24 Thread David Kalnischkies
regards David Kalnischkies signature.asc Description: Digital signature

Bug#790665: [pkg-gnupg-maint] Bug#790665: gpg2 fails to import gpg2 created keyring in a gpg1 created keyring

2015-07-07 Thread David Kalnischkies
On Mon, Jul 06, 2015 at 03:19:04PM -0400, Daniel Kahn Gillmor wrote: On Sun 2015-07-05 11:10:59 -0400, David Kalnischkies wrote: I don't know where you get the stdin from. What I am trying here is merging a keybox into a simple keyring in a single command, no funky business with stdin

Bug#790665: [pkg-gnupg-maint] Bug#790665: gpg2 fails to import gpg2 created keyring in a gpg1 created keyring

2015-07-05 Thread David Kalnischkies
on homedir '/tmp/gpg2to1' | gpg: key 76B9B739: David Kalnischkies da...@kalnischkies.de not changed | gpg: Total number processed: 1 | gpg: unchanged: 1 right. --export | --import is the expected workflow. This is the same error as printed if I s#gpg2#gpg# btw which is kinda

Bug#790665: gpg2 fails to import gpg2 created keyring in a gpg1 created keyring

2015-06-30 Thread David Kalnischkies
: public key David Kalnischkies da...@kalnischkies.de imported | gpg: Total number processed: 1 | gpg: imported: 1 (RSA: 1) | gpg: no ultimately trusted keys found | /tmp/gpg2to1$ gpg2 --no-options --no-default-keyring --keyring ~/.gnupg/pubring.gpg --export 76B9B739 | gpg2 --no-options

Bug#752702: apt: please add a way to to retrieve the location of Packages/Sources files in /var/lib/apt/lists/

2015-06-25 Thread David Kalnischkies
On Wed, Jun 24, 2015 at 11:25:54PM +0200, Johannes Schauer wrote: Hi, Quoting David Kalnischkies (2015-06-24 23:18:12) So, long story short, the solution I would like to propose is: $ apt-get files Codename: sid Trusted: yes Created-By: Packages […] so the arguments to apt-get

Bug#752702: apt: please add a way to to retrieve the location of Packages/Sources files in /var/lib/apt/lists/

2015-06-24 Thread David Kalnischkies
On Thu, Jun 26, 2014 at 10:58:38PM +0200, David Kalnischkies wrote: On Thu, Jun 26, 2014 at 10:30:24PM +0200, Johannes Schauer wrote: Quoting David Kalnischkies (2014-06-26 21:48:42) I think it is a bad idea to use our lib-directory directly. if apt developers agree that it is a bad

Bug#787827: Broken version comparison in kernel postinst hook (apt-auto-removal)

2015-06-10 Thread David Kalnischkies
, no perl. We have nobody who could review/maintain that. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#784090: Adding extensions to Dir::Ignore-Files-Silently doesn't work

2015-06-10 Thread David Kalnischkies
file through. Changes to the file can be detected by dpkg and even if you remove it dpkg will not add it again on a package upgrade. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#764204: apt-cache calls fcntl() on 65536 FDs

2015-05-25 Thread David Kalnischkies
.) Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#786609: apt: undesirable behaviour when installing from repositories with low pin priorities (like experimental)

2015-05-24 Thread David Kalnischkies
of dependency solving was magic. It still very much is, but we are so much used to it now, that we expect more and more. Unfortunately without purring more resources into it. Instead we declare package management a solved problem… Best regards David Kalnischkies signature.asc Description: Digital

Bug#784548: apt-get update race condition in candidate dependency resolution

2015-05-07 Thread David Kalnischkies
as non-root in the process and only allow libapt to be loaded by only one root application at the time. That would immensly cripple the useability for next to no gain… Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#784310: apt update always fails on experimental/non-free

2015-05-07 Thread David Kalnischkies
Hi, On Tue, May 05, 2015 at 09:43:53AM +0200, Cesare Leonardi wrote: root@etna:~# apt update Get:1 http://httpredir.debian.org unstable InRelease [204 kB] Hit http://httpredir.debian.org experimental InRelease […] Err http://httpredir.debian.org experimental/non-free amd64 Packages Hit

Bug#782777: actions on specific packages don't work on single-arch systems

2015-04-22 Thread David Kalnischkies
to try only!) A thank you goes out to everyone reporting this bug and especially to Axel for helping me debug this – and of course a sorry to everyone for breaking things, especially to the release team. Best regards David Kalnischkies commit 6c9937da76b9155d166092b9dda22d06200510c1 Author

Bug#782872: [Aptitude-devel] Bug#782872: aptitude: SIGSEGV got when create New Categorical Browser

2015-04-19 Thread David Kalnischkies
is dependent on those. No such bug found on my cubietruck. btw: Is cubietruck 'armhf' or 'armel'? Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#782871: apt (1.0.9.8) prevents aptitude handling forget-new properly.

2015-04-19 Thread David Kalnischkies
) in the diff between 1.0.9.7 and 1.0.9.8. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#782501: apt-get clean deletes temporary files written by a running apt-get update

2015-04-16 Thread David Kalnischkies
-apt) anything (optionally even stuff related to apt). ;) Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#782131: (pre-approval) unblock: apt/1.0.9.8

2015-04-14 Thread David Kalnischkies
to be honest). The patch is attached there and as one-liney and 'safe' as the rest of this bundle is supposed to be… Thanks and best regards David Kalnischkies signature.asc Description: Digital signature

Bug#782517: Could not configure, followed by Internal error, packages left unconfigured.

2015-04-13 Thread David Kalnischkies
::pkgProblemResolver=1 How the execution shedule looks and why: -o Debug::pkgOrderList=1 (usually just noise through) -o Debug::pkgPackageManager=1 Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#777760: apt: fails to satisfy dependencies of the form package:arch with arch being the native architecture

2015-04-12 Thread David Kalnischkies
be skipped as it isn't run at buildtime. Best regards David Kalnischkies commit 596ec43ce34421080a58b28299c1ed9cb0dbaa25 Author: David Kalnischkies da...@kalnischkies.de Date: Sun Apr 12 19:16:01 2015 +0200 parse specific-arch dependencies correctly on single-arch systems On single-arch

Bug#781696: [PATCH] apt-key del keyid is case sensitive

2015-04-09 Thread David Kalnischkies
, not if a nonexistent id triggers an error. msgtest Try to remove a key which exists, but isn't in the 'forced keyring' testsuccess --nomsg aptkey --fakeroot --keyring rootdir/etc/apt/trusted.gpg del DBAC8DAE Shouldn't (at least) this testcase fail if you fail on not acting? Best regards David

Bug#782131: (pre-approval) unblock: apt/1.0.9.8

2015-04-08 Thread David Kalnischkies
Thanks for considering an: unblock apt/1.0.9.8 and best regards David Kalnischkies (for the APT team) commit d5cf8851753dde4f45bfd3b48fcdf34247a8752a Author: David Kalnischkies da...@kalnischkies.de Date: Tue Apr 7 22:34:34 2015 +0200 keyids in apt-key del should be case-insensitive

Bug#781714: apt upgrade does not upgrade even if apt full-upgrade will not install or remove packages

2015-04-08 Thread David Kalnischkies
and installs new recommends, while leaving the old ones uninstalled, so such a list might want to consider that as well. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#781509: apt-transport-https: reports uninitialized size → W: Size of file [FILE] is not what the server reported

2015-04-07 Thread David Kalnischkies
and it at least catches the essence of both suggested patches. Best regards David Kalnischkies commit 70c374f18a69661006fc0472018efe833e03fa90 Author: David Kalnischkies da...@kalnischkies.de Date: Tue Apr 7 14:34:04 2015 +0200 properly handle expected filesize in https The worker

Bug#780718: return in ?:-operator with function calls is incorrectly optimized

2015-04-07 Thread David Kalnischkies
On Thu, Mar 19, 2015 at 10:40:32PM +0100, Matthias Klose wrote: On 03/18/2015 11:39 AM, David Kalnischkies wrote: Attached is as far as I got in terms of a testcase. Still depends on libapt as if I make the method directly available everything is fine… would it be possible to have a test

Bug#781990: apt: Removing virtual packages doesn't work as you would expect

2015-04-07 Thread David Kalnischkies
as the 'install' case already works, the 'remove' case should be very similar. Anyone interested on working on this is highly encouraged to drop us a line (or two) and/or join #debian-apt on IRC. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#782110: in 4.4.5 please drop -f from apt-get install

2015-04-07 Thread David Kalnischkies
wastes three keystrokes per user. ;) Attached is a diff to drop the -f from all translations, even those which seem kinda stale (I have my doubts aptitude -f had the behaviour suggested in older version here either, but I haven't touched those). Hope that helps. Best regards David Kalnischkies

Bug#781858: apt: dangling pointer crash

2015-04-06 Thread David Kalnischkies
21/kB/42kB² should not matter much (trivial diff attached). Best regards David Kalnischkies ² 'decomp' mostly because apt has a tendency to use incomprehensible strings here – or does any normal user know what rred is? Most who see it think its a typo for 'read' after all. ;) diff --git a/apt

Bug#781509: apt-transport-https: reports uninitialized size → W: Size of file [FILE] is not what the server reported

2015-04-06 Thread David Kalnischkies
to update my commit message a bit now with a second bugreport about this and then we will see what reality says to these patches. Thanks again Best regards David Kalnischkies commit d11f36bd012abe0b8dafebc898f5e47c901b5f95 Author: David Kalnischkies da...@kalnischkies.de Date: Fri Mar 27 15:53:43 2015

Bug#755677: [Aptitude-devel] Bug#755677: aptitude: Recognizes Debian Backports packages as official for downloading changelogs on the CLI, but not in the TUI

2015-03-27 Thread David Kalnischkies
its first birthday and is tagged 'newcomer'… Someone who is interested in working on this is highly encouraged to contact us! Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#780718: return in ?:-operator with function calls is incorrectly optimized

2015-03-18 Thread David Kalnischkies
at guessing and I tend to dislike bugreporters who do it myself, but I couldn't help it… The subject being the biggest offender really… So take everything I just noted with at least a bit of salt. Best regards David Kalnischkies ¹ with the help of Julien Cristau and Helmut Grohne ² 4.x series tested

Bug#780443: apt: fails to compute upgrade path for plymouth-themes-all

2015-03-16 Thread David Kalnischkies
to release critical as if you follow the release notes to the letter everything is fine, but I would treat it as such as not everyone does. Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#780028: init: aptitude upgrade from wheezy to jessie does not install systemd-sysv

2015-03-10 Thread David Kalnischkies
in general (even through I realize that this is dangerously close to core principles). Best regards David Kalnischkies P.S.: I am also realizing now that I 'happily' omitted -core and -sysv in the mentions of specific inits by accident. So its now left as an exercise for the reader to add

Bug#751728: apt-get warns about stable-updates

2015-03-10 Thread David Kalnischkies
well to drop these files entirely as unsigned flats work fine without a Release file, too – and it looks even more like a bad idea this way (which is always good). I don't know about other (non-)users of these Release files through. Best regards David Kalnischkies signature.asc Description

Bug#780028: [Aptitude-devel] Bug#780028: init: aptitude upgrade from wheezy to jessie does not install systemd-sysv

2015-03-08 Thread David Kalnischkies
the first proposed solution? (¹ on IRC as while I follow aptitude bugs, I don't really want to chirp on them as as a non-user it isn't my business, but now that I am invited via deity@ to comment I have a bit less qualms…) Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#776910: apt: upgrade from wheezy to jessie breaks in the middle

2015-03-08 Thread David Kalnischkies
information (to be fair, I am inclined to close them as well, but I guess it will be a jessie-ignore by Nils [or another release teamer] instead to scare me). Or is there anything left unanswered/open? Best regards David Kalnischkies signature.asc Description: Digital signature

Bug#779592: [apt] /var/lib/apt/lists/partial/ gets filled by Diff_index file

2015-03-08 Thread David Kalnischkies
are not loosing any data (well, with a fulldisk we potentially are, but that is the bug of other tools not handling this case) and its not opening a security hole. So neither of the reasons for 'grave' apply here and hence not release critical. Best regards David Kalnischkies signature.asc Description

Bug#779294: /usr/bin/python: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by /usr/bin/python)

2015-02-28 Thread David Kalnischkies
doubt that this is a problem in practice, but it is technically allowed (as long as debconf has no python dependency). This probably get slight more real if python-minimal ever decides to link to (e.g.) python5 instead. Best regards David Kalnischkies signature.asc Description: Digital

Bug#779175: error 403 for https

2015-02-25 Thread David Kalnischkies
idea to implement something like it in apt-cacher-ng and/or hinting at the DIRECT config in its configuration, hence reassigning to them to decide on further actions. Best regards David Kalnischkies signature.asc Description: Digital signature

<    1   2   3   4   5   6   7   8   9   10   >