configure: WARNING: unrecognized options: --without-pdfdoc, --with-threads
configure: WARNING: unrecognized options: --without-pdfdoc, --with-threads
In file included from /usr/include/string.h:548,
from ../gnulib/lib/string.h:41,
from internal.h:31,
from get.c:30:
In function ‘memset’,
inlined from ‘push_frame’ at get.c:1095:5:
/usr/include/bits/string_fortified.h:59:10: warning: ‘__builtin_memset’ offset [0, 31] is out of the bounds [0, 0] [-Warray-bounds=]
59 | return __builtin___memset_chk (__dest, __ch, __len,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60 | __glibc_objsize0 (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
augprint.c: In function ‘find_or_create_group’:
augprint.c:462:60: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
462 | all_groups_realloc = reallocarray(all_groups, sizeof(struct group *), num_groups_newsize);
| ^~~~~~
augprint.c:462:60: note: earlier argument should specify number of elements, later size of each element
augprint.c: In function ‘find_or_create_tail’:
augprint.c:526:60: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
526 | tail->tail_found_map = reallocarray(NULL, sizeof(unsigned int), group->position_array_size);
| ^~~~~~~~
augprint.c:526:60: note: earlier argument should specify number of elements, later size of each element
augprint.c:529:60: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
529 | tail->tail_value_found_map = reallocarray(NULL, sizeof(unsigned int), group->position_array_size);
| ^~~~~~~~
augprint.c:529:60: note: earlier argument should specify number of elements, later size of each element
augprint.c: In function ‘grow_position_arrays’:
augprint.c:587:80: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
587 | tails_at_position_realloc = reallocarray(group->tails_at_position, sizeof(struct tail_stub *), new_size);
| ^~~~~~
augprint.c:587:80: note: earlier argument should specify number of elements, later size of each element
augprint.c:588:80: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
588 | chosen_tail_realloc = reallocarray(group->chosen_tail, sizeof(struct tail *), new_size);
| ^~~~~~
augprint.c:588:80: note: earlier argument should specify number of elements, later size of each element
augprint.c:589:80: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
589 | first_tail_realloc = reallocarray(group->first_tail, sizeof(struct tail_stub *), new_size);
| ^~~~~~
augprint.c:589:80: note: earlier argument should specify number of elements, later size of each element
augprint.c:590:80: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
590 | chosen_tail_state_realloc = reallocarray(group->chosen_tail_state, sizeof(chosen_tail_state_t), new_size);
| ^~~~~~~~~~~~~~~~~~~
augprint.c:590:80: note: earlier argument should specify number of elements, later size of each element
augprint.c:591:80: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
591 | pretty_width_ct_realloc = reallocarray(group->pretty_width_ct, sizeof(unsigned int), new_size);
| ^~~~~~~~
augprint.c:591:80: note: earlier argument should specify number of elements, later size of each element
augprint.c:592:80: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
592 | re_width_ct_realloc = reallocarray(group->re_width_ct, sizeof(unsigned int), new_size);
| ^~~~~~~~
augprint.c:592:80: note: earlier argument should specify number of elements, later size of each element
augprint.c:593:80: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
593 | re_width_ft_realloc = reallocarray(group->re_width_ft, sizeof(unsigned int), new_size);
| ^~~~~~~~
augprint.c:593:80: note: earlier argument should specify number of elements, later size of each element
augprint.c:620:86: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
620 | tail_found_map_realloc = reallocarray(tail->tail_found_map, sizeof(unsigned int), new_size);
| ^~~~~~~~
augprint.c:620:86: note: earlier argument should specify number of elements, later size of each element
augprint.c:621:86: warning: ‘reallocarray’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
621 | tail_value_found_map_realloc = reallocarray(tail->tail_value_found_map, sizeof(unsigned int), new_size);
| ^~~~~~~~
augprint.c:621:86: note: earlier argument should specify number of elements, later size of each element
In file included from memory.h:26,
from augmatch.c:30:
In function ‘guess_lens_name’,
inlined from ‘main’ at augmatch.c:396:16:
internal.h:229:19: warning: inlining failed in call to ‘streqv’: call is unlikely and code size would grow [-Winline]
229 | static inline int streqv(const char *a, const char *b) {
| ^~~~~~
augmatch.c:294:9: note: called from here
294 | if (streqv(ext, ".json")) {
| ^~~~~~~~~~~~~~~~~~~~
internal.h:229:19: warning: inlining failed in call to ‘streqv’: call is unlikely and code size would grow [-Winline]
229 | static inline int streqv(const char *a, const char *b) {
| ^~~~~~
augmatch.c:296:16: note: called from here
296 | } else if (streqv(ext, ".xml")) {
| ^~~~~~~~~~~~~~~~~~~
In function ‘check_load_error’,
inlined from ‘main’ at augmatch.c:434:5:
internal.h:229:19: warning: inlining failed in call to ‘streqv’: call is unlikely and code size would grow [-Winline]
229 | static inline int streqv(const char *a, const char *b) {
| ^~~~~~
augmatch.c:150:9: note: called from here
150 | if (streqv(msg, "parse_failed")) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
internal.h:229:19: warning: inlining failed in call to ‘streqv’: call is unlikely and code size would grow [-Winline]
229 | static inline int streqv(const char *a, const char *b) {
| ^~~~~~
augmatch.c:152:16: note: called from here
152 | } else if (streqv(msg, "read_failed")) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘aug_closep’,
inlined from ‘main’ at augmatch.c:305:40:
augmatch.c:48:5: warning: ‘aug’ may be used uninitialized [-Wmaybe-uninitialized]
48 | aug_close(*p);
| ^~~~~~~~~~~~~
augmatch.c: In function ‘main’:
augmatch.c:305:40: note: ‘aug’ was declared here
305 | cleanup(aug_closep) struct augeas *aug;
| ^~~
libtool: warning: relinking 'libaugeas.la'
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: warning: 'libaugeas.la' has not been installed in '/usr/lib'
libtool: warning: '/var/pisi/augeas-1.14.1-7/work/augeas-1.14.1/src/libfa.la' has not been installed in '/usr/lib'
libtool: warning: 'libaugeas.la' has not been installed in '/usr/lib'
libtool: warning: '/var/pisi/augeas-1.14.1-7/work/augeas-1.14.1/src/libfa.la' has not been installed in '/usr/lib'
libtool: warning: 'libaugeas.la' has not been installed in '/usr/lib'
libtool: warning: '/var/pisi/augeas-1.14.1-7/work/augeas-1.14.1/src/libfa.la' has not been installed in '/usr/lib'
libtool: warning: 'libaugeas.la' has not been installed in '/usr/lib'
libtool: warning: '/var/pisi/augeas-1.14.1-7/work/augeas-1.14.1/src/libfa.la' has not been installed in '/usr/lib'
libtool: warning: '../src/libfa.la' has not been installed in '/usr/lib'