GNOME Bugzilla – Bug 128745
Parallell build breaks install
Last modified: 2004-12-22 21:47:04 UTC
Version of gnome-media: 2.5.1 (GARNOME-0.28.2) When installing, (gmake -j3 install), I get the following error: installing wa.mo as /opt/gnome-2.6/lib/locale/wa/LC_MESSAGES/gnome-media-2.0.mo installing zh_TW.mo as /opt/gnome-2.6/lib/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo installing zh_CN.mo as /opt/gnome-2.6/lib/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo if test "gnome-media" = "glib"; then \ if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /opt/gnome-2.6/share/glib-2.0/gettext/po; \ else \ /bin/sh ../mkinstalldirs /opt/gnome-2.6/share/glib-2.0/gettext/po; \ fi; \ /opt/sfw/bin/ginstall -c -m 644 ./Makefile.in.in \ /opt/gnome-2.6/share/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi gmake[3]: Leaving directory `/home/jonas/garnome-0.28.2/gnome/gnome-media/work/main.d/gnome-media-2.5.1/po' Making install in cddb-slave2 gmake[3]: Entering directory `/home/jonas/garnome-0.28.2/gnome/gnome-media/work/main.d/gnome-media-2.5.1/cddb-slave2' gmake[3]: *** No rule to make target ` ', needed by `/opt/gnome-2.6/include/atk-1.0/atk/atktext.h'. Stop. gmake[3]: Leaving directory `/home/jonas/garnome-0.28.2/gnome/gnome-media/work/main.d/gnome-media-2.5.1/cddb-slave2' gmake[2]: *** [install-recursive] Error 1 gmake[2]: Leaving directory `/home/jonas/garnome-0.28.2/gnome/gnome-media/work/main.d/gnome-media-2.5.1' gmake[1]: *** [install-work/main.d/gnome-media-2.5.1/Makefile] Error 2 gmake[1]: Leaving directory `/home/jonas/garnome-0.28.2/gnome/gnome-media' gmake: *** [../../gnome/gnome-media/cookies/main.d/install] Error 2 jonas@brusen:18~/garnome-0.28.2/meta/gnome-desktop> However, cleaning out the dir (gmake distclean) and then building it again with 'gmake install' works.
Since I'm assuming that this works with make -j=1, I'm marking this down in priority- there is a simple workaround. Still, it should work.
It works fine for me with make -j 4 here. Moreover, the target it is trying to generate is unrelated to gnome-media, so you're probably mixing two builds at the same time.