sodero / InstallerLG

A reimplementation of the LISP-like 'Installer' scripting language.
Other
16 stars 4 forks source link

MUIbase 4.1 installer fails #32

Closed polluks closed 5 years ago

polluks commented 5 years ago

(protect (tackon #destination "MUIbase") "+rwed") MUIbase

[49:run] Executed 'C:Version >NIL: MorphOS'.
[598:makedir] Created 'New_Work:Applications/MUIbase'.
[608:makedir] Created 'New_Work:Applications/MUIbase/Include'.
[618:makedir] Created 'New_Work:Applications/MUIbase/Projects'.
[631:copyfiles] Directory 'New_Work:Applications/MUIbase' exists already.
[631:copyfiles] Get mask '' 2
[631:copyfiles] Protect 'New_Work:Applications/MUIbase' 2
[631:copyfiles] Copied 'LiesMich' to 'New_Work:Applications/MUIbase/LiesMich'.
[631:copyfiles] Get mask 'LiesMich' 0
[631:copyfiles] Protect 'New_Work:Applications/MUIbase/LiesMich' 0
[650:copyfiles] Directory 'New_Work:Applications/MUIbase' exists already.
[650:copyfiles] Get mask 'MUIbase-ppc-morphos' 0
[650:copyfiles] Protect 'New_Work:Applications/MUIbase' 0
[651:protect] Get mask 'New_Work:Applications/MUIbase/MUIbase' -1
sodero commented 5 years ago

Thanks for reporting this! Will be fixed shortly, busy schedule right now but I'll do my best.

sodero commented 5 years ago

I couldn't reproduce this problem on AROS. Will try on MorphOS.

sodero commented 5 years ago

I couldn't reproduce this on MorphOS either. Could you provide some more details, like from where you're running the scripts, file and dir permissions and so on?

I did discover another problem though; there is something fishy about how local variables are handeled that causes infinite recursion further down...

polluks commented 5 years ago

Ok, by the way it was a PFS partition.

sodero commented 5 years ago

Ah, PFS, I'll see what I can do...

sodero commented 5 years ago

Does it work for you now?

polluks commented 5 years ago

No icons are copied but Project.info.

sodero commented 5 years ago

Ok, thanks! I'll look into it.

sodero commented 5 years ago

Fixed.