| Summary: | textproc/php56-xmlreader fails to build in Poudriere | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | sean.smith |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | w.schwarzenfeld |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(ale) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
sean.smith
2017-06-29 21:13:03 UTC
This may happen if your php extensions directory is not the default one, because you enabled DEBUG or ZTS in php. Is this your case? (in what directory is installed the dom.so extension?) When I enter the Poudriere jail manually and look for dom.so, it is located in /usr/local/lib/php/20131226-zts/dom.so The /usr/local/lib/php/ directory only contains these two dirs: 20131226-zts build The error message looks like it is looking for 20131226 and not 20131226-zts ===> php56-xmlreader-5.6.30 depends on file: /usr/local/lib/php/20131226/dom.so - not found *** Error code 1 I disabled the ZTS option in lang/php56 and my packages are now building. Can you test building this package with ZTS enabled in php56? Maintainer feedback? Test with php56 with ZTS on with poudriere succesful. I assume it is fixed. So, I close here. If it is not so, please re-open. |