After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 738736 - Cerbero bootstrap on OS X doesn't include cmake
Cerbero bootstrap on OS X doesn't include cmake
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Mac OS
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 738622
 
 
Reported: 2014-10-18 03:55 UTC by Brion Vibber
Modified: 2018-02-21 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brion Vibber 2014-10-18 03:55:49 UTC
cmake is not provided by the standard OS X development tools installed via Xcode, but is used as a build system by some packages.

Ideally, the cerbero bootstrap step would install a local cmake package on OS X.

Workaround: install cmake on the system using Homebrew or manually.
Comment 1 Sebastian Dröge (slomo) 2014-10-19 18:20:00 UTC
CMake is listed in the README as a dependency *you* have to install. But yes, we can do better and should bootstrap install it.
Comment 2 Edward Hervey 2018-02-21 15:58:38 UTC
we build cmake ourselves now.