Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2013 11:42:54 GMT
From:      "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175478: [patch] www/testlink missing dependency
Message-ID:  <201301211142.r0LBgsaZ039655@red.freebsd.org>
Resent-Message-ID: <201301211150.r0LBo0Mf064361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301211142.r0LBgsaZ039655>