Mac & Linux Distro - uninstall.sh does not uninstall all installed artifacts

When executing sh uninstall.sh in a terminal window, it does not attempt to uninstall all installed artifacts. It appears to uninstall a subset of items installed by sh install.sh. Is this intentional?

uninstall.sh outputs multiple messages like:

No assemblies found that match: RemObjects.Oxygene
Assemblies uninstalled = 0
Failures = 0

rm: cannot remove ‘/usr/lib/libRemObjects.Oxygene.LLVM.dylib’: No such file or directory

However, ebuild still results in normal output. It was not deleted:

RemObjects EBuild. An open source build engine for Elements and beyond.
Copyright RemObjects Software 2016-2024. All Rights Reserved. Created by marc hoffman.
Version 12.0.0.2923 (develop) built on bajor, 20240426-122629. Commit cbd3432.

Syntax: ebuild
ebuild --help (to show more options)

whereis ebuild outputs:
ebuild: /usr/local/bin/ebuild

ls -lah /usr/local/bin outputs

total 72M
drwxr-xr-x 2 root root 4.0K May 10 17:26 .
drwxr-xr-x 11 root root 4.0K Jul 21 2010 …
-rwxr-xr-x 1 dan dan 72M May 10 17:26 bicep
-rwxr-xr-x 1 root root 126 May 4 23:36 ebuild
-rwxr-xr-x 1 root root 138 May 4 23:36 ebuildCore

A cursory inspection of uninstall.sh reveals that it does not attempt to remove /usr/local/bin/ebuild or some of the other installed dependencies

Are there instructions for manually removing all installed artifacts?

Distro: Debian GNU/Linux 12 (bookworm)

Thanks

That’s normal; RemObjects.Oxygene is the old prefix for our .dlls; we still remove those from the GAC (when present), just to clean top after older versions, in case people upgraded over time and they are left over. Though I guess at this stage maybe we can drop that, it’s been years.

I’ll log an issue to get this addressed.

Not as such, no. Basically, delete all the above that you found ;). Or wait for the fixed uninstall.sh.

That said, these few small extra files probably won’t do you any harm if left in place, either.

thanx,
marc

Logged as bugs://E26971.

Fixed; let me know how this uninstall.sh treats you, and if it misses anything.

uninstall.sh.zip (1.1 KB)

thanx,
marc

Hi Marc,

Thanks for the quick resolution. I’ll check it out tonight and let you know how it turns out.

Thanks
Dan

1 Like

Hi Marc,

It works great!

Thanks

1 Like

Happy to hear that!