Verification
What were you trying to do (and why)?
I installed cernlib and I am able to open pawX11. Apparently everything works fine
What happened (include all command output)?
I tried to load an n-tuple of 6450 lines and 4 variables, let's name them xi I=1,4. The n-tuple is successfully loaded. I tried to run a simple
ntu/plo 10.x1
and I got the following error message
CSALLO: pointer difference too large to be represented by integer.
You probably need to link PAW statically on 64-bit systems.
What did you expect to happen?
as output of ntu/plo 10.x1 I should have normally obtained an histogram (frequency distribution) of the x1 variable
Step-by-step reproduction instructions (by running brew commands)
I installed brew in Mac OS Monterey using the command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
and at the end
(echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/bruschi/.profile
eval "$(/usr/local/bin/brew shellenv)"
Then
brew tap davidchall/hep
brew install cernlib
brew gist-logs <formula> link OR brew config AND brew doctor output
Brew config OUTPUT
HOMEBREW_VERSION: 4.0.19
ORIGIN: https://github.com/Homebrew/brew
HEAD: 4446fe603cc19316036fd07e5df1124c4d15ead2
Last commit: 3 days ago
Core tap JSON: 25 May 04:30 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.FPu9N5QIFM/org.xquartz:0
HOMEBREW_MAKE_JOBS: 4
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: quad-core 64-bit kabylake
Clang: 14.0.0 build 1400
Git: 2.37.1 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.87.0 => /usr/bin/curl
macOS: 12.6.6-x86_64
CLT: 14.2.0.0.1.1668646533
Xcode: N/A
Brew doctor OUTPUT
Your system is ready to brew.
Verification
brew updateand am still able to reproduce my issue.brew doctorand that did not fix my problem.What were you trying to do (and why)?
I installed cernlib and I am able to open pawX11. Apparently everything works fine
What happened (include all command output)?
I tried to load an n-tuple of 6450 lines and 4 variables, let's name them xi I=1,4. The n-tuple is successfully loaded. I tried to run a simple
ntu/plo 10.x1
and I got the following error message
CSALLO: pointer difference too large to be represented by integer.
You probably need to link PAW statically on 64-bit systems.
What did you expect to happen?
as output of ntu/plo 10.x1 I should have normally obtained an histogram (frequency distribution) of the x1 variable
Step-by-step reproduction instructions (by running
brewcommands)brew gist-logs <formula>link ORbrew configANDbrew doctoroutput