Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 700370 - media-libs/libclxclient-3.9.2 : enumip.cc:22:10: fatal error: clxclient.h: No such file or directory
Summary: media-libs/libclxclient-3.9.2 : enumip.cc:22:10: fatal error: clxclient.h: No...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-17 15:51 UTC by Toralf Förster
Modified: 2019-11-17 16:58 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.26 KB, text/plain)
2019-11-17 15:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,128.72 KB, text/plain)
2019-11-17 15:51 UTC, Toralf Förster
Details
environment (environment,51.06 KB, text/plain)
2019-11-17 15:51 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.13 KB, application/x-bzip)
2019-11-17 15:51 UTC, Toralf Förster
Details
media-libs:libclxclient-3.9.2:20191117-152117.log (media-libs:libclxclient-3.9.2:20191117-152117.log,3.26 KB, text/plain)
2019-11-17 15:51 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-11-17 15:51:12 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -Wall -fPIC  -I/usr/include/freetype2   -DVERSION=\"3.9.2\" -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   -c -o textip.o textip.cc
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -Wall -fPIC  -I/usr/include/freetype2   -DVERSION=\"3.9.2\" -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS   -c -o enumip.o enumip.cc
enumip.cc:22:10: fatal error: clxclient.h: No such file or directory
   22 | #include <clxclient.h>
      |          ^~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-libressl-20191115-161531

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

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


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

Available Rust versions:
  [1]   rust-1.39.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sun, 17 Nov 2019 14:46:10 +0000

emerge -qpvO media-libs/libclxclient
[ebuild  N    ] media-libs/libclxclient-3.9.2
Comment 1 Toralf Förster gentoo-dev 2019-11-17 15:51:15 UTC
Created attachment 596524 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-11-17 15:51:18 UTC
Created attachment 596526 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-11-17 15:51:20 UTC
Created attachment 596528 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-11-17 15:51:23 UTC
Created attachment 596530 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-11-17 15:51:26 UTC
Created attachment 596532 [details]
media-libs:libclxclient-3.9.2:20191117-152117.log
Comment 6 Miroslav Šulc gentoo-dev 2019-11-17 16:46:36 UTC
testing it. does not happen for upgrade, only for new install.
Comment 7 Larry the Git Cow gentoo-dev 2019-11-17 16:53:50 UTC
The bug has been closed via the following commit(s):

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

commit 59e666c432e8bb8bd6763c1912804d0b5a5b1eac
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2019-11-17 16:53:25 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2019-11-17 16:53:41 +0000

    media-libs/libclxclient-3.9.2: fixed include in enumip.cc
    
    Closes: https://bugs.gentoo.org/700370
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 .../files/libclxclient-3.9.2-enumip-include-fix.patch       | 13 +++++++++++++
 media-libs/libclxclient/libclxclient-3.9.2.ebuild           |  1 +
 2 files changed, 14 insertions(+)
Comment 8 Toralf Förster gentoo-dev 2019-11-17 16:56:36 UTC
(In reply to Miroslav Šulc from comment #6)
> testing it. does not happen for upgrade, only for new install.

Because during upgrade the include file of the previous version/installation and not the one of the current tar ball is used ... ?
Comment 9 Miroslav Šulc gentoo-dev 2019-11-17 16:58:28 UTC
yes, i fixed the wrong #include. though cannot find a contact to report the issue to upstream...