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 128745 - Parallell build breaks install
Parallell build breaks install
Status: RESOLVED NOTABUG
Product: gnome-media
Classification: Deprecated
Component: general
unspecified
Other opensolaris
: Normal major
: ---
Assigned To: Thomas Vander Stichele
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-07 19:40 UTC by Jonas Jonsson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonas Jonsson 2003-12-07 19:40:00 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.
Comment 1 Luis Villa 2004-01-08 18:23:19 UTC
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.
Comment 2 Thomas Vander Stichele 2004-05-09 19:51:07 UTC
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.