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 777464 - osx: Installation as a user not possible
osx: Installation as a user not possible
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: packages
unspecified
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-18 20:15 UTC by patrickgallen
Modified: 2017-01-23 17:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of the installer (312.58 KB, image/png)
2017-01-18 20:15 UTC, patrickgallen
Details

Description patrickgallen 2017-01-18 20:15:38 UTC
Created attachment 343745 [details]
Screenshot of the installer

The installer fails on MacOS Sierra (10.12.2). I tried 1.10.0, 1.10.1, 1.10.2, in addition to the latest installer (1.11.1). The same error message appears in the failed installer on all versions. See screenshot.
Comment 1 Sebastian Dröge (slomo) 2017-01-23 16:43:02 UTC
This was because installing as a user is currently not supported. We should probably just ship .dmg files instead of the .pkg installers which just tend to break in arbitrary ways.
Comment 2 patrickgallen 2017-01-23 17:12:27 UTC
Thanks! 

I was able to get it to work by running:

sudo installer -pkg /path/to/gstreamer-1.0-devel-1.11.1-ios-universal.pkg -target /


This installs GStreamer.framework in: /Users/your_username/Library/Developer/GStreamer/iPhone.sdk/GStreamer.framework