Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass

2019-09-13 Thread Kent Fredric
On Thu, 12 Sep 2019 17:58:08 -0400 Michael Orlitzky wrote: > What kind of math would convince you that an idea with all "cons" and no > "pros" is bad? Is "upstream tooling doesn't work without static compilation" or "built packages tend to need exact version matching at runtime to work" ( which

Re: [gentoo-dev] [PATCH 1/3] go-module.eclass: introduce new eclass to handle go modules

2019-09-13 Thread Kent Fredric
On Thu, 12 Sep 2019 23:12:52 +0200 Michał Górny wrote: > Since when it is a bug that when you strip debug info, you don't have > debug info? I thought that's precisely what stripping debug info means > but maybe in the special Go world it is different, and debug info is > expected to remain

Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass

2019-09-13 Thread Michael Orlitzky
On 9/13/19 5:19 AM, Kent Fredric wrote: > On Thu, 12 Sep 2019 17:58:08 -0400 > Michael Orlitzky wrote: > >> What kind of math would convince you that an idea with all "cons" and no >> "pros" is bad? > > Is "upstream tooling doesn't work without static compilation" or > "built packages tend to

Re: [gentoo-dev] Packages up for grabs due to cardoe being MIA

2019-09-13 Thread The Bit Pit
On 9/13/19 9:44 AM, Michał Górny wrote: Hello, The following packages are now up for grabs since Undertakers have not received any reply nor seen any activity from cardoe: dev-util/crash [b,v] media-libs/libhdhomerun [v] I use media-libs/libhdhomerun with mythtv. I can update and test this

Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass

2019-09-13 Thread Michael Orlitzky
On 9/12/19 1:45 PM, Alec Warner wrote: > > Er, I'm fairly sure computer *science* has not conclusively proven that > dynamic binaries are somehow superior to static binaries. > Please don't make me work this hard ever again. The principal of modularity in software design goes back to at least

Re: [gentoo-dev] Re: [PATCH] toolchain-funcs: Add tc-ld-is-lld helper.

2019-09-13 Thread Ulrich Mueller
> On Fri, 13 Sep 2019, Manoj Gupta wrote: > Thanks for the review. I did it this way to make this an exact copy of > tc-ld-is-gold function above it except the LLD checks. > Should I also change the tc-ld-is-gold function? Good question. Presumably the eclass maintainers should have the

[gentoo-dev] Packages up for grabs: dev-libs/tntnet, media-tv/w_scan, www-misc/xxv

2019-09-13 Thread Michał Górny
Hi, The following packages are up for grabs due to hd_brummy being close to inactivity retirement: dev-libs/tntnet media-tv/w_scan www-misc/xxv tntnet seems to have 3 different build failures reported, while xxv has a QA issue reported. They all need an EAPI bump. -- Best regards, Michał

[gentoo-dev] Re: [PATCH] toolchain-funcs: Add tc-ld-is-lld helper.

2019-09-13 Thread Manoj Gupta
friendly ping for patch review. On Thu, Sep 12, 2019 at 4:32 AM Manoj Gupta wrote: > > LLD is a new linker for LLVM project. > Add tc-ld-is-lld helper to be able to detect it. > > Signed-off-by: Manoj Gupta > --- > eclass/toolchain-funcs.eclass | 30 ++ > 1 file

Re: [gentoo-dev] Re: [PATCH] toolchain-funcs: Add tc-ld-is-lld helper.

2019-09-13 Thread Ulrich Mueller
> On Fri, 13 Sep 2019, Manoj Gupta wrote: >> LLD is a new linker for LLVM project. >> Add tc-ld-is-lld helper to be able to detect it. >> >> Signed-off-by: Manoj Gupta >> --- >> eclass/toolchain-funcs.eclass | 30 ++ >> 1 file changed, 30 insertions(+) >> >> diff

Re: [gentoo-dev] Re: [PATCH] toolchain-funcs: Add tc-ld-is-lld helper.

2019-09-13 Thread Manoj Gupta
On Fri, Sep 13, 2019 at 7:32 AM Ulrich Mueller wrote: > > > On Fri, 13 Sep 2019, Manoj Gupta wrote: > > >> LLD is a new linker for LLVM project. > >> Add tc-ld-is-lld helper to be able to detect it. > >> > >> Signed-off-by: Manoj Gupta > >> --- > >> eclass/toolchain-funcs.eclass | 30

[gentoo-dev] Package up for grabs: dev-db/clickhouse

2019-09-13 Thread Michał Górny
Hi, The following package is up for grabs due to civil being close to inactivity retirement: dev-db/clickhouse This seems to be a monster of a package with multiple bugs reported. There's also a pull request open for it. -- Best regards, Michał Górny signature.asc Description: This is a

[gentoo-dev] Packages up for grabs due to cardoe being MIA

2019-09-13 Thread Michał Górny
Hello, The following packages are now up for grabs since Undertakers have not received any reply nor seen any activity from cardoe: dev-util/crash [b,v] media-libs/libhdhomerun [v] media-tv/ivtv-utils net-misc/dhcpd-pools [b] net-misc/x11-ssh-askpass sys-auth/sakcl [b] sys-firmware/ivtv-firmware

[gentoo-dev] Packages up for grabs due to dolsen's inactivity (mostly dev-python/*, buildbot)

2019-09-13 Thread Michał Górny
Hi, The following packages are in need of a new maintainer due to dolsen's prolonged absence: app-metrics/buildbot-prometheus dev-python/automat [t] dev-python/constantly dev-python/m2r dev-python/pyjade dev-python/pytest-fixture-config [t] dev-python/pytest-shutil [b]

[gentoo-dev] Packages up for grabs: app-misc/ddcutil, media-libs/opencollada, media-sound/tuxguitar, sys-apps/qdirstat

2019-09-13 Thread Michał Górny
Hi, The following packages are up for grabs due to prolonged inactivity of dracwyrm: app-misc/ddcutil media-libs/opencollada media-sound/tuxguitar sys-apps/qdirstat All of the listed packages have open bugs. -- Best regards, Michał Górny signature.asc Description: This is a digitally

[gentoo-dev] [PATCH 1/1] go-module.eclass: introduce new eclass to handle go modules

2019-09-13 Thread William Hubbs
Signed-off-by: William Hubbs --- eclass/go-module.eclass | 100 1 file changed, 100 insertions(+) create mode 100644 eclass/go-module.eclass diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass new file mode 100644 index

[gentoo-dev] [PATCH 0/1] Introduce new eclass to handle go modules (round 2)

2019-09-13 Thread William Hubbs
This version shows both methods of handling vendor tarballs mentioned on the previous thread. The first method, while it removes the src_prepare function, forces a maintainer to re-pack a new vendor tarball for every release. The second method allows a maintainer to decide when a new vendor

Re: [gentoo-dev] [PATCH 1/1] go-module.eclass: introduce new eclass to handle go modules

2019-09-13 Thread William Hubbs
I know about the typos on the eqawarns, they need to be a block if, so I'll take care of that before I commit. Wililam signature.asc Description: Digital signature

Re: [gentoo-dev] Re: [PATCH] toolchain-funcs: Add tc-ld-is-lld helper.

2019-09-13 Thread Manoj Gupta
On Fri, Sep 13, 2019 at 11:45 AM Sergei Trofimovich wrote: > > On Fri, 13 Sep 2019 07:11:03 -0700 > Manoj Gupta wrote: > > > friendly ping for patch review. > > Pushed your patch as-is as: > > https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463ec5b25ac36933127e726c553ad83994017aa1

Re: [gentoo-dev] Re: [PATCH] toolchain-funcs: Add tc-ld-is-lld helper.

2019-09-13 Thread Sergei Trofimovich
On Fri, 13 Sep 2019 16:53:34 +0200 Ulrich Mueller wrote: > > On Fri, 13 Sep 2019, Manoj Gupta wrote: > > > Thanks for the review. I did it this way to make this an exact copy of > > tc-ld-is-gold function above it except the LLD checks. > > Should I also change the tc-ld-is-gold

Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass

2019-09-13 Thread Patrick McLean
On Fri, 13 Sep 2019 08:29:20 -0400 Michael Orlitzky wrote: > On 9/13/19 5:19 AM, Kent Fredric wrote: > > On Thu, 12 Sep 2019 17:58:08 -0400 > > Michael Orlitzky wrote: > > > >> What kind of math would convince you that an idea with all "cons" > >> and no "pros" is bad? > > > > Is

Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass

2019-09-13 Thread Patrick McLean
On Fri, 13 Sep 2019 12:50:48 -0400 Michael Orlitzky wrote: > On 9/12/19 1:45 PM, Alec Warner wrote: > > > > Er, I'm fairly sure computer *science* has not conclusively proven > > that dynamic binaries are somehow superior to static binaries. > > > > > If you statically link to a library,

Re: [gentoo-dev] Re: [PATCH] toolchain-funcs: Add tc-ld-is-lld helper.

2019-09-13 Thread Sergei Trofimovich
On Fri, 13 Sep 2019 07:11:03 -0700 Manoj Gupta wrote: > friendly ping for patch review. Pushed your patch as-is as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463ec5b25ac36933127e726c553ad83994017aa1 Thank you! -- Sergei

Re: [gentoo-dev] [PATCH] ada.eclass: New eclass for dev-ada packages

2019-09-13 Thread Michał Górny
I'm sorry for not finding time to review this earlier. On Thu, 2019-09-05 at 20:25 +0200, Tupone Alfredo wrote: > Signed-off-by: Alfredo Tupone > --- > eclass/ada.eclass | 435 ++ > 1 file changed, 435 insertions(+) > create mode 100644

Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass

2019-09-13 Thread Michael Orlitzky
(Replying to both messages at once.) On 9/13/19 4:17 PM, Patrick McLean wrote: >> > I don't think anyone here has suggested that any go packages are > installed in the stage3 tarballs, or included in profiles. Something's > presence in the tree does not mean that you are required to install it.

Re: [gentoo-dev] [PATCH 3/3] dev-vcs/hub: migrate to go-module.eclass

2019-09-13 Thread Patrick McLean
On Fri, 13 Sep 2019 19:44:55 -0400 Michael Orlitzky wrote: > (Replying to both messages at once.) > > > On 9/13/19 4:17 PM, Patrick McLean wrote: > >> > > I don't think anyone here has suggested that any go packages are > > installed in the stage3 tarballs, or included in profiles. > >

[gentoo-dev] Last rites: dev-util/webstorm

2019-09-13 Thread Michał Górny
# Michał Górny (2019-09-13) # Unmaintained. Last bumped in 2017. Unresolved license issues. # Removal in 30 days. Bug #694274. dev-util/webstorm -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: dev-util/idea-ultimate

2019-09-13 Thread Michał Górny
# Michał Górny (2019-09-13) # Last bumped in 2017. Newer version fails to fetch. Pending bump. # Unresolved license issues. # Removal in 30 days. Bug #694264. dev-util/idea-ultimate -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part