[Bug 250627] math/py-matplotlib: does not build on 11.4

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 26 10:39:32 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250627

            Bug ID: 250627
           Summary: math/py-matplotlib: does not build on 11.4
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: bengta at sics.se
                CC: mainland at apeiron.net
                CC: mainland at apeiron.net
             Flags: maintainer-feedback?(mainland at apeiron.net)
 Attachment #219097 text/plain
         mime type:

Created attachment 219097
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219097&action=edit
poudriere log

math/py-matplotlib fails to build on 11.4 with the following error:

c++ -shared -fstack-protector-strong -O2 -pipe -fstack-protector-strong
-isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include
build/temp.freebsd-11.4-RELEASE-amd64-3.7/src/checkdep_freetype2.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/src/mplutils.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/src/py_converters.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/src/_backend_agg.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/src/_backend_agg_wrapper.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/extern/agg24-svn/src/agg_bezier_arc.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/extern/agg24-svn/src/agg_curves.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/extern/agg24-svn/src/agg_image_filters.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/extern/agg24-svn/src/agg_trans_affine.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/extern/agg24-svn/src/agg_vcgen_contour.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/extern/agg24-svn/src/agg_vcgen_dash.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/extern/agg24-svn/src/agg_vcgen_stroke.o
build/temp.freebsd-11.4-RELEASE-amd64-3.7/extern/agg24-svn/src/agg_vpgen_segmentator.o
-L/usr/local/lib -lpython3.7m -o
build/lib.freebsd-11.4-RELEASE-amd64-3.7/matplotlib/backends/_backend_agg.so
-L/usr/local/lib -lfreetype
build/temp.freebsd-11.4-RELEASE-amd64-3.7/src/checkdep_freetype2.o: file not
recognized: File format not recognized
c++: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'c++' failed with exit status 1
*** Error code 1

root at 114amd64-default:/wrkdirs/usr/ports/math/py-matplotlib/work-py37/matplotlib-3.3.1/build/temp.freebsd-11.4-RELEASE-amd64-3.7/src
# file checkdep_freetype2.o 
checkdep_freetype2.o: LLVM IR bitcode

I'm guessing that the LLVM linker is needed instead of GNU ld?  Or turn off
-flto?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list