Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89156 - resin-3.0.12.ebuild (Update)
Summary: resin-3.0.12.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 70612 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-04-15 00:59 UTC by Anatoly Shipitsin
Modified: 2006-04-18 11:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild & some patches (resin.tar.bz2,5.34 KB, application/octet-stream)
2005-04-15 01:00 UTC, Anatoly Shipitsin
Details
ebuild (resin-3.0.12.ebuild,3.87 KB, text/plain)
2005-04-15 01:29 UTC, Anatoly Shipitsin
Details
some fix for gentoo (resin_gentoo_fix.patch,4.82 KB, patch)
2005-04-15 01:30 UTC, Anatoly Shipitsin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoly Shipitsin 2005-04-15 00:59:15 UTC
New ebuild for resin jsp & servlets server container (www.caucho.com).
Now resin distributed free (GPL License). It's ebuild not contained mod_caucho. I'm created additional ebuild for it.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Anatoly Shipitsin 2005-04-15 01:00:08 UTC
Created attachment 56325 [details]
Ebuild & some patches
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-04-15 01:22:15 UTC
Please, attach ebuild and patches as plaintext. Forcing everyone to download and unpack sucks. Thanks. 
Comment 3 Anatoly Shipitsin 2005-04-15 01:29:25 UTC
Created attachment 56331 [details]
ebuild
Comment 4 Anatoly Shipitsin 2005-04-15 01:30:20 UTC
Created attachment 56332 [details, diff]
some fix for gentoo
Comment 5 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-15 04:48:36 UTC
*** Bug 70612 has been marked as a duplicate of this bug. ***
Comment 6 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-18 10:32:22 UTC
version bumped. thanks
Comment 7 Maurice Volaski 2005-08-24 18:09:54 UTC
I'm a bit confused by this bug report. Is this it trying to say that the 3.0.12 ebuild as it comes from 
portage will create the mod_caucho apache module? If that is so, then I don't see that happening. 

First, I'm not sure I see these patches in the ebuild, so it could be that I'm seeing expected behavior and 
the version bumped comment above doesn't make any sense. 

Otherwise, 

The portage ebuild compiling output says at one point:
for dir in common  resin_os; do (cd $dir; make); done

Where's apache2?

When I compiled it manually, I had manually change one of the makefiles and my output was
for dir in common apache2 resin_os; do (cd $dir; make); done

Without the apache2, the mod_caucho is not made and of course it is not installed.

I suspect the patch above is either not being included in 3.0.12 or it's not doing what it is supposed to.
Comment 8 tuXXer 2005-08-25 00:22:51 UTC
Well, the mod_caucho module is in a separated ebuild, which you can find here:

http://bugs.gentoo.org/show_bug.cgi?id=89158
Comment 9 Anatoly Shipitsin 2005-08-25 00:26:26 UTC
(In reply to comment #7)
> I'm a bit confused by this bug report. Is this it trying to say that the
3.0.12 ebuild as it comes from 
> portage will create the mod_caucho apache module? If that is so, then I don't
see that happening. 
Ebuild in this bug not included mod_caucho. Ebuild for mod_caucho you can get
this http://bugs.gentoo.org/show_bug.cgi?id=89158

> First, I'm not sure I see these patches in the ebuild, so it could be that I'm
seeing expected behavior and 
> the version bumped comment above doesn't make any sense. 
Portage tree resin-3.0.12.ebuild use manual install. This not installed
moda_caucho.so

> The portage ebuild compiling output says at one point:
> for dir in common  resin_os; do (cd $dir; make); done
>
Install not run make.


> Where's apache2?
In package. But this module not installed.

> I suspect the patch above is either not being included in 3.0.12 or it's not
doing what it is supposed to.
Ok i'm created this :) With more rewritten.
Comment 10 Maurice Volaski 2005-08-25 08:36:43 UTC
> Well, the mod_caucho module is in a separated ebuild, which you can find here:
> 
> http://bugs.gentoo.org/show_bug.cgi?id=89158

This ebuild is for the old apache 1.3.x series, not the 2.0.x series!

> Ok i'm created this :) With more rewritten

Anyway, I'm still confused. When resin is emerged, it's made and installed and mod_caucho is left out. 
Portage does not leave the source code around for one to process manually, so I'd consider this "bug" 
still open.
Comment 11 Anatoly Shipitsin 2005-08-25 18:48:18 UTC
(In reply to comment #10)
> This ebuild is for the old apache 1.3.x series, not the 2.0.x series!
Ok. I'm installed apache 2.0.x and try testing this ebuild.

> Anyway, I'm still confused. When resin is emerged, it's made and installed and
mod_caucho is left out. 
No it's not installed mod_caucho. 

> Portage does not leave the source code around for one to process manually, so
I'd consider this "bug" 
> still open.
It's blocked by patch. I'm think resin ebuild don't shuld install mod_caucho. 
Comment 12 Anatoly Shipitsin 2005-08-25 20:05:04 UTC
(In reply to comment #10)
> This ebuild is for the old apache 1.3.x series, not the 2.0.x series!
I'm added new verison. Now supported 2.0.x. It's my fault. ;) See bug #89158.