Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 48155 invoked from network); 19 Sep 2010 13:45:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Sep 2010 13:45:07 -0000 Received: (qmail 1775 invoked by uid 500); 19 Sep 2010 13:45:07 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 1467 invoked by uid 500); 19 Sep 2010 13:45:04 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 1459 invoked by uid 99); 19 Sep 2010 13:45:03 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Sep 2010 13:45:03 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daydayya@gmail.com designates 74.125.82.52 as permitted sender) Received: from [74.125.82.52] (HELO mail-ww0-f52.google.com) (74.125.82.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Sep 2010 13:44:41 +0000 Received: by wwi18 with SMTP id 18so1358577wwi.33 for ; Sun, 19 Sep 2010 06:44:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=TTYqyLo2qh2U4oI2v7qQ55Ti0R3zR6D38k4HLbCjzzE=; b=JPeFnEyZ/po/0MokoAm5ZDZCj/zeVS3uHAJJus6m/Lbv9oEYdj7E26FFO9KqSNY8Vx SLK0bqRQzOXihTK309t3k1yI6636QVeaa4ea4d+mBczLansXUhrKlLGrucNMhxWxcAmW 7tYNKuggQVVnhHX7Tx7bKLkh9SGEJ0Qs4VDx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=KUQ1xGQsZCRkjLJ5ZsrYQ+LqkDXVxPS7IiIA8+IL8YyCXa/PzJzzyGb7p9MwP47YvT DbLV6TVog1wEFoOYjOYWPHTFIBD+rmY/DiBAx0A5FK27msrlXul6UxdJgD2GVqwkqarK /LSboVRmM6fFC7dSAYEIH/vcbVEYvxEwB51yQ= MIME-Version: 1.0 Received: by 10.227.146.149 with SMTP id h21mr766651wbv.153.1284903860575; Sun, 19 Sep 2010 06:44:20 -0700 (PDT) Received: by 10.216.154.11 with HTTP; Sun, 19 Sep 2010 06:44:20 -0700 (PDT) In-Reply-To: <1284730022.26416.29.camel@busy-beaver.bos.redhat.com> References: <1284727845412-5542585.post@n2.nabble.com> <1284730022.26416.29.camel@busy-beaver.bos.redhat.com> Date: Sun, 19 Sep 2010 21:44:20 +0800 Message-ID: Subject: Re: error building persistent store and broker From: Carton To: users@qpid.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Kim, thanks for your reply. I'm sorry I didn't describe my problem well. (1) The first error occurs when I build the store for the C++ broker 0.6. The environment are installed C++-0.6-broker, checked-out r3793 store modules, checked-out HEAD cpp & python & specs modules. Three HEAD modules are used for configure option --with-qpid-checkout since ./configure needs qpidd-devel package or these three modules. (It's CentOS 5.4 I used, and there's no qpidd-devel-0.6 el rpm for CentOS.) then i got error as following: https://docs.google.com/document/pub?id=3D1U989td_nAjV4BdCtOl1GjIP_LqQ5j1aQ= ONbmkMc44uo&pli=3D1 (2) Then I uninstall the C++-0.6-broker and try to build them ALL from HEAD revision. So I build broker first but got an error: [configure works fine] https://docs.google.com/document/pub?id=3D18KF4Q58kDeX3Bta1LIhlJMdkjaW0LmmO= uZqOnuipojQ [error when make] ../managementgen/qmf-gen -m ./managementgen.mk -c ./managementgen.cmake -q -b -o qmf ../../specs/management-schema.xml ./qpid/acl/management-schema.xm= l ./qpid/cluster/management-schema.xml : No such file or directory make[1]: *** [managementgen.mk] Error 127 make[1]: Leaving directory `/tmp/trunk/cpp/src' make: *** [all-recursive] Error 1 details: https://docs.google.com/document/pub?id=3D1URncCNLSZXgbJCWoM6OTn59l7VKodbDj= ccLM1I3Wv7E Is it only cpp directory I should check out to build the HEAD revision of C++ broker? And it's strange that the files are indeed in the checked-out cpp directory but it said no. :( 2010/9/17 Kim van der Riet : > On Fri, 2010-09-17 at 05:50 -0700, David Zhou wrote: >> I am trying to build the persistent store module r3793 for C++ broker >> 0.6, >> and after make by >> # ./configure --with-qpid-checkout=3D/tmp >> (the directories cpp & python & specs under tmp are checkout from HEAD >> revision >> =A0https://svn.apache.org/repos/asf/qpid/trunk/qpid/ ) >> > The most likely cause of the problem is that you are building an older > version of the store against a new (in fact, the HEAD) revision of Qpid. > Because QMF generates code that depends on an exact version of qpid > being present, the store code is in more-or-less locked to a > corresponding version of Qpid. The store revision you are building was > tagged for the 0.6 release of Qpid. > > You can either: > > Build this version of the store against a build of the 0.6 release of > Qpid, or > > You can build the HEAD version of Qpid against the HEAD version of the > store. > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: =A0 =A0 =A0http://qpid.apache.org > Use/Interact: mailto:users-subscribe@qpid.apache.org > > --=20 Sincerely, David --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org