Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674800 - app-crypt/af_alg-0.0.1 : ciphers.h:7:59: error: dereferencing pointer to incomplete type EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st }
Summary: app-crypt/af_alg-0.0.1 : ciphers.h:7:59: error: dereferencing pointer to inco...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-09-26
Assignee: Steve Arnold
URL:
Whiteboard: last-rite?
Keywords: PMASKED
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-01-07 18:15 UTC by Toralf Förster
Modified: 2019-09-26 14:50 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.58 KB, text/plain)
2019-01-07 18:15 UTC, Toralf Förster
Details
app-crypt:af_alg-0.0.1:20190107-102441.log (app-crypt:af_alg-0.0.1:20190107-102441.log,56.75 KB, text/plain)
2019-01-07 18:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,218.91 KB, text/plain)
2019-01-07 18:15 UTC, Toralf Förster
Details
environment (environment,118.67 KB, text/plain)
2019-01-07 18:15 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.95 KB, application/x-bzip)
2019-01-07 18:15 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.48 KB, application/x-bzip)
2019-01-07 18:15 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,33.59 KB, application/x-bzip)
2019-01-07 18:15 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-07 18:15:33 UTC
In file included from ciphers.c:10:
ciphers.c: In function ‘af_alg_CIPHER_init_key’:
ciphers.h:7:59: error: dereferencing pointer to incomplete type ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
 #define CIPHER_DATA(ctx) ((struct af_alg_cipher_data*)(ctx->cipher_data))
                                                           ^~
ciphers.c:18:35: note: in expansion of macro ‘CIPHER_DATA’

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

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

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

  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)
  [5]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.31.1 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.9.0 [icedtea-8]
2)	IcedTea JDK 3.9.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8  system-vm
  [2]   icedtea-bin-8 

emerge -qpvO app-crypt/af_alg
[ebuild  N    ] app-crypt/af_alg-0.0.1  USE="-libressl"
Comment 1 Toralf Förster gentoo-dev 2019-01-07 18:15:36 UTC
Created attachment 560232 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-07 18:15:39 UTC
Created attachment 560234 [details]
app-crypt:af_alg-0.0.1:20190107-102441.log
Comment 3 Toralf Förster gentoo-dev 2019-01-07 18:15:42 UTC
Created attachment 560236 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-01-07 18:15:45 UTC
Created attachment 560238 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-01-07 18:15:47 UTC
Created attachment 560240 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-07 18:15:50 UTC
Created attachment 560242 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-01-07 18:15:53 UTC
Created attachment 560244 [details]
temp.tbz2
Comment 8 Andreas Sturmlechner gentoo-dev 2019-05-04 14:19:32 UTC
Dead upstream, no revdeps; restrict openssl to <1.1 or treeclean?
Comment 9 Steve Arnold archtester gentoo-dev 2019-08-28 17:36:38 UTC
This only works with the older openssl API and the newer openssl apparently installs its own afalg interface so this is no longer needed on current systems:

$ qlist openssl | grep afalg
  /usr/lib32/engines-1.1/afalg.so
  /usr/lib64/engines-1.1/afalg.so

Tree-cleaning is fine (unless someone stuck with an older runtime complains loudly enough).  Also i'm not dead yet...  Possibly I might smell a little funny...
Comment 10 Larry the Git Cow gentoo-dev 2019-09-26 14:49:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251ea7f493d9df609fafeb3608d6ffad1015c77a

commit 251ea7f493d9df609fafeb3608d6ffad1015c77a
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-09-26 14:47:45 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-09-26 14:49:22 +0000

    app-crypt/af_alg: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/674800
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 app-crypt/af_alg/Manifest                    |  2 --
 app-crypt/af_alg/af_alg-0.0.1.ebuild         | 45 ----------------------------
 app-crypt/af_alg/af_alg-0_pre20120229.ebuild | 37 -----------------------
 app-crypt/af_alg/metadata.xml                | 19 ------------
 profiles/package.mask                        |  6 ----
 profiles/updates/3Q-2016                     |  1 -
 6 files changed, 110 deletions(-)
Comment 11 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-26 14:50:36 UTC
Package removed.