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: dpkg-buildpackage fails on 9.2.6 on ubuntu 12.04.3 LTS
Date: 2013-12-17 02:50:02
Message-ID: CABxodt9iV97TK4Vc3-SKu7gfWOfngFSyeyuEHENtv2fZFGB6Ag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Preface on the venue: It is specified in the description of mailing
lists that pgsql-general is for all topics except those relating to
failed compiles. However doing a search for the word compile fails to
yield any other mailing list for said compilation failures. Presumably
this is the said mailing list for compilation failures.

The compilation appears to fail on initdb, specifying that the initdb
as expected must be run by the user that runs the daemon, postgres,
when executing:

dpkg-buildpackage

Executing:

sudo -u postgres dpkg-buildpackage

Does not work. How does one build a debian package from source?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2013-12-17 02:55:08 Re: Race condition in b-tree page deletion
Previous Message Josh Berkus 2013-12-17 02:16:24 Re: Why no INSTEAD OF triggers on tables?