From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: CVS checkout (2009-04-16) fails to link under Solaris 9 and AIX 5L Date: Thu, 16 Apr 2009 21:22:22 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239909782 1143 80.91.229.12 (16 Apr 2009 19:23:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Apr 2009 19:23:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 16 21:24:22 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LuXC4-0006nd-NN for ged-emacs-devel@m.gmane.org; Thu, 16 Apr 2009 21:24:17 +0200 Original-Received: from localhost ([127.0.0.1]:37851 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuXAf-000806-Li for ged-emacs-devel@m.gmane.org; Thu, 16 Apr 2009 15:22:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuXAb-0007zz-Sx for emacs-devel@gnu.org; Thu, 16 Apr 2009 15:22:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuXAW-0007yZ-3m for emacs-devel@gnu.org; Thu, 16 Apr 2009 15:22:44 -0400 Original-Received: from [199.232.76.173] (port=43579 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuXAV-0007yW-Ty for emacs-devel@gnu.org; Thu, 16 Apr 2009 15:22:39 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:34898 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LuXAV-0003gZ-Cb for emacs-devel@gnu.org; Thu, 16 Apr 2009 15:22:39 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LuXAS-0002a4-1U for emacs-devel@gnu.org; Thu, 16 Apr 2009 19:22:36 +0000 Original-Received: from p54984da9.dip.t-dialin.net ([84.152.77.169]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Apr 2009 19:22:36 +0000 Original-Received: from harald by p54984da9.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Apr 2009 19:22:36 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54984da9.dip.t-dialin.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (darwin) Cancel-Lock: sha1:13kodWjLuyjP00RPfgNvlZXPvHA= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110313 Archived-At: Hello all, the CVS version of today (2009-04-16) fails to link on Solaris 9 and AIX 5L. The link command of "temacs" reports the following undefined symbols: Solaris 9 --------- Undefined first referenced symbol in file Qja xfont.o Qko xfont.o AIX 5L ------ ld: 0711-317 ERROR: Undefined symbol: Qja ld: 0711-317 ERROR: Undefined symbol: Qko On GNU/Linux and OS X X11 version all works fine. If this needs a precise bug report let me know. Harald PS: Normally I don't build the latest emacs version every day on that targets, so the problem might be in a checkin in the last 7 or 14 days.