Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Sep 2023 21:11:57 +0200
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        Moin Rahman <bofh@freebsd.org>
Cc:        ports-committers <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, Dmitry Sivachenko <demon@freebsd.org>
Subject:   Re: git: aed4a873bbf9 - main - net/haproxy20: Mark BROKEN on 14 and 15
Message-ID:  <2a1e1cab807549444ee235560b61094d@FreeBSD.org>
In-Reply-To: <98D6C3A7-E205-467F-A9E8-3704588E403D@freebsd.org>
References:  <202309011716.381HGRom005088@gitrepo.freebsd.org> <b339be3d66b05c6e0a9ba218011a1811@FreeBSD.org> <98D6C3A7-E205-467F-A9E8-3704588E403D@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2023-09-01 21:01, Moin Rahman wrote:
>> On Sep 1, 2023, at 8:59 PM, Daniel Engberg <diizzy@FreeBSD.org> wrote:
>> 
>> On 2023-09-01 19:16, Muhammad Moinur Rahman wrote:
>>> The branch main has been updated by bofh:
>>> URL:
>>> https://cgit.FreeBSD.org/ports/commit/?id=aed4a873bbf9dec553300d310b3c912d935650b1
>>> commit aed4a873bbf9dec553300d310b3c912d935650b1
>>> Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
>>> AuthorDate: 2023-09-01 05:03:02 +0000
>>> Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
>>> CommitDate: 2023-09-01 17:16:14 +0000
>>>    net/haproxy20: Mark BROKEN on 14 and 15
>>>    - The build process simply runsaway without giving any errors at 
>>> the
>>>      build stage
>>>    - Mark DEPRECATED as the upstream EOL reaches on 2024-06-30
>>>    - Set EXPIRATION_DATE to 2024-06-30
>>>    Approved by:    portmgr (blanket)
>>>    Sponsored by:   The FreeBSD Foundation
>>> ---
>>> net/haproxy20/Makefile | 5 +++++
>>> 1 file changed, 5 insertions(+)
>>> diff --git a/net/haproxy20/Makefile b/net/haproxy20/Makefile
>>> index 54879d7c96bd..f0d09d39eb7b 100644
>>> --- a/net/haproxy20/Makefile
>>> +++ b/net/haproxy20/Makefile
>>> @@ -11,6 +11,11 @@ WWW=		https://www.haproxy.org
>>> LICENSE=	GPLv2 LGPL21
>>> LICENSE_COMB=	multi
>>> +DEPRECATED=	Upstream EOL reaches on 2024-06-30
>>> +EXPIRATION_DATE=	2024-06-30
>>> +BROKEN_FreeBSD_14=	process runaway
>>> +BROKEN_FreeBSD_15=	process runaway
>>> +
>>> CONFLICTS_INSTALL=	haproxy haproxy-devel haproxy17 haproxy18
>>> USES=		compiler:c++11-lang cpe gmake
>> 
>> Downgrading to llvm 14 seemed to worked when I did some very quick 
>> testing, not sure that's a great idea though.
>> 
>> Best regards,
>> Daniel
> 
> Does it even start building with llvm14? Because somehow it gets stuck
> with gmake and no further output.

It did however it was an ugly hack and I only tried it on a -CURRENT box 
without Poudriere (it also "hung" on that box initially).

Best regards,
Daniel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2a1e1cab807549444ee235560b61094d>