X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-yw1-f53.google.com (mail-yw1-f53.google.com [209.85.161.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 39E43F859BF for ; Wed, 9 Jan 2019 18:20:56 +0000 (UTC) Received: by mail-yw1-f53.google.com with SMTP id b63so3321379ywc.11 for ; Wed, 09 Jan 2019 10:20:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=59jDfyQEnk7Ur1CCTWrn8Bryd86SWqQwkMUaIhm01c4=; b=WbzBHSMfX23bSqPWqM4/tt9dndL4AsUHSZ6wG7oPzXUBT+YCjJmu0ABaCDf7WDwjOx 4YJaIbkpAXVPdWLZor8vf/6Vs4ZXDUxAKtwcu3IjK8MjciEPKemc9GvqHfBW7l4xgciT rj7VaI6nGx0R8jiKI0bSPxgcatFdPcJFU/PfPRWBGf+itzCxi62WyRGlNUO/blo/x792 MqWrt2poxdAlvieXxkLFTgqU2X6FQCr9+Tt1GRABfYNwTzWU4lzDXPWuvwgKzpQyLO62 OqXLn/MAfZWAsJ7yM9cV0eZ0g/ar2ZMMZ6Sdl5wDO2C8mc1O7yxK/3eSeBlXIisifICb VYNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=59jDfyQEnk7Ur1CCTWrn8Bryd86SWqQwkMUaIhm01c4=; b=J3A6wZ4mFgAMQ+KEZvLf7IEWPjURr3MsYcj//Uoe+NpskHddQlEHfbvcQNThFe/02d jm0Djfn8nHwMPV5o5iwSf3b4JEKOMvlqOTT4+31qK7gupltUOXzW/E42VDG5jIIF9q9E nttALJCdcIVMhe3SmhsuiHLX5TiBYPIPWZ3iQx9Ilc7qjVqct6LcPR364bb/LVuNTf90 GfoSJjIFgMsQkNwTeziz/gbSipYzQFFngyz52lpUMLX67WcsZ8p3MhH+LQthZqmqxnOu Aaeg47PdLsOEgTig+hUr9xk0VIRh/84JI3PV2T4+3MewiJtxa8JxwPQAeBtx+OhtIKds LxaA== X-Gm-Message-State: AJcUukeUezzURvPU84VjxCgRE+Hjacva0WE2XEu3LurzXAde9MLK30yw MnjYDq19e/0HIOJo7R7S5xWD10rmnwL53fn/caypsw== X-Google-Smtp-Source: ALg8bN6a6tUD3zg9IvUN6gz6S6gCniHfD3YWn1uUmIoeBbmzG/XT+MKNFDXkoive5ZmaGa2SpTtlZWahCkwxUX2VGm8= X-Received: by 2002:a81:ec12:: with SMTP id j18mr6761135ywm.17.1547058055691; Wed, 09 Jan 2019 10:20:55 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <8b112272-4821-12c8-a151-d3c06245b5cd@adelielinux.org> In-Reply-To: <8b112272-4821-12c8-a151-d3c06245b5cd@adelielinux.org> From: Andrew Bell Date: Wed, 9 Jan 2019 13:20:44 -0500 Message-ID: Subject: Re: [alpine-devel] abuild infinite loop To: "A. Wilcox" Cc: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000db4676057f0a8532" --000000000000db4676057f0a8532 Content-Type: text/plain; charset="UTF-8" On Wed, Jan 9, 2019 at 12:34 PM A. Wilcox wrote: > On 01/09/19 11:02, Andrew Bell wrote: > > > > I'm trying to build a package using "abuild -r", but it seems to run > > configure on the package in an infinite loop. Does anyone have an idea > > on why this would occur? > > > Without seeing the APKBUILD it's not easy to tell. Please post it. > > Perhaps something or somewhere in the configure script is calling > 'build'; since that's the shell function that calls ./configure, that > might cause issues. > I'm not well-versed in autoconf, but it seems there must be some interaction between abuild and the configure script, as you suggest. When I run ./configure with the same options as in the APKBUILD file directly from the command line in $srcdir everything works. Currently, after running "configure", "config.status" is run and then "config.status --recheck" (and again and again...). Thanks for your help. I'll trace it through. P.S. - Are there published rules that one needs to follow when using autoconf with abuild? -- Andrew Bell andrew.bell.ia@gmail.com --000000000000db4676057f0a8532 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Wed, Jan 9, 2019 at 12:34 PM A. Wilcox <awilfox@adelielinux.org> wrote:
On 01/09/19 11:02, An= drew Bell wrote:
>
> I'm trying to build a package using "abuild=C2=A0-r", bu= t it seems to run
> configure on the package in an infinite loop.=C2=A0 Does anyone have a= n idea
> on why this would occur?


Without seeing the APKBUILD it's not easy to tell.=C2=A0 Please post it= .

Perhaps something or somewhere in the configure script is calling
'build'; since that's the shell function that calls ./configure= , that
might cause issues.

I'm not well-ve= rsed in autoconf, but it seems there must be some interaction between abuil= d and the configure script, as you suggest.=C2=A0 When I run ./configure wi= th the same options as in the APKBUILD file directly from the command line = in $srcdir everything works.=C2=A0 Currently, after running "configure= ", "config.status" is run and then "config.status --rec= heck" (and again and again...).

Thanks for yo= ur help.=C2=A0 I'll trace it through.

P.S. - A= re there published rules that one needs to follow when using autoconf with = abuild?

--=C2=A0
--000000000000db4676057f0a8532-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---