<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/serge.sterck">serge sterck</a>
commented:
</p>
<div style="">
<p dir="auto">Same isue here</p>
<p dir="auto">i have activeted the devtoolset-9 to have gcc 9</p>
<p dir="auto">cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)</p>
<p dir="auto">gcc --version
gcc (GCC) 9.1.1 20190605 (Red Hat 9.1.1-2)
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p>
<p dir="auto">prefix=~/build
mkdir -p $prefix/Filezilla3</p>
<p dir="auto">export PATH="$prefix/Filezilla3/bin:$PATH"
export LD_LIBRARY_PATH="$prefix/Filezilla3/lib:$LD_LIBRARY_PATH"
export PKG_CONFIG_PATH="$prefix/Filezilla3/lib/pkgconfig:$PKG_CONFIG_PATH"
cd $prefix
wget <a href="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.14.tar.xz" rel="nofollow noreferrer noopener" target="_blank">https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.14.tar.xz</a>
tar -xf gnutls-3.6.14.tar.xz
cd gnutls-3.6.14</p>
<p dir="auto">./configure --prefix=$prefix/Filezilla3 <br>
--docdir=$prefix/Filezilla3/share/doc/gnutls-3.6.14 <br>
--disable-guile <br>
--with-libnettle-prefix="$prefix/Filezilla3" <br>
--with-included-unistring</p>
<p dir="auto">CC       pkcs11_privkey.lo
pkcs11_privkey.c: In function '_gnutls_pkcs11_privkey_sign':
pkcs11_privkey.c:335:32: error: storage size of 'rsa_pss_params' isn't known
335 |  struct ck_rsa_pkcs_pss_params rsa_pss_params;
|                                ^~~~~~~~~~~~~~
pkcs11_privkey.c:335:32: warning: unused variable 'rsa_pss_params' [-Wunused-variable]
make[4]: *** [Makefile:2261: pkcs11_privkey.lo] Error 1
make[4]: Leaving directory '/root/build/gnutls-3.6.14/lib'
make[3]: *** [Makefile:2357: all-recursive] Error 1
make[3]: Leaving directory '/root/build/gnutls-3.6.14/lib'
make[2]: *** [Makefile:1980: all] Error 2
make[2]: Leaving directory '/root/build/gnutls-3.6.14/lib'
make[1]: *** [Makefile:1757: all-recursive] Error 1
make[1]: Leaving directory '/root/build/gnutls-3.6.14'
make: *** [Makefile:1682: all] Error 2</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/812#note_356651045">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/-/sent_notifications/ce5e058a03754db9d2f27917d7b8d703/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/812#note_356651045"}}</script>


</p>
</div>
</body>
</html>