Your message dated Wed, 24 Sep 2025 22:05:01 +0000
with message-id <[email protected]>
and subject line Bug#1114043: fixed in alpine 2.26+dfsg-4
has caused the Debian Bug report #1114043,
regarding alpine: FTBFS: ../../include/system.h:94:19: error: conflicting types 
for 'strcoll'; have 'int(void)'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1114043: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114043
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:alpine
Version: 2.26+dfsg-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:alpine, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build --max-parallel=1
   dh_update_autotools_config -O--max-parallel=1
   dh_autoreconf -O--max-parallel=1
Copying file ABOUT-NLS
Copying file config.rpath
Copying file m4/build-to-host.m4
Copying file m4/gettext.m4
Copying file m4/host-cpu-c-abi.m4
Copying file m4/iconv.m4
Copying file m4/intlmacosx.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4

[... snipped ...]

mbx.c:1763:13: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1763 |             read (LOCAL->fd,LOCAL->buf,m);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mbx.c:1787:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1787 |     ftruncate (LOCAL->fd,LOCAL->filesize);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`cat CCTYPE` -c `cat CFLAGS` mmdf.c
mmdf.c: In function ‘mmdf_open’:
mmdf.c:660:7: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  660 |       ftruncate (fd,i);         /* make sure tied off */
      |       ^~~~~~~~~~~~~~~~
