[Bug 200020] [patch] editors/libreoffice: enable build on powerpc64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 8 05:24:37 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200020
--- Comment #14 from Curtis Hamilton <hamiltcl at verizon.net> ---
I see. Using a jail is a good idea, as long as the jail environment is
comparable to the live environment. However, different versions of runtime
libraries can cause undesired behaviors. I have the luxury of having two
separate systems for building and testing.
>From what you've stated, I do believe what you are seeing is the difference in
the stdc++ libs used by GCC49 and /usr/bin/gcc. Especially, if 'usr/bin/gcc' is
the stock GCC distribution. That is why I asked about '/etc/libmap.conf.' You
can perform a quick check by checking for the presence, or absence, of
'GLIBCXX_3.4.18' by doing the following:
strings /usr/lib/libstdc++*|grep GLIBCXX
I've had this happen to me when building a port on one system and installing on
another, after upgrading GCC on the build system.
BTW, what version of FreeBSD are you using?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ppc
mailing list