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: CONFIRMED
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: 2024-12-12 19:06 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