ports/175478: [patch] www/testlink missing dependency
Sergey V. Dyatko
sergey.dyatko at gmail.com
Mon Jan 21 11:50:00 UTC 2013
>Number: 175478
>Category: ports
>Synopsis: [patch] www/testlink missing dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 21 11:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Sergey V. Dyatko
>Release: HEAD, 8.2-Release
>Organization:
>Environment:
FreeBSD laptop.minsk.domain 10.0-CURRENT FreeBSD 10.0-CURRENT #37 r227309:245694: Mon Jan 21 10:35:10 FET 2013 root at laptop.minsk.domain:/usr/obj/usr/src/sys/b450 amd64
>Description:
While I'm trying to link www/testlink and devel/jenkins I faced with trouble:
jenkins trying to talk with testlink via xml-rpc and jenkins show me stacktraces.
something like FATAL:
Error verifying developer key: HTTP server returned unexpected status: Internal Server Error
br.eti.kinoshita.testlinkjavaapi.util.TestLinkAPIException: Error verifying developer key: HTTP server returned unexpected status: Internal Server Error
running tcpdump on host shows following
[skipped]
Fatal error: Call to undefined function xml_parser_create() in /usr/local/www/testlink/third_party/xml-rpc/class-IXR.php on line 154
after I install textproc/php5-xml I got jenkins+testlink it working
same error when I try testlink+selenium
>How-To-Repeat:
install www/testlink and devel/jenkins
try to integrate testlink with
>Fix:
Index: Makefile
===================================================================
--- Makefile (revision 310749)
+++ Makefile (working copy)
@@ -11,7 +11,7 @@
LICENSE= GPLv2
-USE_PHP= gd iconv mbstring session
+USE_PHP= gd iconv mbstring session xml
WANT_PHP_WEB= yes
NO_BUILD= yes
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list