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 795149 - Compilation failing when building template files
Compilation failing when building template files
Status: RESOLVED DUPLICATE of bug 795531
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-11 08:14 UTC by anujm
Modified: 2018-06-06 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Look at correct location for the template file (1.25 KB, patch)
2018-04-11 08:14 UTC, anujm
none Details | Review

Description anujm 2018-04-11 08:14:37 UTC
Created attachment 370780 [details] [review]
Look at correct location for the template file

When buildir is different from source:

| glib-mkenums \
| --template gst-validate-enum-types.h.template \
| ../../../../../../../../workspace/sources/gst-validate/gst/validate/validate.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/validate-prelude.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-types.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-bin-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-pipeline-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-element-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-enums.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/media-descriptor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/media-descriptor-writer.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/media-descriptor-parser.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-monitor-factory.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-override.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-override-registry.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-pad-monitor.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-reporter.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-report.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-runner.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-scenario.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-utils.h ../../../../../../../../workspace/sources/gst-validate/gst/validate/gst-validate-media-info.h > gst-validate-enum-types.h

....

| FileNotFoundError: [Errno 2] No such file or directory: 'gst-validate-enum-types.h.template'
Comment 1 Edward Hervey 2018-06-06 13:16:53 UTC
This was fixed in a slightly different fashion in bug #795531

*** This bug has been marked as a duplicate of bug 795531 ***