Source: wolfssl
Version: 3.10.2+dfsg-1
Severity: important
Tags: upstream
Justification: fails to build from source (but built successfully in the past)

Builds of wolfssl for kfreebsd-* (admittedly not release
architectures) have been failing:

  src/crl.c:48:10: error: #error "CRL monitor only currently supported on linux 
or mach"
           #error "CRL monitor only currently supported on linux or mach"
            ^~~~~
  src/crl.c: In function 'FreeCRL':
  src/crl.c:143:13: warning: implicit declaration of function 'StopMonitor' 
[-Wimplicit-function-declaration]
           if (StopMonitor(crl->mfd) == 0)
               ^~~~~~~~~~~
  src/crl.c:143:9: warning: nested extern declaration of 'StopMonitor' 
[-Wnested-externs]
           if (StopMonitor(crl->mfd) == 0)
           ^~
  src/crl.c: In function 'StartMonitorCRL':
  src/crl.c:743:41: error: 'DoMonitor' undeclared (first use in this function)
       if (pthread_create(&crl->tid, NULL, DoMonitor, crl) != 0) {
                                           ^~~~~~~~~

Could you please take a look?

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Reply via email to