Hi, I'm trying to install phenix on my computer (Linux distribution Kubuntu 64 bits (virtual machine but it should not be an issue)) but the installation failed after some minutes ... the last lines on the installation log file are : /bin/tar: ./build/intel-linux-2.6-x86_64/base/bin/wx-config : un lien symbolique ne peut pas être créé vers «/net/anaconda/scratch1/phenix/phenix-1.5-2/build/intel-linux-2.6-x86_64/base/lib/wx/config/gtk2-ansi-release-2.8»: Opération non permise It's in french but basiccaly it can't create a symbolic link to /net/anaconda.... not allowed. I don't get it since I did try both the sudo ./install command and the su - root. If anyone experienced this and get to fix it I would be glad to know :) Thanks in advance Sebastien
On Dec 3, 2009, at 7:59 PM, [email protected] wrote:
I'm trying to install phenix on my computer (Linux distribution Kubuntu 64 bits (virtual machine but it should not be an issue)) but the installation failed after some minutes ... the last lines on the installation log file are :
/bin/tar: ./build/intel-linux-2.6-x86_64/base/bin/wx-config : un lien symbolique ne peut pas être créé vers «/net/anaconda/scratch1/phenix/phenix-1.5-2/build/intel-linux-2.6-x86_64/base/lib/wx/config/gtk2-ansi-release-2.8»: Opération non permise
It's in french but basiccaly it can't create a symbolic link to /net/anaconda.... not allowed.
I don't get it since I did try both the sudo ./install command and the su - root.
The short answer is to use the source installer: https://www.phenix-online.org/download/phenix/source/ It takes several hours to compile everything, so if you have multiple processors enabled for the virtual machine, add "--nproc=2" (or 4, etc.) when you run the install script. The long answer: The binary installer isn't very "clean", and there are a lot of residual symlinks like this that don't get deleted, mostly because they're difficult to track and the installation scripts are already massive (and messy). The few links that we care about are regenerated during installation, and the rest usually don't cause problems. What is the translation of "un lien symbolique ne peut pas être créé vers"? (Or even better, would it be possible to reproduce the error in English, so I can Google the exact phrase?) I use vanilla 64-bit Ubuntu (8.x and 9.x) and it hasn't had any trouble with the binary installers, but there may be some difference in your system configuration, or the default behavior of 'tar' - unfortunately, these problems are difficult to diagnose remotely. (Please send me the rest of the installation log too - I'm not entirely sure where it's breaking.) thanks, Nat -------------------- Nathaniel Echols Lawrence Berkeley Lab 510-486-5136 [email protected]
just a thought: if /net/anaconda is an nfs-shared drive, and you are trying to sudo something on it from another workstation, it will fail because sudo grants administrative privileges on the workstation, not on the server where drive is housed. On Fri, 2009-12-04 at 04:59 +0100, [email protected] wrote:
Hi,
I'm trying to install phenix on my computer (Linux distribution Kubuntu 64 bits (virtual machine but it should not be an issue)) but the installation failed after some minutes ... the last lines on the installation log file are :
/bin/tar: ./build/intel-linux-2.6-x86_64/base/bin/wx-config : un lien symbolique ne peut pas être créé vers «/net/anaconda/scratch1/phenix/phenix-1.5-2/build/intel-linux-2.6-x86_64/base/lib/wx/config/gtk2-ansi-release-2.8»: Opération non permise
It's in french but basiccaly it can't create a symbolic link to /net/anaconda.... not allowed.
I don't get it since I did try both the sudo ./install command and the su - root.
If anyone experienced this and get to fix it I would be glad to know :)
Thanks in advance
Sebastien _______________________________________________ phenixbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/phenixbb
--
On Dec 4, 2009, at 9:12 AM, Ed Pozharski wrote:
just a thought:
if /net/anaconda is an nfs-shared drive, and you are trying to sudo something on it from another workstation, it will fail because sudo grants administrative privileges on the workstation, not on the server where drive is housed.
This may not have been clear from my message, but 'anaconda' is the computer we use to build that installer - so the path is simply missing. ------------------- Nathaniel Echols Lawrence Berkeley Lab 510-486-5136 [email protected]
participants (3)
-
Ed Pozharski
-
Nathaniel Echols
-
smoniot@chemie.fu-berlin.de