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 601467 - Problem compiling gst-plugins-gl 0.10.1
Problem compiling gst-plugins-gl 0.10.1
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
0.10.1
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-11 00:24 UTC by Pierre
Modified: 2010-04-24 17:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2009-11-11 00:24:19 UTC
[...]
Making all in docs
make[2]: Entering directory `/tmp/gst-plugins-gl-0.10.1/docs'
Making all in libs
make[3]: Entering directory `/tmp/gst-plugins-gl-0.10.1/docs/libs'
make[3]: Leaving directory `/tmp/gst-plugins-gl-0.10.1/docs/libs'
Making all in plugins
make[3]: Entering directory `/tmp/gst-plugins-gl-0.10.1/docs/plugins'
*** Rebuilding template files ***
if test x"." != x. ; then                               \
            for f in gst-plugins-gl-plugins.signals gst-plugins-gl-plugins.hierarchy gst-plugins-gl-plugins.interfaces gst-plugins-gl-plugins.prerequisites gst-plugins-gl-plugins.types gst-plugins-gl-plugins.args gst-plugins-gl-plugins-sections.txt gst-plugins-gl-plugins-overrides.txt gst-plugins-gl-plugins-undocumented.txt gst-plugins-gl-plugins-decl.txt gst-plugins-gl-plugins-decl-list.txt;                 \
            do                                                          \
                if test -e ./$f; then cp ./$f . ; fi; \
            done;                                                       \
        fi
gtkdoc-mktmpl --module=gst-plugins-gl-plugins | tee tmpl-build.log
./gst-plugins-gl-plugins-unused.txt:1: warning: 12 unused declarations.They should be added to gst-plugins-gl-plugins-sections.txt in the appropriate place.
\
                ../../common/mangle-tmpl.py ./inspect tmpl
make[3]: execvp: ../../common/mangle-tmpl.py: Permission denied
make[3]: *** [tmpl-build.stamp] Error 127
make[3]: Leaving directory `/tmp/gst-plugins-gl-0.10.1/docs/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/gst-plugins-gl-0.10.1/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gst-plugins-gl-0.10.1'
make: *** [all] Error 2
Comment 1 Julien Isorce 2009-11-16 13:43:40 UTC
(In reply to comment #0)
> [...]
> make[3]: execvp: ../../common/mangle-tmpl.py: Permission denied

It seems that gst-plugins-gl/common/mangle-tmpl.py cannot be executed or
it's trying to access or write something in a place where it does have the permission.

You should describe the exact step from scratch.
Comment 2 André Klapper 2010-04-24 17:49:15 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!