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

bundle_octave_app broken on macOS 12 due to missing realpath command #273

Open
apjanke opened this issue May 7, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@apjanke
Copy link
Contributor

apjanke commented May 7, 2024

Recently, when I try running bundle_octave_app on macOS 12.7.4 Monterey on Intel:

janke@montague octave-app-bundler % ./bundle_octave_app --show-options
./bundle_octave_app: line 97: realpath: command not found
janke@montague octave-app-bundler % realpath
zsh: command not found: realpath
janke@montague octave-app-bundler % which -a realpath
realpath not found
janke@montague octave-app-bundler %

I guess realpath was new in macOS 13?

On macOS 12:

janke@montague octave-app-bundler % ls /bin
[		csh		echo		ksh		mkdir		rm		sync		zsh
bash		dash		ed		launchctl	mv		rmdir		tcsh
cat		date		expr		link		pax		sh		test
chmod		dd		hostname	ln		ps		sleep		unlink
cp		df		kill		ls		pwd		stty		wait4path
janke@montague octave-app-bundler %

On macOS 13:

janke@thirsty octave-app-bundler % sw_vers | grep ProductVersion
ProductVersion:		13.6.6
janke@thirsty octave-app-bundler % which realpath
/bin/realpath
janke@thirsty octave-app-bundler % ls /bin
[		date		kill		mv		sh		wait4path
bash		dd		ksh		pax		sleep		zsh
cat		df		launchctl	ps		stty
chmod		echo		link		pwd		sync
cp		ed		ln		realpath	tcsh
csh		expr		ls		rm		test
dash		hostname	mkdir		rmdir		unlink
janke@thirsty octave-app-bundler %
@apjanke apjanke self-assigned this May 7, 2024
@apjanke apjanke added the bug Something isn't working label May 7, 2024
@apjanke apjanke added this to the 9.2.0 milestone May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant