lsb

devchk file generation problem

Bug #1334780 reported by Jeff Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lsb
Fix Committed
Medium
Unassigned
Mandriva
Fix Released
Medium

Bug Description

Current specdb (revno 2314, or more generally after recent glib.h updates) is
causing devchk to generate a file which cannot be compiled:

glib_2_0_glib_h.c:1245:5: error: #if with no expression
glib_2_0_glib_h.c:1258:5: error: #if with no expression

The two stanzas are pretty obviously broken, so the question is what data is
bad and why isn't devchk generation script throwing some kind of error:

at line 1245:

#if
cnt++;
#ifndef GLIB_MINOR_VERSION
Msg( "Error: Constant not found: GLIB_MINOR_VERSION\n");
#else
pcnt++;
#endif

at line 1258:

#if
cnt++;
#ifndef GLIB_MICRO_VERSION
Msg( "Error: Constant not found: GLIB_MICRO_VERSION\n");
#else
pcnt++;
#endif

Changed in mandriva:
importance: Unknown → Medium
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.