Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build on Ubuntu 20.04 #1

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

ligurio
Copy link
Member

@ligurio ligurio commented Dec 2, 2021

In short: autoconf failed to generated configure script that could find
helper scripts. See description in memcached bug [1], libmemcached bug
[2] and description of AC_CONFIG_AUX_DIR in Automake documentation [3].

  1. CMake target 'libmemcached' is broken memcached#80
  2. https://bugs.launchpad.net/libmemcached/+bug/1803922
  3. https://www.gnu.org/software/automake/manual/html_node/Optional.html

In short: autoconf failed to generated configure script that could find
helper scripts. See description in memcached bug [1], libmemcached bug
[2] and description of AC_CONFIG_AUX_DIR in Automake documentation [3].

NOTE: it is already fixed in libmemcached upstream

1. tarantool/memcached#80
2. https://bugs.launchpad.net/libmemcached/+bug/1803922
3. https://www.gnu.org/software/automake/manual/html_node/Optional.html
ligurio added a commit to tarantool/memcached that referenced this pull request Dec 2, 2021
The problem of #86 is in automake script used in libmemcached.
This patch switches to Tarantool's for of libmemcached where automake
script will be fixed in PR [1].

1. tarantool/libmemcached#1

Fixes #86
ligurio added a commit to tarantool/memcached that referenced this pull request Dec 2, 2021
The problem of #86 is in automake script used in libmemcached.
This patch switches to Tarantool's for of libmemcached where automake
script will be fixed in PR [1].

1. tarantool/libmemcached#1

Fixes #86
Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice spot!

@ligurio ligurio merged commit dc5b8fa into libmemcached-1.2-devel-bigbes Dec 8, 2021
@ylobankov ylobankov deleted the ligurio/fix-build branch December 20, 2021 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants