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

Compile problems on ppc64

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.3.0
    • None
    • None
    • 3
    • 4487

    Description

      Testing ppc64 build node I found this issue:
      echo_client.c: In function 'echo_md_build_name':
      echo_client.c:1415: error: format '%llu' expects type 'long long unsigned int', but argument 3 has type '__u64'

      This is due to direct usage of %llu instead of %LPU64

      Similar issue in lfs.c:
      lfs.c: In function 'lfs_data_version':
      lfs.c:2788: error: format '%llu' expects type 'long long unsigned int', but argument 2 has type '__u64'

      Attachments

        Activity

          People

            green Oleg Drokin
            green Oleg Drokin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: