Re: dpkg-buildpackage fails on 9.2.6 on ubuntu 12.04.3 LTS

From: "imagenesis(at)gmail(dot)com" <imagenesis(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: dpkg-buildpackage fails on 9.2.6 on ubuntu 12.04.3 LTS
Date: 2013-12-17 08:10:47
Message-ID: CABxodt_Qn=WwDW5QZ9RP7y9QMY=9EA4gJ0jpHh=RbmmQ26Wx+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Resolved.

Regression test outputs for name and enum can be replaced with generated out.

On Tue, Dec 17, 2013 at 12:17 AM, imagenesis(at)gmail(dot)com
<imagenesis(at)gmail(dot)com> wrote:
> This is resolved by running dpkg-buildpackage with postgres and
> dpkg-buildpackage -rsudo with the postgresql source folder in a
> directory owned by postgres as dpkg creates a temporary folder in said
> parent directory.
>
> However, I am now running into the following issue:
>
> The reason I am compiling is because I must change #define NAMEDATALEN
> 64 to a larger value. Setting it to 256 has presumably yielded the
> following errors in the make check:
>
> It fails on the name and enum tests.
>
> I am rerunning the compilation to confirm this is a result of this
> change. Please specify how to remove the regression check from the
> dpkg build or how to resolve this (is there a max value that will not
> fail?) if this is caused by this change or by something else on the
> specified platform.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Tiikkaja 2013-12-17 08:27:37 Re: Why no INSTEAD OF triggers on tables?
Previous Message Heikki Linnakangas 2013-12-17 07:56:09 Re: Race condition in b-tree page deletion