Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674160 - net-im/climm-0.7.1 : removal / io/io_openssl.c:99:7: error: dereferencing pointer to incomplete type DH {aka struct dh_st }
Summary: net-im/climm-0.7.1 : removal / io/io_openssl.c:99:7: error: dereferencing poi...
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
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2018-12-31 08:17 UTC by Toralf Förster
Modified: 2019-04-20 08:05 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.76 KB, text/plain)
2018-12-31 08:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,72.80 KB, text/plain)
2018-12-31 08:17 UTC, Toralf Förster
Details
environment (environment,10.01 KB, text/plain)
2018-12-31 08:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.05 KB, application/x-bzip)
2018-12-31 08:17 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,11.60 KB, application/x-bzip)
2018-12-31 08:17 UTC, Toralf Förster
Details
net-im:climm-0.7.1:20181231-021938.log (net-im:climm-0.7.1:20181231-021938.log,20.61 KB, text/plain)
2018-12-31 08:17 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,7.88 KB, application/x-bzip)
2018-12-31 08:17 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 08:17:38 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include    -DPKGDATADIR='"/usr/share/climm"' -I../include  -O2 -pipe -march=native -Wall -c -o io/io_openssl.o io/io_openssl.c
io/io_openssl.c: In function ‘get_dh512’:
io/io_openssl.c:99:7: error: dereferencing pointer to incomplete type ‘DH’ {aka ‘struct dh_st’}
     dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
       ^~
io/io_openssl.c: In function ‘IOOpenSSLSupported’:

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

  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-im/climm
[ebuild  N    ] net-im/climm-0.7.1  USE="ssl -gnutls -tcl -xmpp"
Comment 1 Toralf Förster gentoo-dev 2018-12-31 08:17:41 UTC
Created attachment 559092 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-12-31 08:17:44 UTC
Created attachment 559094 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-12-31 08:17:46 UTC
Created attachment 559096 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-12-31 08:17:49 UTC
Created attachment 559098 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-12-31 08:17:52 UTC
Created attachment 559100 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-12-31 08:17:55 UTC
Created attachment 559102 [details]
net-im:climm-0.7.1:20181231-021938.log
Comment 7 Toralf Förster gentoo-dev 2018-12-31 08:17:57 UTC
Created attachment 559104 [details]
temp.tbz2
Comment 8 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-12-31 11:21:37 UTC
Perhaps a treecleaning candidate? The homepage referenced in the ebuild is not working, and the last commits on https://github.com/tadu/climm are from 2010...
Comment 9 Larry the Git Cow gentoo-dev 2019-03-21 10:21:22 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b617534d5ad8718761541228e4f0a381a840e0

commit 12b617534d5ad8718761541228e4f0a381a840e0
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-03-21 10:19:03 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-03-21 10:21:07 +0000

    package.mask: Last rite multiple pkgs failing w/ openssl-1.1+
    
    First batch of last rites for packages that are unmaintained, dead
    and fail to build with openssl-1.1+.
    
    Bug: https://bugs.gentoo.org/674160
    Bug: https://bugs.gentoo.org/674244
    Bug: https://bugs.gentoo.org/674524
    Bug: https://bugs.gentoo.org/674526
    Bug: https://bugs.gentoo.org/674528
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
Comment 10 Larry the Git Cow gentoo-dev 2019-04-20 08:05:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4277d399ebb18030cb26c918134c7f8cec8c8212

commit 4277d399ebb18030cb26c918134c7f8cec8c8212
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-04-20 08:04:11 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-04-20 08:04:11 +0000

    net-im/climm: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/674160
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-im/climm/Manifest           |  1 -
 net-im/climm/climm-0.7.1.ebuild | 62 -----------------------------------------
 net-im/climm/metadata.xml       |  5 ----
 profiles/package.mask           |  2 --
 4 files changed, 70 deletions(-)