Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gparted gparted
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gpartedgparted
  • Merge requests
  • !103

Fix make distcheck failure found in GitLab CI job unbuntu_test

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mike Fleetwood requested to merge mfleetwo/gparted:make-distcheck-failure into master Jun 01, 2022
  • Overview 3
  • Commits 2
  • Pipelines 4
  • Changes 1

Quoting a portion of a commit message:

On Ubuntu 22.04 LTS make distcheck fails like this:

    $ make distcheck
    ...
    ERROR: files left in build directory after distclean:
    ./po/.intltool-merge-cache.lock
    make[1]: *** [Makefile:920: distcleancheck] Error 1
    make[1]: Leaving directory '/builds/GNOME/gparted/gparted-1.4.0-git/_build/sub'
    make: *** [Makefile:849: distcheck] Error 1

This was picked up by the GitLab ubuntu_test CI job after the Ubuntu 22.04 LTS release and the official Ubuntu docker image labelled latest was updated to match, circa April 2022. This is a known issue with intltool >= 0.51.0-5.1, first included in Ubuntu 22.04 LTS.

  1. Ubuntu bug 1712194 - Error when running make distcheck
  2. Debian bug #991623 - intltool: make distcheck broken
  3. Arch Linux bug FS#67098 - [intltool] latest patch for race condition breaks some builds
Edited Jun 01, 2022 by Mike Fleetwood
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: make-distcheck-failure