GNU bug report logs - #42503
28.0.50; Bug feature/native-comp all text in GUI window becomes invisible on MacOS

Previous Next

Package: emacs;

Reported by: AllenDang <allengnr <at> gmail.com>

Date: Fri, 24 Jul 2020 03:41:01 UTC

Severity: normal

Found in version 28.0.50

Done: Andrea Corallo <akrl <at> sdf.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42503 in the body.
You can then email your comments to 42503 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#42503; Package emacs. (Fri, 24 Jul 2020 03:41:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to AllenDang <allengnr <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 24 Jul 2020 03:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: AllenDang <allengnr <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50; Bug feature/native-comp all text in GUI window becomes
 invisible on MacOS
Date: Fri, 24 Jul 2020 11:40:00 +0800
All text in GUI window becomes invisible with native-comp.

Here is the build script I'm using.

---------------------------------------------------------
# native-comp optimization
export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:${PATH}"
export CFLAGS="-I/usr/local/Cellar/gcc/10.1.0/include"
export LDFLAGS="-L/usr/local/Cellar/gcc/10.1.0/lib/gcc/10 -I/usr/local/Cellar/gcc/10.1.0/include"
export LIBRARY_PATH="/usr/local/Cellar/gcc/10.1.0/lib/gcc/10:${LIBRARY_PATH:-}"

cd emacs || exit

git clean -xfd

./autogen.sh

CC='clang' \
     ./configure \
     --disable-dependency-tracking \
     --disable-silent-rules \
     --without-dbus \
     --without-imagemagick \
     --with-mailutils \
     --with-ns \
     --disable-ns-self-contained \
     --with-cairo \
     --with-modules \
     --with-xml2 \
     --with-gnutls \
     --with-json \
     --with-rsvg \
     --with-nativecomp

# Ensure the directory to which we will dump Emacs exists and has the correct
# permissions set.
libexec=/usr/local/libexec/emacs/28.0.50
if [ ! -d $libexec ]; then
  sudo mkdir -p $libexec
  sudo chown $USER $libexec
fi

make -j4 NATIVE_FAST_BOOT=1 
make install 

cp -R lisp "./nextstep/Emacs.app/Contents/"

rm -rf "/Applications/Emacs.app"
mv nextstep/Emacs.app "/Applications/"
-------------------------------------------------

I did a test run with same build script with --with-nativecomp removed,
everything works fine, all text rendered normally.

Configured features:
PNG RSVG GLIB NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS
NS MODULES THREADS JSON PDUMPER LCMS2

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml easymenu mml-sec password-cache epa derived epg epg-config
gnus-util rmail rmail-loaddefs text-property-search time-date subr-x seq
mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils
mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils term/xterm xterm byte-opt gv bytecomp
byte-compile cconv tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel term/ns-win ns-win ucs-normalize mule-util
term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs
button faces cus-face pcase macroexp files text-properties overlay sha1
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads kqueue cocoa ns lcms2
multi-tty make-network-process emacs)

Memory information:
((conses 16 53501 6775)
 (symbols 48 6111 1)
 (strings 32 15447 1789)
 (string-bytes 1 507768)
 (vectors 16 7558)
 (vector-slots 8 109388 8986)
 (floats 8 22 22)
 (intervals 56 201 0)
 (buffers 992 10))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42503; Package emacs. (Fri, 24 Jul 2020 06:30:02 GMT) Full text and rfc822 format available.

Message #8 received at 42503 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: AllenDang <allengnr <at> gmail.com>
Cc: 42503 <at> debbugs.gnu.org
Subject: Re: bug#42503: 28.0.50;
 Bug feature/native-comp all text in GUI window becomes invisible on
 MacOS
Date: Fri, 24 Jul 2020 06:29:16 +0000
Is this a copy of:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42485 ?

-- 
akrl <at> sdf.org




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42503; Package emacs. (Mon, 27 Jul 2020 05:58:01 GMT) Full text and rfc822 format available.

Message #11 received at 42503 <at> debbugs.gnu.org (full text, mbox):

From: Dang Allen <allengnr <at> gmail.com>
To: Andrea Corallo <akrl <at> sdf.org>
Cc: 42503 <at> debbugs.gnu.org
Subject: Re: bug#42503: 28.0.50; Bug feature/native-comp all text in GUI
 window becomes invisible on MacOS
Date: Mon, 27 Jul 2020 13:57:10 +0800
[Message part 1 (text/plain, inline)]
Yes, it is. But this time I've done a double check by compiling with the
same build script with --with-nativecomp removed first, text rendering is
fine.

Andrea Corallo <akrl <at> sdf.org> 于2020年7月24日周五 下午2:29写道:

> Is this a copy of:
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42485 ?
>
> --
> akrl <at> sdf.org
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42503; Package emacs. (Fri, 25 Sep 2020 20:40:02 GMT) Full text and rfc822 format available.

Message #14 received at 42503 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Dang Allen <allengnr <at> gmail.com>
Cc: 42503 <at> debbugs.gnu.org
Subject: Re: bug#42503: 28.0.50; Bug feature/native-comp all text in GUI
 window becomes invisible on MacOS
Date: Fri, 25 Sep 2020 20:39:26 +0000
Hi Dang,

is this bug still showing up?

Thanks

  Andrea




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42503; Package emacs. (Wed, 07 Oct 2020 14:51:02 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of
 text editors" <bug-gnu-emacs <at> gnu.org>
Cc: Dang Allen <allengnr <at> gmail.com>, 42503-done <at> debbugs.gnu.org
Subject: Re: bug#42503: 28.0.50; Bug feature/native-comp all text in GUI
 window becomes invisible on MacOS
Date: Wed, 07 Oct 2020 14:50:19 +0000
Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs <at> gnu.org> writes:

> Hi Dang,
>
> is this bug still showing up?
>
> Thanks
>
>   Andrea

I'm closing this.  Happy to reopen if the problem persists and new
feedback is provided.

  Andrea




Reply sent to Andrea Corallo <akrl <at> sdf.org>:
You have taken responsibility. (Wed, 07 Oct 2020 14:51:02 GMT) Full text and rfc822 format available.

Notification sent to AllenDang <allengnr <at> gmail.com>:
bug acknowledged by developer. (Wed, 07 Oct 2020 14:51:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 05 Nov 2020 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 165 days ago.

Previous Next


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