GNOME Bugzilla – Bug 137955
Parallel make (MAKEOPTS=-j4) fails
Last modified: 2009-08-15 18:40:50 UTC
Reported http://bugs.gentoo.org/show_bug.cgi?id=45315 Making all in gnome-panel make[2]: Entering directory `/var/tmp/portage/gnome-panel-2.5.93/work/gnome-panel-2.5.93/gnome-panel' /usr/bin/orbit-idl-2 -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl/bonobo-activation-2.0 ../idl/GNOME_Panel.idl /usr/bin/orbit-idl-2 -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl/bonobo-activation-2.0 ../idl/GNOME_Panel.idl /usr/bin/orbit-idl-2 -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl/bonobo-activation-2.0 ../idl/GNOME_Panel.idl /usr/bin/orbit-idl-2 -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl/bonobo-activation-2.0 ../idl/GNOME_Panel.idl make[2]: *** No rule to make target `../gnome-panel/GNOME_Panel.h', needed by `panel-typebuiltins.c'. Stop. Analysis in linked bug is correct; see also http://mail.gnome.org/archives/desktop-devel-list/2002-September/msg00344.html Suggest linked patch be used.
Could you try latest cvs? This commit might have fixed the bug: 2004-04-07 Frederic Crozat <fcrozat@mandrakesoft.com> * gnome-panel/Makefile.am: Fix parallel build.
Ed: does it work now?
I tried here and it works. Please reopen if you can reproduce.