Compiling on Termux

From: David Fetter <david(at)fetter(dot)org>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Compiling on Termux
Date: 2018-12-21 18:56:22
Message-ID: 20181221185622.GS416@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Folks,

I'm trying to compile master (c952eae52a33069e2e92d34f217b43d0eca3d7de)
on Termux, using the supplied settings, as follows.

pg_config --configure | xargs ./configure > configure.out 2>configure.err
make -j 4 > make.out 2> make.err

There appears to be some confusion somewhere about sync_file_range,
namely that it's found by ./configure and then not found in make.

What should I be poking at to make this work?

Best,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Attachment Content-Type Size
make.err text/plain 635 bytes
make.out text/plain 62.4 KB
configure.log text/plain 523.0 KB
configure.err text/plain 258 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2018-12-21 20:03:32 Re: Compiling on Termux
Previous Message Greg Stark 2018-12-21 18:46:55 Re: slow queries over information schema.tables