[gentoo-dev] Last rites: media-gfx/iscan-plugin-network-nt

2022-12-17 Thread Michał Górny
# Michał Górny (2022-12-17) # No longer downloadable.  Pending version bump with no reply from # the maintainer. # Removal on 2023-01-16.  Bug #786912. media-gfx/iscan-plugin-network-nt -- Best regards, Michał Górny

Re: [gentoo-dev] How to add -std=c++14 to CXXFLAGS of a cmake.eclass based package?

2022-12-17 Thread Arsen Arsenović
Hi, Andrey Grozin writes: > Hello *, > > I'm trying to package a new version of sci-visualization/gle which now uses > cmake. After some patching CMakeLists.txt, it configures successfully. But at > build time it spits zillion errors > > error: ISO C++17 does not allow dynamic exception

Re: [gentoo-dev] How to add -std=c++14 to CXXFLAGS of a cmake.eclass based package?

2022-12-17 Thread parona
Hi, > but this makes no difference, c++17 is still used. How to convince > cmake_src_compile to use -std=c++14? Cmake sets those flags during src_configure (when the build dir is configured) and therefore ignores CXXFLAGS entirely during src_compile. You should set those in src_configure

[gentoo-dev] How to add -std=c++14 to CXXFLAGS of a cmake.eclass based package?

2022-12-17 Thread Andrey Grozin
Hello *, I'm trying to package a new version of sci-visualization/gle which now uses cmake. After some patching CMakeLists.txt, it configures successfully. But at build time it spits zillion errors error: ISO C++17 does not allow dynamic exception specifications The natural thing to try is

[gentoo-dev] Last rites: dev-perl/perl-mozldap

2022-12-17 Thread Michał Górny
# Michał Górny (2022-12-17) # Discontinued upstream.  Fails to build for some users.  No reverse # dependencies. # Removal on 2023-01-16.  Bug #650346. dev-perl/perl-mozldap -- Best regards, Michał Górny

[gentoo-dev] Last rites: dev-python/test_server

2022-12-17 Thread Michał Górny
# Michał Górny (2022-12-17) # The new version requires `multipart` that conflicts # with dev-python/python-multipart used by dev-python/starlette. # No reverse dependencies. # Removal on 2023-01-16.  Bug #886475. dev-python/test_server -- Best regards, Michał Górny

Re: [gentoo-dev] How to add -std=c++14 to CXXFLAGS of a cmake.eclass based package?

2022-12-17 Thread Andrey Grozin
On Sat, 17 Dec 2022, Arsen Arsenović wrote: audacity-2.4.2-r3.ebuild has something for this already: ``append-cxxflags -std=gnu++14'' Thanks, this works. Andrey

Re: [gentoo-dev] How to add -std=c++14 to CXXFLAGS of a cmake.eclass based package?

2022-12-17 Thread Azamat Hackimov
Also, according to commit history, dynamic exception usage was removed in https://github.com/vlabella/GLE/commit/14753e9aba9eb6490358caaeb60f6e36ba314acc, so you can try to apply this patch. сб, 17 дек. 2022 г. в 16:05, Azamat Hackimov : > > Hello. > > You need to add > > set(CMAKE_CXX_STANDARD

Re: [gentoo-dev] How to add -std=c++14 to CXXFLAGS of a cmake.eclass based package?

2022-12-17 Thread Azamat Hackimov
Hello. You need to add set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) into CMakeLists.txt after project() declaration via patching. Since this is an upstream issue, you need to notify upstream about C++17 incompatibility. сб, 17 дек. 2022 г. в 14:35, Andrey Grozin : > > Hello

Re: [gentoo-dev] Re: Current portage will now truncate your repo's git history to 1

2022-12-17 Thread John Helmert III
On Fri, Dec 16, 2022 at 11:01:13PM -0500, Brian Evans wrote: > On 12/15/22 20:08, Duncan wrote: > > Florian Schmaus posted on Thu, 15 Dec 2022 21:40:19 +0100 as excerpted: > > > >> On 15/12/2022 21.10, Toralf Förster wrote: > >>> On 12/15/22 20:22, Florian Schmaus wrote: > o use

Re: [gentoo-dev] Current portage will now truncate your repo's git history to 1

2022-12-17 Thread John Helmert III
On Sat, Dec 17, 2022 at 05:42:43AM +, Sam James wrote: > > > > On 15 Dec 2022, at 19:22, Florian Schmaus wrote: > > > > This is a public service announcement that the recently stabilized portage > > version will truncate you repo's git history to 1. > > I wish you'd shown us in