Summary: | net-fs/openafs-1.8.8.1 fails to configure on setups without `gcc` or `ld` symlinks | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Adam Feldman <np-hardass> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bircoph, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
1-config.log |
Description
Agostino Sarubbo
![]() Created attachment 758603 [details]
build.log
build log and emerge --info
Created attachment 758604 [details]
1-config.log
1-config.log
Error(s) that match a know pattern: configure: error: in `/var/tmp/portage/net-fs/openafs-1.8.8.1/work/openafs-1.8.8.1': make: gcc: No such file or directory /bin/sh: line 1: gcc: command not found make[1]: *** [scripts/Makefile.build:262: /var/tmp/portage/net-fs/openafs-1.8.8.1/work/openafs-1.8.8.1/conftest.dir/conftest.o] Error 127 Hm? Do we support such setups? (In reply to Andrew Savchenko from comment #4) > make: gcc: No such file or directory > /bin/sh: line 1: gcc: command not found > make[1]: *** [scripts/Makefile.build:262: > /var/tmp/portage/net-fs/openafs-1.8.8.1/work/openafs-1.8.8.1/conftest.dir/ > conftest.o] Error 127 > > Hm? Do we support such setups? The build itself uses system toolchain-CC fine, but messed up configure isn'tâĤ Will try to fix this. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8d3e17a7301ea7c5d091523fcfe88ecb580c92 commit 0e8d3e17a7301ea7c5d091523fcfe88ecb580c92 Author: Andrew Savchenko <bircoph@gentoo.org> AuthorDate: 2021-12-12 09:59:53 +0000 Commit: Andrew Savchenko <bircoph@gentoo.org> CommitDate: 2021-12-12 10:10:03 +0000 net-fs/openafs: fix build and deps - Fix build when gcc and ld symlinks are absent - Add virtual/libcrypt dep - Refactor autotools hacks Closes: https://bugs.gentoo.org/828951 Closes: https://bugs.gentoo.org/828952 Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> net-fs/openafs/Manifest | 1 + net-fs/openafs/openafs-1.8.8.1-r1.ebuild | 342 +++++++++++++++++++++++++++++++ 2 files changed, 343 insertions(+) libcrypt deps need := (you're linking against it and it has a subslot, and we say so on the wiki) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e304737de17b265f4080dcd7acd3434a0fbb19fc commit e304737de17b265f4080dcd7acd3434a0fbb19fc Author: Andrew Savchenko <bircoph@gentoo.org> AuthorDate: 2021-12-12 17:35:02 +0000 Commit: Andrew Savchenko <bircoph@gentoo.org> CommitDate: 2021-12-12 17:35:28 +0000 net-fs/openafs: use subslot rebuild dep on libcrypt Bug: https://bugs.gentoo.org/828951 Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> net-fs/openafs/openafs-1.8.8.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |