Date: Wed, 01 Oct 2014 07:16:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194060] New: qgis python support broken since gcc 4.8 was imported Message-ID: <bug-194060-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: mazhe@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194060-13>