Skip to content

Comments

docker: fix missing libraries in ubuntu wxgui Dockerfile#4268

Merged
neteler merged 2 commits intoOSGeo:mainfrom
neteler:docker_ubuntu_wxgui
Sep 2, 2024
Merged

docker: fix missing libraries in ubuntu wxgui Dockerfile#4268
neteler merged 2 commits intoOSGeo:mainfrom
neteler:docker_ubuntu_wxgui

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 #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
@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