svn commit: r456719 - in head: biology/bedtools comms/gnuradio editors/libreoffice emulators/stella games/armagetron graphics/gsculpt net/linknx net/rsplib science/afni security/botan2 security/hig...

Mathieu Arnold mat at FreeBSD.org
Tue Dec 19 20:49:39 UTC 2017


Le 19/12/2017 à 20:06, Jan Beich a écrit :
> Mark Linimon <linimon at FreeBSD.org> writes:
>
>> Author: linimon
>> Date: Tue Dec 19 14:41:29 2017
>> New Revision: 456719
>> URL: https://svnweb.freebsd.org/changeset/ports/456719
>>
>> Log:
>>   Mark more recently failing ports broken on aarch64.
> Marking each port individually where commit message contains an excerpt more
> than 1 line long would be more helpful. Build logs tend to disappear over
> time either because a machine goes offline or move. I've had trouble in the past
> figuring out whether a fix was enough going by one cryptic 1 line in BROKEN
> or maybe the issue is no longer present after several port and toolchain updates.

Well, it would be, but it is not the aim of portmgr members (or
committers working with some delegated powers) to fix everything.

If you want to know how it fails, then simply try and build the port.

>>   While here, pet portlint and reformat some other BROKEN statements.
>>   
>>   Approved by:	portmgr (tier-2 blanket)
> [...]
>> Modified: head/biology/bedtools/Makefile
>> ==============================================================================
>> --- head/biology/bedtools/Makefile	Tue Dec 19 14:40:35 2017	(r456718)
>> +++ head/biology/bedtools/Makefile	Tue Dec 19 14:41:29 2017	(r456719)
>> @@ -13,8 +13,9 @@ COMMENT=	Toolset for genome arithmetic
>>  LICENSE=	GPLv2
>>  LICENSE_FILE=	${WRKSRC}/LICENSE
>  
>> -BROKEN_armv6=		fails to compile: implicit instantiation of undefined template __static_assert_test<false>
>> -BROKEN_armv7=		fails to compile: implicit instantiation of undefined template __static_assert_test<false>
>> +BROKEN_FreeBSD_12_aarch64=	fails to compile: /usr/include/c++/v1/queue:401:5: error: static_assert failed
>> +BROKEN_armv6=			fails to compile: implicit instantiation of undefined template __static_assert_test<false>
>> +BROKEN_armv7=			fails to compile: implicit instantiation of undefined template __static_assert_test<false>
> Why limit to Tier2 when Tier1 architectures are also affected? Affects
> any FreeBSD release/architecture defaulting to libc++ 4.0 or later.


Because Mark mostly works on Tier 2 architectures. Instead of
criticizing the tremendous amount of work he is doing, simply mark them
BROKEN without architecture, or fix them.


Let me repeat, portmgr members regularly mark things BROKEN. This is
because they do not build. Also, portmgr members WILL NOT be fixing
those ports.


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20171219/f04e17ba/attachment.sig>


More information about the svn-ports-head mailing list