From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25913 invoked by alias); 12 Apr 2012 20:22:05 -0000 Received: (qmail 25903 invoked by uid 22791); 12 Apr 2012 20:22:03 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Apr 2012 20:21:51 +0000 Received: by vcbfk14 with SMTP id fk14so2055765vcb.0 for ; Thu, 12 Apr 2012 13:21:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=Z71favS/KGPYb5d+7R89sfdq3cZAphdESbTQoBl86RQ=; b=TbNSX6s8NKXY8BzKBeHcB0C16o9QbhphispL95k8C8Te59YEWLkEV4IAH89AhRW0Fy m5CoEw56yO+U/2IeAoGSnYA7KFbCNkPayk2Pv5Gjok+YF4Jyw5MqXh0YrZdT2W2oMdpY 19YqOTA5cvRz3vUuB34Txe2yqNX0vbuqldXsXjEtCcxrGRyC1+0QHtHw/7fuT5pD8HVy 3mr9nhZwbWtbP0ItnECX/78G65TnMz+KKGBgyiVVZU8FTeYIBPaoEUvGjMTZD6DrlGKw 4siI5GDDUEaPl0vyD3rMtnvkT9SeicTYd8tVCUtoUmI42Lvk84L0CQ/6+Vi9A7y5ilSm rS4A== Received: by 10.221.1.11 with SMTP id no11mr1963843vcb.46.1334262110330; Thu, 12 Apr 2012 13:21:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.221.1.11 with SMTP id no11mr1963827vcb.46.1334262109945; Thu, 12 Apr 2012 13:21:49 -0700 (PDT) Received: by 10.220.7.74 with HTTP; Thu, 12 Apr 2012 13:21:49 -0700 (PDT) In-Reply-To: <4F867BA5.40201@codesourcery.com> References: <1334127046-27627-1-git-send-email-yao@codesourcery.com> <4F85C251.1070705@redhat.com> <4F867BA5.40201@codesourcery.com> Date: Thu, 12 Apr 2012 20:26:00 -0000 Message-ID: Subject: Re: [PATCH] Link gnulib in gdbserver. From: Doug Evans To: Yao Qi Cc: Pedro Alves , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQm8pXKxuqqkXVGJBMKAjy7WCh7MG+nj6+CksFwxxToP+z2a+OCqgFdZf2WTkO5kitlJEMQy6YgzV9wG+2vUl1mi3jGvv6jGJ4Tqc1RPXuChSqjEqkRHq8gTyUf9AijInhgHQCJE08TEemZZpOaKjjL1yDvDig== X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00323.txt.bz2 Hi. "make install" is failing with: /usr/bin/install: cannot stat `/g3/gnu/sourceware/pure-gdb/build/obj64/gdb/gdbserver/../../../src/gdb/gdbserver/../gnulib/gdbserver.1': No such file or directory It's just a guess, but I'm guessing this is related to your patches. Can you look into this? Pedro thinks it's this: FLAGS_TO_PASS changes $srcdir. and install: does @$(MAKE) $(FLAGS_TO_PASS) install-only