Bug 146399 - www/apache20: apache-2.0.63_8 / mod_setenvif.c (core dumped)
Summary: www/apache20: apache-2.0.63_8 / mod_setenvif.c (core dumped)
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-08 17:10 UTC by ervin valentin
Modified: 2010-06-09 00:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ervin valentin 2010-05-08 17:10:05 UTC
The apache-2.0.63_7 upgrade caused many loadmodule errors which was fixed with  apache-2.0.63_8 upgrade, however one error is remaining, pls se output from the 
configtest: 

web# apachectl configtest
[Sat May 08 18:02:10 2010] [crit] [Sat May 08 18:02:10 2010] file mod_setenvif.c, line 176, assertion "preg != NULL" failed
Abort trap (core dumped)

How-To-Repeat: Compiling the port will give the same issue again
Comment 1 Johann Kois freebsd_committer freebsd_triage 2010-05-08 22:41:06 UTC
Responsible Changed
From-To: freebsd-www->freebsd-ports-bugs

Reclassify. 

This is a problem of the port, not the FreeBSD.org website.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2010-05-09 21:45:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Fix synopsis and assign.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-05-13 05:36:17 UTC
pgollucci    2010-05-13 04:36:07 UTC

  FreeBSD ports repository

  Modified files:
    www/apache20         Makefile 
  Log:
  - Fix some runtime devel/pcre conversion fallout
    the bundled pcre defined REG_NOSUB as 0 b/c its not used
    the devel/pcre port (8.0.0) defines it as 0x0020 which is causing havoc
    The REG_NOSUB was never used by pcre in www/apache20
    So, replace it with 0 in the www/apache20 code forcibly
  - Bump PORTERVISION
  
  PR:             ports/146399
  Reported by:    ervin valentin <ervin23@gmail.com>
  With Hat:       apache@
  
  Revision  Changes    Path
  1.281     +1 -0      ports/www/apache20/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 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-13 05:36:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-06-09 00:41:38 UTC
Responsible Changed
From-To: apache->pgollucci

I'll take it.