Re: Help with review for libcdio transition
Dominique Dumont <[email protected]> Mon, 10 Feb 2025 11:44:48 +0100
| Newsgroups | gmane.linux.debian.devel.perl |
|---|---|
| Message-ID | <2222308.Mh6RI2rZIc@ylum> |
Hi On Monday 10 February 2025 02:01:15 CET Gabriel F. T. Gomes wrote: > The data type iso9660_stat_t, which is a struct, has a new > member/field, thus its size changed. You mentioned that the new field is "total_size". But, reading /usr/include/cdio/iso9660.h from libiso9660-dev:amd64 2.2.0-1~exp1, I found this field in struct iso9660_stat_s (ending with "s" not "t") and not in iso9660_stat_t. And it looks like libdevice-cdio-perl is not using iso9660_stat_s. Which may explain why total_size cannot be found in the C files generated by swig. Did I miss something ? HTH