[Lsb-infrastructure] duplicate types

Wichmann, Mats D mats.d.wichmann at intel.com
Tue Sep 2 06:19:44 PDT 2008


By the way, in the latest patch I see:

When I was digging earlier it seemed there were several
X11 types that had been duplicated, usually one with
quite a low number presumably from the original import,
and one with a 6-digit id which means it was fairly recent.
I didn't save those, but a little bit of sql seems to turn
up a fair number of these. I know Qt is a special case,
but maybe this is worth a little look - here's what I
tried out (not very elegant, but...):

SELECT t1.Tid, t2.Tid, t1.Tname
FROM Type t1, Type t2
WHERE t1.Tid < t2.Tid
AND t1.Tname = t2.Tname
AND t1.Ttype = t2.Ttype;




More information about the lsb-infrastructure mailing list