After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748796 - Randomly sorted podify_signals output prevents reproducible builds
Randomly sorted podify_signals output prevents reproducible builds
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Glib
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2015-05-02 12:55 UTC by intrigeri
Modified: 2015-08-24 19:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sort the output of podify_signals (1.21 KB, patch)
2015-05-02 12:55 UTC, intrigeri
committed Details | Review

Description intrigeri 2015-05-02 12:55:00 UTC
Created attachment 302757 [details] [review]
sort the output of podify_signals

The reproducible builds effort in Debian (https://wiki.debian.org/ReproducibleBuilds/About) identified that a few Perl dists could not be built reproducibly because the POD files generated by perl-Glib contain signal lists in random order.

This is fixed by the attached patch, that you can also find as the sort_podify_signals Git branch on https://anonscm.debian.org/cgit/pkg-perl/packages/libglib-perl.git, for your convenience.

FYI I'm going to apply this patch to the Debian package.

Please consider it for inclusion upstream :)
Comment 1 intrigeri 2015-08-10 12:40:45 UTC
Ping? For the record, we've been shipping this patch in Debian for 3 months now, and I'm not aware of any problem with it.
Comment 2 Emmanuele Bassi (:ebassi) 2015-08-10 13:32:23 UTC
Review of attachment 302757 [details] [review]:

I think it's a sensible approach; GTK-Doc does the same.
Comment 3 Torsten Schoenfeld 2015-08-24 19:38:04 UTC
Looks good, committed.  Thanks!