User Tools

Site Tools


pixel:pos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pixel:pos [2013/08/28 15:06] clangepixel:pos [2014/01/07 16:35] (current) clange
Line 1: Line 1:
 +==== Further documentation ====
 +
 +  * [[pixel:supervisor|Pixel Supervisor]]
 +
 ==== Software related links ==== ==== Software related links ====
  
Line 7: Line 11:
   * [[http://isscvs.cern.ch/cgi-bin/cvsweb.cgi/?cvsroot=tridas#dirlist|TriDAS CVS repository]]   * [[http://isscvs.cern.ch/cgi-bin/cvsweb.cgi/?cvsroot=tridas#dirlist|TriDAS CVS repository]]
   * [[https://svnweb.cern.ch/trac/cmspxldaq/browser/tags|CMS Pixel DAQ SVN repository]]   * [[https://svnweb.cern.ch/trac/cmspxldaq/browser/tags|CMS Pixel DAQ SVN repository]]
 +  * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/ClusterUsersGuide|Online Cluster Users' Guide]]
 +  * [[https://savannah.cern.ch/support/?group=cmsonlinesys|Online Cluster Savannah]]
 +
  
 ==== Issues with POS ==== ==== Issues with POS ====
Line 23: Line 30:
  
 You might also run into this problem when loading a library compiled on local disk you might get "error: cannot restore segment prot after reloc: Permission denied". In that case most probably the reason is that either the library or the one which it was linked against need to be rebuild with "-fPIC" option. The SELinux context on AFS does not permit library relocations so sometimes you might hit the problem on local disk but not on AFS or vice versa. You might also run into this problem when loading a library compiled on local disk you might get "error: cannot restore segment prot after reloc: Permission denied". In that case most probably the reason is that either the library or the one which it was linked against need to be rebuild with "-fPIC" option. The SELinux context on AFS does not permit library relocations so sometimes you might hit the problem on local disk but not on AFS or vice versa.
 +
 +=== curlpp ===
 +
 +  cp -r /usr/include/curlpp/ $BUILD_HOME
 +in ''$BUILD_HOME/curlpp/internal/global.h'' change
 +  #include "curlpp/config.h"
 +to
 +  #include "curlpp/config.h.in"
 +
 +
 +==== Issues with XDAQ ====
 +
 +When running XDAQ on SLC6 64-bit and trying to compile my own package, the following error occured:
 +
 +''/opt/xdaq/include/toolbox/net/UUID.h:18:23: error: uuid/uuid.h: No such file or directory''
 +
 +Could be fixed by installing package: ''libuuid-devel''
pixel/pos.1377695182.txt.gz · Last modified: 2013/08/28 15:06 by clange