Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926791 - media-sound/linuxsampler-2.3.0 fails to configure: Required libgig version not found! You need to have libgig version 4.4.0 installed!
Summary: media-sound/linuxsampler-2.3.0 fails to configure: Required libgig version 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: 925543
  Show dependency tree
 
Reported: 2024-03-12 01:32 UTC by matoro
Modified: 2024-03-12 09:00 UTC (History)
1 user (show)

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


Attachments
build.log and emerge --info (file_926791.txt,17.51 KB, text/plain)
2024-03-12 01:32 UTC, matoro
Details
config.log (file_926791.txt,64.44 KB, text/plain)
2024-03-12 01:34 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-03-12 01:32:14 UTC
And a kind of nasty earlier warning?

Checking whether C++ compiler supports designated initializers (partly)... yes
Checking whether C++ compiler fully supports designated initializers... NO
***************************************************************
*                                                             *
* WARNING: Selected C++ compiler does not fully support       *
* designated initializers (only partly)!                      *
*                                                             *
* You will be able to compile LinuxSampler, but you will not  *
* be able to compile the test cases. Consider updating your   *
* C++ compiler or switching to a different compiler. Chances  *
* are that LinuxSampler will soon no longer support your      *
* compiler.                                                   *
*                                                             *
* If you have several C++ compilers installed on your machine,*
* you can easily select a different compiler by environment   *
* variable, e.g. to compile with clang instead:               *
*                                                             *
* CXX=clang++ CC=clang ./configure && make                    *
*                                                             *
***************************************************************
checking for alsa/asoundlib.h... yes
checking for main in -lasound... yes
checking Alsa version... 1.2.10
JACK support disabled by configure script parameter
ARTS support disabled by configure script parameter
checking for ASIO headerfile: ./ASIOSDK2/common/asio.h ....no
checking for MidiShare.h... no
checking for CoreMIDI/CoreMIDI.h... no
checking for CoreAudio/CoreAudio.h... no
checking for mmsystem.h... (cached) no
checking for dssi.h... yes
checking for AudioUnit/AudioUnit.h... no
checking for gig >= 4.4.0... no
Required libgig version not found!
You need to have libgig version 4.4.0 installed!

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-sound/linuxsampler-2.3.0/work/linuxsampler-2.3.0/config.log

Reproducible: Always
Comment 1 matoro archtester 2024-03-12 01:32:54 UTC
Created attachment 887405 [details]
build.log and emerge --info
Comment 2 matoro archtester 2024-03-12 01:34:21 UTC
Created attachment 887406 [details]
config.log
Comment 3 Larry the Git Cow gentoo-dev 2024-03-12 09:00:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbea107ae681815ac71499d2ba363ec52d92020

commit 0bbea107ae681815ac71499d2ba363ec52d92020
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2024-03-12 08:59:53 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-03-12 09:00:04 +0000

    media-sound/linuxsampler: fixed libgig version dependency in 2.3.0
    
    Closes: https://bugs.gentoo.org/926791
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/linuxsampler/linuxsampler-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)