Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Corryvreckan Corryvreckan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CorryvreckanCorryvreckan
  • CorryvreckanCorryvreckan
  • Issues
  • #140
Closed
Open
Issue created Feb 10, 2021 by Leonardo Vannoli@lvannoli

compilation issue on lxplus

I've install Corry on my lxplus cloning the master branch from gitlab. During the installation procedure I found two issue

  • cmake 3 is required, so the cmake command failed. To solve this issues I sourced cmake3 on lxplus with the command: source /cvmfs/cms.cern.ch/slc7_amd64_gcc700/external/cmake/3.10.2/etc/profile.d/init.sh to get it.

  • sourcing etc/setup_lxplus.sh the system told me that it didn't find the folder ../gitlab-ci.d. The problem was inside the setup file, with the string source $ABSOLUTE_PATH/../.gitlab-ci.d/init_x86_64.sh which tries to link to a folder ../.gitlab-ci.d that there's not inside the branch downloaded from git. I've fixed this issue by replacing that string in etc/setup_lxplus.sh file with this one: source $ABSOLUTE_PATH/../.gitlab/ci/init_x86_64.sh

cheers Leonardo

Assignee
Assign to
Time tracking