View Issue Details

IDProjectCategoryView StatusLast Update
0000638bareos-coreGeneralpublic2019-09-27 16:37
Reporterdebfx Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version15.2.2 
Summary0000638: gnutls_transport_set_int detection broken
DescriptionThe detection of the gnutls_transport_set_int() function (autoconf/configure.in:1344) isn't working properly.

This is most likely because gnutls_transport_set_int() is not a real function but a macro:
#define gnutls_transport_set_int(s, i) gnutls_transport_set_int2(s, i, i)
TagsNo tags attached.

Activities

joergs

joergs

2016-04-14 15:28

developer   ~0002234

What OS and OS version are you using? Which version of gnutls are you using?
debfx

debfx

2016-04-14 18:35

reporter   ~0002235

I have seen this when working on the Debian package.

Debian unstable, gnutls 3.4.10-4
Build log: https://buildd.debian.org/status/fetch.php?pkg=bareos&arch=amd64&ver=15.2.3-1&stamp=1460082844

The same happens on Debian jessie (gnutls 3.3.8-6+deb8u3)
joergs

joergs

2019-09-27 16:37

developer   ~0003586

In releases >= 18.2, gnutls is no longer supported. Only openssl will be used.

Issue History

Date Modified Username Field Change
2016-04-02 16:41 debfx New Issue
2016-04-14 14:20 joergs Assigned To => joergs
2016-04-14 14:20 joergs Status new => assigned
2016-04-14 15:28 joergs Note Added: 0002234
2016-04-14 15:28 joergs Status assigned => feedback
2016-04-14 18:35 debfx Note Added: 0002235
2016-04-14 18:35 debfx Status feedback => assigned
2019-09-27 16:37 joergs Assigned To joergs =>
2019-09-27 16:37 joergs Status assigned => closed
2019-09-27 16:37 joergs Resolution open => won't fix
2019-09-27 16:37 joergs Note Added: 0003586