Fails to build from source with multiarched python3.3 on Debian-like systems

From: Dmitrijs Ledkovs <dmitrijs(dot)ledkovs(at)canonical(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Fails to build from source with multiarched python3.3 on Debian-like systems
Date: 2012-10-25 10:45:01
Message-ID: 5089182D.2050208@canonical.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On debian and ubuntu, python3.3 has two include locations instead of one:

-I/usr/include/<multiarch>/python3.3 -I/usr/include/python3.3

are needed.

Here is patch against postgresql 9.1 to fix fail to build from source
against such pythons.

--
Regards,
Dmitrijs.

Attachment Content-Type Size
fix-ftbfs-python-3.3.patch text/x-diff 2.0 KB

Browse pgsql-bugs by date

  From Date Subject
Next Message andrew 2012-10-26 05:20:31 BUG #7622: Incorrect aggregate level processing
Previous Message Kevin Grittner 2012-10-25 01:56:48 Re: BUG #7619: Query cost estimate appears to not use n_distinct setting