[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062087: cmph: NMU diff for 64-bit time_t transition



Source: cmph
Version: 2.0.2-3
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
cmph as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for cmph
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru cmph-2.0.2/debian/changelog cmph-2.0.2/debian/changelog
--- cmph-2.0.2/debian/changelog	2023-12-15 19:05:30.000000000 +0000
+++ cmph-2.0.2/debian/changelog	2024-01-31 10:21:38.000000000 +0000
@@ -1,3 +1,10 @@
+cmph (2.0.2-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Wed, 31 Jan 2024 10:21:38 +0000
+
 cmph (2.0.2-3) unstable; urgency=medium
 
   * QA upload.
diff -Nru cmph-2.0.2/debian/control cmph-2.0.2/debian/control
--- cmph-2.0.2/debian/control	2023-12-15 19:05:30.000000000 +0000
+++ cmph-2.0.2/debian/control	2024-01-31 10:21:38.000000000 +0000
@@ -8,7 +8,10 @@
 Vcs-Git: https://salsa.debian.org/debian/cmph.git
 Homepage: http://cmph.sourceforge.net
 
-Package: libcmph0
+Package: libcmph0t64
+Provides: ${t64:Provides}
+Replaces: libcmph0
+Breaks: libcmph0 (<< ${source:Version})
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C Minimal Perfect Hashing Library
@@ -20,7 +23,7 @@
 
 Package: libcmph-dev
 Architecture: any
-Depends: libcmph0 (= ${binary:Version}), ${misc:Depends}
+Depends: libcmph0t64 (= ${binary:Version}), ${misc:Depends}
 Section: libdevel
 Description: C Minimal Perfect Hashing Library development files
  Minimal perfect hash functions are widely used for memory efficient storage
@@ -36,7 +39,7 @@
 Conflicts: libcmph-bin
 Architecture: any
 Section: utils
-Depends: libcmph0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libcmph0t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: C Minimal Perfect Hashing Library command line utilities
  Minimal perfect hash functions are widely used for memory efficient storage
  and fast retrieval of items from static sets, such as words in natural
diff -Nru cmph-2.0.2/debian/libcmph0.install cmph-2.0.2/debian/libcmph0.install
--- cmph-2.0.2/debian/libcmph0.install	2019-01-03 06:12:19.000000000 +0000
+++ cmph-2.0.2/debian/libcmph0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libcmph.so.*
diff -Nru cmph-2.0.2/debian/libcmph0.symbols cmph-2.0.2/debian/libcmph0.symbols
--- cmph-2.0.2/debian/libcmph0.symbols	2019-09-11 19:21:54.000000000 +0000
+++ cmph-2.0.2/debian/libcmph0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,272 +0,0 @@
-libcmph.so.0 libcmph0 #MINVER#
-* Build-Depends-Package: libcmph-dev
- __cmph_dump@Base 2.0
- __cmph_load@Base 2.0
- __config_destroy@Base 2.0
- __config_new@Base 2.0
- bdz_config_destroy@Base 2.0
- bdz_config_new@Base 2.0
- bdz_config_set_b@Base 2.0
- bdz_config_set_hashfuncs@Base 2.0
- bdz_destroy@Base 2.0
- bdz_dump@Base 2.0
- bdz_load@Base 2.0
- bdz_lookup_table@Base 2.0
- bdz_new@Base 2.0
- bdz_pack@Base 2.0
- bdz_packed_size@Base 2.0
- bdz_ph_config_destroy@Base 2.0
- bdz_ph_config_new@Base 2.0
- bdz_ph_config_set_hashfuncs@Base 2.0
- bdz_ph_destroy@Base 2.0
- bdz_ph_dump@Base 2.0
- bdz_ph_load@Base 2.0
- bdz_ph_new@Base 2.0
- bdz_ph_pack@Base 2.0
- bdz_ph_packed_size@Base 2.0
- bdz_ph_search@Base 2.0
- bdz_ph_search_packed@Base 2.0
- bdz_search@Base 2.0
- bdz_search_packed@Base 2.0
- bm_end@Base 2.0
- bm_register@Base 2.0
- bm_start@Base 2.0
- bmz8_config_destroy@Base 2.0
- bmz8_config_new@Base 2.0
- bmz8_config_set_hashfuncs@Base 2.0
- bmz8_destroy@Base 2.0
- bmz8_dump@Base 2.0
- bmz8_load@Base 2.0
- bmz8_new@Base 2.0
- bmz8_pack@Base 2.0
- bmz8_packed_size@Base 2.0
- bmz8_search@Base 2.0
- bmz8_search_packed@Base 2.0
- bmz_config_destroy@Base 2.0
- bmz_config_new@Base 2.0
- bmz_config_set_hashfuncs@Base 2.0
- bmz_destroy@Base 2.0
- bmz_dump@Base 2.0
- bmz_load@Base 2.0
- bmz_new@Base 2.0
- bmz_pack@Base 2.0
- bmz_packed_size@Base 2.0
- bmz_search@Base 2.0
- bmz_search_packed@Base 2.0
- brz_config_destroy@Base 2.0
- brz_config_new@Base 2.0
- brz_config_set_algo@Base 2.0
- brz_config_set_b@Base 2.0
- brz_config_set_hashfuncs@Base 2.0
- brz_config_set_memory_availability@Base 2.0
- brz_config_set_mphf_fd@Base 2.0
- brz_config_set_tmp_dir@Base 2.0
- brz_destroy@Base 2.0
- brz_dump@Base 2.0
- brz_load@Base 2.0
- brz_new@Base 2.0
- brz_pack@Base 2.0
- brz_packed_size@Base 2.0
- brz_search@Base 2.0
- brz_search_packed@Base 2.0
- buffer_entry_destroy@Base 2.0
- buffer_entry_get_capacity@Base 2.0
- buffer_entry_new@Base 2.0
- buffer_entry_open@Base 2.0
- buffer_entry_read_key@Base 2.0
- buffer_entry_set_capacity@Base 2.0
- buffer_manager_destroy@Base 2.0
- buffer_manager_new@Base 2.0
- buffer_manager_open@Base 2.0
- buffer_manager_read_key@Base 2.0
- chd_config_destroy@Base 2.0
- chd_config_new@Base 2.0
- chd_config_set_b@Base 2.0
- chd_config_set_hashfuncs@Base 2.0
- chd_config_set_keys_per_bin@Base 2.0
- chd_destroy@Base 2.0
- chd_dump@Base 2.0
- chd_load@Base 2.0
- chd_new@Base 2.0
- chd_pack@Base 2.0
- chd_packed_size@Base 2.0
- chd_ph_config_destroy@Base 2.0
- chd_ph_config_new@Base 2.0
- chd_ph_config_set_b@Base 2.0
- chd_ph_config_set_hashfuncs@Base 2.0
- chd_ph_config_set_keys_per_bin@Base 2.0
- chd_ph_destroy@Base 2.0
- chd_ph_dump@Base 2.0
- chd_ph_load@Base 2.0
- chd_ph_new@Base 2.0
- chd_ph_pack@Base 2.0
- chd_ph_packed_size@Base 2.0
- chd_ph_search@Base 2.0
- chd_ph_search_packed@Base 2.0
- chd_search@Base 2.0
- chd_search_packed@Base 2.0
- check_primality@Base 2.0
- chm_config_destroy@Base 2.0
- chm_config_new@Base 2.0
- chm_config_set_hashfuncs@Base 2.0
- chm_destroy@Base 2.0
- chm_dump@Base 2.0
- chm_load@Base 2.0
- chm_new@Base 2.0
- chm_pack@Base 2.0
- chm_packed_size@Base 2.0
- chm_search@Base 2.0
- chm_search_packed@Base 2.0
- cmph_config_destroy@Base 2.0
- cmph_config_new@Base 2.0
- cmph_config_set_algo@Base 2.0
- cmph_config_set_b@Base 2.0
- cmph_config_set_graphsize@Base 2.0
- cmph_config_set_hashfuncs@Base 2.0
- cmph_config_set_keys_per_bin@Base 2.0
- cmph_config_set_memory_availability@Base 2.0
- cmph_config_set_mphf_fd@Base 2.0
- cmph_config_set_tmp_dir@Base 2.0
- cmph_config_set_verbosity@Base 2.0
- cmph_destroy@Base 2.0
- cmph_dump@Base 2.0
- cmph_hash_names@Base 2.0
- cmph_io_byte_vector_adapter@Base 2.0
- cmph_io_byte_vector_adapter_destroy@Base 2.0
- cmph_io_nlfile_adapter@Base 2.0
- cmph_io_nlfile_adapter_destroy@Base 2.0
- cmph_io_nlnkfile_adapter@Base 2.0
- cmph_io_nlnkfile_adapter_destroy@Base 2.0
- cmph_io_struct_vector_adapter@Base 2.0
- cmph_io_struct_vector_adapter_destroy@Base 2.0
- cmph_io_vector_adapter@Base 2.0
- cmph_io_vector_adapter_destroy@Base 2.0
- cmph_load@Base 2.0
- cmph_names@Base 2.0
- cmph_new@Base 2.0
- cmph_pack@Base 2.0
- cmph_packed_size@Base 2.0
- cmph_search@Base 2.0
- cmph_search_packed@Base 2.0
- cmph_size@Base 2.0
- compressed_rank_destroy@Base 2.0
- compressed_rank_dump@Base 2.0
- compressed_rank_generate@Base 2.0
- compressed_rank_get_space_usage@Base 2.0
- compressed_rank_init@Base 2.0
- compressed_rank_load@Base 2.0
- compressed_rank_pack@Base 2.0
- compressed_rank_packed_size@Base 2.0
- compressed_rank_query@Base 2.0
- compressed_rank_query_packed@Base 2.0
- compressed_seq_destroy@Base 2.0
- compressed_seq_dump@Base 2.0
- compressed_seq_generate@Base 2.0
- compressed_seq_get_space_usage@Base 2.0
- compressed_seq_init@Base 2.0
- compressed_seq_load@Base 2.0
- compressed_seq_pack@Base 2.0
- compressed_seq_packed_size@Base 2.0
- compressed_seq_query@Base 2.0
- compressed_seq_query_packed@Base 2.0
- fch_buckets_destroy@Base 2.0
- fch_buckets_get_indexes_sorted_by_size@Base 2.0
- fch_buckets_get_key@Base 2.0
- fch_buckets_get_keylength@Base 2.0
- fch_buckets_get_max_size@Base 2.0
- fch_buckets_get_nbuckets@Base 2.0
- fch_buckets_get_size@Base 2.0
- fch_buckets_insert@Base 2.0
- fch_buckets_is_empty@Base 2.0
- fch_buckets_new@Base 2.0
- fch_buckets_print@Base 2.0
- fch_calc_b@Base 2.0
- fch_calc_p1@Base 2.0
- fch_calc_p2@Base 2.0
- fch_config_destroy@Base 2.0
- fch_config_new@Base 2.0
- fch_config_set_hashfuncs@Base 2.0
- fch_destroy@Base 2.0
- fch_dump@Base 2.0
- fch_load@Base 2.0
- fch_new@Base 2.0
- fch_pack@Base 2.0
- fch_packed_size@Base 2.0
- fch_search@Base 2.0
- fch_search_packed@Base 2.0
- find_benchmark@Base 2.0
- global_benchmarks_length@Base 2.0
- graph_add_edge@Base 2.0
- graph_clear_edges@Base 2.0
- graph_contains_edge@Base 2.0
- graph_del_edge@Base 2.0
- graph_destroy@Base 2.0
- graph_edge_id@Base 2.0
- graph_is_cyclic@Base 2.0
- graph_ncritical_nodes@Base 2.0
- graph_neighbors_it@Base 2.0
- graph_new@Base 2.0
- graph_next_neighbor@Base 2.0
- graph_node_is_critical@Base 2.0
- graph_obtain_critical_nodes@Base 2.0
- graph_print@Base 2.0
- graph_vertex_id@Base 2.0
- hash@Base 2.0
- hash_get_type@Base 2.0
- hash_packed@Base 2.0
- hash_state_copy@Base 2.0
- hash_state_destroy@Base 2.0
- hash_state_dump@Base 2.0
- hash_state_load@Base 2.0
- hash_state_new@Base 2.0
- hash_state_pack@Base 2.0
- hash_state_packed_size@Base 2.0
- hash_vector@Base 2.0
- hash_vector_packed@Base 2.0
- jenkins_hash@Base 2.0
- jenkins_hash_packed@Base 2.0
- jenkins_hash_vector_@Base 2.0
- jenkins_hash_vector_packed@Base 2.0
- jenkins_state_copy@Base 2.0
- jenkins_state_destroy@Base 2.0
- jenkins_state_dump@Base 2.0
- jenkins_state_load@Base 2.0
- jenkins_state_new@Base 2.0
- jenkins_state_pack@Base 2.0
- jenkins_state_packed_size@Base 2.0
- lsmap_append@Base 2.0
- lsmap_destroy@Base 2.0
- lsmap_foreach_key@Base 2.0
- lsmap_foreach_value@Base 2.0
- lsmap_new@Base 2.0
- lsmap_search@Base 2.0
- lsmap_size@Base 2.0
- mixh10h11h12@Base 2.0
- run_benchmarks@Base 2.0
- select_destroy@Base 2.0
- select_dump@Base 2.0
- select_generate@Base 2.0
- select_get_space_usage@Base 2.0
- select_init@Base 2.0
- select_load@Base 2.0
- select_next_query@Base 2.0
- select_next_query_packed@Base 2.0
- select_pack@Base 2.0
- select_packed_size@Base 2.0
- select_query@Base 2.0
- select_query_packed@Base 2.0
- timeval_subtract@Base 2.0
- vqueue_destroy@Base 2.0
- vqueue_insert@Base 2.0
- vqueue_is_empty@Base 2.0
- vqueue_new@Base 2.0
- vqueue_print@Base 2.0
- vqueue_remove@Base 2.0
- vstack_destroy@Base 2.0
- vstack_empty@Base 2.0
- vstack_new@Base 2.0
- vstack_pop@Base 2.0
- vstack_push@Base 2.0
- vstack_reserve@Base 2.0
- vstack_size@Base 2.0
- vstack_top@Base 2.0
diff -Nru cmph-2.0.2/debian/libcmph0t64.install cmph-2.0.2/debian/libcmph0t64.install
--- cmph-2.0.2/debian/libcmph0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ cmph-2.0.2/debian/libcmph0t64.install	2019-01-03 06:12:19.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libcmph.so.*
diff -Nru cmph-2.0.2/debian/libcmph0t64.lintian-overrides cmph-2.0.2/debian/libcmph0t64.lintian-overrides
--- cmph-2.0.2/debian/libcmph0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ cmph-2.0.2/debian/libcmph0t64.lintian-overrides	2024-01-31 10:21:38.000000000 +0000
@@ -0,0 +1 @@
+libcmph0t64: package-name-doesnt-match-sonames libcmph0
diff -Nru cmph-2.0.2/debian/libcmph0t64.symbols cmph-2.0.2/debian/libcmph0t64.symbols
--- cmph-2.0.2/debian/libcmph0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ cmph-2.0.2/debian/libcmph0t64.symbols	2024-01-31 10:21:38.000000000 +0000
@@ -0,0 +1,272 @@
+libcmph.so.0 libcmph0t64 #MINVER#
+* Build-Depends-Package: libcmph-dev
+ __cmph_dump@Base 2.0
+ __cmph_load@Base 2.0
+ __config_destroy@Base 2.0
+ __config_new@Base 2.0
+ bdz_config_destroy@Base 2.0
+ bdz_config_new@Base 2.0
+ bdz_config_set_b@Base 2.0
+ bdz_config_set_hashfuncs@Base 2.0
+ bdz_destroy@Base 2.0
+ bdz_dump@Base 2.0
+ bdz_load@Base 2.0
+ bdz_lookup_table@Base 2.0
+ bdz_new@Base 2.0
+ bdz_pack@Base 2.0
+ bdz_packed_size@Base 2.0
+ bdz_ph_config_destroy@Base 2.0
+ bdz_ph_config_new@Base 2.0
+ bdz_ph_config_set_hashfuncs@Base 2.0
+ bdz_ph_destroy@Base 2.0
+ bdz_ph_dump@Base 2.0
+ bdz_ph_load@Base 2.0
+ bdz_ph_new@Base 2.0
+ bdz_ph_pack@Base 2.0
+ bdz_ph_packed_size@Base 2.0
+ bdz_ph_search@Base 2.0
+ bdz_ph_search_packed@Base 2.0
+ bdz_search@Base 2.0
+ bdz_search_packed@Base 2.0
+ bm_end@Base 2.0
+ bm_register@Base 2.0
+ bm_start@Base 2.0
+ bmz8_config_destroy@Base 2.0
+ bmz8_config_new@Base 2.0
+ bmz8_config_set_hashfuncs@Base 2.0
+ bmz8_destroy@Base 2.0
+ bmz8_dump@Base 2.0
+ bmz8_load@Base 2.0
+ bmz8_new@Base 2.0
+ bmz8_pack@Base 2.0
+ bmz8_packed_size@Base 2.0
+ bmz8_search@Base 2.0
+ bmz8_search_packed@Base 2.0
+ bmz_config_destroy@Base 2.0
+ bmz_config_new@Base 2.0
+ bmz_config_set_hashfuncs@Base 2.0
+ bmz_destroy@Base 2.0
+ bmz_dump@Base 2.0
+ bmz_load@Base 2.0
+ bmz_new@Base 2.0
+ bmz_pack@Base 2.0
+ bmz_packed_size@Base 2.0
+ bmz_search@Base 2.0
+ bmz_search_packed@Base 2.0
+ brz_config_destroy@Base 2.0
+ brz_config_new@Base 2.0
+ brz_config_set_algo@Base 2.0
+ brz_config_set_b@Base 2.0
+ brz_config_set_hashfuncs@Base 2.0
+ brz_config_set_memory_availability@Base 2.0
+ brz_config_set_mphf_fd@Base 2.0
+ brz_config_set_tmp_dir@Base 2.0
+ brz_destroy@Base 2.0
+ brz_dump@Base 2.0
+ brz_load@Base 2.0
+ brz_new@Base 2.0
+ brz_pack@Base 2.0
+ brz_packed_size@Base 2.0
+ brz_search@Base 2.0
+ brz_search_packed@Base 2.0
+ buffer_entry_destroy@Base 2.0
+ buffer_entry_get_capacity@Base 2.0
+ buffer_entry_new@Base 2.0
+ buffer_entry_open@Base 2.0
+ buffer_entry_read_key@Base 2.0
+ buffer_entry_set_capacity@Base 2.0
+ buffer_manager_destroy@Base 2.0
+ buffer_manager_new@Base 2.0
+ buffer_manager_open@Base 2.0
+ buffer_manager_read_key@Base 2.0
+ chd_config_destroy@Base 2.0
+ chd_config_new@Base 2.0
+ chd_config_set_b@Base 2.0
+ chd_config_set_hashfuncs@Base 2.0
+ chd_config_set_keys_per_bin@Base 2.0
+ chd_destroy@Base 2.0
+ chd_dump@Base 2.0
+ chd_load@Base 2.0
+ chd_new@Base 2.0
+ chd_pack@Base 2.0
+ chd_packed_size@Base 2.0
+ chd_ph_config_destroy@Base 2.0
+ chd_ph_config_new@Base 2.0
+ chd_ph_config_set_b@Base 2.0
+ chd_ph_config_set_hashfuncs@Base 2.0
+ chd_ph_config_set_keys_per_bin@Base 2.0
+ chd_ph_destroy@Base 2.0
+ chd_ph_dump@Base 2.0
+ chd_ph_load@Base 2.0
+ chd_ph_new@Base 2.0
+ chd_ph_pack@Base 2.0
+ chd_ph_packed_size@Base 2.0
+ chd_ph_search@Base 2.0
+ chd_ph_search_packed@Base 2.0
+ chd_search@Base 2.0
+ chd_search_packed@Base 2.0
+ check_primality@Base 2.0
+ chm_config_destroy@Base 2.0
+ chm_config_new@Base 2.0
+ chm_config_set_hashfuncs@Base 2.0
+ chm_destroy@Base 2.0
+ chm_dump@Base 2.0
+ chm_load@Base 2.0
+ chm_new@Base 2.0
+ chm_pack@Base 2.0
+ chm_packed_size@Base 2.0
+ chm_search@Base 2.0
+ chm_search_packed@Base 2.0
+ cmph_config_destroy@Base 2.0
+ cmph_config_new@Base 2.0
+ cmph_config_set_algo@Base 2.0
+ cmph_config_set_b@Base 2.0
+ cmph_config_set_graphsize@Base 2.0
+ cmph_config_set_hashfuncs@Base 2.0
+ cmph_config_set_keys_per_bin@Base 2.0
+ cmph_config_set_memory_availability@Base 2.0
+ cmph_config_set_mphf_fd@Base 2.0
+ cmph_config_set_tmp_dir@Base 2.0
+ cmph_config_set_verbosity@Base 2.0
+ cmph_destroy@Base 2.0
+ cmph_dump@Base 2.0
+ cmph_hash_names@Base 2.0
+ cmph_io_byte_vector_adapter@Base 2.0
+ cmph_io_byte_vector_adapter_destroy@Base 2.0
+ cmph_io_nlfile_adapter@Base 2.0
+ cmph_io_nlfile_adapter_destroy@Base 2.0
+ cmph_io_nlnkfile_adapter@Base 2.0
+ cmph_io_nlnkfile_adapter_destroy@Base 2.0
+ cmph_io_struct_vector_adapter@Base 2.0
+ cmph_io_struct_vector_adapter_destroy@Base 2.0
+ cmph_io_vector_adapter@Base 2.0
+ cmph_io_vector_adapter_destroy@Base 2.0
+ cmph_load@Base 2.0
+ cmph_names@Base 2.0
+ cmph_new@Base 2.0
+ cmph_pack@Base 2.0
+ cmph_packed_size@Base 2.0
+ cmph_search@Base 2.0
+ cmph_search_packed@Base 2.0
+ cmph_size@Base 2.0
+ compressed_rank_destroy@Base 2.0
+ compressed_rank_dump@Base 2.0
+ compressed_rank_generate@Base 2.0
+ compressed_rank_get_space_usage@Base 2.0
+ compressed_rank_init@Base 2.0
+ compressed_rank_load@Base 2.0
+ compressed_rank_pack@Base 2.0
+ compressed_rank_packed_size@Base 2.0
+ compressed_rank_query@Base 2.0
+ compressed_rank_query_packed@Base 2.0
+ compressed_seq_destroy@Base 2.0
+ compressed_seq_dump@Base 2.0
+ compressed_seq_generate@Base 2.0
+ compressed_seq_get_space_usage@Base 2.0
+ compressed_seq_init@Base 2.0
+ compressed_seq_load@Base 2.0
+ compressed_seq_pack@Base 2.0
+ compressed_seq_packed_size@Base 2.0
+ compressed_seq_query@Base 2.0
+ compressed_seq_query_packed@Base 2.0
+ fch_buckets_destroy@Base 2.0
+ fch_buckets_get_indexes_sorted_by_size@Base 2.0
+ fch_buckets_get_key@Base 2.0
+ fch_buckets_get_keylength@Base 2.0
+ fch_buckets_get_max_size@Base 2.0
+ fch_buckets_get_nbuckets@Base 2.0
+ fch_buckets_get_size@Base 2.0
+ fch_buckets_insert@Base 2.0
+ fch_buckets_is_empty@Base 2.0
+ fch_buckets_new@Base 2.0
+ fch_buckets_print@Base 2.0
+ fch_calc_b@Base 2.0
+ fch_calc_p1@Base 2.0
+ fch_calc_p2@Base 2.0
+ fch_config_destroy@Base 2.0
+ fch_config_new@Base 2.0
+ fch_config_set_hashfuncs@Base 2.0
+ fch_destroy@Base 2.0
+ fch_dump@Base 2.0
+ fch_load@Base 2.0
+ fch_new@Base 2.0
+ fch_pack@Base 2.0
+ fch_packed_size@Base 2.0
+ fch_search@Base 2.0
+ fch_search_packed@Base 2.0
+ find_benchmark@Base 2.0
+ global_benchmarks_length@Base 2.0
+ graph_add_edge@Base 2.0
+ graph_clear_edges@Base 2.0
+ graph_contains_edge@Base 2.0
+ graph_del_edge@Base 2.0
+ graph_destroy@Base 2.0
+ graph_edge_id@Base 2.0
+ graph_is_cyclic@Base 2.0
+ graph_ncritical_nodes@Base 2.0
+ graph_neighbors_it@Base 2.0
+ graph_new@Base 2.0
+ graph_next_neighbor@Base 2.0
+ graph_node_is_critical@Base 2.0
+ graph_obtain_critical_nodes@Base 2.0
+ graph_print@Base 2.0
+ graph_vertex_id@Base 2.0
+ hash@Base 2.0
+ hash_get_type@Base 2.0
+ hash_packed@Base 2.0
+ hash_state_copy@Base 2.0
+ hash_state_destroy@Base 2.0
+ hash_state_dump@Base 2.0
+ hash_state_load@Base 2.0
+ hash_state_new@Base 2.0
+ hash_state_pack@Base 2.0
+ hash_state_packed_size@Base 2.0
+ hash_vector@Base 2.0
+ hash_vector_packed@Base 2.0
+ jenkins_hash@Base 2.0
+ jenkins_hash_packed@Base 2.0
+ jenkins_hash_vector_@Base 2.0
+ jenkins_hash_vector_packed@Base 2.0
+ jenkins_state_copy@Base 2.0
+ jenkins_state_destroy@Base 2.0
+ jenkins_state_dump@Base 2.0
+ jenkins_state_load@Base 2.0
+ jenkins_state_new@Base 2.0
+ jenkins_state_pack@Base 2.0
+ jenkins_state_packed_size@Base 2.0
+ lsmap_append@Base 2.0
+ lsmap_destroy@Base 2.0
+ lsmap_foreach_key@Base 2.0
+ lsmap_foreach_value@Base 2.0
+ lsmap_new@Base 2.0
+ lsmap_search@Base 2.0
+ lsmap_size@Base 2.0
+ mixh10h11h12@Base 2.0
+ run_benchmarks@Base 2.0
+ select_destroy@Base 2.0
+ select_dump@Base 2.0
+ select_generate@Base 2.0
+ select_get_space_usage@Base 2.0
+ select_init@Base 2.0
+ select_load@Base 2.0
+ select_next_query@Base 2.0
+ select_next_query_packed@Base 2.0
+ select_pack@Base 2.0
+ select_packed_size@Base 2.0
+ select_query@Base 2.0
+ select_query_packed@Base 2.0
+ timeval_subtract@Base 2.0
+ vqueue_destroy@Base 2.0
+ vqueue_insert@Base 2.0
+ vqueue_is_empty@Base 2.0
+ vqueue_new@Base 2.0
+ vqueue_print@Base 2.0
+ vqueue_remove@Base 2.0
+ vstack_destroy@Base 2.0
+ vstack_empty@Base 2.0
+ vstack_new@Base 2.0
+ vstack_pop@Base 2.0
+ vstack_push@Base 2.0
+ vstack_reserve@Base 2.0
+ vstack_size@Base 2.0
+ vstack_top@Base 2.0

Reply to: