Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939531 - x11-wm/fvwm3-1.1.0-r1 - [ncurses-6.5] [gcc-15] Automake "maintainer mode" detected:
Summary: x11-wm/fvwm3-1.1.0-r1 - [ncurses-6.5] [gcc-15] Automake "maintainer mode" det...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matt Jolly
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-12 17:35 UTC by Toralf Förster
Modified: 2024-12-01 03:20 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.83 KB, text/plain)
2024-09-12 17:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,161.84 KB, text/plain)
2024-09-12 17:35 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1020 bytes, application/x-xz)
2024-09-12 17:35 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,20.43 KB, application/x-xz)
2024-09-12 17:36 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,46.26 KB, application/x-xz)
2024-09-12 17:36 UTC, Toralf Förster
Details
x11-wm:fvwm3-1.1.0-r1:20240912-012149.log (x11-wm:fvwm3-1.1.0-r1:20240912-012149.log,526 bytes, text/plain)
2024-09-12 17:36 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-09-12 17:35:56 UTC
QA Notice: Automake "maintainer mode" detected:

	(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/var/tmp/portage/x11-wm/fvwm3-1.1.0-r1/work/fvwm3-1.1.0/etc/missing' autoheader)

If you patch Makefile.am, configure.in,  or configure.ac then you
should use autotools.eclass and eautomake or eautoreconf. Exceptions
are limited to system packages for which it is impossible to run
autotools during stage building. See https://wiki.gentoo.org/wiki/Proj

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib-20240909-170511

  The build log matches a QA pattern or sth. requested by a dev.
  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2024-09-12 17:35:57 UTC
Created attachment 902730 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-09-12 17:35:58 UTC
Created attachment 902731 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-09-12 17:35:59 UTC
Created attachment 902732 [details]
etc.clang.tar.xz
Comment 4 Toralf Förster gentoo-dev 2024-09-12 17:36:00 UTC
Created attachment 902733 [details]
etc.portage.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-09-12 17:36:01 UTC
Created attachment 902734 [details]
qlist-info.txt.xz
Comment 6 Toralf Förster gentoo-dev 2024-09-12 17:36:01 UTC
Created attachment 902735 [details]
x11-wm:fvwm3-1.1.0-r1:20240912-012149.log
Comment 7 Matt Jolly gentoo-dev 2024-11-01 07:18:41 UTC
Fixed in 9999 by virtue of using Meson instead; pending a new upstream release (1.1.1) that includes these changes as it's not something we should backport.
Comment 8 Larry the Git Cow gentoo-dev 2024-12-01 03:20:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18709c58925b29ec455d2841efa66ab8ff747ac0

commit 18709c58925b29ec455d2841efa66ab8ff747ac0
Author:     Matt Jolly <kangie@gentoo.org>
AuthorDate: 2024-12-01 03:12:27 +0000
Commit:     Matt Jolly <kangie@gentoo.org>
CommitDate: 2024-12-01 03:18:23 +0000

    x11-wm/fvwm3: drop 1.0.9-r1, 1.1.0-r1
    
    The major fixes that came with 1.1.1/meson, and the canary users
    who have been testing on live have made me comfortable dropping
    the older packages immediately.
    
    Closes: https://bugs.gentoo.org/864959
    Closes: https://bugs.gentoo.org/939531
    Closes: https://bugs.gentoo.org/919163
    Signed-off-by: Matt Jolly <kangie@gentoo.org>

 x11-wm/fvwm3/Manifest                              |   4 -
 .../files/fvwm3-1.1.0-fix-go-detection-v2.patch    |  50 -----
 x11-wm/fvwm3/fvwm3-1.0.9-r1.ebuild                 | 202 --------------------
 x11-wm/fvwm3/fvwm3-1.1.0-r1.ebuild                 | 203 ---------------------
 4 files changed, 459 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5fd6875a959b56b5f82568a06ab1cd1f31fa14

commit 2e5fd6875a959b56b5f82568a06ab1cd1f31fa14
Author:     Matt Jolly <kangie@gentoo.org>
AuthorDate: 2024-12-01 02:23:40 +0000
Commit:     Matt Jolly <kangie@gentoo.org>
CommitDate: 2024-12-01 03:18:15 +0000

    x11-wm/fvwm3: add 1.1.1, sync live
    
    This update brings the meson build sytem among other improvements!
    
    Bug: https://bugs.gentoo.org/864959
    Bug: https://bugs.gentoo.org/939531
    Bug: https://bugs.gentoo.org/919163
    Closes: https://bugs.gentoo.org/944780
    Signed-off-by: Matt Jolly <kangie@gentoo.org>

 x11-wm/fvwm3/Manifest                          |   2 +
 x11-wm/fvwm3/files/fvwm3-1.1.1-desk-init.patch |  32 +++++
 x11-wm/fvwm3/fvwm3-1.1.1.ebuild                | 185 +++++++++++++++++++++++++
 x11-wm/fvwm3/fvwm3-9999.ebuild                 |  47 ++++---
 x11-wm/fvwm3/metadata.xml                      |   3 -
 5 files changed, 246 insertions(+), 23 deletions(-)