From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 23 23:40:23 2020 Received: (at submit) by debbugs.gnu.org; 24 Jul 2020 03:40:23 +0000 Received: from localhost ([127.0.0.1]:46430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyoZJ-0001FF-4v for submit@debbugs.gnu.org; Thu, 23 Jul 2020 23:40:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:39712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyoZE-0001F1-RV for submit@debbugs.gnu.org; Thu, 23 Jul 2020 23:40:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35226) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyoZE-0007nP-Jv for bug-gnu-emacs@gnu.org; Thu, 23 Jul 2020 23:40:16 -0400 Received: from [103.206.191.165] (port=60239 helo=AllenDangMacBookPro.local) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyoZA-00032G-EY for bug-gnu-emacs@gnu.org; Thu, 23 Jul 2020 23:40:16 -0400 Received: by AllenDangMacBookPro.local (Postfix, from userid 501) id 940A8204430EB0; Fri, 24 Jul 2020 11:40:07 +0800 (CST) From: AllenDang To: bug-gnu-emacs@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 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 103.206.191.165 (failed) Received-SPF: none client-ip=103.206.191.165; envelope-from=allendang@AllenDangMacBookPro.local; helo=AllenDangMacBookPro.local X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 23:40:09 X-ACL-Warn: Detected OS = Mac OS X [generic] [fuzzy] X-Spam_score_int: 48 X-Spam_score: 4.8 X-Spam_bar: ++++ X-Spam_report: (4.8 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FORGED_FROMDOMAIN=1, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=1, NML_ADSP_CUSTOM_MED=0.9, NO_DNS_FOR_FROM=0.001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_NONE=0.001, SPOOFED_FREEMAIL=1, SPOOFED_FREEMAIL_NO_RDNS=1, URIBL_BLOCKED=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.8 (-) 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)) From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 24 02:29:21 2020 Received: (at 42503) by debbugs.gnu.org; 24 Jul 2020 06:29:21 +0000 Received: from localhost ([127.0.0.1]:46541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyrCr-0005Vi-35 for submit@debbugs.gnu.org; Fri, 24 Jul 2020 02:29:21 -0400 Received: from [205.166.94.20] (port=49601 helo=mx.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyrCo-0005VZ-Cj for 42503@debbugs.gnu.org; Fri, 24 Jul 2020 02:29:19 -0400 Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTP id 06O6TGvS023490; Fri, 24 Jul 2020 06:29:16 GMT From: Andrea Corallo To: AllenDang Subject: Re: bug#42503: 28.0.50; Bug feature/native-comp all text in GUI window becomes invisible on MacOS References: Date: Fri, 24 Jul 2020 06:29:16 +0000 In-Reply-To: (AllenDang's message of "Fri, 24 Jul 2020 11:40:00 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Is this a copy of: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42485 ? -- akrl@sdf.org Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [205.166.94.20 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: 42503 Cc: 42503@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Is this a copy of: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42485 ? -- akrl@sdf.org From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 27 01:57:31 2020 Received: (at 42503) by debbugs.gnu.org; 27 Jul 2020 05:57:31 +0000 Received: from localhost ([127.0.0.1]:53842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzw8h-0001IG-5H for submit@debbugs.gnu.org; Mon, 27 Jul 2020 01:57:31 -0400 Received: from mail-ed1-f47.google.com ([209.85.208.47]:35409) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzw8d-0001I0-Hm for 42503@debbugs.gnu.org; Mon, 27 Jul 2020 01:57:29 -0400 Received: by mail-ed1-f47.google.com with SMTP id m20so1713198eds.2 for <42503@debbugs.gnu.org>; Sun, 26 Jul 2020 22:57:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vmDH/CgJiCevxV8y7MepnE/A1YLpPV0G3j9g9AiIDmY=; b=Y0vojEzz/dCBeB8kB29zosjBGSLeBynzDqNZIz9LG6BKRrq6civi8mY3BBwG5M0ZI1 4eScW77sQDIKBXOjHnWn3Mat9ZP7MGuPPMj4ioiSX+lSutwfT703G+cqa52wcf2JoA+B cmb4h0d3ssfFFqbwtsjJOjXRTxwTkzo89jMgCuAQlXMCBIA6qs58gfdr5CEkqAK1Gupo xuSLBGJ/fjVwwAI1vNMADSNnndKMGACsBoTlWQ5t/O2v3wQieRKt6g5+6SmHI+/28xXW eDIi8S7nIoJAWiCL6/6yGYtTTNlXV8tiFh/N4wAML0WmFk2bH0fsDWH0WjUGZcM4sEL2 Ojjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vmDH/CgJiCevxV8y7MepnE/A1YLpPV0G3j9g9AiIDmY=; b=azx2F+qf7G0P09mbko7wpGcyVSEaSVfJEm/08Kbms+dR/B5bFKlvtO02cQT382LIeR gMekMAV/QpZ4j10ARrfHvKIM+X2paGVX+N+5SGQCGlYtMAFsX7zjjSKRV75fW++CYbNJ q9zXjPJYRlRRuCTTB4P18XLLsWCLVsKE57Fd4dBM4CTP/EywPPUYwBPbGLftpeVePChQ hpHZLDL1/5xWC7jN6cA1BUYzPTDVVXpeT9vFuM2BJlebSZjzog+hggrf91nECRTqKY0n Lvp6ry7pxRNAAggynbV2YuLraKq3wlqYoI2iZIZZQJWXpVuaoz6abpAKTxS4ERrdGDMZ CGvA== X-Gm-Message-State: AOAM53261OQS+Gth3ayss9dvvaBiADMIQI5hPGfobzQIcy4ldk399RnW ioh1DsXhT3xZNN2zYvX/R1xTPceMbCmkSvQmjAg= X-Google-Smtp-Source: ABdhPJzfoEUtqygDnyMtJIN4u4PWrFHOOWN5KGDeb6WXvjeF1tG7Nsu4g8MG8YZYonG8TRNVEH+lFt3M08nDvQfovNY= X-Received: by 2002:a05:6402:3049:: with SMTP id bu9mr20547772edb.232.1595829441514; Sun, 26 Jul 2020 22:57:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dang Allen Date: Mon, 27 Jul 2020 13:57:10 +0800 Message-ID: Subject: Re: bug#42503: 28.0.50; Bug feature/native-comp all text in GUI window becomes invisible on MacOS To: Andrea Corallo Content-Type: multipart/alternative; boundary="000000000000fbcf5d05ab65fef2" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42503 Cc: 42503@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000fbcf5d05ab65fef2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 =E4=BA=8E2020=E5=B9=B47=E6=9C=8824=E6=97=A5= =E5=91=A8=E4=BA=94 =E4=B8=8B=E5=8D=882:29=E5=86=99=E9=81=93=EF=BC=9A > Is this a copy of: > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42485 ? > > -- > akrl@sdf.org > --000000000000fbcf5d05ab65fef2 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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@sdf.org> =E4=BA=8E2020=E5=B9=B47=E6=9C=8824=E6=97=A5=E5=91= =A8=E4=BA=94 =E4=B8=8B=E5=8D=882:29=E5=86=99=E9=81=93=EF=BC=9A
Is this a copy of:

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

--
akrl@sdf.org
--000000000000fbcf5d05ab65fef2-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 25 16:39:30 2020 Received: (at 42503) by debbugs.gnu.org; 25 Sep 2020 20:39:30 +0000 Received: from localhost ([127.0.0.1]:45437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLuV7-0000pb-Tx for submit@debbugs.gnu.org; Fri, 25 Sep 2020 16:39:30 -0400 Received: from mx.sdf.org ([205.166.94.24]:55750) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLuV5-0000pS-SR for 42503@debbugs.gnu.org; Fri, 25 Sep 2020 16:39:28 -0400 Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTP id 08PKdQPB022497; Fri, 25 Sep 2020 20:39:26 GMT From: Andrea Corallo To: Dang Allen 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 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42503 Cc: 42503@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Dang, is this bug still showing up? Thanks Andrea From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 07 10:50:25 2020 Received: (at submit) by debbugs.gnu.org; 7 Oct 2020 14:50:25 +0000 Received: from localhost ([127.0.0.1]:57677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQAlt-0005Yh-3I for submit@debbugs.gnu.org; Wed, 07 Oct 2020 10:50:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:55110) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQAlr-0005YU-Uo for submit@debbugs.gnu.org; Wed, 07 Oct 2020 10:50:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46778) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQAlr-0002hS-L5 for bug-gnu-emacs@gnu.org; Wed, 07 Oct 2020 10:50:23 -0400 Received: from mab.sdf.org ([205.166.94.33]:33222 helo=ma.sdf.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQAlp-0006Kj-IP for bug-gnu-emacs@gnu.org; Wed, 07 Oct 2020 10:50:23 -0400 Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1kQAln-0000ME-Kr; Wed, 07 Oct 2020 14:50:19 +0000 From: Andrea Corallo To: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Subject: Re: bug#42503: 28.0.50; Bug feature/native-comp all text in GUI window becomes invisible on MacOS References: Date: Wed, 07 Oct 2020 14:50:19 +0000 In-Reply-To: (Andrea Corallo via's message of "Fri, 25 Sep 2020 20:39:26 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=205.166.94.33; envelope-from=akrl@sdf.org; helo=ma.sdf.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/07 10:47:38 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Dang Allen , 42503-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" 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 From unknown Fri Sep 05 08:43:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 05 Nov 2020 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator