RSS/Atom feed Twitter
Site is read-only, email is disabled

Trouble building Gimp from GIT repo (20180530)

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Trouble building Gimp from GIT repo (20180530) Steven P. Ulrick 31 May 02:41
  Trouble building Gimp from GIT repo (20180530) Kevin Cozens 31 May 06:08
   Trouble building Gimp from GIT repo (20180530) (SOLVED) Steven P. Ulrick 31 May 10:56
Steven P. Ulrick
2018-05-31 02:41:48 UTC (almost 6 years ago)

Trouble building Gimp from GIT repo (20180530)

Hello, Everyone

I am attempting to build Gimp from GIT and I get the following error:

"Error: GIMP configuration failed.

  - Error: missing dependency glib-networking       *** Test for glib-networking failed. This is required.   - Error: missing dependency pangocairo >= 1.42.0 and pangoft2       *** We require Pango with the optional support for Cairo compiled in."

I am only asking about the glib-networking error right now.

INSTALL.in says the following:

19. Summary of required packages and what version you need:

glib-networking

So, INSTALL.in does not appear to specify which version of glib-networking that I need.

I do have the following installed:

glib-networking-2.54.1-1.fc27.x86_64 glib-networking-tests-2.54.1-1.fc27.x86_64

Any ideas why Gimp doesn't like the version of glib-networking that I have installed.

I believe that did my due dilegence better this time than the last time I had an issue like this.  If I missed something obvious again, I do apologize.

Steven P. Ulrick

Kevin Cozens
2018-05-31 06:08:40 UTC (almost 6 years ago)

Trouble building Gimp from GIT repo (20180530)

On 2018-05-30 10:41 PM, Steven P. Ulrick wrote:

I am attempting to build Gimp from GIT and I get the following error:

"Error: GIMP configuration failed.

  - Error: missing dependency glib-networking       *** Test for glib-networking failed. This is required.   - Error: missing dependency pangocairo >= 1.42.0 and pangoft2       *** We require Pango with the optional support for Cairo compiled in."

I am only asking about the glib-networking error right now.

[snip]

I do have the following installed:

glib-networking-2.54.1-1.fc27.x86_64 glib-networking-tests-2.54.1-1.fc27.x86_64

I think you are missing an environment variable. Add the following: export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/

IIRC, if you are on Windows use "set" instead of "export".

Cheers!

Kevin.

http://www.ve3syb.ca/               | "Nerds make the shiny things that
https://www.patreon.com/KevinCozens | distract the mouth-breathers, and
                                     | that's why we're powerful"
Owner of Elecraft K2 #2172          |
#include      |             --Chris Hardwick
Steven P. Ulrick
2018-05-31 10:56:01 UTC (almost 6 years ago)

Trouble building Gimp from GIT repo (20180530) (SOLVED)

On 05/31/2018 01:08 AM, Kevin Cozens wrote:

On 2018-05-30 10:41 PM, Steven P. Ulrick wrote:

I am attempting to build Gimp from GIT and I get the following error:

"Error: GIMP configuration failed.

   - Error: missing dependency glib-networking        *** Test for glib-networking failed. This is required.    - Error: missing dependency pangocairo >= 1.42.0 and pangoft2        *** We require Pango with the optional support for Cairo compiled in."

I am only asking about the glib-networking error right now.

[snip]

I do have the following installed:

glib-networking-2.54.1-1.fc27.x86_64 glib-networking-tests-2.54.1-1.fc27.x86_64

I think you are missing an environment variable. Add the following: export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/

IIRC, if you are on Windows use "set" instead of "export".

Hello, Kevin
With the small difference that it is "/usr/lib64/gio/modules/" on Fedora 27, your information fixed my issue.  Well, after I satisfied the Pango dependency, that is.

Thank you, Steven P. Ulrick