Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 786255

Summary: media-sound/linuxsampler-2.1.1: configuration failed - Benchmark of signed triangular wave algorithms failed!
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: fordfrog, ionen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 732706    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
media-sound:linuxsampler-2.1.1:20210428-003550.log
temp.tar.bz2

Description Toralf Förster gentoo-dev 2021-04-28 07:09:46 UTC
!!! /var/tmp/portage/media-sound/linuxsampler-2.1.1/work/linuxsampler-2.1.1/config.log
 * ERROR: media-sound/linuxsampler-2.1.1::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  125:  Called src_configure
 *             environment, line 1623:  Called econf '--disable-arts-driver' '--disable-static' '--enable-alsa-driver' '--disable-jack-driver' '--disable-lv2' '--disable-instruments-db' '--disable-sf2-engine'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-20210421-084009

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-10.3.0
 [3] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Apr 28 00:05:29 UTC 2021

emerge -qpvO media-sound/linuxsampler
[ebuild  N    ] media-sound/linuxsampler-2.1.1  USE="alsa -doc -jack -lv2 -sf2 -sqlite"
Comment 1 Toralf Förster gentoo-dev 2021-04-28 07:09:47 UTC
Created attachment 702876 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-28 07:09:49 UTC
Created attachment 702879 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-28 07:09:50 UTC
Created attachment 702882 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-28 07:09:52 UTC
Created attachment 702885 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-28 07:09:53 UTC
Created attachment 702888 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-28 07:09:54 UTC
Created attachment 702891 [details]
media-sound:linuxsampler-2.1.1:20210428-003550.log
Comment 7 Toralf Förster gentoo-dev 2021-04-28 07:09:55 UTC
Created attachment 702894 [details]
temp.tar.bz2
Comment 8 Miroslav Šulc gentoo-dev 2021-04-28 08:13:52 UTC
linuxsampler-9999 configures fine, 2.1.1 does not. i did not find the commit that fixes this though.
Comment 9 Ionen Wolkens gentoo-dev 2021-04-28 23:12:17 UTC
(In reply to Miroslav Šulc from comment #8)
> linuxsampler-9999 configures fine, 2.1.1 does not. i did not find the commit
> that fixes this though.
config.log has the the usual "error: ISO C++17 does not allow...", so "append-cxxflags -std=c++14" would be enough until next version, seems to let 2.1.1 build for me.
Comment 10 Miroslav Šulc gentoo-dev 2021-04-29 04:34:52 UTC
thanks Ionen
Comment 11 Larry the Git Cow gentoo-dev 2021-04-29 04:36:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9349d194670cc9d1adc7fe76a21ca14170bc6bef

commit 9349d194670cc9d1adc7fe76a21ca14170bc6bef
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2021-04-29 04:36:32 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2021-04-29 04:36:32 +0000

    media-sound/linuxsampler: fixed compilation with gcc11
    
    Closes: https://bugs.gentoo.org/786255
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/linuxsampler/linuxsampler-2.1.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)