Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Feb 2020 17:20:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 243995] devel/py-grpcio: fix build on powerpc64 elfv2
Message-ID:  <bug-243995-25139-2XQIl0LVlJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243995-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243995-25139@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=3D243995

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Sun Feb  9 17:20:06 UTC 2020
New revision: 525666
URL: https://svnweb.freebsd.org/changeset/ports/525666

Log:
  devel/pecl-grpc: fix build on powerpc64 elfv2

  Clang doesn't have sys/platform/ppc.h:
=20
/wrkdirs/usr/ports/devel/pecl-grpc/work-php74/grpc-1.27.0/third_party/absei=
l-cpp/absl/base/internal/unscaledcycleclock.cc:24:10:
fatal error: 'sys/platform/ppc.h' file not found
  #include <sys/platform/ppc.h>
           ^~~~~~~~~~~~~~~~~~~~
  1 error generated.

  __ppc_get_timebase() and __ppc_get_timebase_freq() are not supported on
FreeBSD.

  PR:           243995
  Approved by:  vanilla (maintainer)

Changes:
=20
head/devel/pecl-grpc/files/patch-third__party_abseil-cpp_absl_base_internal=
_unscaledcycleclock.cc

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243995-25139-2XQIl0LVlJ>