Re: Zip file problem on Mac

2022-05-09 Thread Mike Kerner via use-livecode
completely off-topic, but brian said something that i forgot to repeat, at the time access to source in the libraries, etc. has saved me a lot of time when debugging. i ran into a situation with one of the other libraries, a couple of weeks ago. i was stumped, and thought about submitting a ts

Re: Zip file problem on Mac

2022-05-08 Thread Klaus major-k via use-livecode
Hi Brian, > Am 08.05.2022 um 20:19 schrieb Brian Milby via use-livecode > : > > I imagine this one isn’t documented due to the issues where you can’t read > properties from an existing zip file. I think I found it when digging into > the source. > I’m sure there are some that could be found

Re: Zip file problem on Mac

2022-05-08 Thread Brian Milby via use-livecode
I imagine this one isn’t documented due to the issues where you can’t read properties from an existing zip file. I think I found it when digging into the source. I’m sure there are some that could be found by looking at the source code that is still available. Sent from my iPhone > On May

Re: Zip file problem on Mac

2022-05-08 Thread Klaus major-k via use-livecode
Hi all, > Am 08.05.2022 um 03:18 schrieb Neville Smythe via use-livecode > : >> On 8 May 2022, at 2:00 am, Brian Milby wrote: >> It is a bug somewhere. See this big report: >> https://quality.livecode.com/show_bug.cgi?id=21447 >> >> I

Re: Zip file problem on Mac

2022-05-07 Thread Neville Smythe via use-livecode
> On 8 May 2022, at 2:00 am, Brian Milby wrote: > > It is a bug somewhere. See this big report: > https://quality.livecode.com/show_bug.cgi?id=21447 > > > I actually think it is related. The zip should be created as a Unix variant > and not

Re: Zip file problem on Mac

2022-05-07 Thread Neville Smythe via use-livecode
> On 7 May 2022, at 2:00 am, use-livecode-requ...@lists.runrev.com wrote: > > This sounds like this enhancement request > https://quality.livecode.com/show_bug.cgi?id=9642 > Thanks Panos for pointing out this is a duplicate to bug 9642, an

Re: Zip file problem on Mac

2022-05-06 Thread Brian Milby via use-livecode
It is a bug somewhere. See this big report: https://quality.livecode.com/show_bug.cgi?id=21447 I actually think it is related. The zip should be created as a Unix variant and not Fat and file attributes should be stored. One thing that could be tried is to manually set the executable bit

Re: Zip file problem on Mac

2022-05-06 Thread Bob Sneidar via use-livecode
Should be an enhancement request. Bob S > On May 6, 2022, at 24:09 , matthias rebbe via use-livecode > wrote: > > Hm, > is it really a bug or does revZip just stick to the zip specs? ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Zip file problem on Mac

2022-05-06 Thread matthias rebbe via use-livecode
Hm, is it really a bug or does revZip just stick to the zip specs? > Am 06.05.2022 um 01:59 schrieb Neville Smythe via use-livecode > : > > I have submitting a report to QC (Bug 23698 > ) > > Thanks Matthias for clarifying that

Re: Zip file problem on Mac

2022-05-05 Thread Neville Smythe via use-livecode
I have submitting a report to QC (Bug 23698 ) Thanks Matthias for clarifying that permissions are not correct in the archive. I can now add that the Linux archive has the same problem. The Windows archive created by revZip executes correctly.

Re: Zip file problem on Mac

2022-05-05 Thread panagiotis m via use-livecode
Hello all, This sounds like this enhancement request https://quality.livecode.com/show_bug.cgi?id=9642 Kind regards, Panos -- On Thu, 5 May 2022 at 18:08, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Open a bug report and I will +1 it. > > Bob S > > > > On May 4,

Re: Zip file problem on Mac

2022-05-05 Thread Bob Sneidar via use-livecode
Open a bug report and I will +1 it. Bob S > On May 4, 2022, at 15:35 , matthias rebbe via use-livecode > wrote: > > Neville, i can confirm that behavior even under BigSur. > > I've created a small standalone with LC 10DP3 on BigSur and created 2 zip > files from the output folder using

Re: Zip file problem on Mac

2022-05-04 Thread matthias rebbe via use-livecode
Neville, i can confirm that behavior even under BigSur. I've created a small standalone with LC 10DP3 on BigSur and created 2 zip files from the output folder using LC's zip library and using shell command zip. Running the shell command 'zipinfo' to analyse both zip files showed, that the

Zip file problem on Mac

2022-05-04 Thread Neville Smythe via use-livecode
I distribute a Mac standalone via a zip file, created using revZipOpenArchive etc. This has worked fine until macOS Monterey or LiveCode 9.6.x Either a bug has been introduced into the revZip tools in 9.6.x, or I have a corrupted version, or the Mac Archive Utility has changed so as to make