/usr/ports/devel/phabricator # make install clean ===> License APACHE20 accepted by the user ===> phabricator-php80-20201119_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by phabricator-php80-20201119_1 for building ===> Extracting for phabricator-php80-20201119_1 => SHA256 Checksum OK for phacility-phabricator-20201119-b2ab18f_GH0.tar.gz. => SHA256 Checksum OK for 0851b89eb6633dd792cd4eb10c26f86c2f0da56a.patch. ===> Patching for phabricator-php80-20201119_1 ===> Applying distribution patches for phabricator-php80-20201119_1 ===> Applying FreeBSD patches for phabricator-php80-20201119_1 from /usr/ports/devel/phabricator/files ===> Configuring for phabricator-php80-20201119_1 ===> Staging for phabricator-php80-20201119_1 ===> phabricator-php80-20201119_1 depends on package: arcanist-lib-php80>=20200514 - not found ===> License APACHE20 accepted by the user ===> arcanist-lib-php80-20210113 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by arcanist-lib-php80-20210113 for building ===> Extracting for arcanist-lib-php80-20210113 => SHA256 Checksum OK for phacility-arcanist-20210113-b2e715f_GH0.tar.gz. ===> Patching for arcanist-lib-php80-20210113 ===> Applying FreeBSD patches for arcanist-lib-php80-20210113 from /usr/ports/devel/arcanist-lib/files ===> Configuring for arcanist-lib-php80-20210113 ===> Staging for arcanist-lib-php80-20210113 ===> arcanist-lib-php80-20210113 depends on file: /usr/local/include/php/main/php.h - found ===> arcanist-lib-php80-20210113 depends on file: /usr/local/lib/php/20200930/curl.so - found ===> arcanist-lib-php80-20210113 depends on file: /usr/local/lib/php/20200930/dom.so - found ===> arcanist-lib-php80-20210113 depends on file: /usr/local/lib/php/20200930/simplexml.so - found ===> arcanist-lib-php80-20210113 depends on file: /usr/local/lib/php/20200930/zlib.so - found ===> arcanist-lib-php80-20210113 depends on file: /usr/local/lib/php/20200930/mbstring.so - found ===> Generating temporary packing list cd /usr/ports/devel/arcanist-lib/work-php80/arcanist-b2e715f ; /bin/pax -rw * /usr/ports/devel/arcanist-lib/work-php80/stage/usr/local/lib/php/arcanist install -l rs /usr/ports/devel/arcanist-lib/work-php80/stage/usr/local/lib/php/arcanist/support/shell/hooks/bash-completion.sh /usr/ports/devel/arcanist-lib/work-php80/stage/usr/local/share/bash-completion/completions/arc /usr/ports/devel/arcanist-lib/work-php80/stage/usr/local/lib/php/arcanist/bin/arc shell-complete --generate make[3]: exec(/usr/ports/devel/arcanist-lib/work-php80/stage/usr/local/lib/php/arcanist/bin/arc) failed (No such file or directory) *** Error code 1 Stop. make[3]: stopped in /usr/ports/devel/arcanist-lib *** Error code 1 Stop. make[2]: stopped in /usr/ports/devel/arcanist-lib *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/phabricator *** Error code 1 Stop. make: stopped in /usr/ports/devel/phabricator root@core:/usr/ports/devel/phabricator #
For now, I did pkg install arcanist-lib-php80-20210113 as a workaround.
(In reply to Mohammad S. Babaei from comment #1) I tried to reproduce this on a clean system, but the build just worked there (the fact that there is a binary package is also an indicator that the port is ok in general). So I suspect that this might be related to your system (e.g., existing installed other versions of php). Could you share your /etc/make.conf and the output of pkg info? Or could you simply try to build in a clean jail/a fresh vm or something to compare?
Thank you for the response. Yes, I have a lot of o configuration, since I can easily distribute them between systems. $ cat /etc/make.conf MAKE_JOBS_SAFE=yes MAKE_JOBS_NUMBER=3 WITH_CCACHE_BUILD=yes CCACHE_DIR=/var/cache/ccache KERNCONF=CUSTOM # cat/usr/ports/Mk/bsd.default-versions.mk DEFAULT_VERSIONS+=gcc=10 DEFAULT_VERSIONS+=linux=c7_64 DEFAULT_VERSIONS+=llvm=11 DEFAULT_VERSIONS+=mysql=10.5m DEFAULT_VERSIONS+=pgsql=13 DEFAULT_VERSIONS+=php=8.0 DEFAULT_VERSIONS+=rust=rust OPTIONS_UNSET+=\ BASH \ DEBUG \ DEBUGLOG \ DOCS \ DOXYGEN \ EXAMPLES \ HTMLDOCS \ MAN3 \ MANPAGES \ MEM_DEBUG \ RDOC \ TEST \ TESTS \ ZSH OPTIONS_SET+=\ CPU_OPTS \ GMP \ LTO \ OPENMP \ OPTIMIZED_CFLAGS \ SIMD \ SSE \ THREADS \ X11 devel_git_UNSET+=\ CVS \ GITWEB \ GUI \ P4 \ SEND_EMAIL \ SVN devel_llvm80_SET+=BE_NATIVE devel_llvm90_SET+=BE_NATIVE devel_llvm10_SET+=BE_NATIVE devel_llvm11_SET+=BE_NATIVE devel_sope4_UNSET+=MYSQL devel_sope4_SET+=\ LDAP \ MEMCACHED \ PGSQL editors_neovim_SET+=PYNVIM lang_php80_UNSET+=\ CLI \ CGI \ EMBED \ PHPDBG \ DEBUG \ DTRACE \ MYSQL80 \ LINKTHR \ ZTS lang_php80_SET+=\ FPM \ IPV6 \ MYSQLND lang_php80-extensions_UNSET+=\ BCMATH \ BZ2 \ CALENDAR \ DBA \ ENCHANT \ FTP \ GETTEXT \ GMP \ IMAP \ INTERBASE \ INTL \ ODBC \ PCNTL \ PDF \ PDO_DBLIB \ PDO_FIREBIRD \ PDO_ODBC \ PSPELL \ READLINE \ RECODE \ SHMOP \ SNMP \ SOAP \ SOCKETS \ SYSVMSG \ SYSVSEM \ SYSVSHM \ TIDY \ WDDX \ XMLRPC \ XSL lang_php80-extensions_SET+=\ CTYPE \ CURL \ DOM \ EXIF \ FILEINFO \ FILTER \ GD \ HASH \ ICONV \ JSON \ LDAP \ MBSTRING \ MYSQLI \ OPCACHE \ OPENSSL \ PDO \ PDO_MYSQL \ PDO_PGSQL \ PDO_SQLITE \ PGSQL \ PHAR \ POSIX \ SESSION \ SIMPLEXML \ SODIUM \ SQLITE3 \ TOKENIZER \ XML \ XMLREADER \ XMLWRITER \ ZIP \ ZLIB mail_dovecot_SET+=\ GSSAPI_NONE \ LDAP \ LIBWRAP mail_postfix_SET+=\ BLACKLISTD \ EAI \ PCRE \ TLS mail_spamassassin_UNSET+=\ DKIM \ SPF_QUERY mail_spamassassin_SET+=\ AS_ROOT \ GNUPG2 \ SSL net_openldap24-server_SET+=\ DYNAMIC_BACKENDS \ MDB \ MEMBEROF \ SHA2 \ SYNCPROV security_libgsasl_SET+=GSSAPI_HEIMDAL security_sudo_SET+=\ AUDIT \ INSULTS \ NLS \ PAM www_miniflux_SET+=PGSQL_SERVER www_nginx_UNSET+=\ AJP \ ARRAYVAR \ AWS_AUTH \ BROTLI \ CACHE_PURGE \ CLOJURE \ CT \ DEVEL_KIT \ DRIZZLE \ DSO \ DYNAMIC_TLS \ DYNAMIC_UPSTREAM \ ECHO \ ENCRYPTSESSION \ FILE_AIO \ FORMINPUT \ GOOGLE_PERFTOOLS \ GRIDFS \ GSSAPI_BASE \ GSSAPI_HEIMDAL \ GSSAPI_MIT \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ HTTP_ADDITION \ HTTP_AUTH_DIGEST \ HTTP_AUTH_JWT \ HTTP_AUTH_KRB5 \ HTTP_AUTH_LDAP \ HTTP_AUTH_PAM \ HTTP_AUTH_REQ \ HTTP_DAV \ HTTP_DAV_EXT \ HTTP_EVAL \ HTTP_FANCYINDEX \ HTTP_FLV \ HTTP_FOOTER \ HTTP_GEOIP2 \ HTTP_GUNZIP_FILTER \ HTTP_IMAGE_FILTER \ HTTP_IP2LOCATION \ HTTP_IP2PROXY \ HTTP_JSON_STATUS \ HTTP_MOGILEFS \ HTTP_MP4 \ HTTP_MP4_H264 \ HTTP_NOTICE \ HTTP_PERL \ HTTP_PUSH \ HTTP_PUSH_STREAM \ HTTP_RANDOM_INDEX \ HTTP_REDIS \ HTTP_RESPONSE \ HTTP_SECURE_LINK \ HTTP_SLICE \ HTTP_SLICE_AHEAD \ HTTP_STATUS \ HTTP_SUB \ HTTP_SUBS_FILTER \ HTTP_TARANTOOL \ HTTP_UPLOAD \ HTTP_UPLOAD_PROGRESS \ HTTP_UPSTREAM_CHECK \ HTTP_UPSTREAM_FAIR \ HTTP_UPSTREAM_STICKY \ HTTP_VIDEO_THUMBEXTR \ HTTP_XSLT \ HTTP_ZIP \ ICONV \ LET \ LINK \ LUA \ MAIL \ MAIL_IMAP \ MAIL_POP3 \ MAIL_SMTP \ MAIL_SSL \ MEMC \ MODSECURITY3 \ NJS \ OPENTRACING \ PASSENGER \ POSTGRES \ RDS_CSV \ RDS_JSON \ REDIS2 \ RTMP \ SET_MISC \ SFLOW \ SHIBBOLETH \ SLOWFS_CACHE \ SMALL_LIGHT \ SRCACHE \ STREAM \ STREAM_SSL \ STREAM_SSL_PREREAD \ VOD \ VTS \ WEBSOCKIFY \ WWW \ XSS www_nginx_SET+=\ HTTP \ HTTP_CACHE \ HTTP_GZIP_STATIC \ HTTP_REALIP \ HTTP_REWRITE \ HTTP_SSL \ HTTPV2 \ HTTPV2_AUTOTUNE \ IPV6 \ NAXSI \ THREADS www_wt3_UNSET+=\ EXT \ FCGI \ FIREBIRD \ LIBWTTEST \ MYSQL \ NO_STD_LOCALE \ NO_STD_WSTRING \ POSTGRES \ SQLITE3 \ UNWIND www_wt3_SET+=\ RESOURCESS \ CMAKE_MODULE \ CPP11 \ HARU \ PANGO \ OPENGL \ WTHTTP $ cat /etc/src.conf WITHOUT_ASSERT_DEBUG=yes WITHOUT_BHYVE=yes WITHOUT_BLUETOOTH=yes WITHOUT_BSDINSTALL=yes WITH_CCACHE_BUILD=yes WITHOUT_CROSS_COMPILER=yes WITHOUT_DEBUG_FILES=yes WITHOUT_DICT=yes WITHOUT_EXAMPLES=yes WITHOUT_FLOPPY=yes WITHOUT_FREEBSD_UPDATE=yes WITHOUT_GAMES=yes WITHOUT_GPIO=yes WITHOUT_HTML=yes WITHOUT_HYPERV=yes WITHOUT_IPFILTER=yes WITHOUT_ISCSI=yes WITHOUT_JAIL=yes WITHOUT_KDUMP=yes WITHOUT_KERNEL_SYMBOLS=yes WITHOUT_KVM=yes WITHOUT_KVM_SUPPORT=yes WITHOUT_LEGACY_CONSOLE=yes WITHOUT_LIB32=yes WITHOUT_LLVM_TARGET_AARCH64=yes WITHOUT_LLVM_TARGET_ALL=yes WITHOUT_LLVM_TARGET_ARM=yes WITHOUT_LLVM_TARGET_MIPS=yes WITHOUT_LLVM_TARGET_POWERPC=yes WITHOUT_LLVM_TARGET_SPARC=yes WITH_LLVM_TARGET_X86=yes WITHOUT_MAN=yes WITHOUT_MAN_UTILS=yes WITHOUT_PC_SYSINSTALL=yes WITHOUT_PF=yes WITHOUT_RADIUS_SUPPORT=yes WITHOUT_SENDMAIL=yes WITHOUT_SHAREDOCS=yes WITHOUT_TESTS=yes WITHOUT_TESTS_SUPPORT=yes WITH_USB=yes WITHOUT_USB_GADGET_EXAMPLES=yes WITHOUT_VI=yes WITHOUT_WIRELESS=yes WITHOUT_WIRELESS_SUPPORT=yes WITHOUT_WPA_SUPPLICANT_EAPOL=yes $ pkg info GraphicsMagick-1.3.36,1 Fast image processing tools based on ImageMagick Judy-1.0.5_2 General purpose dynamic array acme.sh-2.8.8 ACME protocol client written in shell appres-1.0.5 Program to list application's resources arcanist-lib-php80-20210113 Libraries for the command line interface for Phabricator autoconf-2.69_3 Automatically configure source code on many Un*x platforms autoconf-wrapper-20131203 Wrapper script for GNU autoconf automake-1.16.3 GNU Standards-compliant Makefile generator avahi-app-0.8 Service discovery on a local network bash-5.1.4_1 GNU Project's Bourne Again SHell bash-completion-2.11,2 Programmable completion library for Bash bdftopcf-1.1_2 Convert X font from BDF to PCF bind-tools-9.16.13 Command line tools from BIND: delv, dig, host, nslookup... bind916-9.16.13 BIND DNS suite with updated DNSSEC and DNS64 binutils-2.33.1_4,1 GNU binary tools bison-3.7.5,1 Parser generator from FSF, (mostly) compatible with Yacc bitmap-1.0.9 Bitmap editor and converter utilities for X boehm-gc-8.0.4_1 Garbage collection and memory leak detection for C and C++ boost-all-1.72.0 The "meta-port" for boost libraries boost-jam-1.72.0 Build tool from the boost.org boost-libs-1.72.0_4 Free portable C++ libraries (without Boost.Python) brotli-1.0.9,1 Generic-purpose lossless compression algorithm c-ares-1.17.1 Asynchronous DNS resolver library ca_root_nss-3.63 Root certificate bundle from the Mozilla Project cairo-1.16.0_1,3 Vector graphics library with cross-device output support ccache-3.7.1_1 Tool to minimize the compile time of C/C++ programs check-0.15.2 Unit test framework for C cmake-3.19.6 Cross-platform Makefile generator cryptopp-8.5.0 Free C++ class library of Cryptographic Primitives curl-7.75.0 Command line tool and library for transferring data with URLs curlpp-0.8.1_4 C++ wrapper for libcurl cyrus-sasl-2.1.27_1 RFC 2222 SASL (Simple Authentication and Security Layer) db5-5.3.28_7 Oracle Berkeley DB, revision 5.3 dbus-1.12.20_3 Message bus system for inter-application communication dbus-glib-0.110 GLib bindings for the D-BUS messaging system dejavu-2.37_1 Bitstream Vera Fonts clone with a wider range of characters dialog4ports-0.1.6 Console Interface to configure ports docbook-1.5 Meta-port for the different versions of the DocBook DTD docbook-sgml-4.5_1 DocBook SGML DTD docbook-xml-5.0_3 DocBook XML DTD docbook-xsl-1.79.1_1,1 XSL DocBook stylesheets dovecot-2.3.13_1 Secure, fast and powerful IMAP and POP3 server dovecot-pigeonhole-0.5.13 Sieve plugin for the Dovecot 'deliver' LDA and LMTP e2fsprogs-libuuid-1.46.2 UUID library from e2fsprogs package encodings-1.0.5,1 X.Org Encoding fonts evdev-proto-5.8 Input event device header files expat-2.3.0 XML 1.0 parser written in C fcgi-devkit-2.4.0_5 FastCGI Development Kit font-adobe-100dpi-1.0.3_4 X.Org Adobe 100dpi font font-adobe-75dpi-1.0.3_4 X.Org Adobe 75dpi font font-adobe-utopia-100dpi-1.0.4_4 X.Org Adobe Utopia 100dpi font font-adobe-utopia-75dpi-1.0.4_4 X.Org Adobe Utopia 75dpi font font-adobe-utopia-type1-1.0.4_4 X.Org Adobe Utopia Type1 font font-alias-1.0.4 X.Org Font aliases font-arabic-misc-1.0.3_4 X.Org miscellaneous Arabic fonts font-bh-100dpi-1.0.3_4 X.Org Bigelow Holmes 100dpi font font-bh-75dpi-1.0.3_4 X.Org Bigelow Holmes 75dpi font font-bh-lucidatypewriter-100dpi-1.0.3_4 X.Org Bigelow Holmes Lucida TypeWriter 100dpi font font-bh-lucidatypewriter-75dpi-1.0.3_4 X.Org Bigelow Holmes Lucida TypeWriter 75dpi font font-bh-ttf-1.0.3_4 X.Org Bigelow & Holmes TTF font font-bh-type1-1.0.3_4 X.Org Bigelow Holmes Type1 font font-bitstream-100dpi-1.0.3_4 X.Org Bitstream Vera 100dpi font font-bitstream-75dpi-1.0.3_4 X.Org Bitstream Vera 75dpi font font-bitstream-type1-1.0.3_4 X.Org Bitstream Vera Type1 font font-cronyx-cyrillic-1.0.3_4 X.Org Cronyx Cyrillic font font-cursor-misc-1.0.3_4 X.Org miscellaneous Cursor fonts font-daewoo-misc-1.0.3_4 X.Org miscellaneous Daewoo fonts font-dec-misc-1.0.3_4 X.Org miscellaneous Dec fonts font-ibm-type1-1.0.3_4 X.Org IBM Type1 font font-isas-misc-1.0.3_4 X.Org miscellaneous ISAS fonts font-jis-misc-1.0.3_4 X.Org miscellaneous JIS fonts font-micro-misc-1.0.3_4 X.Org miscellaneous Micro fonts font-misc-cyrillic-1.0.3_4 X.Org miscellaneous Cyrillic font font-misc-ethiopic-1.0.4 X.Org miscellaneous Ethiopic font font-misc-meltho-1.0.3_4 X.Org miscellaneous Meltho font font-misc-misc-1.1.2_4 X.Org miscellaneous Misc fonts font-mutt-misc-1.0.3_4 X.Org miscellaneous Mutt fonts font-schumacher-misc-1.1.2_4 X.Org miscellaneous Schumacher fonts font-screen-cyrillic-1.0.4_4 X.Org Screen Cyrillic font font-sony-misc-1.0.3_4 X.Org miscellaneous Sony fonts font-sun-misc-1.0.3_4 X.Org miscellaneous Sun fonts font-util-1.3.2 Create an index of X font files in a directory font-winitzki-cyrillic-1.0.3_4 X.Org Winitzki Cyrillic font font-xfree86-type1-1.0.4_4 X.Org XFree86 Type1 font fontconfig-2.13.93,1 XML-based font configuration API for X Windows freeglut-3.0.0_2 Open source implementation of GLUT library freetype2-2.10.4 Free and portable TrueType font rendering engine fribidi-1.0.10 Free Implementation of the Unicode Bidirectional Algorithm fstrm-0.6.0 Implementation of the Frame Streams data transport protocol in C galera26-26.4.8_1 Synchronous multi-master replication engine gcc10-10.2.0_1 GNU Compiler Collection 10 gdbm-1.19 GNU database manager geoipupdate-4.6.0 Fetch the latest copies of the GeoIP2 databases getopt-1.1.6 Replacement for getopt(1) that supports GNU-style long options gettext-runtime-0.21 GNU gettext runtime libraries and programs gettext-tools-0.21 GNU gettext development and translation tools giflib-5.2.1 Tools and library routines for working with GIF images git-2.31.1_1 Distributed source code management tool git-lfs-2.13.3 Git extension for versioning large files gitea-1.13.7 Compact self-hosted Git service glew-2.2.0 OpenGL Extension Wrangler Library glib-2.66.7_1,1 Some useful routines of C programming (current stable version) gmake-4.3_2 GNU version of 'make' utility gmp-6.2.1 Free library for arbitrary precision arithmetic gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scripts gnupg1-1.4.23_2 The GNU Privacy Guard (minimalist "classic" version) gnustep-base-1.27.0_1 GNUstep Foundation library gnustep-make-2.8.0 GNUstep makefile package gnutls-3.6.15 GNU Transport Layer Security library go-1.16.3,1 Go programming language gobject-introspection-1.66.1,1 Generate interface introspection data for GObject libraries gperf-3.1 Generates perfect hash functions for sets of keywords graphite2-1.3.14 Rendering capabilities for complex non-Roman writing systems gsed-4.8 GNU stream editor harfbuzz-2.8.0 OpenType text shaping engine help2man-1.48.1 Automatically generating simple manual pages from program output htop-3.0.4_1 Better top(1) - interactive process viewer i3-4.19.2 Improved dynamic tiling window manager iceauth-1.0.8_2 ICE authority file utility for X icu-69.1,1 International Components for Unicode (from IBM) indexinfo-0.3.1 Utility to regenerate the GNU info page index intltool-0.51.0_1 Tools to internationalize various kinds of data files iso8879-1986_3 Character entity sets from ISO 8879:1986 (SGML) jasper-2.0.25 Implementation of the codec specified in the JPEG-2000 standard jbigkit-2.1_1 Lossless compression for bi-level images such as scanned pages, faxes jpeg-turbo-2.0.6 SIMD-accelerated JPEG codec which replaces libjpeg json-c-0.15_1 JSON (JavaScript Object Notation) implementation in C jsoncpp-1.9.4 JSON reader and writer library for C++ lcms2-2.12 Accurate, fast, and small-footprint color management engine libFS-1.0.8 The FS library libGLU-9.0.1 OpenGL utility library libICE-1.0.10,1 Inter Client Exchange library for X11 libSM-1.2.3,1 Session Management library for X11 libX11-1.6.12,1 X11 library libXScrnSaver-1.2.3_2 The XScrnSaver library libXau-1.0.9 Authentication Protocol library for X11 libXaw-1.0.13_3,2 X Athena Widgets library libXcomposite-0.4.5,1 X Composite extension library libXcursor-1.2.0 X client-side cursor loading library libXdamage-1.1.5 X Damage extension library libXdmcp-1.1.3 X Display Manager Control Protocol library libXext-1.3.4,1 X11 Extension library libXfixes-5.0.3_2 X Fixes extension library libXfont-1.5.4_2,2 X font library libXfont2-2.0.4 X font library libXft-2.3.3 Client-sided font API for X applications libXi-1.7.10,1 X Input extension library libXinerama-1.1.4_2,1 X11 Xinerama library libXmu-1.1.3,1 X Miscellaneous Utilities libraries libXpm-3.5.13 X Pixmap library libXrandr-1.5.2 X Resize and Rotate extension library libXrender-0.9.10_2 X Render extension library libXres-1.2.0_2 X Resource usage library libXt-1.2.1,1 X Toolkit library libXtst-1.2.3_2 X Test extension libXv-1.0.11_2,1 X Video Extension library libXvMC-1.0.12 X Video Extension Motion Compensation library libXxf86dga-1.1.5 X DGA Extension libXxf86vm-1.1.4_3 X Vidmode Extension libarchive-3.5.1,1 Library to create and read several streaming archive formats libargon2-20190702 Memory hard password hashing program and library libatomic_ops-7.6.10 Atomic operations access library libb64-1.2.1 Library for fast Base64 encoding and decoding libdaemon-0.14_1 Lightweight C library that eases the writing of UNIX daemons libdmx-1.1.4_2 DMX extension library libdrm-2.4.104,1 Userspace interface to kernel Direct Rendering Module services libedit-3.1.20210216,1 Command line editor library libepoll-shim-0.0.20210322 Small epoll implementation using kqueue libepoxy-1.5.4 Library to handle OpenGL function pointer management libev-4.33,1 Full-featured and high-performance event loop library libevdev-1.9.1.20200928 Linux Event Device library libevent-2.1.12 API for executing callback functions on events or timeouts libffi-3.3_1 Foreign Function Interface libfontenc-1.1.4 The fontenc Library libgcrypt-1.9.2_1 General purpose cryptographic library based on the code from GnuPG libgd-2.3.1,1 Graphics library for fast creation of images libgpg-error-1.42 Common error values for all GnuPG components libgsasl-1.10.0 GNU SASL library libgudev-234 GObject bindings for libudev libharu-2.3.0_1 Haru Free PDF Library libiconv-1.16 Character set conversion library libidn-1.35 Internationalized Domain Names command line tool libidn2-2.3.0_1 Implementation of IDNA2008 internationalized domain names libinput-1.16.4 Generic input library libltdl-2.4.6 System independent dlopen wrapper liblz4-1.9.3,1 LZ4 compression library, lossless and very fast libmaxminddb-1.5.0 Library for the MaxMind DB file format used for GeoIP2 libmemcached-1.0.18_7 C and C++ client library to the memcached server libmilter-8.16.1 Library providing Sendmail Mail Filter API libmtdev-1.1.6 Multitouch Protocol Translation Library libnghttp2-1.43.0 HTTP/2.0 C Library libntlm-1.6 Library that implement Microsoft's NTLM authentication libobjc2-2.1_3 Replacement Objective-C runtime supporting modern Objective-C features libpaper-1.1.24.4 Library providing routines for paper size management libpciaccess-0.16 Generic PCI access library libpthread-stubs-0.4 Weak aliases for pthread functions libslang2-2.3.2_2 Routines for rapid alpha-numeric terminal applications development libsodium-1.0.18 Library to build higher-level cryptographic tools libstatgrab-0.92 Provides a useful interface to system statistics libtasn1-4.16.0_1 ASN.1 structure parser library libtermkey-0.22 Easy processing of keyboard entry from terminal-based programs libtextstyle-0.21 Text styling library libtool-2.4.6_1 Generic shared library support script libudev-devd-0.4.2_1 libudev-compatible interface for devd libunistring-0.9.10_1 Unicode string library libunwind-20201110 Generic stack unwinding library libuv-1.41.0 Multi-platform support library with a focus on asynchronous I/O libvmime-0.9.2_8 All-in-one Internet mail library libvterm-0.1.1 Implementation of a VT220/xterm/ECMA-48 terminal emulator libwacom-1.5 Adds tablet support to libinput libwmf-nox11-0.2.12 Tools and library for converting Microsoft WMF (windows metafile) libxcb-1.14_1 The X protocol C-language Binding (XCB) library libxkbcommon-1.1.0 Keymap handling library for toolkits and window systems libxkbfile-1.1.0 XKB file library libxml2-2.9.10_3 XML parser library for GNOME libxshmfence-1.3 Shared memory 'SyncFence' synchronization primitive libxslt-1.1.34_1 The XSLT C library for GNOME libyaml-0.2.5 YAML 1.1 parser and emitter written in C libzip-1.7.3 C library for reading, creating, and modifying ZIP archives llvm10-10.0.1_5 LLVM and Clang llvm11-11.0.1 LLVM and Clang lmdb-0.9.28,1 OpenLDAP Lightning Memory-Mapped Database lua52-5.2.4 Small, compilable scripting language providing easy access to C code luajit-2.0.5_5 Just-In-Time Compiler for Lua luit-20190106_1 Locale and ISO 2022 support for Unicode terminals luv-1.30.1.1_1 libuv bindings for lua m4-1.4.18_1,1 GNU M4 makedepend-1.0.6,1 Dependency generator for makefiles mariadb105-client-10.5.9 Multithreaded SQL database (client) mariadb105-server-10.5.9 Multithreaded SQL database (server) memcached-1.6.9_1 High-performance distributed memory object cache system mesa-dri-20.2.3_1 OpenGL hardware acceleration drivers for DRI2+ mesa-libs-20.2.3 OpenGL libraries that support GLX and EGL clients meson-0.57.1 High performance build system miniflux-2.0.29 Self-hosted software to read RSS/Atom/JSON feeds mkfontscale-1.2.1 Creates an index of scalable font files for X most-5.1.0 Pager (like less) which has support for windows and binary files mpc-1.2.0 Library of complex numbers with arbitrarily high precision mpfr-4.1.0 Library for multiple-precision floating-point computations msgpack-3.3.0 Efficient binary serialization, like JSON but smaller and faster neovim-0.4.4_2 Next-generation Vim netdata-1.29.2 Scalable distributed realtime performance and health monitoring nettle-3.7.2_1 Low-level cryptographic library nginx-1.18.0_50,2 Robust and small WWW server ninja-1.10.2,2 Small build system closest in spirit to Make node-15.14.0_1 V8 JavaScript for client and server npm-6.14.8 Node package manager nspr-4.30 Platform-neutral API for system level and libc like functions nss-3.63 Libraries to support development of security-enabled applications oath-toolkit-2.6.2 Library, tools, and PAM module for OATH authentication oniguruma-6.9.6 Regular expressions library compatible with POSIX/GNU/Perl opendkim-2.10.3_11 DKIM library and milter implementation openldap-client-2.4.58 Open source LDAP client implementation openldap-server-2.4.58_1 Open source LDAP server implementation p11-kit-0.23.22_1 Library for loading and enumerating of PKCS#11 modules p5-AnyEvent-7.17,1 Provide framework for multiple event loops p5-AnyEvent-I3-0.17 Communicate with the i3 window manager p5-Clone-0.45 Recursively copy Perl datatypes p5-Digest-HMAC-1.03_1 Perl5 interface to HMAC Message-Digest Algorithms p5-Encode-Detect-1.01_1 Encode::Encoding subclass that detects the encoding of data p5-Encode-Locale-1.05 Determine the locale encoding p5-Error-0.17029 Error/exception handling in object-oriented programming style p5-HTML-Parser-3.75 Perl5 module for parsing HTML documents p5-HTML-Tagset-3.20_1 Some useful data table in parsing HTML p5-HTTP-Date-6.05 Conversion routines for the HTTP protocol date formats p5-HTTP-Message-6.28 Representation of HTTP style messages p5-IO-HTML-1.001_1 Open an HTML file with automatic charset detection p5-IO-Socket-INET6-2.72_1 Perl module with object interface to AF_INET6 domain sockets p5-IO-Socket-SSL-2.070 Perl5 interface to SSL sockets p5-IO-Tty-1.16 Flexible I/O Perl5 module that allows manipulation of pseudo-TTYs p5-IPC-Run-20200505.0 Run subprocesses with piping and redirection p5-JSON-XS-4.03 JSON serialising/deserialising, done correctly and fast p5-LWP-MediaTypes-6.04 Guess media type for a file or a URL p5-Locale-gettext-1.07 Message handling functions p5-Locale-libintl-1.32 Internationalization library for Perl p5-Module-Build-0.4231 Build and install Perl modules p5-Mozilla-CA-20200520 Perl extension for Mozilla CA cert bundle in PEM format p5-Net-CIDR-Lite-0.21_1 Perl extension for merging IPv4 or IPv6 CIDR addresses p5-Net-DNS-1.29,1 Perl5 interface to the DNS resolver, and dynamic updates p5-Net-IDN-Encode-2.500 Internationalizing Domain Names in Applications (RFC 3490) p5-Net-LibIDN-0.12_5 This module provides access to the libidn library p5-Net-SSLeay-1.88 Perl5 interface to SSL p5-NetAddr-IP-4.079 Work with IPv4 and IPv6 addresses and subnets p5-Socket6-0.29 IPv6 related part of the C socket.h defines and structure manipulators p5-Test-NoWarnings-1.04_2 Hide and store warnings while running test scripts p5-Text-Unidecode-1.30 US-ASCII transliterations of Unicode text p5-TimeDate-2.33,1 Perl5 module containing a better/faster date parser for absolute dates p5-Try-Tiny-0.30 Minimal try/catch with proper localization of $@ p5-Types-Serialiser-1.01 Simple data types for common serialisation formats p5-URI-5.07 Perl5 interface to Uniform Resource Identifier (URI) references p5-Unicode-EastAsianWidth-12.0 East Asian Width properties p5-XML-Parser-2.44 Perl extension interface to James Clark's XML parser, expat p5-common-sense-3.75 Perl common defaults with lower memory usage pango-1.42.4_5 Open-source framework for the layout and rendering of i18n text pciids-20210223 Database of all known IDs used in PCI devices pcre-8.44 Perl Compatible Regular Expressions library pcre2-10.36 Perl Compatible Regular Expressions library, version 2 perl5-5.32.1_1 Practical Extraction and Report Language pgbouncer-1.14.0_1 Lightweight connection pooler for PostgreSQL phabricator-php80-20201119_1 Open source, software engineering platform php80-8.0.3 PHP Scripting Language php80-ctype-8.0.3 The ctype shared extension for php php80-curl-8.0.3 The curl shared extension for php php80-dom-8.0.3 The dom shared extension for php php80-exif-8.0.3 The exif shared extension for php php80-extensions-1.0 "meta-port" to install PHP extensions php80-fileinfo-8.0.3 The fileinfo shared extension for php php80-filter-8.0.3 The filter shared extension for php php80-gd-8.0.3 The gd shared extension for php php80-iconv-8.0.3 The iconv shared extension for php php80-ldap-8.0.3 The ldap shared extension for php php80-mbstring-8.0.3 The mbstring shared extension for php php80-mysqli-8.0.3 The mysqli shared extension for php php80-opcache-8.0.3 The opcache shared extension for php php80-openssl-8.0.3 The openssl shared extension for php php80-pcntl-8.0.3 The pcntl shared extension for php php80-pdo-8.0.3 The pdo shared extension for php php80-pdo_mysql-8.0.3 The pdo_mysql shared extension for php php80-pdo_pgsql-8.0.3 The pdo_pgsql shared extension for php php80-pdo_sqlite-8.0.3 The pdo_sqlite shared extension for php php80-pecl-APCu-5.1.19 APC User Caching php80-pgsql-8.0.3 The pgsql shared extension for php php80-phar-8.0.3 The phar shared extension for php php80-posix-8.0.3 The posix shared extension for php php80-session-8.0.3 The session shared extension for php php80-simplexml-8.0.3 The simplexml shared extension for php php80-sodium-8.0.3 The sodium shared extension for php php80-sqlite3-8.0.3 The sqlite3 shared extension for php php80-tokenizer-8.0.3 The tokenizer shared extension for php php80-xml-8.0.3 The xml shared extension for php php80-xmlreader-8.0.3 The xmlreader shared extension for php php80-xmlwriter-8.0.3 The xmlwriter shared extension for php php80-zip-8.0.3 The zip shared extension for php php80-zlib-8.0.3 The zlib shared extension for php pixman-0.40.0_1 Low-level pixel manipulation library pkg-1.16.3 Package manager pkgconf-1.7.4,1 Utility to help to configure compiler and linker flags png-1.6.37_1 Library for manipulating PNG images portmaster-3.19_28 Manage your ports without external databases or languages portupgrade-2.4.16,2 FreeBSD ports/packages administration and management tool suite postfix-3.5.10,1 Secure alternative to widely-used Sendmail postgresql-libpqxx-7.2.0 New C++ interface for PostgreSQL postgresql13-client-13.2 PostgreSQL database (client) postgresql13-contrib-13.2 The contrib utilities from the PostgreSQL distribution postgresql13-pg_repack-1.4.6 Reorganize tables in PostgreSQL databases with minimal locks postgresql13-server-13.2_1 PostgreSQL is the most advanced open-source database available anywhere protobuf-3.14.0,1 Data interchange format library protobuf-c-1.3.2_7 Code generator and libraries to use Protocol Buffers from pure C py37-Babel-2.9.0 Collection of tools for internationalizing Python applications py37-beaker-1.11.0 Session and Caching library with WSGI Middleware py37-certifi-2020.12.5 Mozilla SSL certificates py37-cffi-1.14.5 Foreign Function Interface for Python calling C code py37-cryptography-3.3.2 Cryptographic recipes and primitives for Python developers py37-cython-0.29.21 Compiler for Writing C Extensions for the Python Language py37-evdev-1.3.0 Bindings to the Linux input handling subsystem py37-greenlet-1.0.0 Light-weight microthreads for Python py37-idna-2.10 Internationalized Domain Names in Applications (IDNA) py37-mako-1.0.14_1 Super-fast templating language in Python py37-markupsafe-1.1.1_1 Implements XML/HTML/XHTML Markup safe string for Python py37-msgpack-1.0.2 MessagePack (de)serializer for Python py37-openssl-20.0.1 Python interface to the OpenSSL library py37-ply-3.11 Python Lex-Yacc py37-pycparser-2.20 C parser in Python py37-pynvim-0.4.3 Python client and plugin host for Neovim py37-pysocks-1.7.1 Python SOCKS module py37-pytz-2020.5,1 World Timezone Definitions for Python py37-pyudev-0.22.0 Pure Python libudev binding py37-setuptools-44.0.0 Python packages installer py37-six-1.15.0 Python 2 and 3 compatibility utilities py37-urllib3-1.25.11,1 HTTP library with thread-safe connection pooling, file post, and more py37-yaml-5.3.1_1 Python YAML parser python-3.7_3,2 "meta-port" for the default version of Python interpreter python3-3_3 The "meta-port" for version 3 of the Python interpreter python37-3.7.10 Interpreted object-oriented programming language re2c-0.14.3 Compile regular expression to C (much faster final code than flex) readline-8.1.0 Library for editing command lines as they are typed rhash-1.4.1 Utility and library for computing and checking of file hashes rsync-3.2.3 Network file distribution/synchronization utility ruby-2.7.3,1 Object-oriented interpreted scripting language ruby27-bdb-0.6.6_8 Ruby interface to Oracle Berkeley DB revision 2 or later ruby27-gems-3.0.8 Package management framework for the Ruby language rubygem-asciidoctor-2.0.12 Fast, open source text processor and publishing toolchain rubygem-rdoc-6.3.0 RDoc produces HTML and command-line documentation for Ruby projects screen-4.8.0_3 Multi-screen window manager sdocbook-xml-1.1_2,2 "Simplified" DocBook XML DTD sessreg-1.1.2 Manage utmp/wtmp entries for non-init X clients setxkbmap-1.3.2 Set the keyboard using the X Keyboard Extension smproxy-1.0.6 Session Manager Proxy socat-1.7.4.1_1 Multipurpose relay and more sogo-activesync-5.0.1_1 Groupware server with a focus on scalability and open standards sope-5.0.1_1 Extensive set of GNUstep web application frameworks spamassassin-3.4.5 Highly efficient mail filter for identifying spam sqlite3-3.34.1_1,1 SQL database engine in a C library sshguard-2.4.1,1 Protect hosts from brute-force attacks against SSH and other services startup-notification-0.12_4 Library that supports startup notification spec from freedesktop.org sudo-1.9.6p1 Allow others to run commands as root swig-4.0.2 Generate wrappers for calling C/C++ code from other languages tcl86-8.6.11_1 Tool Command Language texinfo-6.7_4,1 Typeset documentation system with multiple format output tiff-4.2.0 Tools and library routines for working with TIFF images tpm-emulator-0.7.4_2 Trusted Platform Module (TPM) emulator trousers-0.3.14_3 Open-source TCG Software Stack twm-1.0.11 Tab Window Manager for the X Window System unbound-1.13.1 Validating, recursive, and caching DNS resolver unibilium-2.1.0 Very basic terminfo library unixODBC-2.3.9 ODBC library suite for Unix w3m-0.5.3.20210306 Pager/text-based WWW browser wayland-1.19.0 Wayland composite "server" wayland-protocols-1.20 Wayland protocols wbxml2-0.11.7 Library & tools for converting wbxml<->xml webp-1.2.0 Google WebP image format conversion tool wt-4.5.0 Widget-centric C++ library for developing web applications x11perf-1.6.1 X11 server performance test program xauth-1.1 X authority file utility xbacklight-1.2.3 Program to adjust backlight brightness xbitmaps-1.1.2 X.Org bitmaps data xcalc-1.1.0 Scientific calculator for X xcb-proto-1.14.1 The X protocol C-language Binding (XCB) protocol xcb-util-0.4.0_2,1 Module with libxcb/libX11 extension/replacement libraries xcb-util-cursor-0.1.3 XCB cursor library xcb-util-image-0.4.0_1 Port of Xlib's XImage and XShmImage functions xcb-util-keysyms-0.4.0_1 Standard X key constants and conversion to/from keycodes xcb-util-renderutil-0.3.9_1 Convenience functions for the Render extension xcb-util-wm-0.4.1_3 Framework for window manager implementation xcb-util-xrm-1.3 XCB utility functions for the X resource manager xclock-1.0.9 Analog and digital clock for X xcmsdb-1.0.5 Device Color Characterization utility for X xconsole-1.0.7_1 Monitor system console messages with X xcursor-themes-1.0.6 X.org cursors themes xcursorgen-1.0.7 Create an X cursor file from a collection of PNG images xdpyinfo-1.3.2_3 Display information utility for X xdriinfo-1.0.6_3 Query configuration information of DRI drivers xev-1.2.4 Print contents of X events xf86-input-keyboard-1.9.0_4 X.Org keyboard input driver xf86-input-libinput-0.30.0_1 X.Org libinput input driver xf86-input-mouse-1.9.3_3 X.Org mouse input driver xf86-video-scfb-0.0.5_2 X.Org syscons display driver xf86-video-vesa-2.5.0 X.Org vesa display driver xf86dga-1.0.3_1 Test program for the XFree86-DGA extension xgamma-1.0.6 Gamma correction through the X server xgc-1.0.5 X graphics demo xhost-1.0.8 Server access control program for X xinit-1.4.1,1 X Window System initializer xinput-1.6.3 Very useful utility for configuring and testing XInput devices xkbcomp-1.4.4 Compile XKB keyboard description xkbevd-1.1.4 XKB event daemon xkbutils-1.0.4_2 XKB utility demos xkeyboard-config-2.31 X Keyboard Configuration Database xkill-1.0.5 Utility for killing a client by its X resource xlsatoms-1.1.3 List interned atoms defined on a server xlsclients-1.1.4 List client applications running on a display xmessage-1.0.5 Display message or query in a X window xmlcatmgr-2.2_2 SGML and XML catalog manager xmlcharent-0.3_2 XML character entities xmlsec1-1.2.29 XML Security Library xmlto-0.0.28 Front-end to an XSL toolchain xmodmap-1.0.10 Utility for modifying keymaps and pointer button mappings in X xorg-7.7_3 X.Org complete distribution metaport xorg-apps-7.7_4 X.org apps meta-port xorg-drivers-7.7_6 X.org drivers meta-port xorg-fonts-7.7_1 X.org fonts meta-port xorg-fonts-100dpi-7.7 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-7.7 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.7 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.7 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.7_1 X.Org TrueType fonts xorg-fonts-type1-7.7 X.Org Type1 fonts xorg-libraries-7.7_4 X.org libraries meta-port xorg-macros-1.19.2 X.Org development aclocal macros xorg-server-1.20.9_3,1 X.Org X server and related programs xorgproto-2020.1 X Window System unified protocol definitions xpr-1.0.5 Utility for printing an X window dump xprop-1.2.5 Property displayer for X xrandr-1.5.1 Primitive command line interface to the RandR extension xrdb-1.2.0 X server resource database utility xrefresh-1.0.6 Refresh all or part of an X screen xset-1.2.4_3 User preference utility for X xsetroot-1.1.2 Root window parameter setting utility for X xterm-367 Terminal emulator for the X Window System xtrans-1.4.0 Abstract network code for X xvinfo-1.1.4 Print out X-Video extension adaptor information xwd-1.0.7 Dump an image of an X window xwininfo-1.1.5 Window information utility for X xwud-1.0.5 Image displayer for X xxhash-0.8.0 Extremely fast non-cryptographic hash algorithm yajl-2.1.0 Portable JSON parsing and serialization library in ANSI C zfstools-0.3.6_1 OpenSolaris-compatible auto snapshotting for ZFS zip-3.0_1 Create/update ZIP files compatible with PKZIP zstd-1.4.8 Fast real-time compression algorithm
(In reply to Mohammad S. Babaei from comment #3) Arcanist needs PHP CLI, which you disabled: lang_php80_UNSET+=\ CLI \ That's why the build fails. It would also not work at all without the php binary, as arcanist is a command line tool written in PHP. By installing the binary arcanist-lib package from the package repos you automatically pulled in a php80 package provided from there as well (was presented to you due to "options changed" or something similar), which contains the PHP binary and replaced the one you built locally.
I'll add USES=php:cli to the port, so in the future there will be a clear error message: # make install This port requires the CLI version of PHP, but you have already installed a PHP port without CLI. *** Error code 1
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=82238aa309a43df52fc0e84e2847c45afe2645b0 commit 82238aa309a43df52fc0e84e2847c45afe2645b0 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2021-04-15 17:04:13 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2021-04-15 17:25:54 +0000 devel/arcanist-lib: Require CLI version of php PR: 255088 Reported by: Mohammad S. Babaei <info@babaei.net> devel/arcanist-lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=54caba72f1bd428fcda2bb76b88f98382c773c11 commit 54caba72f1bd428fcda2bb76b88f98382c773c11 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2021-04-15 17:11:02 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2021-04-15 17:25:54 +0000 devel/phabricator: Require CLI version of php PR: 255088 Reported by: Mohammad S. Babaei <info@babaei.net> devel/phabricator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thank you very much for the great explanation.