Bug 191264

Summary: Undefined debug macros in sys/queue.h
Product: [Fedora] Fedora Reporter: Anton Guda <atu>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.4.90-7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-12 09:02:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Anton Guda 2006-05-10 10:28:58 UTC
Description of problem:

In header file <sys/queue.h> some new macroses are used:
QUEUEDEBUG_LIST_OP, QUEUEDEBUG_LIST_INSERT_HEAD and so on.
But definitions for this macroses not detected.

Version-Release number of selected component (if applicable):

glibc-2.4.90-6


How reproducible:

Every time.

Steps to Reproduce:
1. Try to compile any program, which uses macroses from <sys/queue.h>.
   For example, nfs-utils.


  
Actual results:

Compilations fails with error message about undefined symbols.

Expected results:

Compilation w/o errors.


Additional info:
Proposition:
define this macros by default as empty, if undefined.

Comment 1 Jakub Jelinek 2006-05-12 09:02:26 UTC
Should be fixed in glibc-2.4.90-7 in rawhide.