Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2020 16:19:52 -0500
From:      Diane Bruce <db@db.net>
To:        Shane Ambler <FreeBSD@shaneware.biz>
Cc:        Torfinn Ingolfsen <tingox@gmail.com>, FreeBSD Ports ML <freebsd-ports@freebsd.org>, db@freebsd.org
Subject:   Re: net/libarcus fails to install
Message-ID:  <20201230211952.GA7369@night.db.net>
In-Reply-To: <5f86a31c-fe9c-bc8a-1730-4cb7e36772ca@ShaneWare.Biz>
References:  <CAJ_iqtZn1KDhOFjSH6DCP2u8WV8Dvf-w7e%2BhZXUrOy3q73R=vA@mail.gmail.com> <CAJ_iqtbh-YbPe8DdU3XJOzTCYi5wkhvzYwV2fpTUcpxs8GG93g@mail.gmail.com> <5f86a31c-fe9c-bc8a-1730-4cb7e36772ca@ShaneWare.Biz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 30, 2020 at 11:01:05AM +1030, Shane Ambler wrote:
> On 28/12/20 4:40 am, Torfinn Ingolfsen wrote:
> > On Sun, Dec 27, 2020 at 2:41 PM Torfinn Ingolfsen <tingox@gmail.com> wrote:
> >>
> >> net/libarcus builds, but fails to install:
> 
> > FWIW, devel/libsavitar has the same "problem"; with python38 installed
> > it fails to install because it builds for 3.8 instead of 3.7.
> 
> The issue is in cmake - I have just reported it as a bug
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252277

Thanks for tracking this down! This bug of course fails to show
up on poudriere.

> 
> For a workaround try adding the following to the end of the libarcus
> Makefile (above the last .include line) indents are tabs not spaces
> The same addition should also work for libsavitar
> 
> post-patch:
> 	${REINPLACE_CMD} -e 's|VERSION_LESS 3.12|VERSION_LESS 4.12|g' \
> 		${WRKSRC}/CMakeLists.txt \
> 		${WRKSRC}/cmake/FindSIP.cmake
> 

Should we do this for now? Or wait for CMake to be fixed?
I can certainly add this snippet to the port for now.



> 
> -- 
> FreeBSD - the place to B...Software Developing
> 
> Shane Ambler
> 
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"

-- 
- db@FreeBSD.org db@db.net http://www.db.net/~db



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