From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OULop-0004po-TQ for garchives@archives.gentoo.org; Thu, 01 Jul 2010 15:36:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 898EFE0CFA; Thu, 1 Jul 2010 15:36:15 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C15BE0CFA for ; Thu, 1 Jul 2010 15:36:15 +0000 (UTC) Received: by wyf28 with SMTP id 28so1066307wyf.40 for ; Thu, 01 Jul 2010 08:36:14 -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=EAIz2LT8FsV8N6R4uXjKaEYXFfMJqJGx6MRhmvKQRVQ=; b=iygTV3KA9VSdn5WaxqDFFz1chHx47qhgrqb6OQgaKiE3jkJD2UXl1wF3B2f+Vtg6U2 voX1L4ZMw4JeOaKL0zSjEY5olw/PjTNzN3Azi9htUqD4NdDD6X/ZKU3WUGC5PuUARcCT 87QeHcyra42b1CLCbRJkXbOWt+mViYD7phWoA= 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=iPlruGz0nELLDMcTH9dlynp/uD5hofUXMrC64JmkYj+Kf7zfNjiF/lIRpnY7OYxOS7 WkiMYOtkq5onE3BSdlwtYOZpRwC8gCjHlBxzKeGHa2Jj8iLyfNPbfSETSlpqurqvPMSI EC5r3ZYIw5v1qoahX7APD0WyXT+e6SALARt4k= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.239.145.74 with SMTP id r10mr856247hba.191.1277998574363; Thu, 01 Jul 2010 08:36:14 -0700 (PDT) Received: by 10.42.4.79 with HTTP; Thu, 1 Jul 2010 08:36:14 -0700 (PDT) In-Reply-To: <4C2BDD7C.2010406@gmail.com> References: <4C2BDD7C.2010406@gmail.com> Date: Thu, 1 Jul 2010 08:36:14 -0700 Message-ID: Subject: Re: [gentoo-user] Re: Patch via perl script in an ebuild? From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4e174a2f-7aa0-466c-bd9c-3f116af369ad X-Archives-Hash: 410cbb08b208ebea1206e94b3bf08342 >>> I need to install the google-api-adwords-perl library, and it requires >>> that SOAP-WSDL is patched with the soap_wsdl_patches.pl perl script. >>> Can I have SOAP-WSDL patched via the perl script in an ebuild? >>> >>> - Grant >>> >> Here is the perl script: >> >> http://pastebin.com/YM3G5sKn >> >> Can anyone with perl and ebuild knowledge determine if the script >> could be incorporated into an ebuild? =A0David Abbott and I are working >> on getting google-api-adwords-perl into portage and this is a >> dependency. > > (Some preliminary setup work, like cpan -i Text::Patch SOAP::WSDL.) > > Running the patch after fixing its paths ... will result invariably in: > Trying to patch > /usr/lib64/perl5/site_perl/5.10.1/SOAP/WSDL/XSD/Typelib/Builtin/anySimple= Type.pm...Hunk > #1 failed at line 13. > > I'm no authority on perl, but AFAICT that patch does not match against > either SOAP::WSDL latest stable sources nor latest SOAP::WSDL dev release > code from CPAN. Actually, I couldn't find tarballs from CPAN which would > match with the failing lines of that patch. There might've been some earl= ier > 2.00-series releases, but they're ... long gone? > > Any idea of the version of SOAP::WSDL they are using for this at Google? Thank you Arttu. Here is the link to the SOAP::WSDL: http://soap-wsdl.svn.sourceforge.net/viewvc/soap-wsdl/SOAP-WSDL/branches/Ty= pemap.tar.gz?view=3Dtar&pathrev=3D846 from the README: http://code.google.com/p/google-api-adwords-perl/source/browse/trunk/README - Grant