install delphes interupted with error

Asked by SUBHASISH BEHERA

Dear MA5 team,
   I am having this error when installing delphes for MA5_v_1.3 :
command : install delphes

 **********************************************************
   Component 9/11 - test program: interface to Delphes
     - Cleaning the project before building the test program ...
     - Compiling the source files ...
     - Linking the test program ...
     - Checking that the test program is properly built ...
     - Cleaning the project after building the test program ...
     - Running the test program ...
 ** ERROR: impossible to run the project. For more details, see the log file:
 ** ERROR: /home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/tools/SampleAnalyzer/Bin/TestDelphes.log
 ** ERROR: the test failed.
[shibananda@satendra MADANALYSIS5_v1_3]$

Thanks,

Subhasish

Question information

Language:
English Edit question
Status:
Answered
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
SUBHASISH BEHERA (subhparasara) said :
#1

Same happens with delphes ma5tune :

                 Installing delphesMA5tune
   **********************************************************
   Detecting a previous installation ...
   => not found. OK
   How many cores would you like to use for the compilation ? default = max = 4
   => Answer: 4
   => Number of cores used for the compilation = 4
   **********************************************************
   Creating a devoted folder ...
   Creating a temporary folder ...
   Downloading the package ...
    - 1/1 http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.1.1.tar.gz ...
   'delphestune.tar.gz' already exists. Package not downloaded.
   Unpacking the package ...
   Configuring the package ...
   Building the package ...
 ** ERROR: impossible to build the project. For more details, see the log file:
 ** ERROR: /home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/tools/delphesMA5tune/compilation.log
   Installation NOT complete.
   => Status:[FAILURE]
   **********************************************************

ma5>

Thanks,

Subhasish

Revision history for this message
SUBHASISH BEHERA (subhparasara) said :
#2

Now it is showing :

ma5>install delphes
 ** WARNING: DelphesMA5tune is installed. Deactivating it.
Traceback (most recent call last):
  File "./bin/ma5", line 70, in <module>
    madanalysis.core.launcher.LaunchMA5(version, date, ma5dir)
  File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/core/launcher.py", line 325, in LaunchMA5
    repeat = MainSession(mode,arglist,ma5dir,version,date)
  File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/core/launcher.py", line 237, in MainSession
    interpreter.cmdloop()
  File "/usr/lib64/python2.7/cmd.py", line 142, in cmdloop
    stop = self.onecmd(line)
  File "/usr/lib64/python2.7/cmd.py", line 221, in onecmd
    return func(arg)
  File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/interpreter/interpreter.py", line 229, in do_install
    result = self.cmd_install.do(self.split_arg(line))
  File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/interpreter/cmd_install.py", line 90, in do
    return inst_delphes(self.main,installer)
  File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/interpreter/cmd_install.py", line 53, in inst_delphes
    if not installer.Deactivate('delphesMA5tune'):
  File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/install/install_manager.py", line 229, in Deactivate
    if not installer.Deactivate():
  File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/install/install_delphesMA5tune.py", line 258, in Deactivate
    if not FolderWriter.RemoveDirectory(os.path.normpath(deldeac),True):
NameError: global name 'FolderWriter' is not defined
[shibananda@satendra MADANALYSIS5_v1_3]$

Thanks,

Subhasish

Revision history for this message
Benjamin Fuks (fuks) said :
#3

Hi Shiba,

This is in principle fixed in v14.beta. Could you please try with this version?

Cheers,

Benjamin

On 24 May 2016, at 14:32 , SUBHASISH BEHERA <email address hidden> wrote:

> Question #294136 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/294136
>
> SUBHASISH BEHERA gave more information on the question:
> Now it is showing :
>
>
> ma5>install delphes
> ** WARNING: DelphesMA5tune is installed. Deactivating it.
> Traceback (most recent call last):
> File "./bin/ma5", line 70, in <module>
> madanalysis.core.launcher.LaunchMA5(version, date, ma5dir)
> File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/core/launcher.py", line 325, in LaunchMA5
> repeat = MainSession(mode,arglist,ma5dir,version,date)
> File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/core/launcher.py", line 237, in MainSession
> interpreter.cmdloop()
> File "/usr/lib64/python2.7/cmd.py", line 142, in cmdloop
> stop = self.onecmd(line)
> File "/usr/lib64/python2.7/cmd.py", line 221, in onecmd
> return func(arg)
> File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/interpreter/interpreter.py", line 229, in do_install
> result = self.cmd_install.do(self.split_arg(line))
> File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/interpreter/cmd_install.py", line 90, in do
> return inst_delphes(self.main,installer)
> File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/interpreter/cmd_install.py", line 53, in inst_delphes
> if not installer.Deactivate('delphesMA5tune'):
> File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/install/install_manager.py", line 229, in Deactivate
> if not installer.Deactivate():
> File "/home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/madanalysis/install/install_delphesMA5tune.py", line 258, in Deactivate
> if not FolderWriter.RemoveDirectory(os.path.normpath(deldeac),True):
> NameError: global name 'FolderWriter' is not defined
> [shibananda@satendra MADANALYSIS5_v1_3]$
>
>
> Thanks,
>
> Subhasish
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
Benjamin Fuks (fuks) said :
#4

Hi Subhasish,

This is in principle fixed in v14.beta. Could you please try with this version?

Cheers,

Benjamin

On 24 May 2016, at 14:27 , SUBHASISH BEHERA <email address hidden> wrote:

