Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615306 - media-sound/supercollider-3.8.0[-jack]: CMake Error at server/.../CMakeLists.txt:21: Jack selected as audio API, but development files not found
Summary: media-sound/supercollider-3.8.0[-jack]: CMake Error at server/.../CMakeLists....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks:
 
Reported: 2017-04-11 18:41 UTC by Toralf Förster
Modified: 2018-08-23 06:14 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,5.32 KB, text/plain)
2017-04-11 18:41 UTC, Toralf Förster
Details
CMakeOutput.log (CMakeOutput.log,51.95 KB, text/plain)
2017-04-11 18:41 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,139.37 KB, text/plain)
2017-04-11 18:42 UTC, Toralf Förster
Details
environment (environment,122.78 KB, text/plain)
2017-04-11 18:42 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.77 KB, application/x-bzip)
2017-04-11 18:42 UTC, Toralf Förster
Details
media-sound:supercollider-3.8.0:20170411-182513.log (media-sound:supercollider-3.8.0:20170411-182513.log,4.99 KB, text/plain)
2017-04-11 18:42 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,30.07 KB, application/x-bzip)
2017-04-11 18:42 UTC, Toralf Förster
Details
emerge log for media-sound/supercollider-3.9.3-r1 (emerge-supercollider-3.9.3-r1.log,949.45 KB, text/plain)
2018-08-22 21:49 UTC, Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-04-11 18:41:51 UTC
-- Checking for module 'jack'
--   No package 'jack' found
CMake Error at server/scsynth/CMakeLists.txt:21 (message):
  Jack selected as audio API, but development files not found



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

  This is an unstable amd64 chroot image (named 13.0-systemd-abi32+64_20170409-195332) at a hardened host acting as a tinderbox.

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.5 (fallback)
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
Comment 1 Toralf Förster gentoo-dev 2017-04-11 18:41:54 UTC
Created attachment 469764 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-04-11 18:41:57 UTC
Created attachment 469766 [details]
CMakeOutput.log
Comment 3 Toralf Förster gentoo-dev 2017-04-11 18:42:01 UTC
Created attachment 469768 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-04-11 18:42:04 UTC
Created attachment 469770 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-04-11 18:42:07 UTC
Created attachment 469772 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-04-11 18:42:10 UTC
Created attachment 469774 [details]
media-sound:supercollider-3.8.0:20170411-182513.log
Comment 7 Toralf Förster gentoo-dev 2017-04-11 18:42:13 UTC
Created attachment 469776 [details]
temp.tbz2
Comment 8 Simon 2018-01-25 18:37:01 UTC
Which version of JACK do you have installed?

It works for me with jack2 1.9.12

-- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2") 
-- Checking for module 'jack'
--   Found jack, version 1.9.12
-- Found jack: /usr/lib/libjack.so
-- Audio API: jack

It seems like they're using this to find JACK:
https://github.com/supercollider/supercollider/blob/develop/cmake_modules/FindJack.cmake
Comment 9 Toralf Förster gentoo-dev 2018-01-25 19:16:42 UTC
(In reply to Simon from comment #8)
doesn't contains
 emerge-history.txt (139.37 KB, text/plain) 
the info ?
Comment 10 Andreas Sturmlechner gentoo-dev 2018-08-22 08:46:21 UTC
3.8.0 is gone from tree, was this reproduced with 3.9 yet?
Comment 11 Simon 2018-08-22 11:25:59 UTC
I think this was a bug with the test/tinderbox, seems like it didn't install JACK (be it version 1 or 2).
Comment 12 Andreas Sturmlechner gentoo-dev 2018-08-22 15:31:00 UTC
Yes, but I wouldn't expect jack to be required when supercollider was configured with -jack ;)
Comment 13 Simon 2018-08-22 21:49:46 UTC
Created attachment 544584 [details]
emerge log for media-sound/supercollider-3.9.3-r1
Comment 14 Simon 2018-08-22 21:52:16 UTC
(In reply to Andreas Sturmlechner from comment #12)
> Yes, but I wouldn't expect jack to be required when supercollider was
> configured with -jack ;)

Euhm, that's a good point :P

I just emerged media-sound/supercollider-3.9.3-r1 in a clean amd64 stage3, no custom USE flags set and it works fine, see attached log for more info.

Excerpt from the configure output:
> -- Checking for module 'portaudio-2.0'
> --   Found portaudio-2.0, version 19
> -- Audio API: portaudio
> -- Found ALSA: /usr/lib/libasound.so (found version "1.1.6")
Comment 15 Andreas Sturmlechner gentoo-dev 2018-08-23 06:14:06 UTC
Fine, let's consider it fixed.