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 705681 - Building five-or-more fails (menu.ui is missing)
Building five-or-more fails (menu.ui is missing)
Status: RESOLVED FIXED
Product: five-or-more
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Michael Catanzaro
five-or-more-maint
Depends on:
Blocks:
 
 
Reported: 2013-08-08 15:34 UTC by Jiro Matsuzawa
Modified: 2013-08-11 02:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jiro Matsuzawa 2013-08-08 15:34:02 UTC
menu.ui is missing. It has not been added into the repository yet, although it has been a build target since Commit 24c534d [1]. That causes the following build error:

$ jhbuild make
*** Building five-or-more *** [1/1]
make -j 5
make  all-recursive
make[1]: Entering directory `/opt/gnome/checkout/five-or-more'
Making all in data
make[2]: Entering directory `/opt/gnome/checkout/five-or-more/data'
Making all in icons
make[3]: Entering directory `/opt/gnome/checkout/five-or-more/data/icons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/opt/gnome/checkout/five-or-more/data/icons'
make[3]: Entering directory `/opt/gnome/checkout/five-or-more/data'
make[3]: *** No rule to make target `menu.ui', needed by `all-am'.  Stop.
make[3]: Leaving directory `/opt/gnome/checkout/five-or-more/data'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/gnome/checkout/five-or-more/data'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/gnome/checkout/five-or-more'
make: *** [all] Error 2


[1] https://git.gnome.org/browse/five-or-more/commit/?id=24c534d3a8b1ab068dd510a6b1cbec75cf3fb325
Comment 1 Michael Catanzaro 2013-08-11 01:33:16 UTC
That's not a good thing to be missing.
Comment 2 Michael Catanzaro 2013-08-11 02:29:37 UTC
I added the missing file and it's building again; thanks for reporting this mistake!