Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915855 - media-libs/noise-suppression-for-voice-1.03 - ninja: error: unknown target install
Summary: media-libs/noise-suppression-for-voice-1.03 - ninja: error: unknown target in...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-10-16 16:54 UTC by Toralf Förster
Modified: 2023-11-22 17:44 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.51 KB, text/plain)
2023-10-16 16:54 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,70.00 KB, application/x-xz)
2023-10-16 16:54 UTC, Toralf Förster
Details
environment (environment,97.11 KB, text/plain)
2023-10-16 16:54 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.05 KB, application/x-xz)
2023-10-16 16:54 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,28.46 KB, application/x-xz)
2023-10-16 16:54 UTC, Toralf Förster
Details
media-libs:noise-suppression-for-voice-1.03:20231016-085245.log (media-libs:noise-suppression-for-voice-1.03:20231016-085245.log,14.37 KB, text/plain)
2023-10-16 16:54 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,76.31 KB, application/x-xz)
2023-10-16 16:54 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,23.99 KB, application/x-xz)
2023-10-16 16:54 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-10-16 16:54:39 UTC
>>> Test phase [not enabled]: media-libs/noise-suppression-for-voice-1.03

>>> Install media-libs/noise-suppression-for-voice-1.03 into /var/tmp/portage/media-libs/noise-suppression-for-voice-1.03/image
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-libs/noise-suppression-for-voice-1.03/work/noise-suppression-for-voice-1.03"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/media-libs/noise-suppression-for-voice-1.03/work/noise-suppression-for-voice-1.03_build"
ninja -v -j4 -l0 install
ninja: error: unknown target 'install'
 * ERROR: media-libs/noise-suppression-for-voice-1.03::gentoo failed (install phase):
 *   ninja -v -j4 -l0 install failed

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.2
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.2
Python 3.11.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.73.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):
  [1]   php8.1
  [2]   php8.2 *
go version go1.21.1 linux/amd64

  HEAD of ::gentoo
commit c92c799659cc43b8a16d9d57ff891f7b67942b34
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 16 08:31:54 2023 +0000

    2023-10-16 08:31:54 UTC

emerge -qpvO media-libs/noise-suppression-for-voice
[ebuild  N    ] media-libs/noise-suppression-for-voice-1.03  USE="-ladspa -lv2 -vst -vst3"
Comment 1 Toralf Förster gentoo-dev 2023-10-16 16:54:40 UTC
Created attachment 872969 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-10-16 16:54:41 UTC
Created attachment 872970 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2023-10-16 16:54:43 UTC
Created attachment 872971 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-10-16 16:54:43 UTC
Created attachment 872972 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-10-16 16:54:44 UTC
Created attachment 872973 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-10-16 16:54:45 UTC
Created attachment 872974 [details]
media-libs:noise-suppression-for-voice-1.03:20231016-085245.log
Comment 7 Toralf Förster gentoo-dev 2023-10-16 16:54:46 UTC
Created attachment 872975 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2023-10-16 16:54:47 UTC
Created attachment 872976 [details]
temp.tar.xz
Comment 9 Kacper Słomiński 2023-11-13 21:28:27 UTC
Seems like it was configured with no plugins enabled:

cmake -C [...] -DBUILD_LADSPA_PLUGIN=OFF -DBUILD_LV2_PLUGIN=OFF -DBUILD_VST_PLUGIN=OFF -DBUILD_VST3_PLUGIN=OFF [...]

Perhaps we should add REQUIRED_USE="|| (ladspa lv2 vst vst3)" to the ebuild? Otherwise the package offers no files to install.
Comment 10 Larry the Git Cow gentoo-dev 2023-11-22 17:44:07 UTC
The bug has been closed via the following commit(s):

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

commit 357348c094792e2537a7f5e242effdb988cd1be2
Author:     Kacper Słomiński <kacper.slominski72@gmail.com>
AuthorDate: 2023-11-13 22:11:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-11-22 17:30:41 +0000

    media-libs/noise-suppression-for-voice: require at least one enabled plugin
    
    Closes: https://bugs.gentoo.org/915855
    Signed-off-by: Kacper Słomiński <kacper.slominski72@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/33809
    Signed-off-by: Sam James <sam@gentoo.org>

 .../noise-suppression-for-voice/noise-suppression-for-voice-1.03.ebuild | 2 ++
 .../noise-suppression-for-voice/noise-suppression-for-voice-9999.ebuild | 2 ++
 2 files changed, 4 insertions(+)