[Bug 201425] graphics/png fails to build on arm64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 8 16:33:10 UTC 2015


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

            Bug ID: 201425
           Summary: graphics/png fails to build on arm64
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
               URL: http://dirty.ysv.freebsd.org/data/11aarch64-default/20
                    15-07-02_15h38m49s/logs/errors/png-1.6.17.log
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: portmgr at FreeBSD.org
          Reporter: Andrew at FreeBSD.org
             Flags: maintainer-feedback?(portmgr at FreeBSD.org)
          Assignee: portmgr at FreeBSD.org

Created attachment 158531
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158531&action=edit
Fix for arm64

On arm64 png fails as png_init_filter_functions_neon is missing. This appears
to be a bug with the cmake config missing arm/arm_init.c and
arm/filter_neon_intrinsics.c. The attached patch fixes this for me such that
the tests pass.

As both these files check if they should be used it is safe to build them on
non-arm platforms.

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


More information about the freebsd-ports-bugs mailing list