Re: [gentoo-user] really dumb emerge question

2003-09-18 Thread Andrew Gaffney
Nate Duehr wrote:
Setting up a gentoo box for the first time here, and don't want to use 
apache2.

Reading the docs, it says you can give the group-name/program-name to 
emerge to force an emerge of an older version, but it's not liking it.

I must be doing something stupid, so I appeal to the list for a hand 
here...

emerge -u net-www/apache-1.3.28

Doesn't work.

What'd I miss...?
emerge <=net-www/apache-1.3.28

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] really dumb emerge question

2003-09-18 Thread Marius Mauch
On 09/18/03  Nate Duehr wrote:

> Setting up a gentoo box for the first time here, and don't want to use
> 
> apache2.
> 
> Reading the docs, it says you can give the group-name/program-name to 
> emerge to force an emerge of an older version, but it's not liking it.
> 
> I must be doing something stupid, so I appeal to the list for a hand
> here...
> 
> emerge -u net-www/apache-1.3.28
> 
> Doesn't work.
> 
> What'd I miss...?

Add an equal sign, so that it reads =net-www/apache-1.3.28. You can also
use other relational operators, so to install the latest 1.x version of
apache you can use emerge \http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] really dumb emerge question

2003-09-18 Thread Raharu
On Thu, 18 Sep 2003 15:59:06 -0600
Nate Duehr <[EMAIL PROTECTED]> wrote:

> Setting up a gentoo box for the first time here, and don't want to use 
> apache2.
> 
> Reading the docs, it says you can give the group-name/program-name to 
> emerge to force an emerge of an older version, but it's not liking it.
> 
> I must be doing something stupid, so I appeal to the list for a hand here...
> 
> emerge -u net-www/apache-1.3.28
> 
> Doesn't work.
> 
> What'd I miss...?

You can install both versions using the gentoo slots.

[EMAIL PROTECTED] apache $ emerge apache-1.3.28.ebuild apache-2.0.47.ebuild -p

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N] dev-libs/mm-1.2.1  
[ebuild  N] net-www/apache-1.3.28  
[ebuild  N] net-www/apache-2.0.47

Then, start your fauvorite version. I supose that ebuilds mantain both updated

> -- 
> Nate Duehr, [EMAIL PROTECTED]
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 



-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.2.2 (GNU/Linux)

mQGiBD9mHrARBACVOX21wEnyWbbf+hZl92n4tan3bjgF49eH0qi58RHBaOhHI1Lu
D5wY13aUYH++XDDjMkVCSKa/jMrvmOPB1Cz5i6d2oafWulXHBo6Ha06jT+9iQ03J
ZDDa+6wZlsFwAjk9UUOz5wMJW8XWTWLP+DrtfOqfVg4JGowx9zYEM4Kn+wCgor7i
1S+7JS6ecNWpPN+pt9PisyMD/3uk9Mp9XMh/w+pRU4TOcpKebzunYvOkdLSMlKrv
FMMBFUztW0Gt/wS73GUKusS+ORar5q7fyaFiQdXc0UjdxuaSiIZLDl0Px76NoiAy
8/Amf4/AAZI6TmOUL/KqqoN3Q8kEvxhlnY0OtA/Cnb81LVSlull7ot29KWspZCS0
1MnHBACEnVtwiYjkslQDVOBiKOnsKfpEhhYU+YALxTurk9xHP6EszYI2/bADEVuH
qvTt19W/UR6FRaetkI/1pQ/zEGIUi/6K+hsKsRyi0NpNrfjvEzn7p+z3hdjZfMQD
iwV97+jjJsI+PLP0rycK56NwuLI9zsUcV2KsdOH2n4jsyo/8ALQzUmFoYXJ1IFN0
dWRpb3MgKHd3dy5yYWhhcnUub3JnKSA8cmFoYXJ1QHJhaGFydS5vcmc+iFsEExEC
ABsFAj9mHrAGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQlajEbd+ev6VY2ACgolH/
0nuC8pBKVMG2egeZCnTUprEAn3ueGHKMNdFLoM6PZZoYhsl0K3w6uQENBD9mHrEQ
BACU3u44hKgz5XmNepxheuw1/LGNDBkxSWiovju25RPucEDqx7MN3d0wn3o8YSmN
/wzTpYDtMZlgfWJlA7hYLS1iO6elb68dMjpi3ij/zA8Nk+Yz7nnBnScF08+pAM94
MH+nOIt4uBtX1aWC87YrwORHquo2zwSlpq/FfDgXq+AEfwADBQP+J12Xqe/gI5vg
sv6K18Q6YHhbeYkK0rXbSP/taNHprIi84ENCC0WnLMkDUqIEXD2YJJqNdU/Ct2Yd
brwXXpC5njSJT5MvtrCPoXdCCHa2LayvuTfeLCR2khqoquHmr07NrvyyC3nwEdPA
Uyk03CWWqgiTyjTZnaVvyE+C8oRdUzyIRgQYEQIABgUCP2YesQAKCRCVqMRt356/
pYQfAJ9TgFvoyAORVe+eKRsMBKYTo1zeHgCff0fZuIu4mFqTZ62mBimB7bAMvdo=
=1N6Q
-END PGP PUBLIC KEY BLOCK-


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] really dumb emerge question

2003-09-18 Thread Chris I
On 2003.09.18 18:10, Marius Mauch wrote:
On 09/18/03  Nate Duehr wrote:

