Summary: | graphics/qgis: runtime error: ModuleNotFoundError: No module named 'grassprovider.grass_plugin' | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Martin Birgmeier <d8zNeCFG> |
Component: | Individual Port(s) | Assignee: | Rainer Hurling <rhurlin> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(rhurlin) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Martin Birgmeier
2024-02-25 14:31:41 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d742499aa382925e338595ff0e68c8fecbcb068 commit 0d742499aa382925e338595ff0e68c8fecbcb068 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2024-02-25 19:35:45 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2024-02-25 19:35:45 +0000 graphics/qgis: Fix plist, bring back grass_plugin PR: 277302 Reported by: Martin Birgmeier <d8zNeCFG@aon.at> graphics/qgis/Makefile | 1 + graphics/qgis/pkg-plist | 236 ++++++++++++++++++++++++------------------------ 2 files changed, 119 insertions(+), 118 deletions(-) Hi Martin, Many thanks for the detailed report! This is one of those errors that cannot be found easily with the usual tests, but usually only at runtime. This message comes from the "GRASS GIS provider" plugin. This extension was not installed, when option GRASS8 selected. Some changes in pkg-plist fixes it :) Hi Rainer, Thank you for the quick fix! Best regards, Martin |