From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12810 invoked by alias); 3 May 2011 13:32:59 -0000 Received: (qmail 12786 invoked by uid 22791); 3 May 2011 13:32:57 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx.meyering.net (HELO mx.meyering.net) (82.230.74.64) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 May 2011 13:32:43 +0000 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 44F48600CB; Tue, 3 May 2011 15:32:42 +0200 (CEST) From: Jim Meyering To: Andreas Schwab Cc: Joel Brobecker , Tom Tromey , gdb-patches@sourceware.org Subject: Re: gdb_7_3-branch not buildable? In-Reply-To: (Andreas Schwab's message of "Tue, 03 May 2011 15:09:52 +0200") References: <878vvbkv3r.fsf@rho.meyering.net> <20110417013834.GB2388@adacore.com> <20110419150111.GA2601@adacore.com> <87iptsrrb0.fsf@rho.meyering.net> Date: Tue, 03 May 2011 13:32:00 -0000 Message-ID: <878vunsydh.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: text/plain 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: 2011-05/txt/msg00055.txt.bz2 Andreas Schwab wrote: > Jim Meyering writes: > >> # Rebase to proper branch point: >> git tag gdb_7_3-2011-04-01-branchpoint >> c73dde705c3b163b5101ed4cc4506cef6cc58905 >> git branch --track v7.3 remotes/origin/gdb_7_3-branch && git co v7.3 >> git rebase --onto gdb_7_3-2011-04-01-branchpoint master v7.3 > > You should have reset the branch to the branchpoint, not rebase. Why do you say that? Does the current set-up cause trouble, somehow? If so, please give details. That you're saying something now suggests that you solved this a different way. Instead of just giving minimalistic hints that maybe things should be different, why don't you tell us what you actually did?