> Setting up a gentoo box for the first time here, and don't want to
use
>
> apache2.
>
> Reading the docs, it says you can give the group-name/program-name
to
> emerge to force an emerge of an older version, but it's not liking
it.
>
> I must be doing something stupid, so I appeal to the list for a  
hand
> here...
>
> emerge -u net-www/apache-1.3.28
>
> Doesn't work.
>
> What'd I miss...?

Add an equal sign, so that it reads =net-www/apache-1.3.28. You can
also
use other relational operators, so to install the latest 1.x version
of
apache you can use emerge \To keep the 2.x version of apache from installing when you do a -u  
world, you can make the /etc/portage directory, and then:
echo ">=net-www/apache-2" >> /etc/portage/package.mask

--

Chris I

There's nothing like good food, good wine, and a bad girl.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] really dumb emerge question

2003-09-18 Thread Nate Duehr
Thanks for all the replies... it all makes sense now.  ;-)

Nate Duehr wrote:

Setting up a gentoo box for the first time here, and don't want to use 
apache2.

Reading the docs, it says you can give the group-name/program-name to 
emerge to force an emerge of an older version, but it's not liking it.

I must be doing something stupid, so I appeal to the list for a hand 
here...

emerge -u net-www/apache-1.3.28

Doesn't work.

What'd I miss...?

--
Nate Duehr, [EMAIL PROTECTED]
"A mind is like a parachute--you should open it only in certain
very specific life-threatening situations." - Frank Willison
--
[EMAIL PROTECTED] mailing list


RE: [gentoo-user] really dumb emerge question

2003-09-19 Thread Jeffrey Smelser
One more thing..

You can also do Use="apache -apache2" in this case.. It won't ever try to install 
apache2..

So the rule books say.. :)

Jeff

> -Original Message-
> From: Nate Duehr [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 18, 2003 6:30 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [gentoo-user] really dumb emerge question
> 
> 
> Thanks for all the replies... it all makes sense now.  ;-)
> 
> Nate Duehr wrote:
> 
> > Setting up a gentoo box for the first time here, and don't 
> want to use 
> > apache2.
> > 
> > Reading the docs, it says you can give the 
> group-name/program-name to 
> > emerge to force an emerge of an older version, but it's not 
> liking it.
> > 
> > I must be doing something stupid, so I appeal to the list 
> for a hand 
> > here...
> > 
> > emerge -u net-www/apache-1.3.28
> > 
> > Doesn't work.
> > 
> > What'd I miss...?
> > 
> 
> -- 
> Nate Duehr, [EMAIL PROTECTED]
> 
> "A mind is like a parachute--you should open it only in certain
> very specific life-threatening situations." - Frank Willison
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] really dumb emerge question

2003-09-19 Thread Jason Stubbs
bash-2.05b$ cat /usr/portage/profiles/use.desc | grep apache
apache2 - Chooses Apache2 support when a package supports both Apache1 and 
Apache2

This is not for apache itself but for packages that support apache.

On Saturday 20 September 2003 00:18, Jeffrey Smelser wrote:
> One more thing..
>
> You can also do Use="apache -apache2" in this case.. It won't ever try to
> install apache2..
>
> So the rule books say.. :)
>
> Jeff
>
> > -Original Message-
> > From: Nate Duehr [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, September 18, 2003 6:30 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [gentoo-user] really dumb emerge question
> >
> >
> > Thanks for all the replies... it all makes sense now.  ;-)
> >
> > Nate Duehr wrote:
> > > Setting up a gentoo box for the first time here, and don't
> >
> > want to use
> >
> > > apache2.
> > >
> > > Reading the docs, it says you can give the
> >
> > group-name/program-name to
> >
> > > emerge to force an emerge of an older version, but it's not
> >
> > liking it.
> >
> > > I must be doing something stupid, so I appeal to the list
> >
> > for a hand
> >
> > > here...
> > >
> > > emerge -u net-www/apache-1.3.28
> > >
> > > Doesn't work.
> > >
> > > What'd I miss...?
> >
> > --
> > Nate Duehr, [EMAIL PROTECTED]
> >
> > "A mind is like a parachute--you should open it only in certain
> > very specific life-threatening situations." - Frank Willison
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list
>
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] really dumb emerge question

2003-09-19 Thread Jeffrey Smelser
hmm, wonder why it never tries to install it then..

oh well..

> -Original Message-
> From: Jason Stubbs [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 19, 2003 10:27 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [gentoo-user] really dumb emerge question
> 
> 
> bash-2.05b$ cat /usr/portage/profiles/use.desc | grep apache
> apache2 - Chooses Apache2 support when a package supports 
> both Apache1 and 
> Apache2
> 
> This is not for apache itself but for packages that support apache.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] really dumb emerge question

2003-09-19 Thread Jason Stubbs
Not sure on that. I checked the apache 2.0.47 ebuild and there is nothing 
about apache2 flag except in postinst where it says to add apache2 to your 
use flags and re-emerge any dependant packages.

On Saturday 20 September 2003 00:29, Jeffrey Smelser wrote:
> hmm, wonder why it never tries to install it then..
>
> oh well..
>
> > -Original Message-
> > From: Jason Stubbs [mailto:[EMAIL PROTECTED]
> > Sent: Friday, September 19, 2003 10:27 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [gentoo-user] really dumb emerge question
> >
> >
> > bash-2.05b$ cat /usr/portage/profiles/use.desc | grep apache
> > apache2 - Chooses Apache2 support when a package supports
> > both Apache1 and
> > Apache2
> >
> > This is not for apache itself but for packages that support apache.
>
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list