-
Notifications
You must be signed in to change notification settings - Fork 625
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
Configuring on cents 6.5 failed #2607
Comments
Before running configure, you must install pkgconfig. Did you install it? |
I succesfully biild a ctags executable in centos6.10:
|
Yes, pkgconfig is installed.
sudo yum install pkgconfig
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Install Process
Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version
Nothing to do
… On Aug 5, 2020, at 5:10 PM, Masatake YAMATO ***@***.***> wrote:
I succesfully biild a ctags executable in centos6.10:
***@***.*** ctags]# podman pull docker.io/library/centos:6
Trying to pull docker.io/library/centos:6...
Getting image source signatures
Copying blob ff50d722b382 done
Copying config d0957ffdf8 done
Writing manifest to image destination
Storing signatures
d0957ffdf8a2ea8c8925903862b65a1b6850dbb019f88d45e927d3d5a3fa0c31
***@***.*** ctags]# podman run --rm -ti docker.io/library/centos:6 /bin/bash
***@***.*** /]# cat /etc/redhat-release
CentOS release 6.10 (Final)
***@***.*** /]# yum -y install git autoconf automake pkgconfig make gcc
...
***@***.*** /]# git clone https://github.com/universal-ctags/ctags
...
***@***.*** /]# cd ctags
***@***.*** ctags]# ./autogen.sh
...
***@***.*** ctags]# mkdir build
***@***.*** ctags]# cd build
***@***.*** build]# echo $HOME
/root
***@***.*** build]# ../configure --prefix=$HOME/opt/stow/ctags --program-prefix=ex --disable-xml
...
***@***.*** build]# make
...
***@***.*** build]# ./ctags --version
Universal Ctags 0.0.0(3f0ea94), Copyright (C) 2015 Universal Ctags Team
Universal Ctags is derived from Exuberant Ctags.
Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert
Compiled: Aug 5 2020, 22:08:30
URL: https://ctags.io/
Optional compiled features: +wildcards, +regex, +iconv, +option-directory, +packcc
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2607 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAYO2SPMAM4OE6A7WVTC46DR7HKGXANCNFSM4PVRFLWQ>.
|
Is your auto(re)conf installed by yum? |
Ah, it may not be. I mean it is, but in the path are also some custom paths from work libraries (this is not my machine).
I’ll investigate resetting the path and retry, thanks.
… On Aug 6, 2020, at 11:56 AM, K.Takata ***@***.***> wrote:
autoreconf: running: /opt/x3p/xrt_b/base/bin/autoconf --force
Is your auto(re)conf installed by yum?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This was indeed the issue, using the installed autotools addressed the problem. My apologies for the noise. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cloning repo and trying to configure on CentOS 6.5:
The text was updated successfully, but these errors were encountered: