Gentoo Archives: gentoo-user

From: Peter <pete4abw@×××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Best way to install RPMs on Gentoo
Date: Fri, 23 Dec 2005 00:46:33
Message-Id: pan.2005.12.23.00.40.49.308251@comcast.net
In Reply to: [gentoo-user] Best way to install RPMs on Gentoo by Tom Smith
1 On Thu, 22 Dec 2005 13:48:38 -0700, Tom Smith wrote:
2
3 > I've got a couple of RPM-based programs to install (there's also an
4 > option to install their .deb equivalent).
5 >
6 > What is the best way to install the RPMs on Gentoo? I personally prefer
7 > apt from Debian but couldn't find that in Portage. The only thing I was
8 > able to locate with "rpm". The main thing I'm looking to do is maintain
9 > full compatibility with Gentoo, rather than having init scripts put rc.x
10 > directories and such.
11 >
12 > Thanks in advance for your help.
13 >
14 > ~ Tom
15
16 Well, maintaining full compat with gentoo while installing RPMs is a
17 contradiction. Each install system handles dependencies differently and do
18 not communicate with each other. You will need to examine each RPM for the
19 packages it needs and then see that your gentoo rig has the packages
20 (ebuilds) installed. The easiest way is by examining the spec file.
21
22 Then, go ahead and install with --nodeps. This will allow the RPM to go
23 ahead and install itself without wanting to pull in the whole universe.
24 Gentoo does not have any RPM database.
25
26 Lastly, consider filing a bug report to suggest an ebuild for any RPM
27 packages you think may benefit others.
28
29 Phil's suggestion is also excellent and you certainly should try that too.
30
31 Good luck
32
33
34 --
35 gentoo-user@g.o mailing list