Bug 103423

Summary: Resin2 doesn't correctly install with WITH_APACHE = YES flag
Product: Ports & Packages Reporter: Sergey Al. Safonov <spoof>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!