Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877477 - dev-build/autoconf-archive: At least ax_have_qt.m4 and ax_llvm.m4 are calling `which`
Summary: dev-build/autoconf-archive: At least ax_have_qt.m4 and ax_llvm.m4 are calling...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL: https://savannah.gnu.org/patch/index....
Whiteboard:
Keywords:
Depends on:
Blocks: which-hunt
  Show dependency tree
 
Reported: 2022-10-17 19:05 UTC by Andreas Sturmlechner
Modified: 2024-11-21 19:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2022-10-17 19:05:59 UTC
ax_have_qt.m4:    QT_MOC=`which moc$am_have_qt_qmexe_suff`
ax_have_qt.m4:    QT_UIC=`which uic$am_have_qt_qmexe_suff`
ax_have_qt.m4:    QT_RCC=`which rcc$am_have_qt_qmexe_suff`
ax_have_qt.m4:    QT_LRELEASE=`which lrelease$am_have_qt_qmexe_suff`
ax_have_qt.m4:    QT_LUPDATE=`which lupdate$am_have_qt_qmexe_suff`
ax_llvm.m4:        ac_llvm_config_path=`which llvm-config`
ax_llvm.m4:          ac_llvm_config_path=`which llvm-config`
Comment 1 CFuga 2023-03-28 22:23:08 UTC
/usr/share/aclocal/ax_sip_devel.m4:        AC_CHECK_PROG([PERL], [perl], [$(which perl)])
Comment 2 Eli Schwartz gentoo-dev 2024-11-14 01:55:17 UTC
My upstream patches were merged and released in autoconf-archive-2024.10.16, currently packaged in ~arch (but it has regressions).
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-21 19:06:25 UTC
commit b6759950d04a9925a3fca755365aa9547dd8c52d
Author: Sam James <sam@gentoo.org>
Date:   Thu Oct 17 09:34:18 2024 +0100

    dev-build/autoconf-archive: add 2024.10.16

    Signed-off-by: Sam James <sam@gentoo.org>

commit 741216acbbaf4475643dfde1fe57f7a3310b5860
Author: Sam James <sam@gentoo.org>
Date:   Thu Nov 21 19:01:10 2024 +0000

    dev-build/autoconf-archive: fix various issues after 2024.10.16 release

    Create a pseudo-snapshot to fix issues after the last release. I was hoping
    a new release would've been made by now but it hasn't happened.

    Use patchset generated by:
    `git format-patch 241f7ae5f857b0c9bab7866b79b4e47587126b96~1..HEAD --no-cover-letter -- m4/`

    Closes: https://bugs.gentoo.org/941845
    Closes: https://bugs.gentoo.org/941943
    Signed-off-by: Sam James <sam@gentoo.org>