[Bug 194060] New: qgis python support broken since gcc 4.8 was imported
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 1 07:16:34 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194060
Bug ID: 194060
Summary: qgis python support broken since gcc 4.8 was imported
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: mazhe at alkumuna.eu
Created attachment 147872
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147872&action=edit
Error report in qgis error window
Hello,
There is a problem with qgis port right now, regarding to python support: since
port gcc version was bumped to 4.8, there is multiple errors when starting
qgis, from the interface (see attachment), and on stderr:
ERROR 1: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc48/libgfortran.so.3 not found
ERROR 1: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc48/libgfortran.so.3 not found
ERROR 1: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc48/libgfortran.so.3 not found
ERROR 1: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc48/libgfortran.so.3 not found
The program starts, but functionality is reduced... From the look of it, it
seems to be somehow related to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188114, except that this bug
was fixed (and numpy direct usage in python interpreter works).
Trying stuff like :
% env LD_LIBRARY_PATH=/usr/local/lib/gcc48 qgis
results in a nasty crash, and building it entirely with gcc48 is a no-go since
it does C++... I guess something is kinda wrong in the embeeded python/plugin
framework, but I have little idea to fix that right now...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list