ZOSOpenTools / autoconfport

Delta files to build autoconf for z/OS
Apache License 2.0
1 stars 3 forks source link

The enhancement requirement of "zopen install" #35

Open SunnyChenBJ opened 1 year ago

SunnyChenBJ commented 1 year ago

@IgorTodorovskiIBM @HarithaIBM, I tried to install aclocal with "zopen install aclocal" on my new working directory but got below failure. After running "zopen install autoconfport", aclocal is installed since aclocal is one of tools in package autoconfport". Is it possible to make the tool installed directly by running command "zopen install aclocal" as the linux world?

**zopen install aclocal ***ERROR: Could not find specified aclocal. Run with --list option to view the available ports**

BTW, can we have the uninstallation command like "zopen uninstall" later?

Sunny

IgorTodorovskiIBM commented 1 year ago

The experience is similar for apt-get, you would need to install automake to get aclocal. See https://askubuntu.com/questions/45480/how-do-i-install-aclocal

IgorTodorovskiIBM commented 1 year ago

CC @DevonianTeuchter, we could build a mapping of the binaries->package at zopen build. Does your fork have zopen uninstall capability?