From unknown Sat Jun 21 03:12:24 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#2636 <2636@debbugs.gnu.org> To: bug#2636 <2636@debbugs.gnu.org> Subject: Status: 23.0.91; Compile error Reply-To: bug#2636 <2636@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:12:24 +0000 retitle 2636 23.0.91; Compile error reassign 2636 emacs submitter 2636 Jules Colding severity 2636 normal thanks From colding@42tools.com Wed Mar 11 04:42:34 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 11 Mar 2009 11:42:34 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA,FVGT_m_MULTI_ODD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2BBgQHO004494 for ; Wed, 11 Mar 2009 04:42:28 -0700 Received: from mx10.gnu.org ([199.232.76.166]:60327) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LhMpN-0005se-HW for emacs-pretest-bug@gnu.org; Wed, 11 Mar 2009 07:42:25 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LhMpI-0000sJ-6U for emacs-pretest-bug@gnu.org; Wed, 11 Mar 2009 07:42:25 -0400 Received: from mail.42tools.com ([195.41.139.234]:46473) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LhMpH-0000rW-Jx for emacs-pretest-bug@gnu.org; Wed, 11 Mar 2009 07:42:19 -0400 Received: from apollo.42tools.com.42tools.com (unknown [85.218.191.254]) by mail.42tools.com (Postfix) with ESMTP id DA565F38026 for ; Wed, 11 Mar 2009 12:42:15 +0100 (CET) Date: Wed, 11 Mar 2009 12:42:15 +0100 Message-Id: From: Jules Colding To: emacs-pretest-bug@gnu.org Subject: 23.0.91; Compile error X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Building todays cvs resulted in this: colding@apollo ~/work/src/emacs $ make && make install cd lib-src; make all \ CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='' \ LDFLAGS='' MAKE='make' gcc -DHAVE_CONFIG_H -I. -I../src -I/Users/colding/work/src/emacs/lib-src -I/Users/colding/work/src/emacs/lib-src/../src -g -O2 -Wno-pointer-sign /Users/colding/work/src/emacs/lib-src/emacsclient.c getopt.o getopt1.o -DVERSION="\"23.0.91\"" -o emacsclient boot=bootstrap-emacs; \ if [ ! -x "src/$boot" ]; then \ cd src; make all \ CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='' \ LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="$boot"; \ fi; cd src; make all \ CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='' \ LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="" gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/Users/colding/work/src/emacs/src -Dtemacs -g -O2 -Wno-pointer-sign frame.c gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/Users/colding/work/src/emacs/src -Dtemacs -g -O2 -Wno-pointer-sign fontset.c echo "dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o terminfo.o lastfile.o " > buildobj.lst gcc -prebind -framework AppKit -Xlinker -headerpad -Xlinker 6C8 -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o fringe.o image.o terminfo.o lastfile.o -lncurses Undefined symbols: "_font_open_by_spec", referenced from: _Fset_fontset_font in fontset.o ld: symbol(s) not found collect2: ld returned 1 exit status make[1]: *** [temacs] Error 1 make: *** [src] Error 2 colding@apollo ~/work/src/emacs $ In GNU Emacs 23.0.91.7 (i386-apple-darwin9.6.0, NS apple-appkit-949.43) of 2009-03-10 on apollo.42tools.com Windowing system distributor `Apple', version 10.3.949 configured using `configure '--with-ns' '--without-x' '--without-sound'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: LaTeX Minor modes in effect: shell-dirtrack-mode: t show-paren-mode: t desktop-save-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-a % C-x C-s C-c C-c C-x C-s C-c C-c a 4 p a p e r , C-a % C-x C-s C-c C-c C-x C-s C-c C-c % C-x C-s C-c C-c { \ b f s e r i e s SPC C-e } C-x C-s C-c C-c - 1 C-x C-s C-c C-c 3 C-x C-s C-c C-c 8 C-x C-s C-c C-c v a r h a s h C-x C-s C-c C-c $ $ C-x C-s C-c C-c C-x C-s SPC C-x C-s C-c C-c $ $ C-x C-s C-c C-c # C-x C-s C-c C-c C-x C-s C-c C-c C-x C-s C-c C-c \ v s p a c e { - 1 c m } C-x C-s C-c C-c 7 m C-x C-s C-c C-c \ \ C-x C-s C-c C-c C-SPC C-w C-x C-s C-c C-c : : : : C-x C-s C-c C-c C-x C-s C-c C-c Recent messages: (No files need saving) Mark set [2 times] Saving file /Users/colding/work/Business/JbC/Brutus/Invoices (Credit)/e-mergency.tex... Wrote /Users/colding/work/Business/JbC/Brutus/Invoices (Credit)/e-mergency.tex (No files need saving) Mark set [2 times] Saving file /Users/colding/work/Business/JbC/Brutus/Invoices (Credit)/e-mergency.tex... Wrote /Users/colding/work/Business/JbC/Brutus/Invoices (Credit)/e-mergency.tex (No files need saving) Mark set [2 times] From jasonrumney@gmail.com Wed Mar 11 06:02:31 2009 Received: (at control) by emacsbugs.donarmstrong.com; 11 Mar 2009 13:02:31 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2BD2POP024469 for ; Wed, 11 Mar 2009 06:02:26 -0700 Received: by ti-out-0910.google.com with SMTP id 28so1811335tif.1 for ; Wed, 11 Mar 2009 06:02:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=xro0C3pc2iBjE8RODgOdAKc/F0xTBudrlUdyTWtVR6s=; b=Dk6/bfq+1HiP3rV3Ae6uLPuUh8vycPD+tH8WlyFPn8o785Lipke2xP3bS4C8ioGKeP Mnl9iqjbtTvoBpzAzyH6eBAYuOK9BU2gnIW/yjiEkz1eZcJzweVxpnns8Sk0mOLUKsXT 6PHbHoWcM93b329cC5bAeUpR//hnnwAtwniMw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=qSAtcVpIbAV0evJwlidGbDjzbDRXwJwJZ6IVsyesSfVTIUrr4XRo9ZZn3QWGizpc/E FLSnc6LaV329j+jYCxRYfVvq5rk1yBnjkP9vyD6WIkOg+9Qjfcylk5upiNz/iKOG5PN+ Yn8URUA+6pLwmwQdqCMkTe/WKOCHdrLsv5KYM= Received: by 10.110.3.15 with SMTP id 15mr12928078tic.0.1236776544203; Wed, 11 Mar 2009 06:02:24 -0700 (PDT) Received: from ?192.168.249.26? ([118.101.148.188]) by mx.google.com with ESMTPS id 25sm624280tif.32.2009.03.11.06.02.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Mar 2009 06:02:23 -0700 (PDT) Sender: Jason Rumney Message-ID: <49B7B645.4090602@gnu.org> Date: Wed, 11 Mar 2009 21:01:57 +0800 From: Jason Rumney User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Emacs bug Tracking System Subject: merge and close transient cvs build problems Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit merge 2634 2636 close 2634 thanks From unknown Sat Jun 21 03:12:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 08 Apr 2009 14:24:06 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator