Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dpkg: failed to open package info file `/var/lib/dpkg/status' for reading: No such file or directory
Date: Tue, 24 Mar 2009 20:25:30
Message-Id: 200903242223.52108.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] dpkg: failed to open package info file `/var/lib/dpkg/status' for reading: No such file or directory by Alexander Pilipovsky
1 On Tuesday 24 March 2009 22:16:46 Alexander Pilipovsky wrote:
2 > Why not use the ebuild for app-cdr/nero?
3 >
4 >
5 >
6 > I used nero in previous listing as example to install, but I get these
7 > errors for any deb :(
8
9 I find it's useful to look at error messages. It often tells you what is
10 wrong:
11
12 dpkg: error processing nerolinux-3.5.0.1-x86.deb (--install):
13 package architecture (i386) does not match system ()
14
15 dpkg does nto want ot install that .deb on your system as the arch is wrong.
16 It makes sense, it wouldn't install sparc binaries either. Gentoo doesn't have
17 an i386 arch, it has x86 and amd64.
18
19 But I still feel your whole approach is wrong. Two package managers on one
20 system? Therein lies madness, and file collisions that will leave you
21 scratching your head wondering wtf?
22
23 The solution is simple:
24
25 alien
26
27 I know it doesn't do the whole pre- and post- install thing right, but that
28 doesn't matter as they probably aren't suitable on gentoo anyway. You want the
29 binaries and a way to extract them.
30
31 --
32 alan dot mckinnon at gmail dot com