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 769837 - Build fixes for retro-plugins
Build fixes for retro-plugins
Status: RESOLVED OBSOLETE
Product: gnome-games
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-13 13:36 UTC by Bastien Nocera
Modified: 2017-01-31 16:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Exit if commands fail during autogen.sh (656 bytes, patch)
2016-08-13 13:36 UTC, Bastien Nocera
none Details | Review
build: Fetch submodule when running autogen.sh (682 bytes, patch)
2016-08-13 13:36 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2016-08-13 13:36:42 UTC
.
Comment 1 Bastien Nocera 2016-08-13 13:36:48 UTC
Created attachment 333219 [details] [review]
build: Exit if commands fail during autogen.sh
Comment 2 Bastien Nocera 2016-08-13 13:36:55 UTC
Created attachment 333220 [details] [review]
build: Fetch submodule when running autogen.sh

Otherwise that's never done.
Comment 3 Adrien Plazas 2016-08-16 05:48:35 UTC
Here is what I have with or without the patches:
$jhbuild buildone -na retro-plugins
*** Configuring retro-plugins *** [1/1]
/home/kekun/JHBuild/checkout/retro-plugins/autogen.sh --prefix /home/kekun/JHBuild/install --disable-Werror  --disable-static --disable-gtk-doc 
/usr/bin/m4:/home/kekun/JHBuild/checkout/retro-plugins/configure.ac:9: cannot open `plugins/atari-2600/configure.ac': No such file or directory
/usr/bin/m4:/home/kekun/JHBuild/checkout/retro-plugins/configure.ac:10: cannot open `plugins/atari-7800/configure.ac': No such file or directory
/usr/bin/m4:/home/kekun/JHBuild/checkout/retro-plugins/configure.ac:11: cannot open `plugins/game-boy/configure.ac': No such file or directory
/usr/bin/m4:/home/kekun/JHBuild/checkout/retro-plugins/configure.ac:12: cannot open `plugins/mame/configure.ac': No such file or directory
/usr/bin/m4:/home/kekun/JHBuild/checkout/retro-plugins/configure.ac:13: cannot open `plugins/neo-geo-pocket/configure.ac': No such file or directory
/usr/bin/m4:/home/kekun/JHBuild/checkout/retro-plugins/configure.ac:14: cannot open `plugins/nes/configure.ac': No such file or directory
/usr/bin/m4:/home/kekun/JHBuild/checkout/retro-plugins/configure.ac:15: cannot open `plugins/pc-engine/configure.ac': No such file or directory
/usr/bin/m4:/home/kekun/JHBuild/checkout/retro-plugins/configure.ac:16: cannot open `plugins/playstation/configure.ac': No such file or directory
/usr/bin/m4:/home/kekun/JHBuild/checkout/retro-plugins/configure.ac:17: cannot open `plugins/snes/configure.ac': No such file or directory
autom4te: /usr/bin/m4 failed with exit status: 1
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
*** Error during phase configure of retro-plugins: ########## Error running /home/kekun/JHBuild/checkout/retro-plugins/autogen.sh --prefix /home/kekun/JHBuild/install --disable-Werror  --disable-static --disable-gtk-doc  *** [1/1]
Comment 4 Adrien Plazas 2017-01-31 16:24:27 UTC
retro-plugins has been deprecated and removed in the mean time.