Bug 103423 - Resin2 doesn't correctly install with WITH_APACHE = YES flag
Summary: Resin2 doesn't correctly install with WITH_APACHE = YES flag
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 15:40 UTC by Sergey Al. Safonov
Modified: 2006-10-07 12:30 UTC (History)
0 users

See Also:


Attachments
file.diff (500 bytes, patch)
2006-09-20 15:40 UTC, Sergey Al. Safonov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Al. Safonov 2006-09-20 15:40:28 UTC
Hello,

I have found a bug in resin2 port when i compile it with 'WITH_APACHE =
YES' flag in Makefile. The 'make' goes ok, but 'make install' fails with
following message:

----------------------------- make install ---------------------------------
/usr/local/sbin/apxs -i -n caucho -a
/usr/ports/www/resin2/work/resin-2.1.17/src/c/plugin/apache1/mod_caucho.so
[activating module `caucho' in /usr/local/etc/apache/httpd.conf]
cp
/usr/ports/www/resin2/work/resin-2.1.17/src/c/plugin/apache1/mod_caucho.so
/usr/local/libexec/apache/mod_caucho.so
cp:
/usr/ports/www/resin2/work/resin-2.1.17/src/c/plugin/apache1/mod_caucho.so:
No such file or directory
apxs:Break: Command failed with rc=1
*** Error code 1
----------------------------- make install ---------------------------------

Seems resin-2.1.17/src/c/plugin/ hasn't 'apache1' directory but it has a
'apache'.

Fix: Patch that fixes this problem:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-20 22:16:29 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-20 22:16:35 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Jean-Baptiste Quenot 2006-09-22 13:27:46 UTC
Patch approved, thanks for the fix!
-- 
     Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/
Comment 4 Jean-Baptiste Quenot 2006-09-22 13:28:37 UTC
[Sending with the right email address]

Patch approved, thanks for the fix!
-- 
     Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-10-07 12:26:05 UTC
miwi        2006-10-07 11:25:58 UTC

  FreeBSD ports repository

  Modified files:
    www/resin2           Makefile 
  Log:
  - Fix a flag for WITH_APACHE=YES
  
  PR:             ports/103423
  Submitted by:   Sergey Al. Safonov <spoof@spoofa.info>
  Approved by:    Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
  Sponsored by:   FreeBSD Bug-a-thon #1
  
  Revision  Changes    Path
  1.13      +1 -1      ports/www/resin2/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2006-10-07 12:26:26 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!