mmdf.c: In function ‘mmdf_header’:
mmdf.c:771:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  771 |     read (LOCAL->fd,LOCAL->buf,elt->private.msg.header.text.size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mmdf.c:781:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  781 |     read (LOCAL->fd,s = (char *) fs_get 
(elt->private.msg.header.text.size+1),
      |     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  782 |           elt->private.msg.header.text.size);
      |           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mmdf.c: In function ‘mmdf_text_work’:
mmdf.c:848:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  848 |     read (LOCAL->fd,LOCAL->buf,elt->private.msg.text.text.size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mmdf.c: In function ‘mmdf_copy’:
mmdf.c:1093:7: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1093 |       read (LOCAL->fd,LOCAL->buf,elt->private.special.text.size);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mmdf.c:1120:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1120 |     ftruncate (fd,sbuf.st_size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mmdf.c: In function ‘mmdf_append’:
mmdf.c:1290:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1290 |     ftruncate (fd,sbuf.st_size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mmdf.c: In function ‘mmdf_rewrite’:
mmdf.c:2304:11: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2304 |           read (LOCAL->fd,LOCAL->buf,elt->private.special.text.size);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mmdf.c:2387:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2387 |     ftruncate (LOCAL->fd,LOCAL->filesize = size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mmdf.c: In function ‘mmdf_extend’:
mmdf.c:2433:9: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2433 |         ftruncate (LOCAL->fd,LOCAL->filesize);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`cat CCTYPE` -c `cat CFLAGS` tenex.c
tenex.c: In function ‘tenex_fast’:
tenex.c:520:11: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  520 |           read (LOCAL->fd,LOCAL->buf,elt->private.msg.full.text.size);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tenex.c: In function ‘tenex_header’:
tenex.c:571:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  571 |     read (LOCAL->fd,LOCAL->buf,*length = i);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tenex.c:576:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  576 |     read (LOCAL->fd,s,i);       /* slurp the data */
      |     ^~~~~~~~~~~~~~~~~~~~
tenex.c: In function ‘tenex_text’:
tenex.c:618:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  618 |     read (LOCAL->fd,LOCAL->buf,i);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tenex.c:633:7: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  633 |       read (LOCAL->fd,s,i);     /* slurp the data */
      |       ^~~~~~~~~~~~~~~~~~~~
tenex.c: In function ‘tenex_snarf’:
tenex.c:803:9: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  803 |         ftruncate (LOCAL->fd,sbuf.st_size);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tenex.c: In function ‘tenex_expunge’:
tenex.c:894:13: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  894 |             read (LOCAL->fd,LOCAL->buf,m);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tenex.c:921:9: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  921 |         ftruncate (LOCAL->fd,LOCAL->filesize);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tenex.c: In function ‘tenex_copy’:
tenex.c:1012:9: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1012 |         read (LOCAL->fd,LOCAL->buf,j);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tenex.c:1020:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1020 |     ftruncate (fd,sbuf.st_size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
tenex.c: In function ‘tenex_append’:
tenex.c:1154:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1154 |     ftruncate (fd,sbuf.st_size);/* revert file */
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
tenex.c: In function ‘tenex_hdrpos’:
tenex.c:1460:9: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1460 |         read (LOCAL->fd,s = LOCAL->buf,i = min (msiz-siz,(long) 
MAILTMPLEN));
      |         
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`cat CCTYPE` -c `cat CFLAGS` mtx.c
mtx.c: In function ‘mtx_header’:
mtx.c:517:3: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  517 |   read (LOCAL->fd,LOCAL->buf,*length);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mtx.c: In function ‘mtx_snarf’:
mtx.c:712:9: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  712 |         ftruncate (LOCAL->fd,sbuf.st_size);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mtx.c: In function ‘mtx_expunge’:
mtx.c:803:13: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  803 |             read (LOCAL->fd,LOCAL->buf,m);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mtx.c:829:9: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  829 |         ftruncate (LOCAL->fd,LOCAL->filesize);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mtx.c: In function ‘mtx_copy’:
mtx.c:920:9: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  920 |         read (LOCAL->fd,LOCAL->buf,j);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mtx.c:928:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  928 |     ftruncate (fd,sbuf.st_size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mtx.c: In function ‘mtx_append’:
mtx.c:1055:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1055 |     ftruncate (fd,sbuf.st_size);/* revert file */
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
`cat CCTYPE` -c `cat CFLAGS` news.c
news.c: In function ‘news_valid’:
news.c:162:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  162 |     read (fd,t = s = (char *) fs_get (sbuf.st_size+1),sbuf.st_size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
news.c: In function ‘news_list’:
news.c:229:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  229 |     read (fd,s = (char *) fs_get (sbuf.st_size + 1),sbuf.st_size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`cat CCTYPE` -c `cat CFLAGS` phile.c
phile.c: In function ‘phile_open’:
phile.c:318:3: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  318 |   read (fd,buf->data = (unsigned char *) fs_get (buf->size + 
1),buf->size);
      |   
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`cat CCTYPE` -c `cat CFLAGS` mh.c
mh.c: In function ‘mh_path’:
mh.c:249:7: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  249 |       read (fd,(t = (char *) fs_get (sbuf.st_size + 1)),sbuf.st_size);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`cat CCTYPE` -c `cat CFLAGS` mx.c
mx.c: In function ‘mx_header’:
mx.c:637:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  637 |     read (fd,LOCAL->buf,elt->rfc822_size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mx.c: In function ‘mx_lockindex’:
mx.c:1178:5: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1178 |     read (LOCAL->fd,s = idx = (char *) fs_get (sbuf.st_size + 
1),sbuf.st_size);
      |     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mx.c: In function ‘mx_unlockindex’:
mx.c:1270:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1270 |     ftruncate (LOCAL->fd,size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
`cat CCTYPE` -c `cat CFLAGS` mix.c
mix.c: In function ‘mix_copy’:
mix.c:1483:9: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1483 |         ftruncate (fd,size);    /* revert file */
      |         ^~~~~~~~~~~~~~~~~~~
mix.c: In function ‘mix_append’:
mix.c:1601:11: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 1601 |           ftruncate (fd,size);  /* revert all writes to file*/
      |           ^~~~~~~~~~~~~~~~~~~
mix.c: In function ‘mix_meta_update’:
mix.c:2224:5: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2224 |     ftruncate (LOCAL->mfd,i);   /* and tie off at that point */
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
mix.c: In function ‘mix_index_update’:
mix.c:2272:11: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2272 |           ftruncate (fileno (idxf),sbuf.st_size);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mix.c:2305:16: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2305 |       if (ret) ftruncate (fileno (idxf),ftell (idxf));
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mix.c: In function ‘mix_status_update’:
mix.c:2353:11: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2353 |           ftruncate (fileno (statf),sbuf.st_size);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mix.c:2387:16: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2387 |       if (ret) ftruncate (fileno (statf),ftell (statf));
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mix.c: In function ‘mix_sortcache_update’:
mix.c:2731:16: warning: ignoring return value of ‘ftruncate’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
 2731 |       if (ret) ftruncate (fileno (f),ftell (f));
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`cat CCTYPE` -c `cat CFLAGS` sha.c
sh -c 'rm -rf c-client.a || true'
ar rc c-client.a osdep.o mail.o misc.o newsrc.o smanager.o utf8.o utf8aux.o 
siglocal.o dummy.o pseudo.o netmsg.o flstring.o fdstring.o rfc822.o nntp.o 
smtp.o imap4r1.o http.o json.o pop3.o unix.o mbx.o mmdf.o tenex.o mtx.o news.o 
phile.o mh.o mx.o mix.o sha.o;ranlib c-client.a
make[6]: Leaving directory '/<<PKGBUILDDIR>>/imap/c-client'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/imap/c-client'
echo lnpno > OSTYPE
touch rebuild
sh -c 'rm -rf rebuild || true'
Not building bundled tools.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/imap'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/imap'
/usr/bin/make  all-recursive
make[3]: Entering directory '/<<PKGBUILDDIR>>'
Making all in m4
make[4]: Entering directory '/<<PKGBUILDDIR>>/m4'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/m4'
Making all in po
make[4]: Entering directory '/<<PKGBUILDDIR>>/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/po'
Making all in pith
make[4]: Entering directory '/<<PKGBUILDDIR>>/pith'
gcc -DHAVE_CONFIG_H   -I../include -I../include -I/usr/include/openssl 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -g  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-incompatible-pointer-types 
-DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L -c -o help_h_gen.o help_h_gen.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc -g  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-incompatible-pointer-types 
-DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L  -L/usr/lib -Wl,-z,relro 
-Wl,-z,now -L/usr/lib -o help_h_gen help_h_gen.o 
libtool: link: gcc -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wno-incompatible-pointer-types -DOPENSSL_1_1_0 
-DOPENSSL_API_COMPAT=0x10100000L -Wl,-z -Wl,relro -Wl,-z -Wl,now -o help_h_gen 
help_h_gen.o  -L/usr/lib
./help_h_gen < pine.hlp > helptext.h
gcc -DHAVE_CONFIG_H   -I../include -I../include -I/usr/include/openssl 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -g  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-incompatible-pointer-types 
-DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L -c -o help_c_gen.o help_c_gen.c
/bin/bash ../libtool  --tag=CC   --mode=link gcc -g  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-incompatible-pointer-types 
-DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L  -L/usr/lib -Wl,-z,relro 
-Wl,-z,now -L/usr/lib -o help_c_gen help_c_gen.o 
libtool: link: gcc -g -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wno-incompatible-pointer-types -DOPENSSL_1_1_0 
-DOPENSSL_API_COMPAT=0x10100000L -Wl,-z -Wl,relro -Wl,-z -Wl,now -o help_c_gen 
help_c_gen.o  -L/usr/lib
./help_c_gen < pine.hlp > helptext.c
/usr/bin/make  all-recursive
make[5]: Entering directory '/<<PKGBUILDDIR>>/pith'
Making all in osdep
make[6]: Entering directory '/<<PKGBUILDDIR>>/pith/osdep'
gcc -DHAVE_CONFIG_H   -I../../include -I../../include -I/usr/include/openssl 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -g  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-incompatible-pointer-types 
-DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L -c -o bldpath.o bldpath.c
gcc -DHAVE_CONFIG_H   -I../../include -I../../include -I/usr/include/openssl 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -g  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-incompatible-pointer-types 
-DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L -c -o canaccess.o canaccess.c
canaccess.c: In function ‘can_access_in_path’:
canaccess.c:148:47: warning: ‘%c’ directive output may be truncated writing 
1 byte into a region of size between 0 and 4096 [-Wformat-truncation=]
  148 |                 snprintf(tmp, sizeof(tmp), "%s%c%s", p, FILE_SEP, file);
      |                                               ^~
In file included from /usr/include/stdio.h:970,
                 from ../../include/system.h:31,
                 from canaccess.c:15:
In function ‘snprintf’,
    inlined from ‘can_access_in_path’ at canaccess.c:148:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 4098) into a 
destination of size 4096
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
canaccess.c: In function ‘can_access_in_path’:
canaccess.c:148:47: warning: ‘%c’ directive output may be truncated writing 
1 byte into a region of size between 0 and 4096 [-Wformat-truncation=]
  148 |                 snprintf(tmp, sizeof(tmp), "%s%c%s", p, FILE_SEP, file);
      |                                               ^~
In function ‘snprintf’,
    inlined from ‘can_access_in_path’ at canaccess.c:148:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
‘__builtin___snprintf_chk’ output 2 or more bytes (assuming 4098) into a 
destination of size 4096
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H   -I../../include -I../../include -I/usr/include/openssl 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -g  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-incompatible-pointer-types 
-DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L -c -o canonicl.o canonicl.c
gcc -DHAVE_CONFIG_H   -I../../include -I../../include -I/usr/include/openssl 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -g  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-incompatible-pointer-types 
-DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L -c -o collate.o collate.c
In file included from collate.c:15:
collate.c: In function ‘set_collation’:
../../include/system.h:94:19: error: conflicting types for ‘strcoll’; have 
‘int(void)’
   94 | # define collator strcoll
      |                   ^~~~~~~
collate.c:29:16: note: in expansion of macro ‘collator’
   29 |     extern int collator();  /* set to strcoll if available in system.h 
*/
      |                ^~~~~~~~
In file included from ../../include/system.h:45:
/usr/include/string.h:163:12: note: previous declaration of ‘strcoll’ with 
type ‘int(const char *, const char *)’
  163 | extern int strcoll (const char *__s1, const char *__s2)
      |            ^~~~~~~
collate.c: In function ‘sstrcasecmp’:
collate.c:79:13: error: too many arguments to function ‘pcollator’; 
expected 0, have 2
   79 |     return((*pcollator)(*(char **)s1, *(char **)s2));
      |            ~^~~~~~~~~~~ ~~~~~~~~~~~~
make[6]: *** [Makefile:493: collate.o] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/pith/osdep'
make[5]: *** [Makefile:669: all-recursive] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/pith'
make[4]: *** [Makefile:506: all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/pith'
make[3]: *** [Makefile:562: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:451: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 "INSTALL=install --strip-program=true" returned 
exit code 2
make[1]: *** [debian/rules:23: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:56: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: alpine
Source-Version: 2.26+dfsg-4
Done: Santiago Vila <[email protected]>

We believe that the bug you reported is fixed in the latest version of
alpine, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Santiago Vila <[email protected]> (supplier of updated alpine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 24 Sep 2025 23:35:00 +0200
Source: alpine
Architecture: source
Version: 2.26+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Asheesh Laroia <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1107019 1114043
Changes:
 alpine (2.26+dfsg-4) unstable; urgency=medium
 .
   * Apply upstream patches to build with GCC 15. Closes: #1114043.
   * Add libcrypt-dev to Build-Depends. Closes: #1107019.
   * Add myself to Uploaders.
Checksums-Sha1:
 e447cb8c4998c1dbcf4256a9aa179a12cfe3d15b 1838 alpine_2.26+dfsg-4.dsc
 f05e9fc6ec277b71c39150707fc857168f16bc81 42460 alpine_2.26+dfsg-4.debian.tar.xz
 da6c5951590875f00aa1359dd3b6939ff1dec0df 5840 
alpine_2.26+dfsg-4_source.buildinfo
Checksums-Sha256:
 07df1c9ca37f3dd77e3d08f05ffa9b22998a6c973231b6ee31d1f5e7dc885357 1838 
alpine_2.26+dfsg-4.dsc
 3748f530147575540fdbc014963733f63a873374128e660a2e5cf020e513fc7b 42460 
alpine_2.26+dfsg-4.debian.tar.xz
 a0d0e684f2d2dc954acbda21066cadbe805ffeb49dfedb7ced52d867625f490f 5840 
alpine_2.26+dfsg-4_source.buildinfo
Files:
 741bdd06c4fbca2ea741a7b2bd4aa13c 1838 mail optional alpine_2.26+dfsg-4.dsc
 2bc3aa8bdff8b3fa4da5180edd5e26f1 42460 mail optional 
alpine_2.26+dfsg-4.debian.tar.xz
 6ab1415c289cce500895037eab415845 5840 mail optional 
alpine_2.26+dfsg-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmjUZRAACgkQQc5/C58b
izKkvAf9G+yX4RI+DQ94NLnKqW+aHluinfMzjP7wLqz9Q2tzFxkQ1kEtRrDaKp4w
Mo4tUf9FjAa8TYgY/Lc/zNfQY40Z59aVKXyJB9phcAWVdfDv+Dl17IbzZAMzcqc4
YNmN7serbfd1YIq9QEV3D78tn3mXMlhcLdGJ92x1a/Gmklay6pN97YqgceUJxCkQ
L4WzIVW77sS30UizDAmax9w2Vu3HnGon1izkXkk5uimUBi3059uWNXC4jzL6G4pb
7G8OKNLjUooW6bVtV3B2NgFqR57jwcDpRzDOo60zFe3l7FmIWw3FWha8jFbzADeQ
yfI0ytpUeFipvavICrfIrBlkyWg0xw==
=zDQd
-----END PGP SIGNATURE-----

Attachment: pgpl1_qi7XytQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to