SalomePlatform / .github

Readme for private members
2 stars 0 forks source link

Prepare SALOME source code failed #5

Closed dx123321 closed 3 months ago

dx123321 commented 3 months ago

Building SALOME on Linux: Execute command:SAT/sat -o "APPLICATION.properties.git_server='github'" prepare SALOME-9.11.0-native: image

Edit sat_salome/applications/SALOME-9.11.0-native.pyconf and replace repo_dev : "yes" with git_server : 'tuleap': properties : { mesa_launcher_in_package : "yes" git_server : 'tuleap' pip : 'yes' pip_install_dir : 'python' single_install_dir : "no" } This method is not feasible and has been tried,pull the source code from this address:git:[https://codev-tuleap.cea.fr/plugins/git/salome/SALOME.git,No account password: image

Previously, the CONFIGURATION model could not be downloaded. After performing this operation, the CONFIGURATION model can be downloaded, but the remaining modules cannot be downloaded. Is it because Tuleap doesn't have remaining module source code? image

dx123321 commented 3 months ago

@nitawa @asonolet @mohd-afeef-badri Excuse me, could you please help me take a look at this issue?

nitawa commented 3 months ago

Hi, apologize for the late reply. I just checked by following the wiki page and did not manage to reproduce your issue. Can you follow the wiki, namely the following command lines and check if you did not miss one step? In addition, what Linux platform are you running (check cat /etc/os-release output)

export SALOME_WORKSPACE=$PWD
git clone https://github.com/SalomePlatform/sat.git SAT
git clone https://github.com/SalomePlatform/sat_salome.git SAT_SALOME
SAT/sat init --add_project $SALOME_WORKSPACE/SAT_SALOME/salome.pyconf
SAT/sat config SALOME-master-native --check_system
SAT/sat -o "APPLICATION.properties.git_server='github'" prepare SALOME-9.11.0-native

Regards.

image

image

dx123321 commented 3 months ago

Hi, apologize for the late reply. I just checked by following the wiki page and did not manage to reproduce your issue. Can you follow the wiki namely the following command lines and check if you did not miss one step? In addition, what Linux platform are you running (check cat /etc/os-release output)

export SALOME_WORKSPACE=$PWD
git clone https://github.com/SalomePlatform/sat.git SAT
git clone https://github.com/SalomePlatform/sat_salome.git SAT_SALOME
SAT/sat init --add_project $SALOME_WORKSPACE/SAT_SALOME/salome.pyconf
SAT/sat config SALOME-master-native --check_system
SAT/sat -o "APPLICATION.properties.git_server='github'" prepare SALOME-9.11.0-native

Regards.

image

image

According to the method you provided, run it again and report the following error:

WARNING: Some run time system dependencies are missing! Please install them with dpkg-query before running salome missing run time dependencies : libquadmath0

WARNING: RESTRICTED is a closed-source software and is not available on github WARNING: CEATESTBASE is a closed-source software and is not available on github Clean the source directories ...OK Getting sources of the application SALOME-9.11.0-native workdir = /root/dx/SALOME-9.11.0-native-UB22.04

alabaster: Native : Checking system packages are installed

salomeTools ERROR: sat source <bound method SatException.message of SatException("Archive not found in ARCHIVEPATH, nor on ARCHIVEFTP: 'catalyst-2.0-431a8a1.tar.gz'")> Patching sources of the application SALOME-9.11.0-native workdir = /root/dx/SALOME-9.11.0-native-UB22.04

C3PO: No sources found for the C3PO product FMILibrary: No sources found for the FMILibrary product hdf5: No sources found for the hdf5 product medfile: No sources found for the medfile product netgen: No sources found for the netgen product netcdf: No sources found for the netcdf product omniORB: No sources found for the omniORB product omniORBpy: No sources found for the omniORBpy product opencv: No sources found for the opencv product openturns: No sources found for the openturns product packagespy: No sources found for the packagespy product ParaView: No sources found for the ParaView product petsc: No sources found for the petsc product PyFMI: No sources found for the PyFMI product root: No sources found for the root product TTK: No sources found for the TTK product URANIE: No sources found for the URANIE product

Patching sources of the application: KO (125 / 142)

The Linux platform is:

PRETTY_NAME="Ubuntu 22.04.4 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.4 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy

nitawa commented 3 months ago

There must be some glitch in your internet connexion. catalyst-2.0-431a8a1.tar.gz is available on the anonymous ftp site. You can check it with:

curl ftp://ftp.cea.fr/pub/salome/prerequisites/catalyst-2.0-431a8a1.tar.gz -o catalyst-2.0-431a8a1.tar.gz
dx123321 commented 3 months ago

There must be some glitch in your internet connexion. catalyst-2.0-431a8a1.tar.gz is available on the anonymous ftp site. You can check it with:

curl ftp://ftp.cea.fr/pub/salome/prerequisites/catalyst-2.0-431a8a1.tar.gz -o catalyst-2.0-431a8a1.tar.gz

There are indeed issues with the internet. Is there a way to extract all packages and modules separately, compile and install SALOME? If running according to Wiki scripts, my network environment is limited

nitawa commented 3 months ago

here is what you can do:

HTH

nitawa commented 3 months ago

let's close this issue. You can comment it further or open a new one if required. Regards.