[Bug 396205] Re: ia32 compat on ubuntu 64 9.04 breaks apt-get update

2009-09-23 Thread Poppafuze
*** This bug is a duplicate of bug 402833 ***
https://bugs.launchpad.net/bugs/402833

Marked as dup of 402833 because the original complaint of this bug
included debian servers, which is caused by a hard-wired config in a
file owned by ia32-archive.

** This bug has been marked a duplicate of bug 402833
   ia32-archive causes repository reload to take long time

-- 
ia32 compat on ubuntu 64 9.04 breaks apt-get update
https://bugs.launchpad.net/bugs/396205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396205] Re: ia32 compat on ubuntu 64 9.04 breaks apt-get update

2009-08-17 Thread Oliver Bedford
Fix for me:

a) delete /etc/apt/apt.conf.d/00ia32-archive
b) Editing the mangle-line in /usr/bin/apt-get to read (including some more 
lines in the file):

  # Mangle foreign files
  for F in $LISTDIR/foreign/lists/*_*; do
  DIR=$(dirname $F)
case $F in
  *_Packages)
FRONT=$(front 3 $F)
MIDDLE=$(middle 3 $F)
[ ! -s $F ] || /usr/lib/ia32-libs-tools/mangle --index  $F  
$LISTDIR/lists/${FRONT}-i386_${MIDDLE}_binary-amd64_Packages
;;

Remarks:
* The file /usr/lib/ia32-archive/bin/apt-update doesn't make sense at all in a 
normal Ubuntu installation (including the hard-coded reference to Debian source 
packages and the complete rebuilding of source packages!). 

* The above line in apt-get is necessary because `deb
http://ddebs.ubuntu.com jaunty main restricted universe multiverse` in
`sources.list` leads to empty files. Another solution might be to remove
the corresponding lines in `/etc/apt/foreign/sources.list`. I haven't
check that.

* I still get errors regarding non-existing files:
o...@hermes:/var/lib/apt/foreign/lists$ sudo apt-get update | grep apt-get
apt-get: update
/usr/bin/apt-get: 102: cannot open 
/var/lib/apt/foreign/lists/archive.canonical.com_ubuntu_dists_jaunty_main_binary-i386_Packages:
 No such file
/usr/bin/apt-get: 102: cannot open 
/var/lib/apt/foreign/lists/archive.canonical.com_ubuntu_dists_jaunty_main_binary-i386_Packages:
 No such file
/usr/bin/apt-get: 102: cannot open 
/var/lib/apt/foreign/lists/archive.ubuntu.com_ubuntu_dists_jaunty_main_binary-i386_Packages:
 No such file
/usr/bin/apt-get: 102: cannot open 
/var/lib/apt/foreign/lists/archive.ubuntu.com_ubuntu_dists_jaunty_main_binary-i386_Packages:
 No such file
/usr/bin/apt-get: 102: cannot open 
/var/lib/apt/foreign/lists/download.virtualbox.org_virtualbox_debian_dists_jaunty_main_binary-i386_Packages:
 No such file
/usr/bin/apt-get: 102: cannot open 
/var/lib/apt/foreign/lists/download.virtualbox.org_virtualbox_debian_dists_jaunty_main_binary-i386_Packages:
 No such file

* What I don't really understand is the fact, that nobody seems to care
about this serious bug.

Any comments welcome.

Oliver

-- 
ia32 compat on ubuntu 64 9.04 breaks apt-get update
https://bugs.launchpad.net/bugs/396205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396205] Re: ia32 compat on ubuntu 64 9.04 breaks apt-get update

2009-08-17 Thread catphive
Yes, this is completely ridiculous. I opened this bug in June, and it's
not even triaged yet. Is this common for the ubuntu project?

I can understand if bugs are backed up, but that no developer has even
looked at it and marked the severity level or hand it off to someone?

This is a show stopper that never should have gotten into a release, let
alone sit idle for months. This is a new bug too, so that means that
Ubuntu is actually going downhill...

-- 
ia32 compat on ubuntu 64 9.04 breaks apt-get update
https://bugs.launchpad.net/bugs/396205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396205] Re: ia32 compat on ubuntu 64 9.04 breaks apt-get update

2009-08-12 Thread Oliver Bedford
I've encountered the very same problem.

o...@hermes:~$ uname -a
Linux hermes 2.6.27-11-generic #1 SMP Wed Apr 1 20:53:41 UTC 2009 x86_64 
GNU/Linux

My 32bit libs (some installed manually from i386.deb's, some build from
source):

o...@hermes:~$ dpkg -l | grep ia32*
ii  ia32-apt-get   11ubuntu1
  Apt-get and dpkg wrapper for on-the-fly ia32-libs 
conver
ii  ia32-archive   11ubuntu1
  Create a local archive of converted i386 debs for 
amd64 
ii  ia32-libglib1.2ldbl1.2.10-19build1~11ubuntu1
  The GLib library of C routines
ii  ia32-libgtk1.2 1.2.10-18.1build2~11ubuntu1  
  The GIMP Toolkit set of widgets for X
ii  ia32-libs  2.7ubuntu6.1 
  ia32 shared libraries for use on amd64 and ia64 
systems
ii  ia32-libs-tools11ubuntu1
  Tools for converting i386 debs for amd64 and ia64
ii  ia32-libxml-dev1:1.8.17-14.1~11ubuntu1  
  Development files for the GNOME XML library
ii  ia32-libxml1   1:1.8.17-14.1~11ubuntu1  
  GNOME XML library
ii  ia32-sun-java6-bin 6-14-0ubuntu1.9.04   
  Sun Java(TM) Runtime Environment (JRE) 6 (32-bit)

After deleting the above mentioned files 'apt-get update' stats fine, but ends 
with:
/usr/bin/apt-get: 101: cannot open 
/var/lib/apt/foreign/lists/archive.canonical.com_ubuntu_dists_jaunty_main_binary-i386_Packages:
 No such file
/usr/bin/apt-get: 101: cannot open 
/var/lib/apt/foreign/lists/archive.canonical.com_ubuntu_dists_jaunty_main_binary-i386_Packages:
 No such file
Ignoring archive.canonical.com_ubuntu_dists_jaunty_partner_source_Sources
/usr/bin/apt-get: 101: cannot open 
/var/lib/apt/foreign/lists/archive.ubuntu.com_ubuntu_dists_jaunty_main_binary-i386_Packages:
 No such file
/usr/bin/apt-get: 101: cannot open 
/var/lib/apt/foreign/lists/archive.ubuntu.com_ubuntu_dists_jaunty_main_binary-i386_Packages:
 No such file
Ignoring archive.ubuntu.com_ubuntu_dists_jaunty_main_source_Sources
Ignoring archive.ubuntu.com_ubuntu_dists_jaunty_restricted_source_Sources
mangle: ia32-libs-tools/mangle.cc:402: void mangle(Archlist, Renamelist): 
Assertion `buf_used  1' failed.
Aborted (core dumped)

This bug makes apt-get update unusable.

Oliver

-- 
ia32 compat on ubuntu 64 9.04 breaks apt-get update
https://bugs.launchpad.net/bugs/396205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396205] Re: ia32 compat on ubuntu 64 9.04 breaks apt-get update

2009-08-12 Thread Oliver Bedford
Small update: after apt-get --purge ia32-archive ia32-libs-tools ia32-apt-get 
and
removing any reference to i386 packages in /etc/apt/sources.list I am left with 
a usable apt-get but of course no support for installation of 32 bit packages 
:-( 

Oliver

-- 
ia32 compat on ubuntu 64 9.04 breaks apt-get update
https://bugs.launchpad.net/bugs/396205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs