tags 240896 + patch On 04-Mar-29 13:23, Matt Zimmerman wrote: > On Mon, Mar 29, 2004 at 10:41:51PM +0200, Kurt Roeckx wrote: > > I've added the following line to buildlib/archtable: > > x86_64 amd64 > > And everything works fine after that? If there is anything that needs > fixing for amd64, I'd rather do it at once.
I added the same line to buildlib/archtable and it works for me. I used apt with this patch very intensively during the compilation of thousands of packages for the amd64 architecture (for installing build-depends etc.). I did not notice any problems so far. Regards Andreas Jochens diff -urN ../tmp-orig/apt-0.5.24/buildlib/archtable ./buildlib/archtable --- ../tmp-orig/apt-0.5.24/buildlib/archtable 2002-11-09 13:59:10.000000000 -0600 +++ ./buildlib/archtable 2004-04-26 04:18:37.607489800 -0500 @@ -24,3 +24,5 @@ ia64 ia64 s390 s390 s390x s390x +x86_64 amd64 +

