Getting Errors in Installation despite OK status for mandatory packages

Asked by bala

Dear MadAnalysis5 Team,

I am getting the output/errors when I issue './bin/ma5' for v1.2_patch4:

bala@bala-SVF1521Q1EB:~/HEP_Softwares/madanalysis5$ ./bin/ma5
For tab completion and history, install module readline.

*************************************************************
* *
* W E L C O M E to M A D A N A L Y S I S 5 *
* ______ ______ *
* /'\_/`\/\ __ \/\ ___\ *
* /\ \ \ \_\ \ \ \__/ *
* \ \ \__\ \ \ __ \ \___``\ *
* \ \ \_/\ \ \ \/\ \/\ \_\ \ *
* \ \_\\ \_\ \_\ \_\ \____/ *
* \/_/ \/_/\/_/\/_/\/___/ *
* *
* MA5 release : v1.2_patch4 2015/10/28 *
* *
* Comput. Phys. Commun. 184 (2013) 222-256 *
* Eur. Phys. J. C74 (2014) 3103 *
* *
* The MadAnalysis Development Team - Please visit us at *
* https://launchpad.net/madanalysis5 *
* *
* Type 'help' for in-line help. *
* *
*************************************************************
Platform: Linux 4.2.0-27-generic [Linux mode]
Reading user settings ...
Checking mandatory packages:
     - python [OK]
     - python library: numpy [OK]
     - g++ [OK]
     - GNU Make [OK]
     - Root [OK]
     - PyRoot libraries [OK]
Checking optional packages:
     - pdflatex [DISABLED]
 ** WARNING: pdflatex disabled. Reports under the pdf format will not be compiled.
     - latex [DISABLED]
 ** WARNING: latex disabled. Reports under the dvi format will not be compiled.
     - dvipdf [OK]
     - zlib [OK]
     - FastJet [DISABLED]
 ** WARNING: The FastJet is package not found.
 ** WARNING: JetClustering algorithms will be disabled.
 ** WARNING: To enable this functionnality, please type 'install fastjet'.
     - Delphes [DISABLED]
 ** WARNING: Header file called '/modules/ParticlePropagator.h' not found.
 ** WARNING: Delphes ROOT format will be disabled.
 ** WARNING: To enable this format, please type 'install delphes'.
     - Delphes-MA5tune [DISABLED]
 ** WARNING: DelphesMA5tune folder not found.
 ** WARNING: Delphes-MA5tune ROOT format will be disabled.
 ** WARNING: To enable this format, please type 'install delphesMA5tune'.
     - Recasting tools [DISABLED]
 ** WARNING: Recasting tools are not found and will be disabled.
 ** WARNING: To enable this functionnality, please type 'install RecastingTools'.
     - MadGraph [DISABLED]
Checking the MadAnalysis library:
  => MadAnalysis libraries found.
  => MadAnalysis test program works.
*************************************************************
Traceback (most recent call last):
  File "./bin/ma5", line 70, in <module>
    madanalysis.core.launcher.LaunchMA5(version, date, ma5dir)
  File "/home/bala/HEP_Softwares/madanalysis5/madanalysis/core/launcher.py", line 325, in LaunchMA5
    repeat = MainSession(mode,arglist,ma5dir,version,date)
  File "/home/bala/HEP_Softwares/madanalysis5/madanalysis/core/launcher.py", line 221, in MainSession
    from madanalysis.interpreter.interpreter import Interpreter
  File "/home/bala/HEP_Softwares/root/lib/ROOT.py", line 352, in _importhook
    return _orig_ihook( name, *args, **kwds )
  File "/home/bala/HEP_Softwares/madanalysis5/madanalysis/interpreter/interpreter.py", line 30, in <module>
    import readline
  File "/home/bala/HEP_Softwares/root/lib/ROOT.py", line 352, in _importhook
    return _orig_ihook( name, *args, **kwds )
ImportError: No module named readline

