Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674422 - sys-fs/lessfs-1.7.0 : lib_crypto.c:81:20: error: storage size of ctx isn t known
Summary: sys-fs/lessfs-1.7.0 : lib_crypto.c:81:20: error: storage size of ctx isn t known
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-01-03 16:54 UTC by Toralf Förster
Modified: 2019-01-26 12:42 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.23 KB, text/plain)
2019-01-03 16:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,245.10 KB, text/plain)
2019-01-03 16:54 UTC, Toralf Förster
Details
environment (environment,77.12 KB, text/plain)
2019-01-03 16:55 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.94 KB, application/x-bzip)
2019-01-03 16:55 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.79 KB, application/x-bzip)
2019-01-03 16:55 UTC, Toralf Förster
Details
sys-fs:lessfs-1.7.0:20190103-121539.log (sys-fs:lessfs-1.7.0:20190103-121539.log,9.33 KB, text/plain)
2019-01-03 16:55 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.46 KB, application/x-bzip)
2019-01-03 16:55 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-03 16:54:53 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.    -D_REENTRANT -D__USE_LARGEFILE64 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Dx86_64 -D SYSLOG -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -O2 -pipe -march=native -c -o lessfs-lib_crypto.o `test -f 'lib_crypto.c' || echo './'`lib_crypto.c
lib_crypto.c: In function ‘lfsencrypt’:
lib_crypto.c:81:20: error: storage size of ‘ctx’ isn’t known
     EVP_CIPHER_CTX ctx;
                    ^~~
lib_crypto.c: In function ‘lfsdecrypt’:

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

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

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

  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.6
  [2]   python2.7 (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-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO sys-fs/lessfs
[ebuild  N    ] sys-fs/lessfs-1.7.0  USE="berkdb crypt -debug -filelog -lzo -memtrace -snappy"
Comment 1 Toralf Förster gentoo-dev 2019-01-03 16:54:56 UTC
Created attachment 559650 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-03 16:54:59 UTC
Created attachment 559652 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-01-03 16:55:02 UTC
Created attachment 559654 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-01-03 16:55:05 UTC
Created attachment 559656 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-01-03 16:55:08 UTC
Created attachment 559658 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-03 16:55:11 UTC
Created attachment 559660 [details]
sys-fs:lessfs-1.7.0:20190103-121539.log
Comment 7 Toralf Förster gentoo-dev 2019-01-03 16:55:14 UTC
Created attachment 559662 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-01-26 12:42:56 UTC
The bug has been closed via the following commit(s):

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

commit a0435f350a1be5d73c2d0a7dc6377669ec7668dc
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-01-26 11:35:43 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-01-26 12:42:31 +0000

    sys-fs/lessfs: Fix openssl-1.1
    
    Closes: https://bugs.gentoo.org/674422
    Package-Manager: Portage-2.3.58, Repoman-2.3.12
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 sys-fs/lessfs/files/lessfs-1.7.0-openssl11.patch | 72 ++++++++++++++++++++++++
 sys-fs/lessfs/lessfs-1.7.0-r1.ebuild             |  5 ++
 2 files changed, 77 insertions(+)