Fossil SCM
Cannot execute newest release of fossil on mac
Open
bf142968a8db271…
· opened 12 years, 9 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Critical
- Resolution
- Open
- Subsystem
- —
- Created
- June 28, 2013 4:00 a.m.
Fully updated Mac OS X 10.8.4
% uname -a
Darwin zinc 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64
Cannot execute newest release of fossil:
% unzip fossil-macosx-x86-20130618210923.zip
Archive: fossil-macosx-x86-20130618210923.zip
replace fossil? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
inflating: fossil
% ./fossil version
dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
Referenced from: /Users/karrick/Downloads/./fossil
Reason: image not found
zsh: trace trap ./fossil version
Same computer, the previous version of fossil works:
% unzip fossil-macosx-x86-20130216000435.zip
Archive: fossil-macosx-x86-20130216000435.zip
replace fossil? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
inflating: fossil
% ./fossil version
This is fossil version 1.25 [d2e07756d9] 2013-02-16 00:04:35 UTC
Comments (3)
nobody
12 years, 9 months ago
Fully updated Mac OS X 10.8.4
% uname -a
Darwin zinc 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64
Cannot execute newest release of fossil:
% unzip fossil-macosx-x86-20130618210923.zip
Archive: fossil-macosx-x86-20130618210923.zip
replace fossil? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
inflating: fossil
% ./fossil version
dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
Referenced from: /Users/karrick/Downloads/./fossil
Reason: image not found
zsh: trace trap ./fossil version
Same computer, the previous version of fossil works:
% unzip fossil-macosx-x86-20130216000435.zip
Archive: fossil-macosx-x86-20130216000435.zip
replace fossil? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
inflating: fossil
% ./fossil version
This is fossil version 1.25 [d2e07756d9] 2013-02-16 00:04:35 UTC
nobody
12 years, 9 months ago
Fully updated Mac OS X 10.8.4
% uname -a
Darwin zinc 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64
Cannot execute newest release of fossil:
% unzip fossil-macosx-x86-20130618210923.zip
Archive: fossil-macosx-x86-20130618210923.zip
replace fossil? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
inflating: fossil
% ./fossil version
dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib
Referenced from: /Users/karrick/Downloads/./fossil
Reason: image not found
zsh: trace trap ./fossil version
Same computer, the previous version of fossil works:
% unzip fossil-macosx-x86-20130216000435.zip
Archive: fossil-macosx-x86-20130216000435.zip
replace fossil? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
inflating: fossil
% ./fossil version
This is fossil version 1.25 [d2e07756d9] 2013-02-16 00:04:35 UTC
Same computer, download source code and compile:
% ./configure && make
(elided)
% ./fossil version
This is fossil version 1.26 [c9cb6e7293] 2013-06-18 21:09:23 UTC
mgagnon
12 years, 9 months ago
Seems it's not first time it happens:
[http://www.mail-archive.com/[email protected]/msg09555.html]
I guess someone with enough privilege will see this ticket and upload a new version soon.