From unknown Mon Aug 18 11:25:23 2025 X-Loop: don@donarmstrong.com Subject: bug#760: Linker issues with the GNUstep build Reply-To: Yavor Doganov , 760@debbugs.gnu.org Resent-From: Yavor Doganov Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Fri, 22 Aug 2008 14:15:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 760 X-Emacs-PR-Package: emacs,ns X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.121941416421123 (code B ref -1); Fri, 22 Aug 2008 14:15:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-10.0 required=4.0 tests=AWL,BAYES_00,HAS_PACKAGE, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 22 Aug 2008 14:09:24 +0000 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 m7ME9LbW021117 for ; Fri, 22 Aug 2008 07:09:22 -0700 Received: from mail.gnu.org ([199.232.76.166]:53349 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KWXIz-0001QQ-Pn for emacs-pretest-bug@gnu.org; Fri, 22 Aug 2008 10:07:57 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KWXKI-0006L1-TH for emacs-pretest-bug@gnu.org; Fri, 22 Aug 2008 10:09:20 -0400 Received: from [213.91.219.2] (port=3044 helo=southway-varna.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KWXKI-0006Kl-Dg; Fri, 22 Aug 2008 10:09:18 -0400 Received: from keel.southway-varna.com ([192.168.0.2]) by southway-varna.com with esmtp (Exim 4.63) (envelope-from ) id 1KWXKA-00076D-TL; Fri, 22 Aug 2008 17:09:15 +0300 Received: from localhost ([127.0.0.1] helo=keel.southway-varna.com) by keel.southway-varna.com with esmtp (Exim 4.69) (envelope-from ) id 1KWXKA-000761-Pt; Fri, 22 Aug 2008 17:09:10 +0300 Date: Fri, 22 Aug 2008 17:09:10 +0300 Message-ID: <87bpzl6t15.GNU's_Not_Unix!%yavor@gnu.org> From: Yavor Doganov To: emacs-pretest-bug@gnu.org User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 =?UTF-8?Q?(Goj=C5=8D)?= APEL/10.7 Emacs/22.2 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) Organization: The GNU Emacs Church (Bulgarian eparchy) X-Jabber-ID: doganov@jabber.minus273.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 192.168.0.2 X-SA-Exim-Mail-From: yavor@gnu.org X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000) X-SA-Exim-Scanned: Yes (on southway-varna.com) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Package: emacs,ns This change to src/Makefile.in (lacking a ChangeLog entry, AFAICS): revision 1.430 date: 2008-08-21 05:57:36 +0300; author: arobert; state: Exp; lines: +4 -1; commitid: xdUZy1FURUF5nBft; * Makefile.in (temacs): Add plain LDFLAGS to GNUstep CC invocation. breaks the GNUstep build: gcc -rdynamic `./prefix-args -Xlinker -z nocombreloc -L/usr/lib -Wl,-znocombreloc -L/usr/lib -lgnustep-gui -lgnustep-base -lobjc -lpthread` -o temacs 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 dbusbind.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 unexelf.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 vm-limit.o -lasound -ldbus-1 -lncurses -lm /usr/bin/ld: unrecognized option '-Wl,-znocombreloc' /usr/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status make[1]: *** [temacs] Error 1 From unknown Mon Aug 18 11:25:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Yavor Doganov Subject: bug#760 closed by Chong Yidong (Re: Linker issues with the GNUstep build) Message-ID: References: <8763plnd5r.fsf@cyd.mit.edu> <87bpzl6t15.GNU's_Not_Unix!%yavor@gnu.org> X-Emacs-PR-Message: they-closed 760 X-Emacs-PR-Package: emacs,ns Reply-To: 760@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1219952703-21682-1" This is a multi-part message in MIME format... ------------=_1219952703-21682-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #760: Linker issues with the GNUstep build It has been closed by Chong Yidong . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Chong Yidong by replying to this email. --=20 760: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D760 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1219952703-21682-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cyd@stupidchicken.com Thu Aug 28 12:36:15 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 760-done) by emacsbugs.donarmstrong.com; 28 Aug 2008 19:36:15 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7SJaCpH019652 for <760-done@emacsbugs.donarmstrong.com>; Thu, 28 Aug 2008 12:36:14 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 22EA057E186; Thu, 28 Aug 2008 15:38:08 -0400 (EDT) To: 760-done@debbugs.gnu.org Subject: Re: Linker issues with the GNUstep build From: Chong Yidong Date: Thu, 28 Aug 2008 15:38:08 -0400 Message-ID: <8763plnd5r.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii For the moment, I've reverted the change. ------------=_1219952703-21682-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From yavor@gnu.org Fri Aug 22 07:09:24 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-10.0 required=4.0 tests=AWL,BAYES_00,HAS_PACKAGE, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 22 Aug 2008 14:09:24 +0000 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 m7ME9LbW021117 for ; Fri, 22 Aug 2008 07:09:22 -0700 Received: from mail.gnu.org ([199.232.76.166]:53349 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KWXIz-0001QQ-Pn for emacs-pretest-bug@gnu.org; Fri, 22 Aug 2008 10:07:57 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KWXKI-0006L1-TH for emacs-pretest-bug@gnu.org; Fri, 22 Aug 2008 10:09:20 -0400 Received: from [213.91.219.2] (port=3044 helo=southway-varna.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KWXKI-0006Kl-Dg; Fri, 22 Aug 2008 10:09:18 -0400 Received: from keel.southway-varna.com ([192.168.0.2]) by southway-varna.com with esmtp (Exim 4.63) (envelope-from ) id 1KWXKA-00076D-TL; Fri, 22 Aug 2008 17:09:15 +0300 Received: from localhost ([127.0.0.1] helo=keel.southway-varna.com) by keel.southway-varna.com with esmtp (Exim 4.69) (envelope-from ) id 1KWXKA-000761-Pt; Fri, 22 Aug 2008 17:09:10 +0300 Date: Fri, 22 Aug 2008 17:09:10 +0300 Message-ID: <87bpzl6t15.GNU's_Not_Unix!%yavor@gnu.org> From: Yavor Doganov To: emacs-pretest-bug@gnu.org User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.2 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) Organization: The GNU Emacs Church (Bulgarian eparchy) X-Jabber-ID: doganov@jabber.minus273.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 192.168.0.2 X-SA-Exim-Mail-From: yavor@gnu.org Subject: Linker issues with the GNUstep build X-SA-Exim-Version: 4.2.1 (built Tue, 09 Jan 2007 17:23:22 +0000) X-SA-Exim-Scanned: Yes (on southway-varna.com) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Package: emacs,ns This change to src/Makefile.in (lacking a ChangeLog entry, AFAICS): revision 1.430 date: 2008-08-21 05:57:36 +0300; author: arobert; state: Exp; lines: +4 -1; commitid: xdUZy1FURUF5nBft; * Makefile.in (temacs): Add plain LDFLAGS to GNUstep CC invocation. breaks the GNUstep build: gcc -rdynamic `./prefix-args -Xlinker -z nocombreloc -L/usr/lib -Wl,-znocombreloc -L/usr/lib -lgnustep-gui -lgnustep-base -lobjc -lpthread` -o temacs 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 dbusbind.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 unexelf.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 vm-limit.o -lasound -ldbus-1 -lncurses -lm /usr/bin/ld: unrecognized option '-Wl,-znocombreloc' /usr/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status make[1]: *** [temacs] Error 1 ------------=_1219952703-21682-1--