GNU bug report logs - #58966
[Trunk] Xcode 14.1+ (and macOS 13.0+) deprecate sprintf()

Previous Next

Package: emacs;

Reported by: Jacob Faibussowitsch <jacob.fai <at> gmail.com>

Date: Wed, 2 Nov 2022 13:57:02 UTC

Severity: minor

Full log


View this message in rfc822 format

From: Jacob Faibussowitsch <jacob.fai <at> gmail.com>
To: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 58966 <at> debbugs.gnu.org
Subject: bug#58966: [Trunk] Xcode 14.1+ (and macOS 13.0+) deprecate sprintf()
Date: Thu, 3 Nov 2022 11:30:19 -0400
[Message part 1 (text/plain, inline)]
Did not work I’m afraid. I did:

$ git clean -xdf
$ ./autogen.sh
$ ./configure \
  --prefix=/Users/jacobfaibussowitsch/soft/packages \
  CC=clang \
  CXX=clang++ \
  CFLAGS='-O3 -mtune=native -flto=thin -flto-jobs=7 -std=gnu17 -Wno-unused-command-line-argument -Wno-unknown-pragmas' \
  CXXFLAGS='-O3 -mtune=native -flto=thin -flto-jobs=7 -std=gnu++20 -Wno-unused-command-line-argument -Wno-unknown-pragmas' \
  LDFLAGS='-L/opt/homebrew/lib' \
  -C \
  --with-native-compilation \
  --with-gnutls \
  --without-x \
  --with-xml2 \
  --with-dbus \
  --with-modules \
  --with-json \
  --without-ns \
  --with-jpeg \
  --with-tiff \
  --with-gif \
  --with-png \
  --with-rsvg \
  --with-libsystemd \
  --with-cairo \
  --with-harfbuzz \
  --with-zlib \
  --with-toolkit-scroll-bars \
  --disable-gcc-warnings \
  --without-compress-install \
  --with-libgmp
$ make 2>&1 | tee make.log

Best regards,

Jacob Faibussowitsch
(Jacob Fai - booss - oh - vitch)

[config.log (application/octet-stream, attachment)]
[make.log (application/octet-stream, attachment)]
[Message part 4 (text/plain, inline)]
> On Nov 3, 2022, at 11:22, Gerd Möllmann <gerd.moellmann <at> gmail.com> wrote:
> 
> On 03.11.22 15:48, Jacob Faibussowitsch wrote:
>> No such luck
> 
> I just built again, and it seems to work as expected.  Here is what it did:
> 
> git clean -xdf
> ./autogen.sh
> ./configure
> make -j8
> 
> Could you please try that?
> 
> 
> 


This bug report was last modified 2 years and 220 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.