Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675330 - net-ftp/tlswrap-1.04-r3 : tls.c:302:21: error: dereferencing pointer to incomplete type X509_EXTENSION {aka struct X509_extension_st }
Summary: net-ftp/tlswrap-1.04-r3 : tls.c:302:21: error: dereferencing pointer to incom...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-01-13 13:35 UTC by Toralf Förster
Modified: 2019-01-13 19:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.56 KB, text/plain)
2019-01-13 13:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,329.97 KB, text/plain)
2019-01-13 13:35 UTC, Toralf Förster
Details
environment (environment,57.29 KB, text/plain)
2019-01-13 13:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.17 KB, application/x-bzip)
2019-01-13 13:36 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.37 KB, application/x-bzip)
2019-01-13 13:36 UTC, Toralf Förster
Details
net-ftp:tlswrap-1.04-r3:20190113-124532.log (net-ftp:tlswrap-1.04-r3:20190113-124532.log,10.27 KB, text/plain)
2019-01-13 13:36 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,17.79 KB, application/x-bzip)
2019-01-13 13:36 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-01-13 13:35:50 UTC
     if (!(x509_meth = X509V3_EXT_get(x509_ext)))
                     ^
tls.c:302:21: error: dereferencing pointer to incomplete type ‘X509_EXTENSION’ {aka ‘struct X509_extension_st’}
     data1 = x509_ext->value->data;
                     ^~
tls.c: In function ‘tls_auth_cont’:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_20190107-221722

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *




emerge -qpvO net-ftp/tlswrap
[ebuild  N    ] net-ftp/tlswrap-1.04-r3  USE="-libressl"
Comment 1 Toralf Förster gentoo-dev 2019-01-13 13:35:53 UTC
Created attachment 560840 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-13 13:35:56 UTC
Created attachment 560842 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-01-13 13:35:58 UTC
Created attachment 560844 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-01-13 13:36:01 UTC
Created attachment 560846 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-01-13 13:36:04 UTC
Created attachment 560848 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-13 13:36:07 UTC
Created attachment 560850 [details]
net-ftp:tlswrap-1.04-r3:20190113-124532.log
Comment 7 Toralf Förster gentoo-dev 2019-01-13 13:36:09 UTC
Created attachment 560852 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-01-13 19:34:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc6d001a0fff7ea3ef374a9a5a1de885b2ff8cb

commit 6bc6d001a0fff7ea3ef374a9a5a1de885b2ff8cb
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-01-13 19:33:17 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-01-13 19:33:17 +0000

    net-ftp/tlswrap: Fix compat with openssl-1.1 and libressl
    
    Closes: https://bugs.gentoo.org/675330
    Package-Manager: Portage-2.3.55, Repoman-2.3.12
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 net-ftp/tlswrap/files/tlswrap-1.04-libressl.patch  | 16 ------
 net-ftp/tlswrap/files/tlswrap-1.04-openssl11.patch | 60 ++++++++++++++++++++++
 net-ftp/tlswrap/tlswrap-1.04-r3.ebuild             | 17 +++---
 3 files changed, 69 insertions(+), 24 deletions(-)