Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739614 - app-text/tesseract-4.1.1 : /.../ld: /.../libcurl.so: undefined reference to ZSTD_versionNumber
Summary: app-text/tesseract-4.1.1 : /.../ld: /.../libcurl.so: undefined reference to Z...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-30 09:09 UTC by Toralf Förster
Modified: 2021-08-26 20:10 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.84 KB, text/plain)
2020-08-30 09:09 UTC, Toralf Förster
Details
app-text:tesseract-4.1.1:20200829-215707.log (app-text:tesseract-4.1.1:20200829-215707.log,567.86 KB, text/plain)
2020-08-30 09:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,311.38 KB, text/plain)
2020-08-30 09:09 UTC, Toralf Förster
Details
environment (environment,83.36 KB, text/plain)
2020-08-30 09:09 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,30.41 KB, application/x-bzip)
2020-08-30 09:09 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,15.09 KB, application/x-bzip)
2020-08-30 09:09 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,40.16 KB, application/x-bzip)
2020-08-30 09:09 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 2020-08-30 09:09:06 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libcurl.so: undefined reference to `ZSTD_versionNumber'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libcurl.so: undefined reference to `ZSTD_createDStream'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libcurl.so: undefined reference to `ZSTD_decompressStream'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libcurl.so: undefined reference to `ZSTD_isError'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-libressl_abi32+64-20200821-231953

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
  [6]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.46.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK JRE 8.265_p01 [openjdk-jre-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Aug 29 09:05:34 PM UTC 2020
/var/db/repos/libressl	Mon Aug 10 09:13:35 AM UTC 2020

emerge -qpvO app-text/tesseract
[ebuild  N    ] app-text/tesseract-4.1.1  USE="openmp -doc -jpeg -opencl -png -static-libs -tiff -training -webp" ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2020-08-30 09:09:07 UTC
Created attachment 657466 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-08-30 09:09:10 UTC
Created attachment 657468 [details]
app-text:tesseract-4.1.1:20200829-215707.log
Comment 3 Toralf Förster gentoo-dev 2020-08-30 09:09:12 UTC
Created attachment 657470 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-08-30 09:09:13 UTC
Created attachment 657472 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-08-30 09:09:15 UTC
Created attachment 657474 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-08-30 09:09:17 UTC
Created attachment 657476 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-08-30 09:09:18 UTC
Created attachment 657478 [details]
temp.tbz2
Comment 8 Bernard Cafarelli gentoo-dev 2020-09-01 13:31:01 UTC
Adding blueness as I think this is curl ebuild issue: from https://curl.haxx.se/changes.html latest 7.72.0 added zstd support, but I do not see it mentioned in ebuild

I guess in tinderbox run curl was built without zstd installed, but had option enabled? Or similar.
Comment 9 Bernard Cafarelli gentoo-dev 2021-08-26 20:10:49 UTC
Marking fixed as all current curl ebuilds in tree have proper zstd handling now