From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/8] CLD: cleanup: add cld_msg_rpc.x Date: Wed, 14 Apr 2010 15:55:01 -0400 Message-ID: <4BC61D95.5040101@garzik.org> References: <20100414123346.47fec63e@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=RED3OWF8XjNKZ+3aIcjp0qXiCab5mK4rt+tSHgaxHpg=; b=QkvAInbNb1VH0RHlAlSXCnfaew1BxuY5MMdoMFlUnUnknUVS6+P469NhrOU6+acoRX tnWhHiYOHDECCkp1buFCTKzoQKxpO8ImJn8VLziRXwgIjxHiWhIV9/LwiuchcTNzD4fX x8Wyswrh64jUfzhmwV/8nsekpUrNbUntUcrsg= In-Reply-To: <20100414123346.47fec63e@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 04/14/2010 02:33 PM, Pete Zaitcev wrote: > You know what's weird... Without this, I cannot build an RPM at all, > the rpmbuild complains about unpackaged files and aborts. But > everyone else seems to have no problem? Strange. BTW, I am on > Fedora 14. > > Signed-off-by: Pete Zaitcev > > --- > lib/Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/Makefile.am b/lib/Makefile.am > index ea72426..012d558 100644 > --- a/lib/Makefile.am > +++ b/lib/Makefile.am > @@ -27,6 +27,7 @@ libcldc_la_SOURCES = \ > common.c \ > libtimer.c \ > pkt.c \ > + cld_msg_rpc.x \ > cld_msg_rpc_xdr.c that's quite strange, because I built an official rawhide copy just fine without this... Maybe you can try the SRPM from the koji build? http://koji.fedoraproject.org/koji/taskinfo?taskID=2114193 May I presume you are using "make distcheck" to generate the tarball for your custom RPMs? Jeff