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

Update libmemcached config.guess/config.sub to latest #213

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattwebbio
Copy link

@mattwebbio mattwebbio commented Jun 14, 2023

When trying to install this gem on Ubuntu 22.04 on ARM, I'm experiencing the following failure:

checking build system type... config/config.guess: unable to guess system type

This script, last modified 2009-04-27, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD

If the version you run (config/config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.

config.guess timestamp = 2009-04-27

uname -m = aarch64
uname -r = 6.1.29-0-virt
uname -s = Linux
uname -v = #1-Alpine SMP Wed, 17 May 2023 14:22:15 +0000

/usr/bin/uname -p = aarch64
/bin/uname -X     = 

hostinfo               = 
/bin/universe          = 
/usr/bin/arch -k       = 
/bin/arch              = aarch64
/usr/bin/oslevel       = 
/usr/convex/getsysinfo = 

UNAME_MACHINE = aarch64
UNAME_RELEASE = 6.1.29-0-virt
UNAME_SYSTEM  = Linux
UNAME_VERSION = #1-Alpine SMP Wed, 17 May 2023 14:22:15 +0000
configure: error: cannot guess build type; you must specify one

Updating the gem's copy of libmemcached with the latest config.guess and config.sub (as suggested in the error) resolved the issue for me. This should close #210 and #161.

@Diasporism
Copy link

Diasporism commented Jul 21, 2023

Bump. I've got the same issue. Can this be merged?

@duhrich
Copy link

duhrich commented Jul 28, 2023

Bump. I've got the same issue. Can this be merged?

same here :/

prsimp added a commit to Kajabi/memcached that referenced this pull request Dec 5, 2023
@talhaijaz
Copy link

Bump. I've got the same issue. Can this be merged?

same here is there any workaround to get this work for m1 macs

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.

Is that possible to add --build=aarch64-unknown-linux-gnu in configure
4 participants