> Question #294136 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/294136
>
> SUBHASISH BEHERA gave more information on the question:
> Same happens with delphes ma5tune :
>
> Installing delphesMA5tune
> **********************************************************
> Detecting a previous installation ...
> => not found. OK
> How many cores would you like to use for the compilation ? default = max = 4
> => Answer: 4
> => Number of cores used for the compilation = 4
> **********************************************************
> Creating a devoted folder ...
> Creating a temporary folder ...
> Downloading the package ...
> - 1/1 http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.1.1.tar.gz ...
> 'delphestune.tar.gz' already exists. Package not downloaded.
> Unpacking the package ...
> Configuring the package ...
> Building the package ...
> ** ERROR: impossible to build the project. For more details, see the log file:
> ** ERROR: /home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/tools/delphesMA5tune/compilation.log
> Installation NOT complete.
> => Status:[FAILURE]
> **********************************************************
>
> ma5>
>
>
> Thanks,
>
> Subhasish
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
SUBHASISH BEHERA (subhparasara) said :
#5

Dear Benjamin,
   Can you send me the link for the new version.

On Tue, May 24, 2016 at 6:57 PM, Benjamin Fuks <
<email address hidden>> wrote:

> Your question #294136 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/294136
>
> Benjamin Fuks proposed the following answer:
> Hi Subhasish,
>
> This is in principle fixed in v14.beta. Could you please try with this
> version?
>
> Cheers,
>
> Benjamin
>
>
> On 24 May 2016, at 14:27 , SUBHASISH BEHERA <
> <email address hidden>> wrote:
>
> > Question #294136 on MadAnalysis 5 changed:
> > https://answers.launchpad.net/madanalysis5/+question/294136
> >
> > SUBHASISH BEHERA gave more information on the question:
> > Same happens with delphes ma5tune :
> >
> > Installing delphesMA5tune
> > **********************************************************
> > Detecting a previous installation ...
> > => not found. OK
> > How many cores would you like to use for the compilation ? default =
> max = 4
> > => Answer: 4
> > => Number of cores used for the compilation = 4
> > **********************************************************
> > Creating a devoted folder ...
> > Creating a temporary folder ...
> > Downloading the package ...
> > - 1/1 http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.1.1.tar.gz ...
> > 'delphestune.tar.gz' already exists. Package not downloaded.
> > Unpacking the package ...
> > Configuring the package ...
> > Building the package ...
> > ** ERROR: impossible to build the project. For more details, see the log
> file:
> > ** ERROR:
> /home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/tools/delphesMA5tune/compilation.log
> > Installation NOT complete.
> > => Status:[FAILURE]
> > **********************************************************
> >
> > ma5>
> >
> >
> > Thanks,
> >
> > Subhasish
> >
> > --
> > You received this question notification because you are an answer
> > contact for MadAnalysis 5.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/madanalysis5/+question/294136/+confirm?answer_id=3
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/madanalysis5/+question/294136
>
> You received this question notification because you asked the question.
>

Revision history for this message
Benjamin Fuks (fuks) said :
#6

Hi Subhashish,

Sure:
  https://code.launchpad.net/~ma5dev/madanalysis5/v1.4beta

Cheers,

Benjamin

On 24 May 2016, at 20:57 , SUBHASISH BEHERA <email address hidden> wrote:

> Question #294136 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/294136
>
> Status: Answered => Open
>
> SUBHASISH BEHERA is still having a problem:
> Dear Benjamin,
> Can you send me the link for the new version.
>
> On Tue, May 24, 2016 at 6:57 PM, Benjamin Fuks <
> <email address hidden>> wrote:
>
>> Your question #294136 on MadAnalysis 5 changed:
>> https://answers.launchpad.net/madanalysis5/+question/294136
>>
>> Benjamin Fuks proposed the following answer:
>> Hi Subhasish,
>>
>> This is in principle fixed in v14.beta. Could you please try with this
>> version?
>>
>> Cheers,
>>
>> Benjamin
>>
>>
>> On 24 May 2016, at 14:27 , SUBHASISH BEHERA <
>> <email address hidden>> wrote:
>>
>>> Question #294136 on MadAnalysis 5 changed:
>>> https://answers.launchpad.net/madanalysis5/+question/294136
>>>
>>> SUBHASISH BEHERA gave more information on the question:
>>> Same happens with delphes ma5tune :
>>>
>>> Installing delphesMA5tune
>>> **********************************************************
>>> Detecting a previous installation ...
>>> => not found. OK
>>> How many cores would you like to use for the compilation ? default =
>> max = 4
>>> => Answer: 4
>>> => Number of cores used for the compilation = 4
>>> **********************************************************
>>> Creating a devoted folder ...
>>> Creating a temporary folder ...
>>> Downloading the package ...
>>> - 1/1 http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.1.1.tar.gz ...
>>> 'delphestune.tar.gz' already exists. Package not downloaded.
>>> Unpacking the package ...
>>> Configuring the package ...
>>> Building the package ...
>>> ** ERROR: impossible to build the project. For more details, see the log
>> file:
>>> ** ERROR:
>> /home/shibananda/RESEARCH/PACKAGES_USE/MADANALYSIS5/MADANALYSIS5_v1_3/tools/delphesMA5tune/compilation.log
>>> Installation NOT complete.
>>> => Status:[FAILURE]
>>> **********************************************************
>>>
>>> ma5>
>>>
>>>
>>> Thanks,
>>>
>>> Subhasish
>>>
>>> --
>>> You received this question notification because you are an answer
>>> contact for MadAnalysis 5.
>>
>> --
>> If this answers your question, please go to the following page to let us
>> know that it is solved:
>>
>> https://answers.launchpad.net/madanalysis5/+question/294136/+confirm?answer_id=3
>>
>> If you still need help, you can reply to this email or go to the
>> following page to enter your feedback:
>> https://answers.launchpad.net/madanalysis5/+question/294136
>>
>> You received this question notification because you asked the question.
>>
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Can you help with this problem?

Provide an answer of your own, or ask SUBHASISH BEHERA for more information if necessary.

To post a message you must log in.