Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
GIMP
GIMP
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,836
    • Issues 2,836
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 39
    • Merge Requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • GIMPGIMP
  • Issues
  • #4965

Closed
Open
Created Apr 17, 2020 by Polirecyliente@Polirecyliente

Cannot build GIMP from the Gitlab's git repository

GIMP version: 2.99 Development Branch

Operating System: Linux, Ubuntu 20.04 LTS Focal Fossa

Package: GIMP source from https://gitlab.gnome.org/GNOME/gimp

Description of the bug

In short, I can't build GIMP from the Gitlab's git repository because of "Error: missing dependency gegl-0.4 >= 0.4.23" BUT as it turns out, the latest version of gegl-0.4 is 0.4.22, so autogen.sh is asking for a future version that does NOT exist yet.

Reproduction

Is the bug reproducible? Always

To prove that the version gegl 0.4.23 does not exist yet, check this two places: the Gegl repository here on Gitlab https://gitlab.gnome.org/GNOME/gegl/-/tags see the last tag it's from version 0.4.22. The other place is https://download.gimp.org/pub/gegl/0.4/ see the latest version of Gegl, it's also 0.4.22, there is no version 0.4.23 so this impedes the build of GIMP with Gegl

Reproduction steps:

Following the tutorial at: https://www.gimp.org/source/howtos/gimp-git-build.html Execute:

  1. git clone https://gitlab.gnome.org/GNOME/gimp.git
  2. cd gimp
  3. ./autogen.sh --prefix=$PREFIX 3a. the $PREFIX part is not absolutely required to reproduce to bug, simply executing ./autogen.sh gives the same error.

Expected result:

GIMP is correctly configured using the script autogen.sh

Actual result:

GIMP can't be configured, and therefore can't be built

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None