Changes between Initial Version and Version 5 of Ticket #67309
- Timestamp:
- Apr 26, 2023, 7:40:52 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67309
-
Property
Status
changed from
new
toassigned
- Property Cc mascguy essandess added
-
Property
Summary
changed from
Trying to compile bazel-3.7 on venture arm64
tobazel-3.7 @3.7.2_1 build failure on Ventura arm64
-
Property
Priority
changed from
High
toNormal
- Property Owner set to missa-prime
-
Property
Status
changed from
-
Ticket #67309 – Description
initial v5 2 2 3 3 . . . 4 4 {{{ 5 5 **external/bazel_tools/third_party/zlib/gzlib.c:252:9: error: call to undeclared function 'lseek'; ISO C99 and later do not support implicit function declarations** [-Wimplicit-function-declaration] 6 6 :info:build LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */ … … 8 8 :info:build external/bazel_tools/third_party/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK' 9 9 :info:build # define LSEEK lseek 10 10 }}} 11 11 12 12 Full log attached.