[Apt-Rpm] Error ... Anzahl der Pakete überschritten

Christiaan Welvaart cjw at daneel.dyndns.org
Sat Nov 8 08:23:01 PST 2008


On Tue, 22 Jul 2008, Martin wrote:

> ich got a problem with a to heavy repos of packman ... is this a physical
> problem with memory or size of variables type used in apt program?
>
> Is there a possibe solution ... to configure like the apt cache size in
> apt.conf?

The following patch fixes this problem for me:

--- apt-0.5.15lorg3.94a/apt-pkg/pkgcache.h.bak	2008-01-12 10:45:07.000000000 +0100
+++ apt-0.5.15lorg3.94a/apt-pkg/pkgcache.h	2008-01-17 00:00:59.432166578 +0100
@@ -227,7 +227,7 @@
     unsigned char InstState;         // Flags
     unsigned char CurrentState;      // State

-   unsigned short ID;
+   uint32_t ID;
     unsigned long Flags;
  };



     Christiaan



More information about the Apt-Rpm mailing list