Date: Wed, 18 Mar 2020 02:20:04 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528623 - in head: comms/aprsd databases/gnats4 deskutils/easystroke devel/gitg0 devel/zpu-gcc dns/bundy finance/ledger games/lander games/rlvm multimedia/cclive print/pdf-tools securit... Message-ID: <202003180220.02I2K45r025816@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Mar 18 02:20:03 2020 New Revision: 528623 URL: https://svnweb.freebsd.org/changeset/ports/528623 Log: Unmark certain ports as broken on powerpc64 elfv2, after a trybroken run. (Note that these have not yet been re-tested on elfv1.) While here, pet portlint (e.g. location of BROKEN_*, and, in one case, USES). Approved by: portmgr (tier-2 blanket) Modified: head/comms/aprsd/Makefile head/databases/gnats4/Makefile head/deskutils/easystroke/Makefile head/devel/gitg0/Makefile head/devel/zpu-gcc/Makefile head/dns/bundy/Makefile head/finance/ledger/Makefile head/games/lander/Makefile head/games/rlvm/Makefile head/multimedia/cclive/Makefile head/print/pdf-tools/Makefile head/security/fwbuilder/Makefile head/security/pam_ssh_agent_auth/Makefile head/sysutils/acpica-tools/Makefile head/sysutils/usbhotkey/Makefile head/textproc/apertium/Makefile head/www/mod_authnz_crowd/Makefile Modified: head/comms/aprsd/Makefile ============================================================================== --- head/comms/aprsd/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/comms/aprsd/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -13,7 +13,8 @@ COMMENT= Server daemon providing Internet access to AP LICENSE= GPLv2 -BROKEN_powerpc64= fails to link: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)' +BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)' +BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)' GNU_CONFIGURE= yes SUB_FILES= pkg-message pkg-deinstall Modified: head/databases/gnats4/Makefile ============================================================================== --- head/databases/gnats4/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/databases/gnats4/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -13,7 +13,8 @@ COMMENT= GNATS, the GNU Problem Report Management Syst BROKEN_mips= Does not build: error: conflicting types for yy_scan_string BROKEN_mips64= Does not build: error: conflicting types for yy_scan_string -BROKEN_powerpc64= Does not build: error: conflicting types for yy_scan_string +BROKEN_FreeBSD_11_powerpc64= fails to build on powerpc64 elfv1: conflicting types for yy_scan_string +BROKEN_FreeBSD_12_powerpc64= fails to build on powerpc64 elfv1: conflicting types for yy_scan_string GNU_CONFIGURE= yes USES= cpe gmake makeinfo Modified: head/deskutils/easystroke/Makefile ============================================================================== --- head/deskutils/easystroke/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/deskutils/easystroke/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -13,7 +13,8 @@ COMMENT= Easystroke is a gesture-recognition applicati LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to build: handler.cc:560:27: call of overloaded 'abs(float&)' is ambiguous +BROKEN_FreeBSD_11_powerpc64= fails to build on powerpc64 elfv1: handler.cc:560:27: call of overloaded 'abs(float&)' is ambiguous +BROKEN_FreeBSD_12_powerpc64= fails to build on powerpc64 elfv1: handler.cc:560:27: call of overloaded 'abs(float&)' is ambiguous BUILD_DEPENDS= help2man:misc/help2man \ ${LOCALBASE}/include/xorg/xserver-properties.h:x11-servers/xorg-server Modified: head/devel/gitg0/Makefile ============================================================================== --- head/devel/gitg0/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/devel/gitg0/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -14,7 +14,8 @@ COMMENT= GTK-based git repository viewer (gtk2 version LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to link: gitg-branch-actions.o(.text+0x46c): unresolvable R_PPC64_REL24 relocation against symbol gitg_revision_get_subject +BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: gitg-branch-actions.o(.text+0x46c): unresolvable R_PPC64_REL24 relocation against symbol gitg_revision_get_subject +BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: gitg-branch-actions.o(.text+0x46c): unresolvable R_PPC64_REL24 relocation against symbol gitg_revision_get_subject RUN_DEPENDS= git:devel/git Modified: head/devel/zpu-gcc/Makefile ============================================================================== --- head/devel/zpu-gcc/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/devel/zpu-gcc/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -12,10 +12,11 @@ COMMENT= ZPU gcc compiler LICENSE= GPLv2 +BROKEN_FreeBSD_11_powerpc64= fails to compile on powerpc64 elfv1: libgcc2.h: conflicting types for '__structdi3' +BROKEN_FreeBSD_12_powerpc64= fails to compile on powerpc64 elfv1: libgcc2.h: conflicting types for '__structdi3' + BUILD_DEPENDS= ${LOCALBASE}/zpu/bin/zpu-elf-as:devel/zpu-binutils RUN_DEPENDS:= ${BUILD_DEPENDS} - -BROKEN_powerpc64= fails to compile: libgcc2.h: conflicting types for '__structdi3' WRKSRC= ${WRKDIR}/${DISTNAME}/toolchain USES= gettext gmake makeinfo Modified: head/dns/bundy/Makefile ============================================================================== --- head/dns/bundy/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/dns/bundy/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -17,6 +17,11 @@ LICENSE_NAME= ISC License LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_armv6= fails to build: Child process terminated abnormally: Segmentation fault +BROKEN_armv7= fails to build: Child process terminated abnormally: Segmentation fault +BROKEN_FreeBSD_11_powerpc64= fails to configure on powerpc64 elfv1: checking for botan/botan.h... no +BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: checking for botan/botan.h... no + BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \ sqlite3>=3.3.9:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} @@ -25,10 +30,6 @@ LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ libgmp.so:math/gmp \ libsqlite3.so:databases/sqlite3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} - -BROKEN_armv6 = fails to build: Child process terminated abnormally: Segmentation fault -BROKEN_armv7 = fails to build: Child process terminated abnormally: Segmentation fault -BROKEN_powerpc64= fails to configure: checking for botan/botan.h... no USES= compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl USE_CSTD= gnu99 Modified: head/finance/ledger/Makefile ============================================================================== --- head/finance/ledger/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/finance/ledger/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -16,17 +16,17 @@ COMMENT= John Wiegley's command line accounting progra LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: ibledger.so.3: undefined reference to boost::match_results +BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: ibledger.so.3: undefined reference to boost::match_results + BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libboost_system.so:devel/boost-libs -BROKEN_powerpc64= fails to link: ibledger.so.3: undefined reference to boost::match_results - +USES= cmake compiler:c++11-lib libedit USE_GITHUB= yes - USE_LDCONFIG= yes -USES= cmake compiler:c++11-lib libedit CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ -DCMAKE_INCLUDE_PATH=${LOCALBASE}/include Modified: head/games/lander/Makefile ============================================================================== --- head/games/lander/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/games/lander/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -14,7 +14,8 @@ COMMENT= Lunar Lander clone LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to configure: error: Could not link against boost_filesystem-boost_filesystem +BROKEN_FreeBSD_11_powerpc64= fails to configure on powerpc64 elfv1: could not link against boost_filesystem-boost_filesystem +BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: could not link against boost_filesystem-boost_filesystem LIB_DEPENDS= libfreetype.so:print/freetype2 \ libboost_filesystem.so:devel/boost-libs \ Modified: head/games/rlvm/Makefile ============================================================================== --- head/games/rlvm/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/games/rlvm/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -16,7 +16,8 @@ COMMENT= RealLive virtual machine clone LICENSE= GPLv2 GPLv3 MIT LICENSE_COMB= multi -BROKEN_powerpc64= fails to link: gcn_platform.cc: undefined reference to gcn::Exception::Exception +BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: gcn_platform.cc: undefined reference to gcn::Exception::Exception +BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: gcn_platform.cc: undefined reference to gcn::Exception::Exception BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ Modified: head/multimedia/cclive/Makefile ============================================================================== --- head/multimedia/cclive/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/multimedia/cclive/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -12,7 +12,8 @@ COMMENT= Lightweight command line video extraction too LICENSE= GPLv3 -BROKEN_powerpc64= fails to configure: cannot find the flags to link with Boost date_time +BROKEN_FreeBSD_11_powerpc64= fails to configure on powerpc64 elfv1: cannot find the flags to link with Boost date_time +BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: cannot find the flags to link with Boost date_time LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ Modified: head/print/pdf-tools/Makefile ============================================================================== --- head/print/pdf-tools/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/print/pdf-tools/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -14,7 +14,8 @@ COMMENT= Emacs support library for PDF files LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to configure: cannot find necessary poppler-private header (see README.org) +BROKEN_FreeBSD_11_powerpc64= fails to configure on powerpc64 elfv1: cannot find necessary poppler-private header (see README.org) +BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: cannot find necessary poppler-private header (see README.org) BUILD_DEPENDS= cask${EMACS_PKGNAMESUFFIX}>0:devel/cask@${EMACS_FLAVOR} \ tablist${EMACS_PKGNAMESUFFIX}>=0.70.4:devel/tablist@${EMACS_FLAVOR} Modified: head/security/fwbuilder/Makefile ============================================================================== --- head/security/fwbuilder/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/security/fwbuilder/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -10,7 +10,8 @@ CATEGORIES= security MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder GUI and policy compilers -BROKEN_powerpc64= fails to configure: libz library not found +BROKEN_FreeBSD_11_powerpc64= fails to configure on powerpc64 elfv1: libz library not found +BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: libz library not found LIB_DEPENDS= libxslt.so:textproc/libxslt \ libnetsnmp.so:net-mgmt/net-snmp Modified: head/security/pam_ssh_agent_auth/Makefile ============================================================================== --- head/security/pam_ssh_agent_auth/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/security/pam_ssh_agent_auth/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -11,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PAM module which permits authentication via ssh-agent BROKEN_mips64= fails to compile: ed25519-donna-portable.h:85:4: Need a uint128_t implementation! -BROKEN_powerpc64= fails to compile: ed25519-donna-portable.h: warning: ALIGN redefined +BROKEN_FreeBSD_11_powerpc64= fails to compile on powerpc64 elfv1: ed25519-donna-portable.h: warning: ALIGN redefined +BROKEN_FreeBSD_12_powerpc64= fails to compile on powerpc64 elfv1: ed25519-donna-portable.h: warning: ALIGN redefined USES= perl5 ssl tar:bzip2 USE_PERL5= build Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/sysutils/acpica-tools/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -14,7 +14,8 @@ COMMENT= Tools from the ACPI Component Architecture (A LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual -BROKEN_powerpc64= fails to compile: comparison is always true due to limited range of data type +BROKEN_FreeBSD_11_powerpc64= fails to compile on powerpc64 elfv1: comparison is always true due to limited range of data type +BROKEN_FreeBSD_12_powerpc64= fails to compile on powerpc64 elfv1: comparison is always true due to limited range of data type USES= gmake Modified: head/sysutils/usbhotkey/Makefile ============================================================================== --- head/sysutils/usbhotkey/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/sysutils/usbhotkey/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -12,10 +12,11 @@ COMMENT= Utility to remap USB keyboards under X11 LICENSE= GPLv2 +BROKEN_FreeBSD_11_powerpc64= fails to compile on powerpc64 elfv1: ruby.h: wrong number of arguments specified for 'deprecated' attribute +BROKEN_FreeBSD_12_powerpc64= fails to compile on powerpc64 elfv1: ruby.h: wrong number of arguments specified for 'deprecated' attribute + LIB_DEPENDS= libhid.so:devel/libhid \ libXtst.so:x11/libXtst - -BROKEN_powerpc64= fails to compile: ruby.h: wrong number of arguments specified for 'deprecated' attribute USES= gmake USE_RUBY= yes Modified: head/textproc/apertium/Makefile ============================================================================== --- head/textproc/apertium/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/textproc/apertium/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -12,7 +12,8 @@ COMMENT= Toolbox to build shallow-transfer machine tra LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to configure: error: *** unable to locate pcrecpp library *** +BROKEN_FreeBSD_11_powerpc64= fails to configure on powerpc64 elfv1: *** unable to locate pcrecpp library *** +BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: *** unable to locate pcrecpp library *** BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= liblttoolbox3.so:textproc/lttoolbox \ Modified: head/www/mod_authnz_crowd/Makefile ============================================================================== --- head/www/mod_authnz_crowd/Makefile Wed Mar 18 01:58:08 2020 (r528622) +++ head/www/mod_authnz_crowd/Makefile Wed Mar 18 02:20:03 2020 (r528623) @@ -15,7 +15,8 @@ LICENSE= APACHE20 BROKEN_mips= fails to build: error: curl/curl.h: No such file or directory BROKEN_mips64= fails to build: error: curl/curl.h: No such file or directory -BROKEN_powerpc64= fails to build: error: curl/curl.h: No such file or directory +BROKEN_FreeBSD_11_powerpc64= fails to build on powerpc64 elfv1: curl/curl.h: No such file or directory +BROKEN_FreeBSD_12_powerpc64= fails to build on powerpc64 elfv1: curl/curl.h: No such file or directory LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ libcurl.so:ftp/curl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003180220.02I2K45r025816>