Public bug reported:

We are doing a package rebuild for Questing and siege failed to build:

https://launchpad.net/ubuntu/+archive/test-
rebuild-20250910-questing/+sourcepub/17545588/+listing-archive-extra


amd64
---

Making all in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include 
-I/usr/include/openssl -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -g -O2 
-Werror=implicit-function-declaration -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/siege-4.1.6-1 -c -o array.o array.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include 
-I/usr/include/openssl -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -g -O2 
-Werror=implicit-function-declaration -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/siege-4.1.6-1 -c -o auth.o auth.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include 
-I/usr/include/openssl -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -g -O2 
-Werror=implicit-function-declaration -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/siege-4.1.6-1 -c -o base64.o 
base64.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include 
-I/usr/include/openssl -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -g -O2 
-Werror=implicit-function-declaration -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/siege-4.1.6-1 -c -o browser.o 
browser.c
In file included from array.c:29:
./setup.h:99:5: error: conflicting types for ‘strcasecmp’; have ‘int(void)’
   99 | int strcasecmp();
      |     ^~~~~~~~~~
In file included from /usr/include/string.h:462,
                 from array.c:25:
/usr/include/strings.h:116:12: note: previous declaration of ‘strcasecmp’ with 
type ‘int(const char *, const char *)’
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
      |            ^~~~~~~~~~
make[2]: *** [Makefile:456: array.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from ./util.h:26,
                 from auth.c:32:
./setup.h:99:5: error: conflicting types for ‘strcasecmp’; have ‘int(void)’
   99 | int strcasecmp();
      |     ^~~~~~~~~~
In file included from /usr/include/string.h:462,
                 from auth.c:27:
/usr/include/strings.h:116:12: note: previous declaration of ‘strcasecmp’ with 
type ‘int(const char *, const char *)’
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
      |            ^~~~~~~~~~
In file included from browser.c:27:
./setup.h:99:5: error: conflicting types for ‘strcasecmp’; have ‘int(void)’
   99 | int strcasecmp();
      |     ^~~~~~~~~~
In file included from /usr/include/string.h:462,
                 from ./setup.h:58:
/usr/include/strings.h:116:12: note: previous declaration of ‘strcasecmp’ with 
type ‘int(const char *, const char *)’
  116 | extern int strcasecmp (const char *__s1, const char *__s2)
      |            ^~~~~~~~~~
auth.c: In function ‘auth_get_digest_header’:
auth.c:336:12: error: too many arguments to function ‘strcasecmp’; expected 0, 
have 2
  336 |   if (0 == strcasecmp("MD5", chlg->algorithm))
      |            ^~~~~~~~~~ ~~~~~
./setup.h:99:5: note: declared here
   99 | int strcasecmp();
      |     ^~~~~~~~~~
auth.c: In function ‘setup_des_key’:
auth.c:838:3: warning: ‘DES_set_odd_parity’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  838 |   DES_set_odd_parity(&key);
      |   ^~~~~~~~~~~~~~~~~~
In file included from auth.c:39:
/usr/include/openssl/des.h:176:28: note: declared here
  176 | OSSL_DEPRECATEDIN_3_0 void DES_set_odd_parity(DES_cblock *key);
      |                            ^~~~~~~~~~~~~~~~~~
auth.c:839:3: warning: ‘DES_set_key’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  839 |   DES_set_key(&key, ks);
      |   ^~~~~~~~~~~
/usr/include/openssl/des.h:186:5: note: declared here
  186 | int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule);
      |     ^~~~~~~~~~~
auth.c: In function ‘calc_resp’:
auth.c:856:3: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  856 |   DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) results, 
DESKEY(ks), DES_ENCRYPT);
      |   ^~~~~~~~~~~~~~~
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c:859:3: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  859 |   DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results+8), 
DESKEY(ks), DES_ENCRYPT);
      |   ^~~~~~~~~~~~~~~
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c:862:3: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  862 |   DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results+16), 
DESKEY(ks), DES_ENCRYPT);
      |   ^~~~~~~~~~~~~~~
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c: In function ‘__mkhash’:
auth.c:898:5: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  898 |     DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)lmbuffer, 
DESKEY(ks), DES_ENCRYPT);
      |     ^~~~~~~~~~~~~~~
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c:901:5: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  901 |     DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)(lmbuffer+8), 
DESKEY(ks), DES_ENCRYPT);
      |     ^~~~~~~~~~~~~~~
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c:915:5: warning: ‘MD4_Init’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  915 |     MD4_Init(&MD4);
      |     ^~~~~~~~
