Date: Fri, 26 May 2017 15:08:19 -0500 From: Mark Linimon <linimon@lonesome.com> To: aehlig@linta.de, ale@FreeBSD.org, bacon4000@gmail.com, bofh@FreeBSD.org, brooks@FreeBSD.org, danfe@FreeBSD.org, estrabd@gmail.com, james@elstone.net, johans@FreeBSD.org, makc@FreeBSD.org, mark@tranquillussoftware.co.uk, mmokhi@FreeBSD.org, numisemis@yahoo.com, office@FreeBSD.org, olgeni@FreeBSD.org, tj@FreeBSD.org, tremere@cainites.net, yuri@rawbw.com Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r441814 - in head: archivers/snappy-java astro/boinc-astropulse audio/funktrackergold audio/gervill biology/bwa biology/crux comms/rxtx databases/xapian-core10 devel/bazel devel/charva ...] Message-ID: <20170526200819.GA23374@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI. You do not need to take any action. archivers/snappy-java mark@tranquillussoftware.co.uk biology/bwa bacon4000@gmail.com comms/rxtx james@elstone.net devel/bazel aehlig@linta.de devel/charva ale@FreeBSD.org devel/flexdock makc@FreeBSD.org devel/llvm38 brooks@FreeBSD.org dns/dnsutl johans@FreeBSD.org dns/powerdns-recursor tremere@cainites.net editors/codelite mmokhi@FreeBSD.org games/netradiant danfe@FreeBSD.org german/hunspell office@FreeBSD.org graphics/lightzone yuri@rawbw.com java/jcommon olgeni@FreeBSD.org java/sigar tj@FreeBSD.org lang/afnix johans@FreeBSD.org lang/onyx bofh@FreeBSD.org lang/qore estrabd@gmail.com lang/see numisemis@yahoo.com mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Fri, 26 May 2017 20:02:44 +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: r441814 - in head: archivers/snappy-java astro/boinc-astropulse audio/funktrackergold audio/gervill biology/bwa biology/crux comms/rxtx databases/xapian-core10 devel/bazel devel/charva ... Author: linimon Date: Fri May 26 20:02:44 2017 New Revision: 441814 URL: https://svnweb.freebsd.org/changeset/ports/441814 Log: Mark some ports failing on armv6, for errors classified as "???". While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/archivers/snappy-java/Makefile head/astro/boinc-astropulse/Makefile head/audio/funktrackergold/Makefile head/audio/gervill/Makefile head/biology/bwa/Makefile head/biology/crux/Makefile head/comms/rxtx/Makefile head/databases/xapian-core10/Makefile head/devel/bazel/Makefile head/devel/charva/Makefile head/devel/flexdock/Makefile head/devel/guile-lib/Makefile head/devel/jna/Makefile head/devel/llvm38/Makefile head/devel/smake/Makefile head/devel/statcvs/Makefile head/dns/dnsutl/Makefile head/dns/powerdns-recursor/Makefile head/editors/codelite/Makefile head/editors/texmacs/Makefile head/games/exult/Makefile head/games/jinput/Makefile head/games/netradiant/Makefile head/german/hunspell/Makefile head/graphics/lightzone/Makefile head/java/java3d/Makefile head/java/jcommon/Makefile head/java/sigar/Makefile head/lang/afnix/Makefile head/lang/onyx/Makefile head/lang/qore/Makefile head/lang/see/Makefile Modified: head/archivers/snappy-java/Makefile ============================================================================== --- head/archivers/snappy-java/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/archivers/snappy-java/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -25,6 +25,8 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 +BROKEN_armv6= fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes + USE_GITHUB= yes GH_ACCOUNT= xerial GH_PROJECT= snappy-java Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/astro/boinc-astropulse/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw RUN_DEPENDS= boinc_client:net/boinc-client LIB_DEPENDS= libfftw3f.so:math/fftw3-float +BROKEN_armv6= fails to compile: call to abs is ambiguous + GNU_CONFIGURE= yes USES= autoreconf gmake libtool pkgconfig tar:xz WRKSRC_SUBDIR= client Modified: head/audio/funktrackergold/Makefile ============================================================================== --- head/audio/funktrackergold/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/audio/funktrackergold/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -22,7 +22,10 @@ MAKE_ARGS= EXTRA_LDFLAGS="-lpthread" PORTDOCS= INSTALL PLIST_FILES= bin/funkgold -BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_armv6= fails to compile: function definition is not allowed here +BROKEN_mips= fails to compile: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_mips64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_powerpc64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable do-install: ${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin Modified: head/audio/gervill/Makefile ============================================================================== --- head/audio/gervill/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/audio/gervill/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -12,6 +12,8 @@ COMMENT= Generic sound synthesizer for J LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv6= fails to package: find: *: No such file or directory + USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/biology/bwa/Makefile ============================================================================== --- head/biology/bwa/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/biology/bwa/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -11,8 +11,11 @@ COMMENT= Burrows-Wheeler sequence aligne LICENSE= GPLv3 -BROKEN_aarch64= fails to compile: error: invalid conversion between vector type and integer type -BROKEN_powerpc64= fails to compile: ksw.c: error: emmintrin.h: No such file or directory +BROKEN_aarch64= fails to compile: invalid conversion between vector type and integer type +BROKEN_armv6= fails to compile: invalid conversion between vector type and integer type +BROKEN_mips= fails to compile: cc1: unrecognized command line option "-msse2" +BROKEN_mips64= fails to compile: cc1: unrecognized command line option "-msse2" +BROKEN_powerpc64= fails to compile: ksw.c: emmintrin.h: No such file or directory USES= perl5 shebangfix tar:bzip2 SHEBANG_FILES= qualfa2fq.pl xa2multi.pl Modified: head/biology/crux/Makefile ============================================================================== --- head/biology/crux/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/biology/crux/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi BROKEN_aarch64= Fails to link: ImportError: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc5/libgfortran.so.3 not found -BROKEN_armv64= Fails to link: ImportError: /usr/local/lib/gcc49/libgfortran.so.3: Undefined symbol "__aeabi_ldivmod" +BROKEN_armv6= Fails to link: ImportError: /usr/local/lib/gcc49/libgfortran.so.3: Undefined symbol "__aeabi_ldivmod" USES= fortran gmake python tar:bzip2 USE_CSTD= gnu99 Modified: head/comms/rxtx/Makefile ============================================================================== --- head/comms/rxtx/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/comms/rxtx/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -16,6 +16,8 @@ COMMENT= Native interface to serial port LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to link: librxtxParallel.so: No such file or directory + USES= gmake libtool zip USE_JAVA= yes Modified: head/databases/xapian-core10/Makefile ============================================================================== --- head/databases/xapian-core10/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/databases/xapian-core10/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -13,6 +13,10 @@ COMMENT= Probabilistic text search datab LICENSE= GPLv2 +BROKEN_armv6= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous +BROKEN_mips= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous +BROKEN_mips64= fails to install: quartz_log.cc:: error: call to 'om_tostring' is ambiguous + CONFLICTS_INSTALL= xapian-core- xapian-core12- USES= libtool Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/devel/bazel/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= bash:shells/bash \ zip:archivers/zip +BROKEN_armv6= fails to package: cp: bazel: No such file or directory + # In bazel, a release is always code-wise identical to the final release candidate. # Hence we can also download that one and so have a simple way to also test earlier release # candidates. Modified: head/devel/charva/Makefile ============================================================================== --- head/devel/charva/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/devel/charva/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -14,6 +14,8 @@ COMMENT= Java Windowing Toolkit for Text BUILD_DEPENDS= gmake:devel/gmake RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging +BROKEN_armv6= fails to compile: build.xml: compilation failed + OPTIONS_DEFINE= DOCS USES= dos2unix zip Modified: head/devel/flexdock/Makefile ============================================================================== --- head/devel/flexdock/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/devel/flexdock/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -9,6 +9,8 @@ MASTER_SITES= http://forge.scilab.org/in MAINTAINER= makc@FreeBSD.org COMMENT= Swing windowing and docking framework +BROKEN_armv6= fails to package: flexdock/api: No such file or directory + USE_ANT= yes USE_JAVA= yes Modified: head/devel/guile-lib/Makefile ============================================================================== --- head/devel/guile-lib/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/devel/guile-lib/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -12,6 +12,8 @@ COMMENT= Repository of useful code writt BUILD_DEPENDS= guile:lang/guile RUN_DEPENDS= guile:lang/guile +BROKEN_armv6= fails to compile: stack overflow + USES= gmake GNU_CONFIGURE= yes Modified: head/devel/jna/Makefile ============================================================================== --- head/devel/jna/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/devel/jna/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.LGPL LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.AL +BROKEN_armv6= fails to compile: build.xml: compilation failed + USES= autoreconf:build gmake libtool USE_ANT= yes USE_JAVA= yes Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/devel/llvm38/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -12,7 +12,8 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= LLVM and Clang -BROKEN_powerpc64= Does not build: internal compiler error: Killed (program cc1plus) +BROKEN_armv6= fails to compile: fatal error: llvm/IR/Attributes.inc file not found +BROKEN_powerpc64= fails to compile: internal compiler error: Killed (program cc1plus) LLVM_RELEASE= ${DISTVERSION:C/rc.*//} RCDIR= ${DISTVERSION:S/${LLVM_RELEASE}//:C|(rc.*)|\1/|} Modified: head/devel/smake/Makefile ============================================================================== --- head/devel/smake/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/devel/smake/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -9,12 +9,14 @@ MASTER_SITES= SF/s-make MAINTAINER= ports@FreeBSD.org COMMENT= Portable make program with automake features -BROKEN_i386= Does not compile - LICENSE= CDDL GPLv2 LICENSE_COMB= multi LICENSE_FILE_CDDL= ${WRKSRC}/CDDL.Schily.txt +BROKEN_i386= fails to compile +NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS_REASON= unknown rule to build: ./RULES/arm-freebsd-/nxb-bin/usr/bin/cc.rul + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g} USES= gmake tar:bzip2 Modified: head/devel/statcvs/Makefile ============================================================================== --- head/devel/statcvs/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/devel/statcvs/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -14,6 +14,8 @@ COMMENT= CVS repository activity report LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/etc/LICENSE +BROKEN_armv6= fails to compile: build.xml: compilation failed + USES= zip USE_JAVA= yes USE_ANT= yes Modified: head/dns/dnsutl/Makefile ============================================================================== --- head/dns/dnsutl/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/dns/dnsutl/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -12,6 +12,8 @@ COMMENT= Programs to make using DNS easi LIB_DEPENDS= libexplain.so:devel/libexplain +BROKEN_armv6= fails to package: FAILED test of common/srrf.c file + GNU_CONFIGURE= yes ALL_TARGET= all sure CPPFLAGS+= -I${LOCALBASE}/include Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/dns/powerdns-recursor/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -17,6 +17,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_context.so:devel/boost-libs +BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string Modified: head/editors/codelite/Makefile ============================================================================== --- head/editors/codelite/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/editors/codelite/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -14,6 +14,8 @@ LICENSE= GPLv2+ RUN_DEPENDS= xterm:x11/xterm LIB_DEPENDS+= libhunspell-1.6.so:textproc/hunspell +BROKEN_armv6= fails to configure: has leading or trailing whitespace. This is now an error according to policy CMP0004 + USE_GITHUB= yes GH_ACCOUNT= eranif Modified: head/editors/texmacs/Makefile ============================================================================== --- head/editors/texmacs/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/editors/texmacs/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -19,6 +19,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libgmp.so:math/gmp RUN_DEPENDS= fig2dev:print/transfig +BROKEN_armv6= fails to compile: call to min is ambiguous + USES= cpe desktop-file-utils gmake iconv localbase pkgconfig python \ shared-mime-info shebangfix USE_TEX= tex:run dvipsk:run Modified: head/games/exult/Makefile ============================================================================== --- head/games/exult/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/games/exult/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libpng.so:graphics/png +BROKEN_armv6= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char +BROKEN_aarch64= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char + USE_GITHUB= yes GH_TAGNAME= b15afba @@ -60,6 +63,4 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -BROKEN_aarch64= Fails to compile: error: constant expression evaluates to -1 which cannot be narrowed to type char - .include <bsd.port.mk> Modified: head/games/jinput/Makefile ============================================================================== --- head/games/jinput/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/games/jinput/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -12,6 +12,8 @@ COMMENT= Java Game Controller API BUILD_DEPENDS= ${JAVALIBDIR}/jutils/jutils.jar:games/jutils RUN_DEPENDS= ${JAVALIBDIR}/jutils/jutils.jar:games/jutils +BROKEN_armv6= fails to compile: build.xml: compilation failed + USES= tar:bzip2 USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/games/netradiant/Makefile ============================================================================== --- head/games/netradiant/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/games/netradiant/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -19,6 +19,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libwebp.so:graphics/webp +BROKEN_aarch64= fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object +BROKEN_armv6= fails to build: h2data.armv6: No such file or directory + USES= gmake jpeg pkgconfig tar:bzip2 USE_GL= gl USE_GNOME= gtk20 libxml2 @@ -32,9 +35,6 @@ SUB_FILES= ${PORTNAME} SUB_LIST= ARCH=${ARCH} PLIST_SUB:= ${SUB_LIST} -BROKEN_aarch64= Fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object -BROKEN_armv6= Fails to build: h2data.armv6: No such file or directory - post-patch: # Add missing checks for __FreeBSD__ @${FIND} ${WRKSRC}/tools -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} \ Modified: head/german/hunspell/Makefile ============================================================================== --- head/german/hunspell/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/german/hunspell/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -18,6 +18,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= aspell:textproc/aspell \ hunspell:textproc/hunspell +BROKEN_armv6= fails to install: hunspell-capmain-plus_de_DE.tmp: Error 1 + USES= gmake perl5 shebangfix tar:bzip2 ALL_TARGET= hunspell-all NO_ARCH= yes Modified: head/graphics/lightzone/Makefile ============================================================================== --- head/graphics/lightzone/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/graphics/lightzone/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -22,6 +22,8 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 libtiff.so:graphics/tiff RUN_DEPENDS= jhindexer:java/javahelp +BROKEN_armv6= fails to compile: build.xml: exec returned: 1 + USE_GITHUB= yes GH_ACCOUNT= ktgw0316 GH_PROJECT= LightZone Modified: head/java/java3d/Makefile ============================================================================== --- head/java/java3d/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/java/java3d/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -13,6 +13,8 @@ COMMENT= Provides API for creating and m LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi +BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details + USES= tar:bzip2 USE_JAVA= yes USE_GL= gl Modified: head/java/jcommon/Makefile ============================================================================== --- head/java/jcommon/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/java/jcommon/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -11,6 +11,8 @@ COMMENT= Collection of useful classes us LICENSE= LGPL21 +BROKEN_armv6= fails to package: find: *: No such file or directory + USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/java/sigar/Makefile ============================================================================== --- head/java/sigar/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/java/sigar/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/NOTICE BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant LIB_DEPENDS= libsigar.so:devel/sigar +BROKEN_armv6= fails to compile: jni-build.xml: gcc failed with return code 1 + USE_GITHUB= yes GH_ACCOUNT= amishHammer GH_TAGNAME= b5af695 Modified: head/lang/afnix/Makefile ============================================================================== --- head/lang/afnix/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/lang/afnix/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -12,9 +12,10 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Multi-threaded functional programming language -BROKEN_powerpc= does not configure -BROKEN_powerpc64= does not build: afnix-setup: cannot determine linking type -BROKEN_i386= does not build +BROKEN_armv6= fails to compile: operator new takes type size_t as first parameterk/er +BROKEN_i386= fails to build +BROKEN_powerpc= fails to configure +BROKEN_powerpc64= fails to build: afnix-setup: cannot determine linking type USES= compiler:c++11-lang gmake tar:tgz USE_LDCONFIG= yes Modified: head/lang/onyx/Makefile ============================================================================== --- head/lang/onyx/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/lang/onyx/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -15,6 +15,10 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= cook:devel/cook LIB_DEPENDS= libpcre.so:devel/pcre +BROKEN_armv6= fails to compile: building for onyx-5.1.2_6: error code 1 +BROKEN_mips= fails to compile: building for onyx-5.1.2_6: error code 1 +BROKEN_mips64= fails to compile: building for onyx-5.1.2_6: error code 1 + USES= libedit shebangfix tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \ @@ -25,8 +29,6 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS PLIST_SUB= ONYX_VERSION=${PORTVERSION} -BROKEN_ia64= Coredump during build on ia64 - do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook) Modified: head/lang/qore/Makefile ============================================================================== --- head/lang/qore/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/lang/qore/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -15,8 +15,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:tex ${LOCALBASE}/bin/bison:devel/bison \ ${LOCALBASE}/bin/bash:shells/bash +BROKEN_armv6= fails to compile: calling a private constructor of class 'ReferenceNode' BROKEN_powerpc= fails to build -BROKEN_powerpc64= fails to build: Error: unsupported relocation against r1 +BROKEN_powerpc64= fails to compile: unsupported relocation against r1 USES= gmake iconv libtool:build pathfix autoreconf ssl USE_LDCONFIG= yes Modified: head/lang/see/Makefile ============================================================================== --- head/lang/see/Makefile Fri May 26 20:01:01 2017 (r441813) +++ head/lang/see/Makefile Fri May 26 20:02:44 2017 (r441814) @@ -15,7 +15,8 @@ COMMENT= Simple ECMAScript Engine (SEE) LICENSE= BSD -BROKEN_aarch64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined +BROKEN_aarch64= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined +BROKEN_armv6= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined OPTIONS_DEFINE= GC DEBUG DOCS OPTIONS_DEFAULT= GC ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170526200819.GA23374>