I have tried importing 'numpy' in Python, which works fine and also checked the path and environment variables which seem to be fine. I have also tried installations using v1.2beta and v1.1.11beta4 and the results are the same.

I don't know how to proceed further. Please suggest me on what should I do next.

Thanks,
Bala

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
Benjamin Fuks
Solved:
Last query:
Last reply:
Revision history for this message
Best Benjamin Fuks (fuks) said :
#1

Hi Bala,

As written, you should install the readline module for python.

Regards,

Benjamin

On 04 Feb 2016, at 08:13 , bala <email address hidden> wrote:

> New question #284543 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/284543
>
> Dear MadAnalysis5 Team,
>
> I am getting the output/errors when I issue './bin/ma5' for v1.2_patch4:
>
> bala@bala-SVF1521Q1EB:~/HEP_Softwares/madanalysis5$ ./bin/ma5
> For tab completion and history, install module readline.
>
> *************************************************************
> * *
> * W E L C O M E to M A D A N A L Y S I S 5 *
> * ______ ______ *
> * /'\_/`\/\ __ \/\ ___\ *
> * /\ \ \ \_\ \ \ \__/ *
> * \ \ \__\ \ \ __ \ \___``\ *
> * \ \ \_/\ \ \ \/\ \/\ \_\ \ *
> * \ \_\\ \_\ \_\ \_\ \____/ *
> * \/_/ \/_/\/_/\/_/\/___/ *
> * *
> * MA5 release : v1.2_patch4 2015/10/28 *
> * *
> * Comput. Phys. Commun. 184 (2013) 222-256 *
> * Eur. Phys. J. C74 (2014) 3103 *
> * *
> * The MadAnalysis Development Team - Please visit us at *
> * https://launchpad.net/madanalysis5 *
> * *
> * Type 'help' for in-line help. *
> * *
> *************************************************************
> Platform: Linux 4.2.0-27-generic [Linux mode]
> Reading user settings ...
> Checking mandatory packages:
> - python [OK]
> - python library: numpy [OK]
> - g++ [OK]
> - GNU Make [OK]
> - Root [OK]
> - PyRoot libraries [OK]
> Checking optional packages:
> - pdflatex [DISABLED]
> ** WARNING: pdflatex disabled. Reports under the pdf format will not be compiled.
> - latex [DISABLED]
> ** WARNING: latex disabled. Reports under the dvi format will not be compiled.
> - dvipdf [OK]
> - zlib [OK]
> - FastJet [DISABLED]
> ** WARNING: The FastJet is package not found.
> ** WARNING: JetClustering algorithms will be disabled.
> ** WARNING: To enable this functionnality, please type 'install fastjet'.
> - Delphes [DISABLED]
> ** WARNING: Header file called '/modules/ParticlePropagator.h' not found.
> ** WARNING: Delphes ROOT format will be disabled.
> ** WARNING: To enable this format, please type 'install delphes'.
> - Delphes-MA5tune [DISABLED]
> ** WARNING: DelphesMA5tune folder not found.
> ** WARNING: Delphes-MA5tune ROOT format will be disabled.
> ** WARNING: To enable this format, please type 'install delphesMA5tune'.
> - Recasting tools [DISABLED]
> ** WARNING: Recasting tools are not found and will be disabled.
> ** WARNING: To enable this functionnality, please type 'install RecastingTools'.
> - MadGraph [DISABLED]
> Checking the MadAnalysis library:
> => MadAnalysis libraries found.
> => MadAnalysis test program works.
> *************************************************************
> Traceback (most recent call last):
> File "./bin/ma5", line 70, in <module>
> madanalysis.core.launcher.LaunchMA5(version, date, ma5dir)
> File "/home/bala/HEP_Softwares/madanalysis5/madanalysis/core/launcher.py", line 325, in LaunchMA5
> repeat = MainSession(mode,arglist,ma5dir,version,date)
> File "/home/bala/HEP_Softwares/madanalysis5/madanalysis/core/launcher.py", line 221, in MainSession
> from madanalysis.interpreter.interpreter import Interpreter
> File "/home/bala/HEP_Softwares/root/lib/ROOT.py", line 352, in _importhook
> return _orig_ihook( name, *args, **kwds )
> File "/home/bala/HEP_Softwares/madanalysis5/madanalysis/interpreter/interpreter.py", line 30, in <module>
> import readline
> File "/home/bala/HEP_Softwares/root/lib/ROOT.py", line 352, in _importhook
> return _orig_ihook( name, *args, **kwds )
> ImportError: No module named readline
>
> I have tried importing 'numpy' in Python, which works fine and also checked the path and environment variables which seem to be fine. I have also tried installations using v1.2beta and v1.1.11beta4 and the results are the same.
>
> I don't know how to proceed further. Please suggest me on what should I do next.
>
> Thanks,
> Bala
>
>
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
bala (kmbala86) said :
#2

