Notes for libmarc-charset-perl - reproducible builds result

Version annotated: 1.35-2
Comments: The file created from the tied DB $self->{db} (ISA GDBM_File)
is not deterministic. We already set $Storable::canonical = 1 so:
- either the data is inserted into that tied DB in a non-deterministic
manner;
- or the GDBM_File backend creates files from the tied DB in a
non-deterministic manner; one might have more luck with another
backend (to do so, put that other backend first in the @AnyDBM_File::ISA
list in lib/MARC/Charset/Table.pm; DB_File with BTREE + LC_ALL=C
was tried already and does not produce deterministic output, which
would itself be berkeley_db_variation_requiring_further_investigation).
 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).