Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: fix missing libraries in ubuntu wxgui Dockerfile #4268

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

neteler
Copy link
Member

@neteler neteler commented Sep 2, 2024

Add libgtk-3-dev to address:

...
checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found

For the usage, also install python3-wxgtk4.0.

Add `libgtk-3-dev` to fix

```
...
checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
```

(Hopefully) Fixes OSGeo#4267
nilason
nilason previously approved these changes Sep 2, 2024
Copy link
Contributor

@nilason nilason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me!

@neteler neteler changed the title docker: fix missing library in ubuntu wxgui Dockerfile docker: fix missing libraries in ubuntu wxgui Dockerfile Sep 2, 2024
@neteler neteler added the backport to 8.4 PR needs to be backported to release branch 8.4 label Sep 2, 2024
@neteler neteler merged commit fa37eb2 into OSGeo:main Sep 2, 2024
26 of 28 checks passed
@neteler neteler deleted the docker_ubuntu_wxgui branch September 2, 2024 17:27
neteler added a commit that referenced this pull request Sep 2, 2024
* docker: fix missing library in ubuntu wxgui Dockerfile

Add `libgtk-3-dev` to fix

```
...
checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
```

* also install 'python3-wxgtk4.0'
@neteler neteler removed the backport to 8.4 PR needs to be backported to release branch 8.4 label Sep 2, 2024
@neteler neteler modified the milestones: 8.5.0, 8.4.1 Sep 2, 2024
a0x8o pushed a commit to a0x8o/grass that referenced this pull request Sep 5, 2024
* docker: fix missing library in ubuntu wxgui Dockerfile

Add `libgtk-3-dev` to fix

```
...
checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
```

* also install 'python3-wxgtk4.0'
Mahesh1998 pushed a commit to Mahesh1998/grass that referenced this pull request Sep 19, 2024
* docker: fix missing library in ubuntu wxgui Dockerfile

Add `libgtk-3-dev` to fix

```
...
checking for GTK+ - version >= 3.0.0... Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
```

* also install 'python3-wxgtk4.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Docker related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants