From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.devel Subject: Re: USE_LSB_TAG not supported on this platform Date: Sun, 07 Feb 2016 20:14:56 +0100 Message-ID: <86wpqgqqmn.wl-herbert@mailbox.org> References: <86powcjei0.wl-herbert@mailbox.org> <56B3F962.8010203@cs.ucla.edu> <86mvrejegc.wl-herbert@mailbox.org> <86si15ygd9.wl-herbert@mailbox.org> <85twlksgds.fsf@iznogoud.viz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1454872530 19278 80.91.229.3 (7 Feb 2016 19:15:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Feb 2016 19:15:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Wolfgang Jenkner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 07 20:15:20 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aSUnn-0005Ih-QV for ged-emacs-devel@m.gmane.org; Sun, 07 Feb 2016 20:15:19 +0100 Original-Received: from localhost ([::1]:37376 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSUnm-00066z-VE for ged-emacs-devel@m.gmane.org; Sun, 07 Feb 2016 14:15:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSUnY-00066j-BD for emacs-devel@gnu.org; Sun, 07 Feb 2016 14:15:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSUnT-0005z0-CB for emacs-devel@gnu.org; Sun, 07 Feb 2016 14:15:04 -0500 Original-Received: from mx2.mailbox.org ([80.241.60.215]:51147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSUnT-0005yw-34 for emacs-devel@gnu.org; Sun, 07 Feb 2016 14:14:59 -0500 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 7ACCB4364C; Sun, 7 Feb 2016 20:14:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:user-agent:references :in-reply-to:subject:subject:from:from:message-id:date:date :received; s=mail20150812; t=1454872497; bh=kOfTrZFkVnYFaknTXpBw k8L6ou9+0os5Wphh6ASpzZo=; b=go305Bszdxa8TyeIFxyUL5tvEBMx/TwQ4VAl lbfy9cKzElAG4ig6LhbbCHFuYC54s+ZdBvHHIM3ZYtamx8teU30waoCrHc08EIPX gXt//1MpVj2vzZbnUTl8dQ4da0EY1Sc9DblGWDKv6S4Gpe1x2bwQSfrJwzb8KAOO +k4YVgupgpXVRk8PbGvD4Adu1plHg6roxQmbgjXx6UgcyZ8yftRa3SATdLTqcnUM OSNWKG4aEBQ4CRee+PIczjjBgpYqIWb3x0Pxc6tMCPaweXiWJda1eqlhBrsxkosX ycqcKAFkn4w6ns++tr/g1WyG45lKsopIiA+UF7OXQpdXcsRW7w== X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id Yf3rmafUW7kS; Sun, 7 Feb 2016 20:14:57 +0100 (CET) In-Reply-To: <85twlksgds.fsf@iznogoud.viz> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/25.1 Mule/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.241.60.215 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199457 Archived-At: On Sun, 07 Feb 2016 16:11:16 +0100, Wolfgang Jenkner wrote: > > It would be interesting to know if the same emacs trunk revision that is > currently in ports (0a7ad07) still builds on your 10.3-PRERELEASE i386 > system. - Yes I can build the port (with clang) and the checkout (with clang & gcc5) - I used 'git bisect' to find the commit that breaks the build on my system (so I did compile quite a few revisions) Thanks. -- Herbert