Summary: | dev-db/postgis-3.1.1 with autoconf-2.71: configure: error: cannot find required auxiliary files: ar-lib | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stefan de Konink <stefan> |
Component: | Current packages | Assignee: | PgSQL Bugs <pgsql-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ionen, sci-geosciences |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 732648 | ||
Attachments: | config.log |
Description
Stefan de Konink
2021-03-14 11:42:51 UTC
Created attachment 691365 [details]
config.log
Seems to be because of autoconf:2.71, fine with :2.69 The easiest fix is to add touch ar-lib || die somewhere in src_prepare() (In reply to Lars Wendler (Polynomial-C) from comment #3) > The easiest fix is to add > > touch ar-lib || die > > somewhere in src_prepare() That did not work here. I ended up removing autoconf:2.71 as it's currently p.masked anyway and that "fixed" it. I guess the ebuild could force using :2.69, I remember this being possible, right? (In reply to Rémi Cardona from comment #4) > That did not work here. I ended up removing autoconf:2.71 as it's currently > p.masked anyway and that "fixed" it. I guess the ebuild could force using > :2.69, I remember this being possible, right? Unless absolutely necessary I personally wouldn't go there, even ancient packages early 2000s packages work fine with :2.71 and a few odd ones still wanting :2.69 over something trivial should be avoided. Could understand if the entire system is half-broken. That aside, I gave it a try, and in this case all you need is use: touch build-aux/ar-lib || die #775968 before eautoreconf instead, this can sometime vary a bit per package. (In reply to Ionen Wolkens from comment #5) > That aside, I gave it a try, and in this case all you need is use: > > touch build-aux/ar-lib || die #775968 > > before eautoreconf instead, this can sometime vary a bit per package. Confirming that this change above works. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3cbcf635f626d2be3cf74e41d117e070ded8d0 commit cc3cbcf635f626d2be3cf74e41d117e070ded8d0 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-08-18 18:51:42 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-08-18 19:22:51 +0000 dev-db/postgis: fix build with autoconf 2.71 Thanks-to: Ionen Wolkens <ionen@gentoo.org> Closes: https://bugs.gentoo.org/775968 Signed-off-by: Sam James <sam@gentoo.org> dev-db/postgis/postgis-3.0.3-r2.ebuild | 5 +++++ dev-db/postgis/postgis-3.1.0.ebuild | 3 +++ dev-db/postgis/postgis-3.1.1.ebuild | 3 +++ dev-db/postgis/postgis-3.1.2.ebuild | 3 +++ dev-db/postgis/postgis-3.1.3.ebuild | 3 +++ dev-db/postgis/postgis-9999.ebuild | 5 ++++- 6 files changed, 21 insertions(+), 1 deletion(-) |