Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2012 09:23:02 GMT
From:      "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166510: www/testlink. missing dependency
Message-ID:  <201203300923.q2U9N260035897@red.freebsd.org>
Resent-Message-ID: <201203300930.q2U9UB6m029295@freefall.freebsd.org>

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

>Number:         166510
>Category:       ports
>Synopsis:       www/testlink. missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 30 09:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sergey V. Dyatko
>Release:        head, 8.2-RELEASE
>Organization:
>Environment:
FreeBSD testlink.domain 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #0: Fri Mar 30 06:45:42 UTC 2012     root@master-ci.domain:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Missing www/php5-session as a dependency, testlink need it.

>How-To-Repeat:
1) make -C /usr/ports/www/testlink install clean
2) setup and run apache/nginx/something else httpd
3) try to open http://domain.tld/

ooops: Fatal error: Call to undefined function session_start() in /usr/local/www/testlink/install/index.php on line 23

4) install www/php5-session
5) reload page -- all works as expected

>Fix:
I'm not sure of the correctness of the decision. Possible add something like that into Makefile ?

BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/session.so:${PORTSDIR}/www/php5-session


>Release-Note:
>Audit-Trail:
>Unformatted:



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