[MacPorts] #67309: Trying to compile bazel-3.7 on venture arm64

MacPorts noreply at macports.org
Wed Apr 26 19:16:00 UTC 2023


#67309: Trying to compile bazel-3.7 on venture arm64
-------------------------+--------------------
  Reporter:  I-Thompson  |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  High        |  Milestone:
 Component:  ports       |    Version:  2.8.1
Resolution:              |   Keywords:
      Port:  bazel-3.7   |
-------------------------+--------------------

Comment (by I-Thompson):

 The problematic gzlib.c file has options to declare LSEEK:

 #if defined(_WIN32) && !defined(__BORLANDC__) && !defined(__MINGW32__)
 #  define LSEEK _lseeki64
 #else
 #if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0
 #  define LSEEK lseek64
 #else
 #  define LSEEK lseek
 #endif
 #endif

-- 
Ticket URL: <https://trac.macports.org/ticket/67309#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list