Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621776 - app-crypt/xca-1.3.2-r2 : libressl support
Summary: app-crypt/xca-1.3.2-r2 : libressl support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2017-06-14 17:56 UTC by Toralf Förster
Modified: 2019-08-28 15:28 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,8.56 KB, text/plain)
2017-06-14 17:56 UTC, Toralf Förster
Details
app-crypt:xca-1.3.2-r2:20170614-135029.log (app-crypt:xca-1.3.2-r2:20170614-135029.log,14.20 KB, text/plain)
2017-06-14 17:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,412.23 KB, text/plain)
2017-06-14 17:56 UTC, Toralf Förster
Details
environment (environment,113.63 KB, text/plain)
2017-06-14 17:56 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,65.41 KB, application/x-bzip)
2017-06-14 17:56 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.81 KB, application/x-bzip)
2017-06-14 17:56 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.71 KB, application/x-bzip)
2017-06-14 17:56 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 2017-06-14 17:56:14 UTC
   (const unsigned char*)(ba.constData()), ba.size());
                                                    ^
pki_temp.cpp:371:3: error: invalid conversion from ‘const unsigned char*’ to ‘unsigned char*’ [-fpermissive]
   (const unsigned char*)(ba.constData()), ba.size());
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from pki_x509.h:14:0,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: desktop-libressl_20170604-185115

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

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

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

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.4.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
Comment 1 Toralf Förster gentoo-dev 2017-06-14 17:56:17 UTC
Created attachment 476450 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-06-14 17:56:20 UTC
Created attachment 476452 [details]
app-crypt:xca-1.3.2-r2:20170614-135029.log
Comment 3 Toralf Förster gentoo-dev 2017-06-14 17:56:23 UTC
Created attachment 476454 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-06-14 17:56:26 UTC
Created attachment 476456 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-06-14 17:56:29 UTC
Created attachment 476458 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-06-14 17:56:32 UTC
Created attachment 476460 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-06-14 17:56:35 UTC
Created attachment 476462 [details]
temp.tbz2
Comment 8 Alon Bar-Lev (RETIRED) gentoo-dev 2017-06-14 18:18:08 UTC
libressl:
int PEM_write_bio(BIO*, const char*, char*, unsigned char*, long int)

openssl:
int PEM_write_bio(BIO *bp, const char *name, const char *hdr,
                  const unsigned char *data, long len);

Please work with libressl upstream to re-add the const to argument#4.
Comment 9 Toralf Förster gentoo-dev 2017-06-16 06:09:52 UTC
(In reply to Alon Bar-Lev from comment #8)
https://github.com/libressl-portable/portable/issues/317#issuecomment-308920724
Comment 10 Larry the Git Cow gentoo-dev 2019-08-28 15:28:34 UTC
The bug has been closed via the following commit(s):

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

commit e625e0d72a9f3fffe8fcb42e66ade15e603d281e
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-08-28 15:22:57 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-08-28 15:26:11 +0000

    profiles/base: unmask USE=libressl
    
    >=dev-libs/libressl-2.7 is unmasked and stabilized long ago.
    
    Bug: https://bugs.gentoo.org/664308
    Closes: https://bugs.gentoo.org/621776
    Closes: https://bugs.gentoo.org/689824
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 profiles/base/package.use.mask | 12 ------------
 1 file changed, 12 deletions(-)