Bug 168668 - www/mod_webkit does not link against marshal.c
Summary: www/mod_webkit does not link against marshal.c
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-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 15:00 UTC by Florian Mueller
Modified: 2012-06-17 19:40 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 Florian Mueller 2012-06-04 15:00:24 UTC
When building www/mod_webkit out of the box I get "Undefined symbol
"insert_data"" error when I start apache with mod_webkit loaded.
According to http://www.mail-archive.com/webware-discuss@lists.sourceforge.net/msg04364.html
this is due to marshal.c not being linked.

Fix: 

Add:

AP_EXTRAS=marshal.c

in www/mod_webkit/Makefile
How-To-Repeat: Compile www/mod_webkit, add to your httpd.conf and start apache.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-06-11 00:26:18 UTC
Responsible Changed
From-To: freebsd-www->apache

make this a ports PR and assign.
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2012-06-17 19:37:29 UTC
State Changed
From-To: open->closed

Committed ! 

Thanks for the report!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-17 19:37:33 UTC
ohauer      2012-06-17 18:37:23 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_webkit       Makefile 
  Log:
  - link against marshal.c
  
  PR:             ports/168668
  Submitted by:   Florian Mueller <florian.mueller@hostpoint.ch>
  
  Revision  Changes    Path
  1.15      +2 -1      ports/www/mod_webkit/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"