patchidutils - 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

Thu 23 Jun 2022 05:12:54 PM UTC, original submission:  

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.

Daniel Nachun <danielnachun>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #53358:  idutils.diff added by danielnachun (443B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by danielnachun (Submitted the item)
  •  

    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

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code