Bug 207260 - graphics/pecl-imagick does not build with php70
Summary: graphics/pecl-imagick does not build with php70
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-16 21:17 UTC by rainer
Modified: 2016-03-11 22:24 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (mm)


Attachments
poudriere build log (28.47 KB, text/plain)
2016-02-16 21:17 UTC, rainer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description rainer 2016-02-16 21:17:24 UTC
Created attachment 167099 [details]
poudriere build log

poudriere build log attached.
Comment 1 w.schwarzenfeld 2016-02-16 21:43:17 UTC
Look at the build-log
#DEFAULT_PHP_VER=55
#PHP_DEFAULT= 5.5
Comment 2 rainer 2016-02-16 21:45:50 UTC
Those are commented out.
root@bsd1-build-prod:~ # cat /usr/local/etc/poudriere.d/10amd64php7-make.conf | grep -v ^# |grep -v ^$
WITH_PKGNG=yes
INSTALL_NODEBUG="yes"
A4=yes
WITH_UTF8=yes
WITHOUT_X11=yes
WITHOUT_X=yes
OPTIONS_UNSET=X11
NO_PROFILE=true
APACHE_PORT=www/apache22-worker-mpm
DEFAULT_VERSIONS=php=70 mysql=101m apache=2.2 ruby=2.0 pgsql=9.5 perl5=5.18 python=2.7
NOPORTDOCS=yes
SUEXEC_DOCROOT=/home
SUEXEC_UIDMIN=80
SUEXEC_GIDMIN=80
PYTHON_VERSION= python2.7
Comment 3 w.schwarzenfeld 2016-02-16 22:03:06 UTC
You set
WITHOUT_X11=yes
WITHOUT_X=yes
OPTIONS_UNSET=X11

I think  set all three make troubles
try only
OPTIONS_UNSET=X11
Comment 4 rainer 2016-02-16 22:26:02 UTC
Still doesn't build.
There are some "historic" options in my make.conf, but I don't have problems building pecl-imagick with eg. PHP55.

If this can be fixed in the port, that's great.
If it's an upstream issue, I'll file a bug upstream.
If it's my setup, shame on me ;-)