I'm installing wine and it's a 32-bit dependency and it doesn't compile, in 64-bit it works fine error log http://dpaste.com/3T60XCW Reproducible: Always
Created attachment 644832 [details] build.log Same issue when updating profiles from 17.0 to 17.1 (https://www.gentoo.org/support/news-items/2019-06-05-amd64-17-1-profiles-are-now-stable.html) in step 11. Failing command: emerge -1v --deep /lib32 /usr/lib32 /usr/lib/llvm/*/lib32
Created attachment 644838 [details] emerge --info
Created attachment 644840 [details] emerge -pqv '=sys-apps/tcp-wrappers-7.6.28::gentoo'
(In reply to Juan Pedro from comment #0) > I'm installing wine and it's a 32-bit dependency and it doesn't compile, in > 64-bit it works fine > > error log http://dpaste.com/3T60XCW > > > Reproducible: Always I removed the package completely from my system, this could help you too: With "equery d sys-apps/tcp-wrappers" (app-portage/gentoolkit) I discovered that the only package that depends on tcp-wrappers is pulseaudio with the tcpd use flag. This use flag is set by default, and, to my knowledge, only enables streaming to pulseaudio from remote clients. Since this is not needed in my case, I disabled the use flag in /etc/portage/package.use and I was able to continue my profile migration. I hope this will help you install wine on your system.
Same issue on my side.
I don't see how ${CHOST}-strings would be missing unless there is a problem with binutils or binutils-config.
Oh, I see; it's being passed as an argument to gcc for some strange reason.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1b63bc512a297f0c1fa36ac8fe1f23f9bfbed9 commit 0d1b63bc512a297f0c1fa36ac8fe1f23f9bfbed9 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-06-16 19:52:14 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-06-16 19:52:59 +0000 sys-apps/tcp-wrappers: unset STRINGS environment variable Workaround for buggy Makefiles. Closes: https://bugs.gentoo.org/728348 Signed-off-by: Mike Gilbert <floppym@gentoo.org> sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild | 2 ++ 1 file changed, 2 insertions(+)