From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=fuzziesquirrel.com (client-ip=173.167.31.197; helo=bajor.fuzziesquirrel.com; envelope-from=bradleyb@fuzziesquirrel.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=fuzziesquirrel.com Received: from bajor.fuzziesquirrel.com (mail.fuzziesquirrel.com [173.167.31.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46nFFf5rHXzDqJC for ; Tue, 8 Oct 2019 09:16:53 +1100 (AEDT) X-Virus-Scanned: amavisd-new at fuzziesquirrel.com Received: from [192.168.253.30] (unknown [192.168.253.30]) by bajor.fuzziesquirrel.com (Postfix) with ESMTPSA id 2996D1866D1; Mon, 7 Oct 2019 18:16:49 -0400 (EDT) Content-Type: text/plain; charset=us-ascii; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: unit test build failure in phosphor-hwmon From: Brad Bishop In-Reply-To: Date: Mon, 7 Oct 2019 18:16:48 -0400 Cc: Patrick Venture , OpenBMC Maillist , Matt Spinler , wangkair@cn.ibm.com, Andrew Geissler Content-Transfer-Encoding: 7bit Message-Id: References: <7050D8BB-A7B0-4CA5-AA56-8AB61D762AEB@fuzziesquirrel.com> <46DC7782-8F89-4890-9876-E54895CC8C98@fuzziesquirrel.com> To: William Kennington X-Mailer: Apple Mail (2.3445.104.11) 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 22:16:55 -0000 at 4:43 PM, William Kennington wrote: > 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. This was most definitely the problem: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/25879/1 Thanks William! -brad