lsb

XSetExtensionErrorHandler and _ZTI11QTextFormat are not assigned to standards

Bug #1334828 reported by Jeff Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lsb
In Progress
Medium
Unassigned
Mandriva
In Progress
Medium

Bug Description

Currently, there are no 'legal' entries in the IntStd table for
XSetExtensionErrorHandler (libXext) and _ZTI11QTextFormat (libqt-mt) symbols.
Due to this, the symbols do not appear in appropriate 'Function Interfaces'
tables.

For _ZTI11QTextFormat, we should just set proper ISappearedin for existing
records, and for XSetExtensionErrorHandler we should probably add new entry
pointing to LSB:

UPDATE IntStd SET ISappearedin='3.2' WHERE ISiid=83523;
SET @Iid=(SELECT Iid FROM Interface WHERE Iname='XSetExtensionErrorHandler');
INSERT INTO IntStd (ISiid,ISsid,ISappearedin) VALUES(@Iid,10,'4.0');

Tags: errata x11 zclose
Changed in mandriva:
importance: Unknown → Medium
status: Unknown → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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