Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908650 - media-sound/qsampler-0.9.10 - Unknown CMake command qt_add_translation.
Summary: media-sound/qsampler-0.9.10 - Unknown CMake command qt_add_translation.
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: 2023-06-17 09:25 UTC by Toralf Förster
Modified: 2023-07-03 08:23 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.67 KB, text/plain)
2023-06-17 09:25 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,210.59 KB, text/plain)
2023-06-17 09:25 UTC, Toralf Förster
Details
environment (environment,97.87 KB, text/plain)
2023-06-17 09:25 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,780 bytes, application/x-xz)
2023-06-17 09:25 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,12.34 KB, application/x-xz)
2023-06-17 09:25 UTC, Toralf Förster
Details
media-sound:qsampler-0.9.10:20230617-084829.log (media-sound:qsampler-0.9.10:20230617-084829.log,5.60 KB, text/plain)
2023-06-17 09:25 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,24.01 KB, application/x-xz)
2023-06-17 09:25 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 2023-06-17 09:25:43 UTC
-- Looking for lscp_get_voices - found
-- Checking for module 'gig>=3.3.0'
--   Found gig, version 4.3.0
-- Looking for C++ include libgig/SF.h
-- Looking for C++ include libgig/SF.h - found
CMake Error at src/CMakeLists.txt:86 (qt_add_translation):
  Unknown CMake command "qt_add_translation".



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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma_systemd-20230614-121038

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.69.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.6_p10 [openjdk-17]
2)	Eclipse Temurin JDK 11.0.18_p10 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
4)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-11 
  [4]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.20.5 linux/amd64

  HEAD of ::gentoo
commit 40eaec3a8224228a5c0e3642195175181366453a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jun 17 08:33:56 2023 +0000

    2023-06-17 08:33:55 UTC

emerge -qpvO media-sound/qsampler
[ebuild  N    ] media-sound/qsampler-0.9.10  USE="libgig -debug"
Comment 1 Toralf Förster gentoo-dev 2023-06-17 09:25:44 UTC
Created attachment 864013 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-06-17 09:25:45 UTC
Created attachment 864014 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-06-17 09:25:46 UTC
Created attachment 864015 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-06-17 09:25:47 UTC
Created attachment 864016 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-06-17 09:25:48 UTC
Created attachment 864017 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-06-17 09:25:49 UTC
Created attachment 864018 [details]
media-sound:qsampler-0.9.10:20230617-084829.log
Comment 7 Toralf Förster gentoo-dev 2023-06-17 09:25:50 UTC
Created attachment 864019 [details]
temp.tar.xz
Comment 8 Andreas Sturmlechner gentoo-dev 2023-06-17 09:41:32 UTC
Output also says:

> CMake Warning at CMakeLists.txt:105 (find_package):
> By not providing "FindQt6LinguistTools.cmake" in CMAKE_MODULE_PATH this
> project has asked CMake to find a package configuration file provided by
> "Qt6LinguistTools", but CMake did not find one.

0.9.10's cmake has:

> option (CONFIG_QT6 "Enable Qt6 build (default=yes)" 1)

ebuild should use that instead of (likely inadequate by now) sed command.
Comment 9 Larry the Git Cow gentoo-dev 2023-07-03 08:23:54 UTC
The bug has been closed via the following commit(s):

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

commit 15a04c3b6eb631d5ea6403dba483563db507644a
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2023-07-03 08:23:40 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2023-07-03 08:23:50 +0000

    media-sound/qsampler: migrated latest to qt6
    
    Closes: https://bugs.gentoo.org/908650
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 ...ler-0.9.10.ebuild => qsampler-0.9.10-r1.ebuild} | 24 +++++++---------------
 media-sound/qsampler/qsampler-9999.ebuild          | 22 ++++++++------------
 2 files changed, 15 insertions(+), 31 deletions(-)