From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7612 invoked by alias); 5 Jul 2018 16:33:27 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 43144 Received: (qmail 24670 invoked by uid 1010); 5 Jul 2018 16:33:27 -0000 X-Qmail-Scanner-Diagnostics: from mail-io0-f180.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.223.180):SA:0(-1.9/5.0):. Processed in 1.114852 secs); 05 Jul 2018 16:33:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIMWL_WL_MED,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=dPNDRMd3gPHBhA6nofRJ9aeLYVai2ar9v4bMD/zzWlk=; b=AEkJjo9M0f+t/erSRqZgHDXiOWUux2Jrk1ZKek5XMNY9Awi1w8rErwtA7ikJfyo0IX UfBsy8pwU4sXz8mmt3S0iYRTD+/dx3DwRykFJ07ktAAsyoy9E41FDBG/EVVonoofnDWk xARIglCHS017xyOLHR8okLBjoYklS4D9UmkFxY2SNHGWki7XOeSsEWKEcfQymbqV2Gm/ W8NfRsr5qQDqr+x0XRSwxfwSUf4tJALSszT4vKVo7l3yG3BFMarfViLlMS1r5SSJlEmp +uup4FXpPFmZR9EfmErZXmEDxP0FIWQUTK307TcF0RmzOy1uutUOvHIORKBopYXSQ08k Q2Ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=dPNDRMd3gPHBhA6nofRJ9aeLYVai2ar9v4bMD/zzWlk=; b=jEK8kL2sJp+4EnnruxmZ68inehRTtJQbsX38fWXNLQOPScNLq2VYtTKXOUm3h44wMc fQsEKiKxt84Lpo5c2ZFr325IQTZ8NofkUV7Sv3SteHudNQb3TLjB8SyypUdJReWd5zDF ZfzofDL5XOEAtgFs+pv5fDv4emknid99lFW1EWv40W7nWudQ638qiRmVSR8ga6iv+AGf gBrOJUzxCk2BZf421fPuF+rpzKVQa7zcVdQoOHFH172GjtsH9fLXrDmrmt0Jghr8lFqn SrcJOh6Oy/if07F70aG5Lf9S5n83FvjihSarbvYtDrHrHb0Sat/0bjr8tsJbcjzMf4V1 YpOw== X-Gm-Message-State: AOUpUlH0b85n4M0MdUF9GaHXFCr37m4nmX7fqudNWZNxe+qjjc5XGSA2 KJ1kpQ+WtIIgglle2JUex2Gq8g== X-Google-Smtp-Source: AAOMgpf9cNzqrHgLGmYpa1DHKRQEIMvxjefJGFABg6bnCyjH4dn+JUOhDoT5rkZo5pZPuyu5TQ9/pg== X-Received: by 2002:a6b:bbc3:: with SMTP id l186-v6mr5478638iof.200.1530808403454; Thu, 05 Jul 2018 09:33:23 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: Didn't build twice for 1st time, on OS X From: dana In-Reply-To: Date: Thu, 5 Jul 2018 11:33:21 -0500 Cc: Zsh hackers list Content-Transfer-Encoding: quoted-printable Message-Id: <428722D7-633C-4E80-868E-20C9CCC2FD6A@dana.is> References: To: Sebastian Gniazdowski X-Mailer: Apple Mail (2.3445.6.18) On 5 Jul 2018, at 04:00, Sebastian Gniazdowski = wrote: >Hello, >I have 2 zsh clones and building current HEAD (6fe0c24) failed in both >of them once. Repeating make command lead to successful build. Maybe >this is important: > >In file included from builtin.c:33: >In file included from ./zsh.mdh:17: >./zsh_system.h:255:8: error: redefinition of 'timespec' >struct timespec { > ^ That's related to my change from workers/43075. I had updated the = configure script to check for that struct's definition, and if it doesn't find it = i define it myself so we can use the same struct for all of the time stuff. Since you mentioned on IRC that you were bisecting, i'm guessing maybe = you had previously configured from a revision that didn't have that check, and = then when you moved to the newer revision it didn't reconfigure and set the macro = to prevent redefining it. Something like that anyway. dana