Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2015 09:25:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201193] Mk/bsd.php.mk setting incorrect PHP_EXT_DIR
Message-ID:  <bug-201193-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201193

            Bug ID: 201193
           Summary: Mk/bsd.php.mk setting incorrect PHP_EXT_DIR
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: brnrd@freebsd.org
                CC: freebsd-ports-bugs@FreeBSD.org

Created attachment 158155
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158155&action=edit
poudriere build log of textproc/php56-xsl

Today a build of php56-xsl failed for me (see att. poudriere bulk log)

Digging a bit deeper I found the problem related to the lib directory
determination in Mk/bsd.php.mk
Checks are against apache binary (not installed as a dependency using
poudriere), checks against portname suffixes event/worker (apache24 doesn't
have these) and checks if WITH_MPM is set to event/worker (for apache24 this is
controlled using apache24_SET=EVENT/WORKER).

After setting WITH_MPM=event, the php extension built OK.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



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