Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923084 - net-analyzer/nload-0.7.4-r1 has a configure.in file which has long been deprecated
Summary: net-analyzer/nload-0.7.4-r1 has a configure.in file which has long been depre...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 927021
Blocks: configure.in
  Show dependency tree
 
Reported: 2024-01-28 07:05 UTC by Agostino Sarubbo
Modified: 2024-03-16 03:10 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,53.53 KB, text/plain)
2024-01-28 07:05 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-01-28 07:05:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-analyzer/nload-0.7.4-r1 has a configure.in file which has long been deprecated.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0008
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-28 07:05:58 UTC
Created attachment 883354 [details]
build.log

build log and emerge --info
Comment 2 Andrey 2024-01-29 06:20:51 UTC
I opened a PR to update nload to a newer git snapshot (compared to the current 0.7.4 release).
Once it's merged, I'll open a stabilization request after a month perhaps.
And once that is done, I'll drop the 0.7.4 version,
which should finally resolve the tinderbox warning about configure.in.
Comment 3 Larry the Git Cow gentoo-dev 2024-02-15 13:17:17 UTC
The bug has been referenced in the following commit(s):

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

commit eddd90a488a98149d8b0b13131c4db7ffa609698
Author:     Andrey Mazo <ahipp0@pm.me>
AuthorDate: 2024-01-28 22:42:18 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-02-15 13:17:10 +0000

    net-analyzer/nload: version bump to 0.7.5_pre20180309
    
    Add latest git snapshot (still 6 years old) for nload
    to fix bug #923084 about deprecated `configure.in`.
    
    There have been no upstream releases for ~12 years now,
    so have to use a git snapshot.
    
    There have been some 34 commits since the latest release (0.7.4)
    including fixes and new features,
    so call this a "0.7.5 pre-release".
    
    In particular, nload's build system doesn't strip binaries by default anymore,
    and it dropped `--enable-debug` configure flag,
    so the ebuild doesn't need to specify it either.
    
    The git diff makes more sense with `-C -C30` flags.
    
    Bug: https://bugs.gentoo.org/923084
    Signed-off-by: Andrey Mazo <ahipp0@pm.me>
    Closes: https://github.com/gentoo/gentoo/pull/35063
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 net-analyzer/nload/Manifest                        |  1 +
 ...pre-Makefile-spec-don-t-compress-man-page.patch | 63 ++++++++++++++++++++++
 .../nload/files/nload-0.7.5_pre-tinfo.patch        | 10 ++++
 net-analyzer/nload/metadata.xml                    |  3 ++
 net-analyzer/nload/nload-0.7.5_pre20180309.ebuild  | 36 +++++++++++++
 5 files changed, 113 insertions(+)
Comment 4 Andrey 2024-03-15 03:25:00 UTC
Now that nload-0.7.5_pre20180309 has been stabilized (bug 927021),
I'm going to proceed with the removal of nload-0.7.4-r1.
Comment 5 Larry the Git Cow gentoo-dev 2024-03-15 04:08:12 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d8325ca116fff589171ffcbffd209702e29f7c

commit 49d8325ca116fff589171ffcbffd209702e29f7c
Author:     Andrey Mazo <ahipp0@pm.me>
AuthorDate: 2024-03-15 03:36:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-15 04:04:48 +0000

    net-analyzer/nload: drop 0.7.4-r1
    
    net-analyzer/nload-0.7.4-r1 has a `configure.in` file
    (instead of `configure.ac`),
    but `configure.in` has long been deprecated.
    
    Now that nload-0.7.5_pre20180309 has been stabilized, drop 0.7.4-r1.
    
    Bug: https://bugs.gentoo.org/923084
    Signed-off-by: Andrey Mazo <ahipp0@pm.me>
    Closes: https://github.com/gentoo/gentoo/pull/35765
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/nload/Manifest                        |  1 -
 ...0.7.4-Eliminate-flicker-on-some-terminals.patch | 26 ---------
 ...7.4-Makefile-spec-don-t-compress-man-page.patch | 65 ----------------------
 net-analyzer/nload/files/nload-0.7.4-tinfo.patch   | 10 ----
 net-analyzer/nload/nload-0.7.4-r1.ebuild           | 34 -----------
 5 files changed, 136 deletions(-)
Comment 6 Andrey 2024-03-16 03:10:08 UTC
net-analyzer/nload-0.7.4-r1 has been removed from the tree.
(and replaced with a newer version, which already migrated to configure.ac)