Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

2.1.0-rc1 doesn't compile on Ubuntu 18.04: cmake error in function ensure-libpq-and-libpqxx #9784

Copy link
Copy link
@matthewdarwin

Description

@matthewdarwin
Issue body actions

scripts/helpers/eosio.sh function ensure-libpq-and-libpqxx doesn't work on Ubuntu 18.04

Simplified test case:

#!/bin/sh

curl -L https://github.com/jtv/libpqxx/archive/7.2.1.tar.gz | tar zxf -
cd libpqxx-7.2.1
/usr/bin/cmake -DPostgreSQL_TYPE_INCLUDE_DIR=/usr/include/postgresql -DCMAKE_INSTALL_PREFIX=/local/lib/eosio-2.1/opt/pqxx -DSKIP_BUILD_TEST=ON -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --version

Results:

18.04 - Fail
image

20.10 - OK
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.