Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674098 - net-misc/mico-2.3.13-r11 : ssl.cc:112:6: error: invalid use of incomplete type BIO {aka struct bio_st }
Summary: net-misc/mico-2.3.13-r11 : ssl.cc:112:6: error: invalid use of incomplete typ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Haubenwallner (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2018-12-30 16:02 UTC by Toralf Förster
Modified: 2019-06-04 11:35 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.61 KB, text/plain)
2018-12-30 16:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,46.35 KB, text/plain)
2018-12-30 16:02 UTC, Toralf Förster
Details
environment (environment,101.34 KB, text/plain)
2018-12-30 16:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.87 KB, application/x-bzip)
2018-12-30 16:02 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,28.66 KB, application/x-bzip)
2018-12-30 16:02 UTC, Toralf Förster
Details
net-misc:mico-2.3.13-r11:20181230-155712.log (net-misc:mico-2.3.13-r11:20181230-155712.log,33.04 KB, text/plain)
2018-12-30 16:02 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,30.18 KB, application/x-bzip)
2018-12-30 16:02 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-30 16:02:25 UTC
x86_64-pc-linux-gnu-g++  -I../include  -Wall -Wwrite-strings -O2 -pipe -march=native  -DPIC -fPIC  -c ssl.cc -o ssl.pic.o
ssl.cc: In function ‘int mico_bio_new(BIO*)’:
ssl.cc:112:6: error: invalid use of incomplete type ‘BIO’ {aka ‘struct bio_st’}
     b->init = 0;
      ^~
In file included from /usr/include/openssl/crypto.h:31,

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

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

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

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 Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.9.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO net-misc/mico
[ebuild  N    ] net-misc/mico-2.3.13-r11  USE="X gtk ssl -postgres -tcl -threads"
Comment 1 Toralf Förster gentoo-dev 2018-12-30 16:02:28 UTC
Created attachment 559004 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-12-30 16:02:31 UTC
Created attachment 559006 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-12-30 16:02:33 UTC
Created attachment 559008 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-12-30 16:02:36 UTC
Created attachment 559010 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-12-30 16:02:39 UTC
Created attachment 559012 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-12-30 16:02:42 UTC
Created attachment 559014 [details]
net-misc:mico-2.3.13-r11:20181230-155712.log
Comment 7 Toralf Förster gentoo-dev 2018-12-30 16:02:45 UTC
Created attachment 559016 [details]
temp.tbz2
Comment 8 Andreas Sturmlechner gentoo-dev 2019-04-29 22:28:32 UTC
Last release in 2008 :/
Comment 9 Larry the Git Cow gentoo-dev 2019-06-04 11:35:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfb644e272935bc447ad03fab0c6e451a448188

commit 1dfb644e272935bc447ad03fab0c6e451a448188
Author:     Michael Haubenwallner <haubi@gentoo.org>
AuthorDate: 2019-06-04 11:33:01 +0000
Commit:     Michael Haubenwallner <haubi@gentoo.org>
CommitDate: 2019-06-04 11:34:33 +0000

    net-misc/mico: revbump, for openssl-1.1 (#674098)
    
    Also, fix some quality compiler warnings, and use -fno-strict-aliasing
    compiler flag even with more recent (hence unknown) compiler versions.
    
    Closes: https://bugs.gentoo.org/674098
    Package-Manager: Portage-2.3.62, Repoman-2.3.11
    Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>

 net-misc/mico/Manifest               |   1 +
 net-misc/mico/mico-2.3.13-r13.ebuild | 146 +++++++++++++++++++++++++++++++++++
 net-misc/mico/mico-9999.ebuild       |  13 ++--
 3 files changed, 154 insertions(+), 6 deletions(-)