GNOME Bugzilla – Bug 740691
iOS postinst script fails for system-wide install and is not error resilient in general
Last modified: 2018-11-03 10:18:10 UTC
Hi, I'm new to gStreamer and I'm trying to install it for a new iOS8 project I am working on. Unfortunately it won't install and i throws out this error. I have downloaded multiple times the file, with different download managers, and I always got the same behavior (see image in attachment), any clues what can be happening? Or it's a bug? Thanks in advance, João Meneses
*** Bug 740692 has been marked as a duplicate of this bug. ***
Which error? Please attach a screenshot or terminal output to this bug report.
Created attachment 291470 [details] Location Error This is the first error I noticed.
Created attachment 291471 [details] Final Failure In the end it fails installation, maybe is something I am doing wrong, I don't know.
If you click on "install for me only", does it work then?
When I click "install for me only" it allows me to continue, but then it fails in installation process as I show in the second attachment.
Is there any useful output if you run the installer from a terminal?
Created attachment 291479 [details] Terminal Installation It don't work, same output.
This is probably the postinst script that fails here. It is running: > mkdir -p ~/Library/Developer/Xcode/Templates/ > cp -r ~/Library/Developer/GStreamer/iPhone.sdk/Templates/* ~/Library/Developer/Xcode/Templates/ Which will of course fail if you don't install everything into your home directory but system wide. And probably also in other cases. The postinst script should be made a bit more resilient :)
Ok, thanks for your time and patience.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/7.