Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805188 - app-forensics/libewf-20171104-r1 - ewftools_output.c: error: SHLIB_VERSION_NUMBER undeclared (first use in this function)
Summary: app-forensics/libewf-20171104-r1 - ewftools_output.c: error: SHLIB_VERSION_NU...
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:
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-07-30 08:06 UTC by Toralf Förster
Modified: 2022-08-18 18:12 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.66 KB, text/plain)
2021-07-30 08:06 UTC, Toralf Förster
Details
app-forensics:libewf-20171104-r1:20210730-072449.log (app-forensics:libewf-20171104-r1:20210730-072449.log,208.47 KB, text/plain)
2021-07-30 08:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,32.54 KB, text/plain)
2021-07-30 08:06 UTC, Toralf Förster
Details
environment (environment,19.68 KB, text/plain)
2021-07-30 08:06 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.10 KB, application/x-bzip)
2021-07-30 08:06 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,34.91 KB, application/x-bzip)
2021-07-30 08:06 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,18.41 KB, application/x-bzip)
2021-07-30 08:06 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 2021-07-30 08:06:44 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../common  -I../include -I../common -I../libcerror -I../libcthreads -I../libcdata -I../libcdatetime -I../libclocale -I../libcnotify -I../libcsplit -I../libuna -I../libcfile -I../libcpath -I../libbfio -I../libfcache -I../libfdata -I../libfvalue -I../libhmac -I../libodraw -I../libsmdev -I../libsmraw -I/usr/include/fuse -D_FILE_OFFSET_BITS=64    -pipe -march=native -fno-diagnostics-color -O2 -Wall -c -o ewftools_system_string.o ewftools_system_string.c
ewftools_output.c: In function ‘ewfoutput_version_detailed_fprint’:
ewftools_output.c:244:10: error: ‘SHLIB_VERSION_NUMBER’ undeclared (first use in this function); did you mean ‘OPENSSL_VERSION_NUMBER’?
  244 |          SHLIB_VERSION_NUMBER );
      |          ^~~~~~~~~~~~~~~~~~~~
      |          OPENSSL_VERSION_NUMBER
ewftools_output.c:244:10: note: each undeclared identifier is reported only once for each function it appears in

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j3-20210729-224648

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  (none found)
The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 028ac916209e8631df36d2e017ae66f3724354dc
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Jul 30 06:21:31 2021 +0000

    2021-07-30 06:21:29 UTC

emerge -qpvO app-forensics/libewf
[ebuild  N    ] app-forensics/libewf-20171104-r1  USE="bfio bzip2 fuse nls ssl zlib -debug -static-libs -unicode -uuid"
Comment 1 Toralf Förster gentoo-dev 2021-07-30 08:06:45 UTC
Created attachment 728178 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-30 08:06:47 UTC
Created attachment 728181 [details]
app-forensics:libewf-20171104-r1:20210730-072449.log
Comment 3 Toralf Förster gentoo-dev 2021-07-30 08:06:48 UTC
Created attachment 728184 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-07-30 08:06:49 UTC
Created attachment 728187 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-07-30 08:06:51 UTC
Created attachment 728190 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-07-30 08:06:52 UTC
Created attachment 728193 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-07-30 08:06:53 UTC
Created attachment 728196 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-08-18 18:12:08 UTC
The bug has been closed via the following commit(s):

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

commit 82d8bff402dc1601d6f2a3254883fc90267191f3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-08-18 18:08:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-18 18:12:02 +0000

    app-forensics/libewf: fix build with OpenSSL 3
    
    Closes: https://bugs.gentoo.org/805188
    Signed-off-by: Sam James <sam@gentoo.org>

 .../libewf/files/libewf-20171104-openssl-3.patch   | 27 +++++++++
 app-forensics/libewf/libewf-20171104-r2.ebuild     | 66 ++++++++++++++++++++++
 2 files changed, 93 insertions(+)