[Bug 744653] GStreamer iOS build failed on bootstrap process at tar configure step
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Feb 17 05:22:13 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744653
--- Comment #2 from Shahab <tausiq19 at gmail.com> ---
(331) =item C<xsystem_hint ($msg, @argv)>
(332)
(333) Same as C<xsystem>, but allows to pass a hint that will be displayed
(334) in case the command failed to run at all.
(335)
(336) =cut
(337)
(338) sub xsystem_hint (@)
(339) {
(340) my ($hint, @command) = @_;
(341)
(342) verb "running: @command";
(343)
(344) $! = 0;
(345) handle_exec_errors "@command", 0, $hint
(346) if system @command;
(347) }
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list