Hi Benjamin,

Thank you. I have fixed it by installing the python's readline module. As I am not conversant on Python, I wasn't aware of the source of the problem.

Now, while I am trying to install fastjet, I get the error saying that it's impossible to access the madanalysis5 website. For the convenience, here is madanalysis5 output:

ma5>install fastjet

   **********************************************************
                      Installing fastjet
   **********************************************************
   Detecting a previous installation ...
   => found
   Removing the previous installation ...
 ** WARNING: Are you sure to remove the directory called '/home/bala/HEP_Softwares/madanalysis5/tools/fastjet' ? (Y/N)
Answer: y
   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 ...
 ** ERROR: impossible to access MadAnalysis 5 website.
   Installation NOT complete.
   => Status:[FAILURE]
   **********************************************************

Is this at your end or should I contact my network administrator? I am getting the same output for the installation of other available components. I can access every other website here. And also, are pdflatex and latex completely disabled? Can I install these features by any means?

Sincerely,
Bala

Revision history for this message
bala (kmbala86) said :
#3

Thanks Benjamin Fuks, that solved my question.

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

Hi Bala,

The problem may be your network connection. I have tested it right now, and the installation of fastjet works.

Cheers,

Benjamin

On 08 Feb 2016, at 19:32 , bala <email address hidden> wrote:

> Question #284543 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/284543
>
> Status: Answered => Solved
>
> bala confirmed that the question is solved:
> Hi Benjamin,
>
> Thank you. I have fixed it by installing the python's readline module.
> As I am not conversant on Python, I wasn't aware of the source of the
> problem.
>
> Now, while I am trying to install fastjet, I get the error saying that
> it's impossible to access the madanalysis5 website. For the
> convenience, here is madanalysis5 output:
>
> ma5>install fastjet
>
> **********************************************************
> Installing fastjet
> **********************************************************
> Detecting a previous installation ...
> => found
> Removing the previous installation ...
> ** WARNING: Are you sure to remove the directory called '/home/bala/HEP_Softwares/madanalysis5/tools/fastjet' ? (Y/N)
> Answer: y
> 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 ...
> ** ERROR: impossible to access MadAnalysis 5 website.
> Installation NOT complete.
> => Status:[FAILURE]
> **********************************************************
>
> Is this at your end or should I contact my network administrator? I am
> getting the same output for the installation of other available
> components. I can access every other website here. And also, are
> pdflatex and latex completely disabled? Can I install these features by
> any means?
>
> Sincerely,
> Bala
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
bala (kmbala86) said :
#5

Hi Benjamin,

I could install all the available components except PAD. The output of my terminal after issuing the 'install PAD' comment is:

...
Building the package ...
 ** ERROR: impossible to build the project. For more details, see the log file:
 ** ERROR: /home/bala/HEP_Softwares/madanalysis5/PAD/Build/compilation.log
   Installation NOT complete.
   => Status:[FAILURE]

I am not sure on what's happening. Can you please help me with this too? The compilation.log shows the following:

