Bug 191264 - Undefined debug macros in sys/queue.h
Summary: Undefined debug macros in sys/queue.h
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-10 10:28 UTC by Anton Guda
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 2.4.90-7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-12 09:02:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.