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 137955 - Parallel make (MAKEOPTS=-j4) fails
Parallel make (MAKEOPTS=-j4) fails
Status: VERIFIED INCOMPLETE
Product: gnome-panel
Classification: Other
Component: general
2.5.x
Other Linux
: Normal minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-22 17:27 UTC by Ed Catmur
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Ed Catmur 2004-03-22 17:27:15 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.
Comment 1 Vincent Untz 2004-04-13 08:07:19 UTC
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.
Comment 2 Vincent Untz 2005-01-04 13:43:16 UTC
Ed: does it work now?
Comment 3 Vincent Untz 2005-01-04 19:05:52 UTC
I tried here and it works. Please reopen if you can reproduce.