Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946317 - app-doc/eclass-manpages: don't work with app-alternatives/awk[nawk] (wrong shebang?)
Summary: app-doc/eclass-manpages: don't work with app-alternatives/awk[nawk] (wrong sh...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-12 13:26 UTC by Michał Górny
Modified: 2025-03-14 14:03 UTC (History)
2 users (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-12-12 13:26:34 UTC
$ eclass-to-manpage.awk llvm-r1.eclass 
.\" -*- coding: utf-8 -*-
.\" ### DO NOT EDIT THIS FILE
.\" ### This man page is autogenerated by eclass-to-manpage.awk
.\" ### based on comments found in llvm-r1.eclass
.\"
.\" See eclass-to-manpage.awk for documentation on how to get
.\" your eclass nicely documented as well.
.\"
/usr/bin/awk: calling undefined function strftime
 input record number 4, file llvm-r1.eclass
 source line number 171


I guess we should change the shebang to use gawk explicitly?
Comment 1 Ulrich Müller gentoo-dev 2024-12-12 19:06:20 UTC
(In reply to Michał Górny from comment #0)
> I guess we should change the shebang to use gawk explicitly?

+1
Comment 2 Ulrich Müller gentoo-dev 2025-03-14 14:03:37 UTC
commit c55763812f078561390dc0256932c2ec8dbcffd0
Author: Ulrich Müller <ulm@gentoo.org>
Date:   Fri Mar 14 15:01:19 2025 +0100

    Explicitly specify gawk
    
    Closes: https://bugs.gentoo.org/946317
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>