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

Outdated config.{guess,sub} #81

Closed
happz opened this issue Mar 15, 2016 · 0 comments
Closed

Outdated config.{guess,sub} #81

happz opened this issue Mar 15, 2016 · 0 comments

Comments

@happz
Copy link
Contributor

happz commented Mar 15, 2016

config.guess, being a bit old, makes it impossible to build pcp from upstream sources on "stranger" architectures, in my case aarch64 and ppc64le. If there's no reason for keeping the current one - and I wouldn't be surprised if there were such reasons, I haven't been playing with autoconf & stuff for a long time, and pcp has a long history and wide set of supported environments, maybe there are some compatibility issues - I'd suggest fetching a newer copies of config.{guess,sub}.

== Cleaning build tree for packaging build
Wrote: /home/pcpbuild/pcp/build/tar/pcp-3.11.1.src.tar.gz

== Preparing fresh build tree for packaging build

== Configuring pcp, log is in /home/pcpbuild/pcp/Logs/pcp (--prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --with-make=/bin/make --with-tar=/bin/tar --with-zip=/bin/gzip)
checking build system type... ./config.guess: unable to guess system type

This script, last modified 2008-01-23, 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.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 = 2008-01-23

uname -m = aarch64
uname -r = 4.5.0-0.rc7.31.el7.aarch64
uname -s = Linux
uname -v = #1 SMP Tue Mar 8 13:10:54 EST 2016

/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 = 4.5.0-0.rc7.31.el7.aarch64
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP Tue Mar 8 13:10:54 EST 2016
configure: error: cannot guess build type; you must specify one

mkushnir pushed a commit to mkushnir/pcp that referenced this issue Mar 17, 2016
natoscott added a commit to natoscott/pcp that referenced this issue Sep 7, 2022
…8f460da..65fc7b81f3

65fc7b81f3 Release 0.8.1
a63aa04fed Fix async api issues (performancecopilot#107)
a439a20f4f No command retries due to CROSSSLOT
b96d43fd95 Connect using redisConnectWithOptions() (performancecopilot#103)
c47e8a9cf3 Update hiredis version in build examples
0a3b20f691 Update Makefile
4a581e91e4 Use common build warnings
08ffdd30f0 Remove usage of hiredis internal flags (performancecopilot#101)
f3091fef52 Release 0.8.0 (performancecopilot#99)
0e741c6dd8 Add Redis compatibility testing to CI (performancecopilot#97)
1aa93a0862 Add crude support for BITFIELD and BITFIELD_RO (performancecopilot#96)
295bf3c81e Add async transaction tests
6c0aecfcf1 Deprecate non-block options which have no effect (performancecopilot#89)
16ec08bb8b Accept multiple field and value arguments in HSET (performancecopilot#86)
ff76aac0f5 Timeout tests and corrections (performancecopilot#84)
7c39940fa9 Move SSL support to own library (performancecopilot#80)
573c1006f9 README updates (performancecopilot#81)
e642e42df1 Add windows and macOS builds to CI (performancecopilot#76)
5c9e294f75 tests: fix error handling in clusterclient_reconnect_async (performancecopilot#70)
4a69cb65d1 tests: add reconnect test (performancecopilot#68)
512a790dad reset cluster context errors in redisClusterAsyncFormattedCommandToNode

git-subtree-dir: vendor/github.com/Nordix/hiredis-cluster
git-subtree-split: 65fc7b81f31389b878a669710bac9d7042c2404b
natoscott pushed a commit to natoscott/pcp that referenced this issue Mar 16, 2023
There was no possibility to disable report generation without
modifying sa2 script.
So add a new variable (REPORTS) to sysstat configuration file which can
be set to false to disable reports generation.
Close performancecopilot#81.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
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

No branches or pull requests

1 participant