Skip to content

Build bottle of zip on 14,14-arm64 #46829

Build bottle of zip on 14,14-arm64

Build bottle of zip on 14,14-arm64 #46829

Manually triggered September 18, 2023 07:36
Status Failure
Total duration 3h 0m 0s
Artifacts 3

dispatch-build-bottle.yml

on: workflow_dispatch
prepare
3s
prepare
Matrix: bottle
comment
4s
comment
Fit to window
Zoom out
Zoom in

Annotations

1 error, 2 warnings, and 8 notices
upload
Process completed with exit code 1.
bottle (14-arm64-6219544962, false)
0 bottle(s)
bottle (14-arm64-6219544962, false)
0 failed bottle(s)
bottle (14-arm64-6219544962, false)
1 list(s) of skipped formulae
bottle (14-arm64-6219544962, false)
0 list(s) of successfully tested dependents
bottle (14-6219544962, false)
0 bottle(s)
bottle (14-6219544962, false)
0 failed bottle(s)
bottle (14-6219544962, false)
1 list(s) of skipped formulae
bottle (14-6219544962, false)
0 list(s) of successfully tested dependents
`brew install --verbose --build-bottle zip` failed on macOS Sonoma (14) on Apple Silicon!: Formula/z/zip.rb#L50
(Now zip stores variable size UIDs/GIDs using a new extra field. This tests if this OS uses 16-bit UIDs/GIDs and so if the old 16-bit storage should also be used for backward compatibility.) s.st_uid is 4 bytes s.st_gid is 4 bytes -- UID not 2 bytes - disabling old 16-bit UID/GID support Check for Large File Support off_t is 8 bytes -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /Applications/Xcode.app/Contents/Developer/usr/bin/make -f unix/Makefile zips `cat flags` clang -c -I. -DUNIX -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c clang -c -I. -DUNIX -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c clang -c -I. -DUNIX -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c clang -c -I. -DUNIX -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DNO_RMDIR -DNO_STRCHR -DNO_STRRCHR -DNO_RENAME -DNO_MKTEMP -DNO_MKTIME -DNO_MKSTEMP -DZMEM -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c In file included from zipup.c:21: ./zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:74:7: note: previous declaration is here void *memset(void *__b, int __c, size_t __len); ^ In file included from zipup.c:21: ./zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:72:7: note: previous declaration is here In file included from zip.c:void *memcpy(void *__dst, const void *__src, size_t __n);16 : ^./zip.h :726:10: error: conflicting types for 'memset' In file included from zipup.c:21: ./zip.h:728 char *memset OF((char *, int, unsigned int));: 8 ^: error: conflicting types for 'memcmp' /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h int memcmp OF((char *, char *, unsigned int));: 74:7: note: previous declaration is here void *memset(void *__b, int __c, size_t __len); ^ In file included from zip.c:16: ./zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:72:7: note: previous declaration is here void *memcpy(void *__dst, const void *__src, size_t __n); ^ In file included from zip.c:16: ./zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:71:6: note: previous declaration is here int memcmp(const void *__s1, const void *__s2, size_t __n); ^ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:71:6: note: previous declaration is here int memcmp(const void *__s1, const void *__s2, size_t __n); ^ In file included from zipfile.c
`brew install --verbose --build-bottle zip` failed on macOS Sonoma (14)!: Formula/z/zip.rb#L50
./zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:74:7: note: previous declaration is here void *memset(void *__b, int __c, size_t __len); ^ In file included from zipup.c:21: ./zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:72:7: note: previous declaration is here void *memcpy(void *__dst, const void *__src, size_t __n); ^ In file included from zipup.c:21: ./zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:71:6: note: previous declaration is here int memcmp(const void *__s1, const void *__s2, size_t __n); ^ zipfile.c:16: ./zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:74:7: note: previous declaration is here void *memset(void *__b, int __c, size_t __len); ^ In file included from zipfile.c:16: ./zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:72:7: note: previous declaration is here void *memcpy(void *__dst, const void *__src, size_t __n); ^ In file included from zipfile.c:16: ./zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:71:6: note: previous declaration is here int memcmp(const void *__s1, const void *__s2, size_t __n); ^ 3 errors generated. In file included from globals.c:21: ./zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:72:7: note: previous declaration is here void *memcpy(void *__dst, const void *__src, size_t __n); ^ In file included from globals.c:21: ./zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:71:6: note: previous declaration is here int memcmp(const void *__s1, const void *__s2, size_t __n); ^ 3 errors generated. make[1]: *** [zipup.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [globals.o] Error 1 In file included from zip.c:16: ./zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:74:7: note: previous declaration is here void *memset(void *__b, int __c, size_t __len); ^ In file included from zip.c:16: ./zip.h:727:10: error: conflicting types for 'memcpy' char *memcpy OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:72:7: note: previous declaration is here void *memcpy(void *__dst, const void *__src, size_t __n); ^ In file included from zip.c:16: ./zip.h:728:8: error: conflicting types for 'memcmp' int memcmp OF((char *, char *, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:71:6: note: previous declaration is here int memcmp(const void *__s1, const void *__s2, size_t __n); ^ In file included from fileio.c:16: ./zip.h:726:10: error: conflicting types for 'memset' char *memset OF((char *, int, unsigned int)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/string.h:74:7

Artifacts

Produced during runtime
Name Size
bottles Expired
6 Bytes
logs-14-6219544962 Expired
64.7 KB
logs-14-arm64-6219544962 Expired
59.1 KB