The attached log is from a stage1 build. Even though we have USE=-xattr and --disable-attr is passed, the build links with -lattr This seems to work since libattr is present *outside* ROOT=/tmp/stage1root , but the binaries in the captured stage1 are nonfunctional since they rely on a nonexistent library...
Created attachment 865287 [details] build log, catalyst mips2_softfloat stage1 build
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13dad060bb8e0f2c5d8940617551a788efd91c6f commit 13dad060bb8e0f2c5d8940617551a788efd91c6f Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2023-07-08 19:45:43 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2023-07-08 19:46:36 +0000 package.use.force: force xattr on for gettext, bug 910070 Bug: https://bugs.gentoo.org/910070 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> profiles/base/package.use.force | 5 +++++ 1 file changed, 5 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89144f2c9ac889fa99bff752ea2065bf1a735fb commit e89144f2c9ac889fa99bff752ea2065bf1a735fb Author: Benda Xu <heroxbd@gentoo.org> AuthorDate: 2023-07-09 03:32:43 +0000 Commit: Benda Xu <heroxbd@gentoo.org> CommitDate: 2023-07-09 03:40:44 +0000 p/prefix/{darwin,sunos}: mask sys-apps/attr and USE=xattr. The required headers are not available on macOS or Solaris. Bug: https://bugs.gentoo.org/910070 Signed-off-by: Benda Xu <heroxbd@gentoo.org> profiles/prefix/darwin/package.mask | 8 +++++++- profiles/prefix/darwin/use.mask | 6 +++++- profiles/prefix/sunos/package.mask | 8 ++++++++ profiles/prefix/sunos/use.mask | 6 +++++- 4 files changed, 25 insertions(+), 3 deletions(-)