GNU bug report logs - #57029
macos cannot build emacs after updated gcc and libgccjit to 12.1

Previous Next

Package: emacs;

Reported by: ccqpein <ccqpein <at> protonmail.com>

Date: Sun, 7 Aug 2022 05:59:02 UTC

Severity: normal

Tags: patch

Merged with 57015, 57023, 57028

Found in version 29.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Gerd Möllmann <gerd.moellmann <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 57029 <at> debbugs.gnu.org, 57015 <at> debbugs.gnu.org, Naofumi Yasufuku <naofumi <at> yasufuku.dev>
Subject: bug#57029: macos cannot build emacs after updated gcc and libgccjit to 12.1
Date: Mon, 08 Aug 2022 08:03:45 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>> -          MAC_LIBS="-L$(dirname $($BREW ls -v libgccjit| \
>> -                                            grep -E 'libgccjit\.(so|dylib)$'))"
>> +          MAC_LIBS="-L$(dirname $($BREW ls -v libgccjit | \
>> +                                  grep -E 'current/libgccjit\.(so|dylib)$' | \
>> +                                  head -1))"
>> +          if test "x${MAC_LIBS}" = "x-L"; then

The 'x' is kind of confusing here because MAC_LIBS can't be empty at
this point.

> Is 'dirname' guaranteed to be available?

Yes (POSIX).  And it was used already.




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

Previous Next


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