-e --------------------------------------------------
-e --------------------------------------------------
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o Main/main.o -c Main/main.cpp
-e Building MadAnalysis Job
-e Compilation
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o SampleAnalyzer/User/Analyzer/cms_sus_13_012.o -c SampleAnalyzer/User/Analyzer/cms_sus_13_012.cpp
-e --------------------------------------------------
-e --------------------------------------------------
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o SampleAnalyzer/User/Analyzer/cms_sus_13_016.o -c SampleAnalyzer/User/Analyzer/cms_sus_13_016.cpp
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o SampleAnalyzer/User/Analyzer/atlas_susy_2013_11.o -c SampleAnalyzer/User/Analyzer/atlas_susy_2013_11.cpp
SampleAnalyzer/User/Analyzer/cms_sus_13_012.cpp: In member function ‘virtual bool MA5::cms_sus_13_012::Execute(MA5::SampleFormat&, const MA5::EventFormat&)’:
SampleAnalyzer/User/Analyzer/cms_sus_13_012.cpp:380:12: warning: unused variable ‘MET’ [-Wunused-variable]
     double MET = pTmiss.Pt();
            ^
SampleAnalyzer/User/Analyzer/cms_sus_13_012.cpp:493:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o SampleAnalyzer/User/Analyzer/atlas_sus_13_05.o -c SampleAnalyzer/User/Analyzer/atlas_sus_13_05.cpp
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o SampleAnalyzer/User/Analyzer/ATLAS_EXOT_2014_06.o -c SampleAnalyzer/User/Analyzer/ATLAS_EXOT_2014_06.cpp
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o SampleAnalyzer/User/Analyzer/atlas_higg_2013_03.o -c SampleAnalyzer/User/Analyzer/atlas_higg_2013_03.cpp
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o SampleAnalyzer/User/Analyzer/atlas_susy_2013_21.o -c SampleAnalyzer/User/Analyzer/atlas_susy_2013_21.cpp
SampleAnalyzer/User/Analyzer/atlas_susy_2013_21.cpp: In member function ‘virtual bool MA5::atlas_susy_2013_21::Execute(MA5::SampleFormat&, const MA5::EventFormat&)’:
SampleAnalyzer/User/Analyzer/atlas_susy_2013_21.cpp:318:12: warning: unused variable ‘MET_old’ [-Wunused-variable]
     double MET_old = pTmiss.Pt();
            ^
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o SampleAnalyzer/User/Analyzer/atlas_susy_2014_10.o -c SampleAnalyzer/User/Analyzer/atlas_susy_2014_10.cpp
g++ -Wall -O3 -fPIC -I/home/bala/HEP_Softwares/madanalysis5/tools/ -I./ -pthread -m64 -I/home/bala/HEP_Softwares/root/include -DROOT_USE -o SampleAnalyzer/User/Analyzer/atlas_1405_7875.o -c SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:21:14: error: stray ‘#’ in program
  background: #efefef;
              ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:22:13: error: invalid suffix "px" on integer constant
  font-size: 12px;
             ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:23:9: error: stray ‘#’ in program
  color: #1e1e1e;
         ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:23:10: error: invalid suffix "e1e" on floating constant
  color: #1e1e1e;
          ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:27:2: error: invalid preprocessing directive #titles
 #titles {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:28:15: error: invalid suffix "px" on integer constant
  margin-left: 15px;
               ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:29:11: error: invalid suffix "px" on integer constant
  padding: 10px;
           ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:30:16: error: invalid suffix "px" on integer constant
  padding-left: 100px;
                ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:31:18: warning: character constant too long for its type
  background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
                  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:35:2: error: invalid preprocessing directive #titles
 #titles h1 {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:36:9: error: stray ‘#’ in program
  color: #000000;
         ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:38:2: error: invalid preprocessing directive #titles
 #titles h2 {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:39:9: error: stray ‘#’ in program
  color: #000000;
         ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:43:2: error: invalid preprocessing directive #titles
 #titles ftpsuccess {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:44:19: error: stray ‘#’ in program
  background-color:#00ff00;
                   ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:44:20: error: invalid suffix "ff00" on integer constant
  background-color:#00ff00;
                    ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:49:2: error: invalid preprocessing directive #content
 #content {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:50:11: error: invalid suffix "px" on integer constant
  padding: 10px;
           ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:51:14: error: stray ‘#’ in program
  background: #ffffff;
              ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:59:2: error: #error p {
 #error p {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:63:2: error: invalid preprocessing directive #data
 #data {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:67:2: error: invalid preprocessing directive #sysmsg
 #sysmsg {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:75:2: error: invalid preprocessing directive #dirmsg
 #dirmsg {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:78:16: error: invalid suffix "pt" on integer constant
     font-size: 10pt;
                ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:80:2: error: invalid preprocessing directive #dirlisting
 #dirlisting {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:84:2: error: invalid preprocessing directive #dirlisting
 #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:87:2: error: invalid preprocessing directive #dirlisting
 #dirlisting td.size {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:88:12: error: invalid suffix "px" on integer constant
     width: 50px;
            ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:90:20: error: invalid suffix "px" on integer constant
     padding-right: 5px;
                    ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:99:2: error: invalid preprocessing directive #footer
 #footer {
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:100:13: error: invalid suffix "px" on integer constant
  font-size: 9px;
             ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:101:16: error: invalid suffix "px" on integer constant
  padding-left: 10px;
                ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:120:50: error: too many decimal points in number
 <p><b>Failed to establish a secure connection to 130.104.48.109</b></p>
                                                  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:133:627: error: stray ‘@’ in program
 <p>Your cache administrator is <a href="mailto:<email address hidden>?subject=CacheErrorInfo%20-%20ERR_SECURE_CONNECT_FAIL&amp;body=CacheHost%3A%20ccserver%0D%0AErrPage%3A%20ERR_SECURE_CONNECT_FAIL%0D%0AErr%3A%20(71)%20Protocol%20error%0D%0ATimeStamp%3A%20Wed,%2010%20Feb%202016%2005%3A23%3A29%20GMT%0D%0A%0D%0AClientIP%3A%20172.16.26.244%0D%0AServerIP%3A%20madanalysis.irmp.ucl.ac.be%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2Fraw-attachment%2Fwiki%2FMA5SandBox%2Fatlas_1405_7875.cpp%20HTTP%2F1.0%0AProxy-Authorization%3A%20Basic%20a21iYWxhOkNtaW1zYy40%0D%0AUser-Agent%3A%20Python-urllib%2F1.17%0D%0A%0D%0A%0D%0A"><email address hidden></a>.</p>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:139:63: error: too many decimal points in number
 <p>Generated Wed, 10 Feb 2016 05:23:29 GMT by ccserver (squid/3.4.4)</p>
                                                               ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:1:1: error: expected unqualified-id before ‘<’ token
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:18:1: error: ‘html’ does not name a type
 html body {
 ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:28:2: error: ‘margin’ does not name a type
  margin-left: 15px;
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:29:2: error: ‘padding’ does not name a type
  padding: 10px;
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:30:2: error: ‘padding’ does not name a type
  padding-left: 100px;
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:31:12: error: found ‘:’ in nested-name-specifier, expected ‘::’
  background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
            ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:31:2: error: ‘background’ does not name a type
  background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
  ^
SampleAnalyzer/User/Analyzer/atlas_1405_7875.cpp:32:1: error: expected declaration before ‘}’ token
 }
 ^
Makefile:103: recipe for target 'SampleAnalyzer/User/Analyzer/atlas_1405_7875.o' failed
make: *** [SampleAnalyzer/User/Analyzer/atlas_1405_7875.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes. Stop.

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

Hi Bala,

Could you please retry with the release candidate for v1.3 that can be downloaded from launchpad?

Cheers,

Benj