Your message dated Mon, 16 Jan 2023 19:01:16 +0000
with message-id 
<CABwkT9r2pHrYViGADfQMtwY8ECf=jqdHKG_nq57XEvFSwGrn=q...@mail.gmail.com>
and subject line zabbix: FTBFS: error: invalid use of void expression
has caused the Debian Bug report #1027118,
regarding zabbix: FTBFS: error: invalid use of void expression
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 ow...@bugs.debian.org
immediately.)


-- 
1027118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027118
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zabbix
Version: 1:6.0.10+dfsg-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=zabbix&arch=amd64&ver=1%3A6.0.10%2Bdfsg-1%2Bb1&stamp=1672133685&raw=0

simple.c: In function ‘check_https’:
simple.c:180:65: error: invalid use of void expression
  180 |         if (CURLE_OK != (err = curl_easy_setopt(easyhandle, opt = 
CURLOPT_USERAGENT, "Zabbix " ZABBIX_VERSION)) ||
      |                                                                 ^
simple.c:181:69: error: invalid use of void expression
  181 |                 CURLE_OK != (err = curl_easy_setopt(easyhandle, opt = 
CURLOPT_URL, https_host)) ||
      |                                                                     ^
simple.c:182:69: error: invalid use of void expression
  182 |                 CURLE_OK != (err = curl_easy_setopt(easyhandle, opt = 
CURLOPT_PORT, (long)port)) ||
      |                                                                     ^
simple.c:183:69: error: invalid use of void expression
  183 |                 CURLE_OK != (err = curl_easy_setopt(easyhandle, opt = 
CURLOPT_NOBODY, 1L)) ||
      |                                                                     ^
simple.c:184:69: error: invalid use of void expression
  184 |                 CURLE_OK != (err = curl_easy_setopt(easyhandle, opt = 
CURLOPT_SSL_VERIFYPEER, 0L)) ||
      |                                                                     ^
simple.c:185:69: error: invalid use of void expression
  185 |                 CURLE_OK != (err = curl_easy_setopt(easyhandle, opt = 
CURLOPT_SSL_VERIFYHOST, 0L)) ||
      |                                                                     ^
simple.c:186:69: error: invalid use of void expression
  186 |                 CURLE_OK != (err = curl_easy_setopt(easyhandle, opt = 
CURLOPT_TIMEOUT, (long)timeout)) ||
      |                                                                     ^
simple.c:187:69: error: invalid use of void expression
  187 |                 CURLE_OK != (err = curl_easy_setopt(easyhandle, opt = 
ZBX_CURLOPT_ACCEPT_ENCODING, "")))
      |                                                                     ^
simple.c:196:73: error: invalid use of void expression
  196 |                 if (CURLE_OK != (err = curl_easy_setopt(easyhandle, opt 
= CURLOPT_INTERFACE, CONFIG_SOURCE_IP)))
      |                                                                         
^
make[6]: *** [Makefile:500: libsimplesysinfo_a-simple.o] Error 1

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Fixed by curl 7.87.0-2.

I can't giveback on the failed builds on buildd.d.o, but I think it
auto-retries once the bug is resolved, right?!

Thank you,

-- 
Samuel Henrique <samueloph>

--- End Message ---

Reply via email to