Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-1706

Building debian modules for Lustre 2.1.x fails on Ubuntu 10.04.1 LTS

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.7.0
    • Lustre 2.1.2
    • Ubuntu 10.04.1 LTS x64, running on Dell severs.
    • 3
    • 10078

    Description

      Attempting to clone and build debs from the git repository fails to complete the build.

      The failing build script is :

      #!/bin/sh

      git clone -b b2_1 git://git.whamcloud.com/fs/lustre-release.git
      cd lustre-release
      sh autogen.sh
      ./configure
      make debs

      This seems to fail building the client modules, log of failing build attached.

      Modifying the build script to :

      #!/bin/sh

      git clone -b b2_1 git://git.whamcloud.com/fs/lustre-release.git
      cd lustre-release
      sh autogen.sh
      ./configure --enable-dist
      make dist
      rm -rf BUILD
      mkdir BUILD
      cd BUILD
      ln ../lustre-2.1.2.tar.gz lustre_2.1.2.orig.tar.gz
      tar zxf ../lustre-2.1.2.tar.gz
      cd lustre-2.1.2
      ./configure
      make debs

      allows the build to complete successfully

      Cheers.

      Phill.

      Attachments

        Issue Links

          Activity

            [LU-1706] Building debian modules for Lustre 2.1.x fails on Ubuntu 10.04.1 LTS
            adilger Andreas Dilger made changes -
            Resolution New: Fixed [ 1 ]
            Status Original: Open [ 1 ] New: Resolved [ 5 ]
            adilger Andreas Dilger made changes -
            Fix Version/s New: Lustre 2.7.0 [ 10631 ]
            bogl Bob Glossman (Inactive) made changes -
            Link New: This issue is related to LU-6083 [ LU-6083 ]
            simmonsja James A Simmons made changes -
            Link New: This issue is related to LU-6019 [ LU-6019 ]
            pjones Peter Jones made changes -
            Assignee Original: WC Triage [ wc-triage ] New: Bob Glossman [ bogl ]
            pjones Peter Jones made changes -
            Labels Original: client New: client patch
            phillhs Phill Harvey-Smith created issue -

            People

              bogl Bob Glossman (Inactive)
              phillhs Phill Harvey-Smith
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: