Project

General

Profile

Support #130

Test ACS VM - install problem

Added by Massimo Trifoglio about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
11/16/2012
Due date:
% Done:

100%

Estimated time:

Description

Ho compilato un progetto con successo,
ma poi l'installazione mi ha dato errore:

11:58:35 Build of configuration Default for project DAQ_ACS
make install
.....includes:
daqComponentImpl.h
cp: cannot create regular file `/alma/ACS-10.2/ACSSW/include/./daqComponentImpl.h': Permission denied
chmod: cannot access `/alma/ACS-10.2/ACSSW/include/./daqComponentImpl.h': No such file or directory
make: *** [install_include_daqComponentImpl.h] Error 1

11:58:37 Build Finished (took 1s.983ms)

#1

Updated by Joseph Schwarz about 12 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

$ACSROOT e' read-only. Tutti i tuoi files dalla compilazione vanno sotto $INTROOT; se $INTROOT non e' stato definito, il sistema incontra un errore di permessi quando cerca di fare l'installazione sotto $ACSROOT.

Dalla pagina Wiki per il corso di ACS ad Asiago:

http://astri.me.oa-brera.inaf.it/Astri/view/Main/WorkshopEnvSetup

You better source the $HOME/.acs/.bash_profile.acs from your $HOME/.bashrc. Therefore add the following lines to $HOME/.bashrc:
export INTROOT=$HOME/introot
source $HOME/.acs/.bash_profile.acs

Run the following command(s) to create an integration root area for your personal account (INTROOT defined above):

rm –rf $INTROOT
getTemplateForDirectory INTROOT $INTROOT

Also available in: Atom PDF