Created attachment 561708 [details] emerge --info During build I get ERROR: Target 'gnutls' in directory /var/tmp/portage/net-fs/samba-4.10.0_rc1/work/samba-4.10.0rc1-abi_x86_64.amd64/lib/mscat re-defined as SYSLIB - was DISABLED
Please attach the entire build log to this bug report.
Created attachment 561710 [details] build log xz-compressed
Just to add that a very similar error occurs where:- * net-libs/gnutls is not installed * net-fs/samba is being installed with USE="-gnutls" in effect, and no other flags that would result in net-libs/gnutls being required The build error is then as follows:- ERROR: Target 'gnutls' in directory /var/tmp/portage/net-fs/samba-4.10.0_rc1-r1/work/samba-4.10.0rc1-abi_x86_64.amd64/lib/mscat re-defined as EMPTY - was DISABLED
I'm still hoping this is a mistake in their release candidate. If it persists in the next release candidate I gonna file an upstream bug.
Hitting this with 4.10.0
(In reply to Kobboi from comment #5) > Hitting this with 4.10.0 Yeah, sorry. I lost track of this one and didn't report to upstream yet :-(
Why has a 2 month old bug managed to hit portage? If gnutls is now required, remove the use flag
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7485a4b9c59cd616690498b4af2b761662d57039 commit 7485a4b9c59cd616690498b4af2b761662d57039 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2019-03-20 10:16:08 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2019-03-20 10:17:33 +0000 base/package.use.force: USE="-gnutls" is broken in >=samba-4.10.0_rc1 Bug: https://bugs.gentoo.org/675694 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> profiles/base/package.use.force | 4 ++++ 1 file changed, 4 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f16a141fa007dd53ac460a57816de9d2240ae15 commit 8f16a141fa007dd53ac460a57816de9d2240ae15 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2019-04-09 05:57:19 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2019-04-09 06:05:37 +0000 base/package.use.force: Removed net-fs/samba entry Closes: https://bugs.gentoo.org/675694 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> profiles/base/package.use.force | 4 ---- 1 file changed, 4 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa902078740e4df285dd222d95352b6cebeb7fc5 commit fa902078740e4df285dd222d95352b6cebeb7fc5 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2019-04-09 05:32:07 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2019-04-09 06:05:34 +0000 net-fs/samba: Bump to versions 4.9.6 and 4.10.2 apply patch to v4.10.2 fixing builds with USE="-gnutls" Bug: https://bugs.gentoo.org/675694 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> net-fs/samba/Manifest | 2 + .../samba-4.10.0-disable_gnutls_build_fix.patch | 32 +++ net-fs/samba/samba-4.10.2.ebuild | 307 +++++++++++++++++++++ net-fs/samba/samba-4.9.6.ebuild | 305 ++++++++++++++++++++ 4 files changed, 646 insertions(+)