Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Unable to build on Fedora 30 #20

Open
spookycode opened this issue Sep 29, 2019 · 2 comments
Open

Unable to build on Fedora 30 #20

spookycode opened this issue Sep 29, 2019 · 2 comments

Comments

@spookycode
Copy link

Unable to build on Fedora 30 due to a missing dependency.

checking for GTKGL... no
configure: error: Package requirements (gtkgl-2.0) were not met:

Package 'gtkgl-2.0', required by 'virtual:world', not found

Looks like a dependency that was a part of the gtkglarea package that is no longer found in Fedora 28+.

@spookycode spookycode changed the title Unable to build on Fedora Unable to build on Fedora 30 Sep 29, 2019
@Strahinja
Copy link

Strahinja commented Oct 17, 2020

I get the same error on Artix Linux 1.4. README.md file contains only the information on how to compile on Ubuntu:

Install dependencies (Ubuntu): `sudo apt-get install libgtkgl2.0-dev libgl1-mesa-dev libglu1-mesa-dev`

Those packages don't exist on Artix.

@nickgirga
Copy link

nickgirga commented Jul 10, 2022

I found a gtkglarea2 RPM built with Koji on fedoraproject.org, but it's from 2014 and was made for Fedora EPEL 7. I just tried it anyways (on Fedora 36) and it seems to work. Not sure if it's related, but the performance of the tree visual is pretty bad and the performance of the map visual is not that great either, but that's at least manageable.

Click to Show Links (INSTALL AT YOUR OWN RISK) 🖱️

If you decide to try to build it anyways, make sure you download and install both gtkglarea2 and gtkglarea2-devel from Koji (or whatever other source you find). Also, be aware that you probably will run into this issue as well. To solve it, make sure you have gettext-devel installed. You'll also get a ton of warnings in the terminal when you go to run fsv if you do not have gtk-murrine-engine installed.


If the RPMs ever disappear, I used Wayback Machine to archive the page for gtkglarea2 and at least the x86_64, aarch64, and src RPMs as well. You can find the archive here:

Click to Show Link (INSTALL AT YOUR OWN RISK) 🖱️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants