Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jul 2015 16:33:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201425] graphics/png fails to build on arm64
Message-ID:  <bug-201425-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: Andrew@FreeBSD.org
             Flags: maintainer-feedback?(portmgr@FreeBSD.org)
          Assignee: portmgr@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201425-13>