lsb

GDK 3 update reassigns many core base types to libgdk

Bug #1329863 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

A number of core types were reassigned by the GDK 3 data import to the GDK
library. Some examples:

 (0,0,'Const','const char','libgdk-3');
 (0,0,'Pointer','const char *','libgdk-3');
 (0,0,'Const','const int','libgdk-3');
 (0,0,'Pointer','const int *','libgdk-3');
 (0,0,'Const','const unsigned char','libgdk-3');
 (0,0,'Pointer','const unsigned char *','libgdk-3');
 (0,0,'Pointer','void *','libgdk-3');
 (0,0,'Pointer','void **','libgdk-3');
 (0,0,'Pointer','char *','libgdk-3');

(Not an exhaustive list!)

Those need to be assigned back where they were.

Additionally, we should check why libtodb2/headertodb2 wanted to do this, and
fix that issue so we don't have it in the future.

Tags: spec
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.