Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Sep 2021 13:34:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258373] devel/simdjson: update to 1.0.0
Message-ID:  <bug-258373-7788-dCoGhb2OiE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258373-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258373-7788@https.bugs.freebsd.org/bugzilla/>

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

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,

1. Makefile says:
---
BROKEN_i386=3D    does not build (error: unknown type name '__uint128_t')
---

Poudriere tests at https://people.freebsd.org/~eduardo/logs/simdjson-1.0.0/
compiles ok on i386 with a warning:
---
warning: The simdjson library is designed for 64-bit processors and it seems
that you are not compiling for a known 64-bit platform. All fast kernels wi=
ll
be disabled and performance may be poor. Please use a 64-bit target such as
x64, 64-bit ARM or 64-bit PPC. [-W#pragma-messages]
---

Maybe upstream have done some compatibily with i386?

2. Small order fix (from portclippy):

Move "CXXFLAGS_powerpc64" to CFLAGS/CXXFLAGS/LDFLAGS block:

---
# PORTNAME block
PORTNAME
DISTVERSIONPREFIX
DISTVERSION
CATEGORIES

# Maintainer block
MAINTAINER
COMMENT

# License block
LICENSE
LICENSE_FILE

# BROKEN/IGNORE/DEPRECATED messages
BROKEN_i386

-CXXFLAGS_powerpc64 <=3D=3D

# USES block
USES
USE_GITHUB
USE_LDCONFIG

# USES=3Dcmake related variables
CMAKE_ON

# CFLAGS/CXXFLAGS/LDFLAGS block
+CXXFLAGS_powerpc64 <=3D=3D
---

Could you test this on i386?

--=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-258373-7788-dCoGhb2OiE>