From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=google.com (client-ip=2a00:1450:4864:20::244; helo=mail-lj1-x244.google.com; envelope-from=wak@google.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=reject dis=none) header.from=google.com Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="jgCGX9VW"; dkim-atps=neutral Received: from mail-lj1-x244.google.com (mail-lj1-x244.google.com [IPv6:2a00:1450:4864:20::244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46nCBJ5f0PzDqCT for ; Tue, 8 Oct 2019 07:43:52 +1100 (AEDT) Received: by mail-lj1-x244.google.com with SMTP id 7so15171144ljw.7 for ; Mon, 07 Oct 2019 13:43:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ZCWX8EkBVDqulPwFJqGr5f9ZD/Q2dFjQMLKvdb0bs+0=; b=jgCGX9VWOlU/KqT+ET4HlT2r9tsCrd0JFdjNPWNTzbn4k1QS7kiw4iapFiVvpyjHtp N1mMmKiab5/7aBPlocPofgdYE0DyghlcPvXoWOm26B7ytWUFDfNy1Rnv+PZcG7PUDXjI 2ZIEIfmqio0RoGK7tKNyC9FDKPA3dkV4rXWn+i1wp11o7QNWr7bBXk8IgwbDC1DMkbDn glItp8p8OX0LzgVRos3pYRgJSTzvOJAur3NYGCMIoRS0nVgpDw/auMcZ5BmiPc6B9ivf 1hkNYV3u8/vr/TszIl+60quaez49oc90be2HqWzBzkjPf6urE/oQTi/1dN3AE+1tNqnq WL4w== 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=ZCWX8EkBVDqulPwFJqGr5f9ZD/Q2dFjQMLKvdb0bs+0=; b=hx8BNBZn4rnsV9XR1Q2uDW5G4FU9ihbnjk8X4Elb2P7NJIHPdOqe9ESBmvFIAp3y/H 0ANOnsR4+2RdiSmQvobfHA9YpAvCTIh6X1XG47YhGfw5K2pMJX9Ij8dkiV2DmWqBHnyG jy/ODbSydc6FmhcAWbmX3ExxJ99/OePVfDrVtQzYRfDFmfvFlIgwmgQWivWvmHYIueIp WV1vy196knmDDZXTpCZGYHefjsjCtBZ/kqQpi5GrmVlBRls5q5DqrzGlV4PJP8Qe0vxc Y98wnZOMulKdXRWhx+5Oj4DAemZjzgatuEWMMJHgHLQ3XnYovqg0sorL5+GH245tDOyi CoyA== X-Gm-Message-State: APjAAAVYjQoZmrWSOt0FQR+GOg4wxHHeax79qPEr45Dnc6ovYv+LsVZY c3BIZ6uxZFlwBKRI1zxiJNjgs+bFM6KtirJTnN9Pxg== X-Google-Smtp-Source: APXvYqx+EVEbNUEWRuYJlibmTvCBJYVLbmRSCLMaU+g/F5YaQFGertQ9tXFh76IyPKAtVx3E83B6IGTHm+Vf4mzNqZE= X-Received: by 2002:a2e:9ac1:: with SMTP id p1mr19618318ljj.179.1570481026767; Mon, 07 Oct 2019 13:43:46 -0700 (PDT) MIME-Version: 1.0 References: <7050D8BB-A7B0-4CA5-AA56-8AB61D762AEB@fuzziesquirrel.com> <46DC7782-8F89-4890-9876-E54895CC8C98@fuzziesquirrel.com> In-Reply-To: From: William Kennington Date: Mon, 7 Oct 2019 13:43:35 -0700 Message-ID: Subject: Re: unit test build failure in phosphor-hwmon To: Patrick Venture Cc: Brad Bishop , Kun Yi , OpenBMC Maillist , Matt Spinler , Andrew Geissler , wangkair@cn.ibm.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2019 20:43:53 -0000 Looks like someone is comparing longs to uint64_t's or something, which works on 64 bit arches but not 32-bit ones where unint64_t is long long int. On Mon, Oct 7, 2019 at 1:42 PM Patrick Venture wrote: > > On Mon, Oct 7, 2019 at 1:31 PM Brad Bishop wrote: > > > > at 4:22 PM, Kun Yi wrote: > > > > > What's the test build error message with meson? > > > > It fails the same way with autotools... > > > > I created a gist with the failure here: > > > > https://gist.github.com/bradbishop/0f18c71f734a8459dcab0ea886528b4f > > Thanks, my CI checkout must be stale. > > > > > thanks Kun!