Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 16:46:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240618] databases/tiledb: fix build on non-x86
Message-ID:  <bug-240618-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240618

            Bug ID: 240618
           Summary: databases/tiledb: fix build on non-x86
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Created attachment 207541
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207541&action=
=3Dedit
patch

Build on non-x86 currently fails with:
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-1.6.2/external/src/blosc/sh=
uffle.cc:280:4:
error: #warning Hardware-acceleration detection not implemented for the tar=
get
architecture. Only the generic shuffle/unshuffle routines will be available.
[-Werror=3Dcpp]
  280 |   #warning Hardware-acceleration detection not implemented for the
target architecture. Only the generic shuffle/unshuffle routines will be
available.
      |    ^~~~~~~
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-1.6.2/external/src/blosc/sh=
uffle.cc:
In function 'blosc::shuffle_implementation_t
blosc::get_shuffle_implementation()':
/wrkdirs/usr/ports/databases/tiledb/work/TileDB-1.6.2/external/src/blosc/sh=
uffle.cc:290:22:
error: unused variable 'cpu_features' [-Werror=3Dunused-variable]
  290 |   blosc_cpu_features cpu_features =3D blosc_get_cpu_features();
      |                      ^~~~~~~~~~~~
cc1plus: all warnings being treated as errors

Don't add -Werror to fix build.

--=20
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-240618-7788>