Re: [gentoo-user] HTML::Mason with mod_perl-1.99.09

2004-01-01 Thread Matthew Kennedy
Andrew Gaffney [EMAIL PROTECTED] writes:

 I'm running Apache-2.0.4x on an ACCEPT_KEYWORDS=x86 production
 server. I copied the mod_perl-1.99.09 ebuild to my overlay and
 unmasked it to install it with Apache 2. Now, I want to install
 HTML::Mason. Apparently Mason hasn't yet been thoroughly tested with
 modperl 2. I've read that some people have used this combination
 successfully.


 skyline libapreq # ACCEPT_KEYWORDS=~x86 emerge -pv HTML-Mason

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

 Calculating dependencies
 !!! all ebuilds that could satisfy dev-perl/mod_perl-1.99 have been masked.
 !!!(dependency required by dev-perl/libapreq-1.3 [ebuild])

 !!! Error calculating dependencies. Please correct.


 If I remove the line:

 dev-perl/mod_perl-1.99

 from the libapreq-1.3 ebuild and it will let me emerge it. Is this
 safe? Has anyone done this before?

[...]

It is not possible -- at least when I tried it about 6-9 months ago
(libapreq didn't work with mod_perl IIRC).  You should probably ask if
HTML::Mason works with mod_perl2 on the HTML::Mason mailing list
though.

Matt

-- 
Matthew Kennedy
Gentoo Linux Developer
Bugs go to http://bugs.gentoo.org!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] HTML::Mason with mod_perl-1.99.09

2004-01-01 Thread Andrew Gaffney
Matthew Kennedy wrote:
Andrew Gaffney [EMAIL PROTECTED] writes:


I'm running Apache-2.0.4x on an ACCEPT_KEYWORDS=x86 production
server. I copied the mod_perl-1.99.09 ebuild to my overlay and
unmasked it to install it with Apache 2. Now, I want to install
HTML::Mason. Apparently Mason hasn't yet been thoroughly tested with
modperl 2. I've read that some people have used this combination
successfully.
skyline libapreq # ACCEPT_KEYWORDS=~x86 emerge -pv HTML-Mason

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

Calculating dependencies
!!! all ebuilds that could satisfy dev-perl/mod_perl-1.99 have been masked.
!!!(dependency required by dev-perl/libapreq-1.3 [ebuild])
!!! Error calculating dependencies. Please correct.

If I remove the line:

dev-perl/mod_perl-1.99

from the libapreq-1.3 ebuild and it will let me emerge it. Is this
safe? Has anyone done this before?


[...]

It is not possible -- at least when I tried it about 6-9 months ago
(libapreq didn't work with mod_perl IIRC).  You should probably ask if
HTML::Mason works with mod_perl2 on the HTML::Mason mailing list
though.
Doesn't mod_perl-1.99 come with a newer Apache::Request module? If so, I could copy the 
HTML-Mason ebuild over to the overlay and remove the dependency on dev-perl/libapreq.

--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] HTML::Mason with mod_perl-1.99.09

2003-12-31 Thread Redeeman
On Thu, 2004-01-01 at 00:19, Andrew Gaffney wrote:
 I'm running Apache-2.0.4x on an ACCEPT_KEYWORDS=x86 production server. I copied 
 the 
 mod_perl-1.99.09 ebuild to my overlay and unmasked it to install it with Apache 2. 
 Now, I 
 want to install HTML::Mason. Apparently Mason hasn't yet been thoroughly tested with 
 modperl 2. I've read that some people have used this combination successfully.
 
 
 skyline libapreq # ACCEPT_KEYWORDS=~x86 emerge -pv HTML-Mason
 
 These are the packages that I would merge, in order:
 
 Calculating dependencies
 !!! all ebuilds that could satisfy dev-perl/mod_perl-1.99 have been masked.
 !!!(dependency required by dev-perl/libapreq-1.3 [ebuild])
 
 !!! Error calculating dependencies. Please correct.
 
 
 If I remove the line:
 
 dev-perl/mod_perl-1.99
 
 from the libapreq-1.3 ebuild and it will let me emerge it. Is this safe? Has anyone 
 done 
 this before?
mod_perl is a dependency, probably needed for the thing to work, do this
instead:
ACCEPT_KEYWORDS=~x86 emerge mod_perl
emerge HTML-Mason

and you will get the masked mod_perl and then the mason thingie

-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] HTML::Mason with mod_perl-1.99.09

2003-12-31 Thread Andrew Gaffney
Redeeman wrote:
On Thu, 2004-01-01 at 00:19, Andrew Gaffney wrote:

I'm running Apache-2.0.4x on an ACCEPT_KEYWORDS=x86 production server. I copied the 
mod_perl-1.99.09 ebuild to my overlay and unmasked it to install it with Apache 2. Now, I 
want to install HTML::Mason. Apparently Mason hasn't yet been thoroughly tested with 
modperl 2. I've read that some people have used this combination successfully.

skyline libapreq # ACCEPT_KEYWORDS=~x86 emerge -pv HTML-Mason

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

Calculating dependencies
!!! all ebuilds that could satisfy dev-perl/mod_perl-1.99 have been masked.
!!!(dependency required by dev-perl/libapreq-1.3 [ebuild])
!!! Error calculating dependencies. Please correct.

If I remove the line:

dev-perl/mod_perl-1.99

from the libapreq-1.3 ebuild and it will let me emerge it. Is this safe? Has anyone done 
this before?
mod_perl is a dependency, probably needed for the thing to work, do this
instead:
ACCEPT_KEYWORDS=~x86 emerge mod_perl
emerge HTML-Mason
and you will get the masked mod_perl and then the mason thingie
I have mod_perl-1.99.09 installed already. My problem is that one of HTML-Mason's 
dependencies requires dev-perl/mod_perl-1.99 which conflicts with the version I have 
installed. I have to have the version I have because I'm running Apache 2.

--
Andrew Gaffney
System Administrator
Skyline Aeronautics, LLC.
776 North Bell Avenue
Chesterfield, MO 63005
636-357-1548


--
[EMAIL PROTECTED] mailing list