In file included from auth.c:40:
/usr/include/openssl/md4.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD4_Init(MD4_CTX *c);
      |                           ^~~~~~~~
auth.c:916:5: warning: ‘MD4_Update’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  916 |     MD4_Update(&MD4, pw, 2*len);
      |     ^~~~~~~~~~
/usr/include/openssl/md4.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD4_Update(MD4_CTX *c, const void *data, 
size_t len);
      |                           ^~~~~~~~~~
auth.c:917:5: warning: ‘MD4_Final’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
  917 |     MD4_Final(ntbuffer, &MD4);
      |     ^~~~~~~~~
/usr/include/openssl/md4.h:52:27: note: declared here
   52 | OSSL_DEPRECATEDIN_3_0 int MD4_Final(unsigned char *md, MD4_CTX *c);
      |                           ^~~~~~~~~
auth.c: In function ‘__get_keyval’:
auth.c:951:10: error: too many arguments to function ‘strcasecmp’; expected 0, 
have 2
  951 |     if (!strcasecmp(key, keyparser[i].keyname)) {
      |          ^~~~~~~~~~ ~~~
./setup.h:99:5: note: declared here
   99 | int strcasecmp();
      |     ^~~~~~~~~~
auth.c: In function ‘__get_h_a1’:
auth.c:1144:12: error: too many arguments to function ‘strcasecmp’; expected 0, 
have 2
 1144 |   if (0 == strcasecmp("MD5", chlg->algorithm)) {
      |            ^~~~~~~~~~ ~~~~~
./setup.h:99:5: note: declared here
   99 | int strcasecmp();
      |     ^~~~~~~~~~
auth.c:1150:17: error: too many arguments to function ‘strcasecmp’; expected 0, 
have 2
 1150 |   else if (0 == strcasecmp("MD5-sess", chlg->algorithm)) {
      |                 ^~~~~~~~~~ ~~~~~~~~~~
./setup.h:99:5: note: declared here
   99 | int strcasecmp();
      |     ^~~~~~~~~~
make[2]: *** [Makefile:456: auth.o] Error 1
browser.c: In function ‘start’:
browser.c:229:28: error: too many arguments to function ‘new_page’; expected 0, 
have 1
  229 |   this->conn->page       = new_page("");
      |                            ^~~~~~~~ ~~
In file included from ./sock.h:55,
                 from browser.c:29:
./page.h:10:8: note: declared here
   10 | PAGE   new_page();
      |        ^~~~~~~~
browser.c: In function ‘__display_result’:
browser.c:977:20: error: too many arguments to function ‘new_date’; expected 0, 
have 1
  977 |     DATE date    = new_date(NULL);
      |                    ^~~~~~~~ ~~~~
In file included from ./cache.h:27,
                 from ./sock.h:56:
./date.h:37:8: note: declared here
   37 | DATE   new_date();

** Affects: siege (Ubuntu)
     Importance: Undecided
     Assignee: Hector CAO (hectorcao)
         Status: New

** Changed in: siege (Ubuntu)
     Assignee: (unassigned) => Hector CAO (hectorcao)

** Description changed:

- 
  We are doing a package rebuild for Questing and siege failed to build:
  
  https://launchpad.net/ubuntu/+archive/test-
  rebuild-20250910-questing/+sourcepub/17545588/+listing-archive-extra
+ 
+ 
+ amd64
+ ---
+ 
+ Making all in src
+ make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
+ gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include 
-I/usr/include/openssl -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -g -O2 
-Werror=implicit-function-declaration -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/siege-4.1.6-1 -c -o array.o array.c
+ gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include 
-I/usr/include/openssl -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -g -O2 
-Werror=implicit-function-declaration -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/siege-4.1.6-1 -c -o auth.o auth.c
+ gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include 
-I/usr/include/openssl -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -g -O2 
-Werror=implicit-function-declaration -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/siege-4.1.6-1 -c -o base64.o 
base64.c
+ gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include 
-I/usr/include/openssl -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=3 
-I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -g -O2 
-Werror=implicit-function-declaration -fno-omit-frame-pointer 
-mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto 
-ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/siege-4.1.6-1 -c -o browser.o 
browser.c
+ In file included from array.c:29:
+ ./setup.h:99:5: error: conflicting types for ‘strcasecmp’; have ‘int(void)’
+    99 | int strcasecmp();
+       |     ^~~~~~~~~~
+ In file included from /usr/include/string.h:462,
+                  from array.c:25:
+ /usr/include/strings.h:116:12: note: previous declaration of ‘strcasecmp’ 
with type ‘int(const char *, const char *)’
+   116 | extern int strcasecmp (const char *__s1, const char *__s2)
+       |            ^~~~~~~~~~
+ make[2]: *** [Makefile:456: array.o] Error 1
+ make[2]: *** Waiting for unfinished jobs....
+ In file included from ./util.h:26,
+                  from auth.c:32:
+ ./setup.h:99:5: error: conflicting types for ‘strcasecmp’; have ‘int(void)’
+    99 | int strcasecmp();
+       |     ^~~~~~~~~~
+ In file included from /usr/include/string.h:462,
+                  from auth.c:27:
+ /usr/include/strings.h:116:12: note: previous declaration of ‘strcasecmp’ 
with type ‘int(const char *, const char *)’
+   116 | extern int strcasecmp (const char *__s1, const char *__s2)
+       |            ^~~~~~~~~~
+ In file included from browser.c:27:
+ ./setup.h:99:5: error: conflicting types for ‘strcasecmp’; have ‘int(void)’
+    99 | int strcasecmp();
+       |     ^~~~~~~~~~
+ In file included from /usr/include/string.h:462,
+                  from ./setup.h:58:
+ /usr/include/strings.h:116:12: note: previous declaration of ‘strcasecmp’ 
with type ‘int(const char *, const char *)’
+   116 | extern int strcasecmp (const char *__s1, const char *__s2)
+       |            ^~~~~~~~~~
+ auth.c: In function ‘auth_get_digest_header’:
+ auth.c:336:12: error: too many arguments to function ‘strcasecmp’; expected 
0, have 2
+   336 |   if (0 == strcasecmp("MD5", chlg->algorithm))
+       |            ^~~~~~~~~~ ~~~~~
+ ./setup.h:99:5: note: declared here
+    99 | int strcasecmp();
+       |     ^~~~~~~~~~
+ auth.c: In function ‘setup_des_key’:
+ auth.c:838:3: warning: ‘DES_set_odd_parity’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   838 |   DES_set_odd_parity(&key);
+       |   ^~~~~~~~~~~~~~~~~~
+ In file included from auth.c:39:
+ /usr/include/openssl/des.h:176:28: note: declared here
+   176 | OSSL_DEPRECATEDIN_3_0 void DES_set_odd_parity(DES_cblock *key);
+       |                            ^~~~~~~~~~~~~~~~~~
+ auth.c:839:3: warning: ‘DES_set_key’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   839 |   DES_set_key(&key, ks);
+       |   ^~~~~~~~~~~
+ /usr/include/openssl/des.h:186:5: note: declared here
+   186 | int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule);
+       |     ^~~~~~~~~~~
+ auth.c: In function ‘calc_resp’:
+ auth.c:856:3: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   856 |   DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) results, 
DESKEY(ks), DES_ENCRYPT);
+       |   ^~~~~~~~~~~~~~~
+ /usr/include/openssl/des.h:105:6: note: declared here
+   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
+       |      ^~~~~~~~~~~~~~~
+ auth.c:859:3: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   859 |   DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results+8), 
DESKEY(ks), DES_ENCRYPT);
+       |   ^~~~~~~~~~~~~~~
+ /usr/include/openssl/des.h:105:6: note: declared here
+   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
+       |      ^~~~~~~~~~~~~~~
+ auth.c:862:3: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   862 |   DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) 
(results+16), DESKEY(ks), DES_ENCRYPT);
+       |   ^~~~~~~~~~~~~~~
+ /usr/include/openssl/des.h:105:6: note: declared here
+   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
+       |      ^~~~~~~~~~~~~~~
+ auth.c: In function ‘__mkhash’:
+ auth.c:898:5: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   898 |     DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)lmbuffer, 
DESKEY(ks), DES_ENCRYPT);
+       |     ^~~~~~~~~~~~~~~
+ /usr/include/openssl/des.h:105:6: note: declared here
+   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
+       |      ^~~~~~~~~~~~~~~
+ auth.c:901:5: warning: ‘DES_ecb_encrypt’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   901 |     DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)(lmbuffer+8), 
DESKEY(ks), DES_ENCRYPT);
+       |     ^~~~~~~~~~~~~~~
+ /usr/include/openssl/des.h:105:6: note: declared here
+   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
+       |      ^~~~~~~~~~~~~~~
+ auth.c:915:5: warning: ‘MD4_Init’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   915 |     MD4_Init(&MD4);
+       |     ^~~~~~~~
+ In file included from auth.c:40:
+ /usr/include/openssl/md4.h:50:27: note: declared here
+    50 | OSSL_DEPRECATEDIN_3_0 int MD4_Init(MD4_CTX *c);
+       |                           ^~~~~~~~
+ auth.c:916:5: warning: ‘MD4_Update’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   916 |     MD4_Update(&MD4, pw, 2*len);
+       |     ^~~~~~~~~~
+ /usr/include/openssl/md4.h:51:27: note: declared here
+    51 | OSSL_DEPRECATEDIN_3_0 int MD4_Update(MD4_CTX *c, const void *data, 
size_t len);
+       |                           ^~~~~~~~~~
+ auth.c:917:5: warning: ‘MD4_Final’ is deprecated: Since OpenSSL 3.0 
[-Wdeprecated-declarations]
+   917 |     MD4_Final(ntbuffer, &MD4);
+       |     ^~~~~~~~~
+ /usr/include/openssl/md4.h:52:27: note: declared here
+    52 | OSSL_DEPRECATEDIN_3_0 int MD4_Final(unsigned char *md, MD4_CTX *c);
+       |                           ^~~~~~~~~
+ auth.c: In function ‘__get_keyval’:
+ auth.c:951:10: error: too many arguments to function ‘strcasecmp’; expected 
0, have 2
+   951 |     if (!strcasecmp(key, keyparser[i].keyname)) {
+       |          ^~~~~~~~~~ ~~~
+ ./setup.h:99:5: note: declared here
+    99 | int strcasecmp();
+       |     ^~~~~~~~~~
+ auth.c: In function ‘__get_h_a1’:
+ auth.c:1144:12: error: too many arguments to function ‘strcasecmp’; expected 
0, have 2
+  1144 |   if (0 == strcasecmp("MD5", chlg->algorithm)) {
+       |            ^~~~~~~~~~ ~~~~~
+ ./setup.h:99:5: note: declared here
+    99 | int strcasecmp();
+       |     ^~~~~~~~~~
+ auth.c:1150:17: error: too many arguments to function ‘strcasecmp’; expected 
0, have 2
+  1150 |   else if (0 == strcasecmp("MD5-sess", chlg->algorithm)) {
+       |                 ^~~~~~~~~~ ~~~~~~~~~~
+ ./setup.h:99:5: note: declared here
+    99 | int strcasecmp();
+       |     ^~~~~~~~~~
+ make[2]: *** [Makefile:456: auth.o] Error 1
+ browser.c: In function ‘start’:
+ browser.c:229:28: error: too many arguments to function ‘new_page’; expected 
0, have 1
+   229 |   this->conn->page       = new_page("");
+       |                            ^~~~~~~~ ~~
+ In file included from ./sock.h:55,
+                  from browser.c:29:
+ ./page.h:10:8: note: declared here
+    10 | PAGE   new_page();
+       |        ^~~~~~~~
+ browser.c: In function ‘__display_result’:
+ browser.c:977:20: error: too many arguments to function ‘new_date’; expected 
0, have 1
+   977 |     DATE date    = new_date(NULL);
+       |                    ^~~~~~~~ ~~~~
+ In file included from ./cache.h:27,
+                  from ./sock.h:56:
+ ./date.h:37:8: note: declared here
+    37 | DATE   new_date();

** Bug watch added: Debian Bug tracker #1114376
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114376

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2125135

Title:
  FTBFS siege-4.1.6-1 in Questing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/siege/+bug/2125135/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to