idutils - Patches: patch #10240, Fix build error caused by gnulib
You are not allowed to post comments on this tracker with your current authentication level.
patch #10240: Fix build error caused by gnulib
Submitter: | Daniel Nachun <danielnachun> | ||
Submitted: | Thu 23 Jun 2022 05:12:54 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2022-06-23 | danielnachun | Attached File | - | ![]() |
Added idutils.diff, #53358 |
On systems with modern versions glibc, `gets` is removed, so this warning is irrelevant and the build will fail because `gets` is undefined. This patch simply deletes the warning, though a more complete fix might entail checking that `gets` is even defined before attempting to warn about it.