public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael [Plouj] Ploujnikov" <ploujj@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] A question regarding non-Portage software...
Date: Sun, 11 Mar 2007 00:21:37 -0500	[thread overview]
Message-ID: <18e575130703102121k39f8c692ha1a8df068a2d55bb@mail.gmail.com> (raw)
In-Reply-To: <45F384B4.7030001@comcast.net>

On 3/10/07, Chris <cjw2004d@comcast.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Hello Everyone,
>
> I will begin by stating my problem.  I have the source code (in
> *.tar.bz2 format) for a couple of pieces of software that are not in the
> Portage tree at all.  I would like to compile and install them in such a
> way that I can use them, and even so Portage recognizes them.

You most likely want to install that software in /usr/local as per
Gentoo's filesystem layout [1]. The way you can do that with
autotoolized software is like this:

./configure --prefix=/usr/local
make
make install

I don't know what you mean by making Portage recognize the software
installed this way. Do you want Portage to be able to uninstall and/or
upgrade this software? If so, the simple answer is you it can't do
that. You have to manage the software outside of Portage yourself.

> I have read the official Gentoo documentation regarding Portage, ebuilds
> and diverting from the Portage tree and while it gave me some ideas, it
> really didn't fully answer the question of exactly *how* to do what I want.

You probably arrived at this state because that documentation wasn't
talking about what you really wanted :)


References:
[1] - http://devmanual.gentoo.org/general-concepts/filesystem/index.html

-- 
Libre Software:
http://www.gnu.org/philosophy/free-sw.html
-- 
gentoo-user@gentoo.org mailing list



  parent reply	other threads:[~2007-03-11  5:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-11  4:25 [gentoo-user] A question regarding non-Portage software Chris
2007-03-11  5:10 ` Bo Ørsted Andresen
2007-03-11  8:47   ` Neil Bothwick
2007-03-12  7:44     ` Nick Rout
2007-03-11  5:19 ` [gentoo-user] " »Q«
2007-03-12  9:47   ` Masood Ahmed
2007-03-11  5:21 ` Michael [Plouj] Ploujnikov [this message]
2007-03-11 14:01   ` Steve Long
2007-03-11 19:17     ` Bo Ørsted Andresen
2007-03-11 16:05   ` [gentoo-user] " Alex Schuster
2007-03-12 18:52     ` Alan McKinnon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18e575130703102121k39f8c692ha1a8df068a2d55bb@mail.gmail.com \
    --to=ploujj@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox