reproduce-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #60256] Crash when building Zip/Unzip after macOS upgrade


From: Raul Infante-Sainz
Subject: [bug #60256] Crash when building Zip/Unzip after macOS upgrade
Date: Thu, 18 Mar 2021 19:07:27 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:86.0) Gecko/20100101 Firefox/86.0

URL:
  <https://savannah.nongnu.org/bugs/?60256>

                 Summary: Crash when building Zip/Unzip after macOS upgrade 
                 Project: Reproducible paper template
            Submitted by: infantesainz
            Submitted on: Thu 18 Mar 2021 11:07:26 PM UTC
                Category: Software
                Severity: 3 - Normal
              Item Group: Crash
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

When trying to build Maneage from scratch after upgrading macOS to Big Sur
11.2.3, it crashes at the installation of Zip/Unzip. This is something related
with the 'OF' element just after 'memset', 'memcpy' or 'memcmp'. Here the
relevant lines of the output: 


cc -c -I. -Ibzip2 -DUNIX -O3 -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT
-DUTF8_MAYBE_NATIVE -DNO_FCHMOD -DNO_FCHOWN -DNO_LCHOWN -DNO_NL_LANGINFO
-DNO_LCHMOD -DZMEM -DNO_DIR -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -D_MBCS
crc32.c
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/MacOSX.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/MacOSX.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/MacOSX.sdk/usr/include/string.h:71:6:
note: previous declaration is here
int      memcmp(const void *__s1, const void *__s2, size_t __n);
          ^





    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?60256>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]