From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2] Separate runtime debug output from debug symbols Date: Wed, 8 Oct 2014 15:18:43 +0200 Message-ID: <20141008131843.GA12030@aepfle.de> References: <1412181690-19609-29-git-send-email-olaf@aepfle.de> <1412585751-1525-1-git-send-email-olaf@aepfle.de> <54327711020000780003C5CF@mail.emea.novell.com> <1412772300.9247.30.camel@citrix.com> <20141008125459.GA10684@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XbrBh-0002fw-FM for xen-devel@lists.xenproject.org; Wed, 08 Oct 2014 13:21:53 +0000 Content-Disposition: inline In-Reply-To: <20141008125459.GA10684@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Wei Liu , David Scott , Stefano Stabellini , Tim Deegan , Ian Jackson , Jan Beulich , xen-devel , Samuel Thibault , Keir Fraser List-Id: xen-devel@lists.xenproject.org On Wed, Oct 08, Olaf Hering wrote: > On Wed, Oct 08, Ian Campbell wrote: > > > Unfortunately this seems to cause: > > > > /usr/bin/wget -c -O zlib-1.2.3.tar.gz /zlib-1.2.3.tar.gz > > /zlib-1.2.3.tar.gz: Scheme missing. > > > > I think the reordering in stubdom/Makefile has caused XEN_EXTFILES_URL > > to not be defined at the correct point in time. > > My stubdom build used to work. I will have a look. It used to work, but I have it now disabled in my wrapper. So I did not notice the breakage anymore. Leaving stubdom/Makefile unchanged will not alter the meaning of this patch because in the end it is supposed to handle just debug_symbols. The 'exports debug=y' needs more investigation on my side. I will resend an new version that does not touch stubdom/Makefile. Olaf