context-setup-mswin.zip : so many doubles files ?
Hi, The file context-setup-mswin.zip has 23M size at http://minimals.contextgarden.net/setup/. Here are files inside of this ZIP: ======================================= |-- bin | |-- cygiconv-2.dll | |-- cygwin1.dll | |-- kpathsea600.dll | |-- kpathsea60071.dll | |-- luatex.dll | |-- msvcp71.dll | |-- msvcr71.dll | |-- msvcrt.dll | |-- mtx-update.lua | |-- mtxrun.dll | |-- mtxrun.exe | |-- mtxrun.lua | |-- rsync.exe | `-- texlua.exe |-- context | |-- bin | | |-- cygiconv-2.dll | | |-- cygwin1.dll | | |-- kpathsea600.dll | | |-- kpathsea60071.dll | | |-- luatex.dll | | |-- msvcp71.dll | | |-- msvcr71.dll | | |-- msvcrt.dll | | |-- mtx-update.lua | | |-- mtxrun.dll | | |-- mtxrun.exe | | |-- mtxrun.lua | | |-- rsync.exe | | `-- texlua.exe | |-- context | | |-- bin | | | |-- cygiconv-2.dll | | | |-- cygwin1.dll | | | |-- kpathsea600.dll | | | |-- kpathsea60071.dll | | | |-- luatex.dll | | | |-- msvcp71.dll | | | |-- msvcr71.dll | | | |-- msvcrt.dll | | | |-- mtx-update.lua | | | |-- mtxrun.dll | | | |-- mtxrun.exe | | | |-- mtxrun.lua | | | |-- rsync.exe | | | `-- texlua.exe | | |-- context | | | |-- bin | | | | |-- cygiconv-2.dll | | | | |-- cygwin1.dll | | | | |-- kpathsea600.dll | | | | |-- kpathsea60071.dll | | | | |-- luatex.dll | | | | |-- msvcp71.dll | | | | |-- msvcr71.dll | | | | |-- msvcrt.dll | | | | |-- mtx-update.lua | | | | |-- mtxrun.dll | | | | |-- mtxrun.exe | | | | |-- mtxrun.lua | | | | |-- rsync.exe | | | | `-- texlua.exe | | | |-- first-setup.bat | | | `-- mswin | | | |-- bin | | | | |-- cygiconv-2.dll | | | | |-- cygwin1.dll | | | | |-- kpathsea600.dll | | | | |-- kpathsea60071.dll | | | | |-- luatex.dll | | | | |-- msvcp71.dll | | | | |-- msvcr71.dll | | | | |-- msvcrt.dll | | | | |-- mtx-update.lua | | | | |-- mtxrun.dll | | | | |-- mtxrun.exe | | | | |-- mtxrun.lua | | | | |-- rsync.exe | | | | `-- texlua.exe | | | `-- first-setup.bat | | `-- first-setup.bat | |-- first-setup.bat | `-- mswin | |-- bin | | |-- cygiconv-2.dll | | |-- cygwin1.dll | | |-- kpathsea600.dll | | |-- kpathsea60071.dll | | |-- luatex.dll | | |-- msvcp71.dll | | |-- msvcr71.dll | | |-- msvcrt.dll | | |-- mtx-update.lua | | |-- mtxrun.dll | | |-- mtxrun.exe | | |-- mtxrun.lua | | |-- rsync.exe | | `-- texlua.exe | `-- first-setup.bat |-- first-setup.bat ============================================ Could you tell me why these files were "doubled" many times ? Thanks,
On 26-1-2011 6:43, Vnpenguin wrote:
Hi, The file context-setup-mswin.zip has 23M size at http://minimals.contextgarden.net/setup/. Here are files inside of this ZIP: ======================================= |-- bin |-- context | |-- context | | |-- context | | | `-- first-setup.bat | | `-- first-setup.bat | |-- first-setup.bat | `-- mswin | |-- bin | `-- first-setup.bat |-- first-setup.bat ============================================
Could you tell me why these files were "doubled" many times ?
probably because the minimals were installed several times using the same root but a different subpath ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Wed, Jan 26, 2011 at 09:24, Hans Hagen
On 26-1-2011 6:43, Vnpenguin wrote:
Hi, The file context-setup-mswin.zip has 23M size at http://minimals.contextgarden.net/setup/. Here are files inside of this ZIP: ======================================= |-- bin |-- context | |-- context | | |-- context | | | `-- first-setup.bat | | `-- first-setup.bat | |-- first-setup.bat | `-- mswin | |-- bin | `-- first-setup.bat |-- first-setup.bat ============================================
Could you tell me why these files were "doubled" many times ?
probably because the minimals were installed several times using the same root but a different subpath
This's NOT my installation on hard disk! It's the _content_ of file _context-setup-mswin.zip_ on the site http://minimals.contextgarden.net/setup/
On Wed, Jan 26, 2011 at 06:43, Vnpenguin
Hi, The file context-setup-mswin.zip has 23M size at http://minimals.contextgarden.net/setup/. Here are files inside of this ZIP: =======================================
Could you tell me why these files were "doubled" many times ?
Hmmm ... that is something that I would like to know as well ... :) :) :) Most probably there was some extra folder lying around. The code that generates it is mv mswin context rm context-setup-mswin.zip zip -r context-setup-mswin context mv context mswin If folder named context existed at some point in time, it probably triggered recursive behaviour. Mojca
On Wed, Jan 26, 2011 at 13:40, Mojca Miklavec
On Wed, Jan 26, 2011 at 06:43, Vnpenguin
wrote: Hi, The file context-setup-mswin.zip has 23M size at http://minimals.contextgarden.net/setup/. Here are files inside of this ZIP: =======================================
Could you tell me why these files were "doubled" many times ?
Hmmm ... that is something that I would like to know as well ... :) :) :)
Most probably there was some extra folder lying around. The code that generates it is
mv mswin context rm context-setup-mswin.zip zip -r context-setup-mswin context mv context mswin
If folder named context existed at some point in time, it probably triggered recursive behaviour.
Mojca
For me, that's packaging error. We need only _ONE_ folder "bin" and _ONE_ file "first-setup.bat" to do installation.
On Wed, Jan 26, 2011 at 14:46, Vnpenguin wrote:
For me, that's packaging error. We need only _ONE_ folder "bin" and _ONE_ file "first-setup.bat" to do installation.
I definitely agree with that. It is just that I'm not sure how this weird structure has been created in the first place. I removed it of course, but since I probably didn't diagnose it properly, it is not excluded that the situation won't repeat. If it does and goes unnoticed by me, do not hesitate to remind me again. In any case ... thanks a lot for the report. Mojca
Hi, I just downloaded context-setup-mswin.zip from http://minimals.contextgarden.net/setup/ It is 3.83MB and contains only one "context" and one "bin" folder. Maybe this was fixed by now(?) Kind regards, Stefan. On 26.01.2011 14:46, Vnpenguin wrote:
On Wed, Jan 26, 2011 at 13:40, Mojca Miklavec
wrote: On Wed, Jan 26, 2011 at 06:43, Vnpenguin
wrote: Hi, The file context-setup-mswin.zip has 23M size at http://minimals.contextgarden.net/setup/. Here are files inside of this ZIP: =======================================
Could you tell me why these files were "doubled" many times ?
Hmmm ... that is something that I would like to know as well ... :) :) :)
Most probably there was some extra folder lying around. The code that generates it is
mv mswin context rm context-setup-mswin.zip zip -r context-setup-mswin context mv context mswin
If folder named context existed at some point in time, it probably triggered recursive behaviour.
Mojca
For me, that's packaging error. We need only _ONE_ folder "bin" and _ONE_ file "first-setup.bat" to do installation.
On Wed, Jan 26, 2011 at 15:01, Stefan Müller wrote:
Hi,
I just downloaded context-setup-mswin.zip from http://minimals.contextgarden.net/setup/ It is 3.83MB and contains only one "context" and one "bin" folder. Maybe this was fixed by now(?)
It was fixed during my first reply. The only question is whether it will stay that way :) Mojca
On Wed, Jan 26, 2011 at 3:03 PM, Mojca Miklavec
On Wed, Jan 26, 2011 at 15:01, Stefan Müller wrote:
Hi,
I just downloaded context-setup-mswin.zip from http://minimals.contextgarden.net/setup/ It is 3.83MB and contains only one "context" and one "bin" folder. Maybe this was fixed by now(?)
It was fixed during my first reply. The only question is whether it will stay that way :) let's see the next beta
-- luigi
participants (5)
-
Hans Hagen
-
luigi scarso
-
Mojca Miklavec
-
Stefan Müller
-
Vnpenguin