Fork me on GitHub

Opened 8 years ago

Closed 8 years ago

#962 closed Bug (fixed)

Problem compiling Delphes 3.3.2 w/ multi-job

Reported by: Sebastien Wertz Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Dear all,

I just checked out Delphes 3.3.2 and using make -j 4 fails. I get the following message:

>> Copying tmp/modules/ModulesDict_rdict.pcm
cp: opérande du fichier cible manquant après « tmp/modules/ModulesDict_rdict.pcm »
Saisissez « cp --help » pour plus d'informations.
make: *** [tmp/modules/ModulesDict_rdict.pcm] Erreur 1
make: *** Attente des tâches non terminées....

(Don't ask me why I get messages in French...)

There is no file "ModulesDict_rdict.pcm" in tmp...

Using simply make works though. It looks like a concurrency issue in the Makefile...

Cheers,
Sébastien

Change History (2)

comment:1 by Pavel Demin, 8 years ago

Hi Sébastien,

Thanks for spotting this bug. The following commit seems to fix it:

https://cp3.irmp.ucl.ac.be/projects/delphes/changeset/479f808fef79e7be2d9f17b6bab8733dc61513ce/git

Cheers,

Pavel

comment:2 by Pavel Demin, 8 years ago

Resolution: fixed
Status: newclosed

The previous commit didn't solve the problem. The following commit adds some more rules for the pcm files:
https://cp3.irmp.ucl.ac.be/projects/delphes/changeset/795540565022c22f63fe377ee27b416b6afb8c73/git/

The bug is fixed now.

Note: See TracTickets for help on using tickets.