Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gJ1g9-0006IV-HD for buildfarm-members@arkaria.postgresql.org; Sat, 03 Nov 2018 19:33:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gJ1g8-00053v-5b for buildfarm-members@arkaria.postgresql.org; Sat, 03 Nov 2018 19:33:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gJ1g7-00053o-TX for buildfarm-members@lists.postgresql.org; Sat, 03 Nov 2018 19:33:52 +0000 Received: from mail-pf1-x429.google.com ([2607:f8b0:4864:20::429]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gJ1g5-00062N-3R for buildfarm-members@lists.postgresql.org; Sat, 03 Nov 2018 19:33:50 +0000 Received: by mail-pf1-x429.google.com with SMTP id i62-v6so2550673pfi.0 for ; Sat, 03 Nov 2018 12:33:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leadboat.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=XP+yn7loYL0qF8eWIzad+XJLvpuQsRP1mnVQVDbVwSU=; b=a1EZCfBTBOIWn+GCZFcmcHewrnO5x8JEA79ZaLtva+yLV3wmTHeqtNFbjxZu9dOfDm jKvCTh4LWxF6RWZjF1wFIs9YtTz9W7XKeLoBZGAMp/0hcUShr0XqSffDtMcj+56cfY0z 7TmQRo9Dzf4tV7yea3g58q3iwq2qc+FHiBrw0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=XP+yn7loYL0qF8eWIzad+XJLvpuQsRP1mnVQVDbVwSU=; b=gBnqrTkGTnTaVtLNWYqjuN4oT8GoqvHN8Lx6NwIm/fLfNeOI52Lbr/ffN6WvivgM1z q4aLW8ZJmXDQhlPbZrKlWqhCoclSZODl64o7M4oeR/OBVKE/L6oA2PXxtxqEiUtKOdyO oB4kquisFnUbXg0yIh/bFndndZIvt00EA1naDw52SRJhhdV/16hVsXGxSzoixJIATOLk VlxwIv7dOUWIoDxZR+mG1kjfbe+EYa2dTquqsU3M8sR8E8zmc0tuSz88R8lB/GgTfSXS +0jQ/UuMr+1NPJRga8kDGq050VFtMRFL8dGjwN/ZH97WxdhyQtfNxqKajO2B3gbMYdcl X6PA== X-Gm-Message-State: AGRZ1gKYSdVHQgXTcZWtz6R6kF4RGH1lOag9ONYnLoMqi52a+MZufhkd 78SY+jLQdLnydtaPVY/+rVVmOw== X-Google-Smtp-Source: AJdET5eW7xuiew+4p/Jr6Vn2cK6bxCUAKxQtZfZ7YohORYUppWJzz776/hsdxaxnOed/+VZi5ZhlAA== X-Received: by 2002:a63:d21:: with SMTP id c33mr4410226pgl.299.1541273627759; Sat, 03 Nov 2018 12:33:47 -0700 (PDT) Received: from rfd.leadboat.com (c-73-158-248-138.hsd1.ca.comcast.net. [73.158.248.138]) by smtp.gmail.com with ESMTPSA id k75-v6sm26076310pfb.119.2018.11.03.12.33.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Nov 2018 12:33:46 -0700 (PDT) Date: Sat, 3 Nov 2018 12:33:44 -0700 From: Noah Misch To: "Abraham, Danny" Cc: "buildfarm-members@lists.postgresql.org" Subject: Re: PG 10 build on AIX 7.1 Message-ID: <20181103193344.GB950963@rfd.leadboat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Thu, Nov 01, 2018 at 05:38:03PM +0000, Abraham, Danny wrote: > My PG 10.4 build cores on AIX 7.1. > > Is there a way that I can compare my binaries (/bin + /lib) with the ones on "hornet"? The machine does offer accounts; the qualifications and application form are available at https://cfarm.tetaneutral.net/users/new/. The #1 cause of bad AIX binaries is using an incompatible xlc version. Use gcc. If that doesn't fix it, please mail pgsql-bugs@postgresql.org with the results of "make -k check-world" and the stack trace from your core dump.