Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674174 - net-mail/uw-mailutils-2007f : removal / osdep.c:509:49: error: dereferencing pointer to incomplete type X509 {aka struct x509_st }
Summary: net-mail/uw-mailutils-2007f : removal / osdep.c:509:49: error: dereferencing ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-04-20
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
: 674442 (view as bug list)
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2018-12-31 13:35 UTC by Toralf Förster
Modified: 2019-04-20 08:01 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.66 KB, text/plain)
2018-12-31 13:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,136.68 KB, text/plain)
2018-12-31 13:35 UTC, Toralf Förster
Details
environment (environment,84.12 KB, text/plain)
2018-12-31 13:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.24 KB, application/x-bzip)
2018-12-31 13:35 UTC, Toralf Förster
Details
net-mail:uw-mailutils-2007f:20181231-131046.log (net-mail:uw-mailutils-2007f:20181231-131046.log,10.55 KB, text/plain)
2018-12-31 13:35 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.12 KB, application/x-bzip)
2018-12-31 13:35 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 2018-12-31 13:35:21 UTC
 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */
                                             ^~~~~~~~~~~~~~~~~~~
osdep.c:509:49: error: dereferencing pointer to incomplete type ‘X509’ {aka ‘struct x509_st’}
     if (scq) return (*scq) (err,host,cert ? cert->name : "???") ? NIL : "";
                                                 ^~
osdep.c: In function ‘ssl_server_init’:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_test_20181228-124659

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

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

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)

Available Rust versions:
  [1]   rust-1.31.1 *



emerge -qpvO net-mail/uw-mailutils
[ebuild  N    ] net-mail/uw-mailutils-2007f  USE="pam ssl"
Comment 1 Toralf Förster gentoo-dev 2018-12-31 13:35:24 UTC
Created attachment 559140 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-12-31 13:35:27 UTC
Created attachment 559142 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-12-31 13:35:29 UTC
Created attachment 559144 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-12-31 13:35:32 UTC
Created attachment 559146 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-12-31 13:35:35 UTC
Created attachment 559148 [details]
net-mail:uw-mailutils-2007f:20181231-131046.log
Comment 6 Toralf Förster gentoo-dev 2018-12-31 13:35:38 UTC
Created attachment 559150 [details]
temp.tbz2
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-03-21 12:37:50 UTC
*** Bug 674442 has been marked as a duplicate of this bug. ***
Comment 8 Larry the Git Cow gentoo-dev 2019-03-21 14:05:51 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e255e654afce3ab7c48fb66bd10c0fdb098ec46

commit 9e255e654afce3ab7c48fb66bd10c0fdb098ec46
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-03-21 14:04:05 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-03-21 14:04:08 +0000

    package.mask: Next batch of openssl-1.1+ cleanup
    
    Bug: https://bugs.gentoo.org/674892
    Bug: https://bugs.gentoo.org/674896
    Bug: https://bugs.gentoo.org/674234
    Bug: https://bugs.gentoo.org/678606
    Bug: https://bugs.gentoo.org/674174
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 10 ++++++++++
 1 file changed, 10 insertions(+)
Comment 9 Peter Gantner (a.k.a. nephros) 2019-03-22 08:50:29 UTC
Just a note for users hitting this bug and for some reason tied to the classic UW mail tools:

The code available from https://repo.or.cz/alpine.git is actively maintained by Eduardo Chappa can be used to regain/replace:

  net-mail/uw-imap
  net-mail/uw-mailutils
  mail-client/alpine
  net-libs/c-client

While I have not yet tried it, this should include fixes for openssl-1.1.1 support, among other improvements.
Comment 10 Larry the Git Cow gentoo-dev 2019-04-20 08:01:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39dda18ed3666d3c854a0bb48cdd760b2f01ba3b

commit 39dda18ed3666d3c854a0bb48cdd760b2f01ba3b
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-04-20 07:56:50 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-04-20 07:56:50 +0000

    net-mail/uw-mailutils: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/674174
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-mail/uw-mailutils/Manifest                     |  1 -
 .../uw-mailutils/files/uw-mailutils-2004g.patch    | 38 ----------------
 net-mail/uw-mailutils/files/uw-mailutils-ssl.patch | 13 ------
 net-mail/uw-mailutils/metadata.xml                 |  8 ----
 net-mail/uw-mailutils/uw-mailutils-2007f.ebuild    | 53 ----------------------
 profiles/package.mask                              |  2 -
 6 files changed, 115 deletions(-)