public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* genisoimage with cygwin 1.7 generate STATUS_ACCESS_VIOLATION
@ 2009-09-19 21:22 andyg11
  2009-09-20 15:41 ` Christopher Faylor
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: andyg11 @ 2009-09-19 21:22 UTC (permalink / raw)
  To: cygwin

Hi,
genisoimage 1.1.7.1 (CYGWIN)
with
cygwin1.dll v1007.0.0.0, 2009-09-11 01:25

throw following error whilte creating a large 2 GB iso file:
    694 [main] genisoimage 3948 _cygtls::handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
   4487 [main] genisoimage 3948 open_stackdumpfile: Dumping stack trace to genisoimage.exe.stackdump 

genisoimage.exe.stackdump:
Exception: STATUS_ACCESS_VIOLATION at eip=C0000128
eax=00000000 ebx=00000000 ecx=00229890 edx=7C90E4F4 esi=00000000 edi=00000710
ebp=002298F8 esp=00229894 program=c:\cygwin17\usr\bin\genisoimage.exe, pid 3948, thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
002298F8  C0000128  (00000710, 10148F30, 00010000, 00229A48)
00229A48  6102D4E2  (612081DC, 00000001, 00000000, 610CB815)
End of stack trace 

the same genisoimage version from 1.5 works fine (cygwin 1005.25.0.0).

andy



Comedy-Battle! Jetzt ablachen und voten! Neue Comedians, Spontanhumoristen und Nachwuchs-Spaßmacher machen gute Laune - bestimmen Sie den Wochensieger!
http://comedy-battle.arcor.de/

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: genisoimage with cygwin 1.7 generate STATUS_ACCESS_VIOLATION
  2009-09-19 21:22 genisoimage with cygwin 1.7 generate STATUS_ACCESS_VIOLATION andyg11
@ 2009-09-20 15:41 ` Christopher Faylor
  2009-09-24 22:02 ` andyg11
  2009-09-28 22:09 ` Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289 WHY SO FEW? David Combs
  2 siblings, 0 replies; 11+ messages in thread
From: Christopher Faylor @ 2009-09-20 15:41 UTC (permalink / raw)
  To: cygwin

On Sat, Sep 19, 2009 at 11:22:07PM +0200, andyg11@arcor.de wrote:
>Hi,
>genisoimage 1.1.7.1 (CYGWIN)
>with
>cygwin1.dll v1007.0.0.0, 2009-09-11 01:25
>
>throw following error whilte creating a large 2 GB iso file:
>    694 [main] genisoimage 3948 _cygtls::handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
>   4487 [main] genisoimage 3948 open_stackdumpfile: Dumping stack trace to genisoimage.exe.stackdump 
>
>genisoimage.exe.stackdump:
>Exception: STATUS_ACCESS_VIOLATION at eip=C0000128
>eax=00000000 ebx=00000000 ecx=00229890 edx=7C90E4F4 esi=00000000 edi=00000710
>ebp=002298F8 esp=00229894 program=c:\cygwin17\usr\bin\genisoimage.exe, pid 3948, thread main
>cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
>Stack trace:
>Frame     Function  Args
>002298F8  C0000128  (00000710, 10148F30, 00010000, 00229A48)
>00229A48  6102D4E2  (612081DC, 00000001, 00000000, 610CB815)
>End of stack trace 
>
>the same genisoimage version from 1.5 works fine (cygwin 1005.25.0.0).

Please provide 1) the actual command that you are using and 2) the cygcheck
output as suggested by http://cygwin.com/problems.html

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Re: genisoimage with cygwin 1.7 generate  STATUS_ACCESS_VIOLATION
  2009-09-19 21:22 genisoimage with cygwin 1.7 generate STATUS_ACCESS_VIOLATION andyg11
  2009-09-20 15:41 ` Christopher Faylor
@ 2009-09-24 22:02 ` andyg11
  2009-09-28 22:09 ` Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289 WHY SO FEW? David Combs
  2 siblings, 0 replies; 11+ messages in thread
From: andyg11 @ 2009-09-24 22:02 UTC (permalink / raw)
  To: cygwin


[-- Attachment #1.1: Type: text/plain, Size: 1990 bytes --]

Hi,
i shrink the commandline to:
e:\testcd\cygwin1.7\usr\bin\genisoimage.exe  -o i:\transfer\test.iso . 2>i:\transfer\err.log

i looks like that the error occur only with many files and the resulting size > 1.3 GB

for the test i use my cygwin15 directory with 200 mb and cygwin17 with 50 mb and a 800 mb and 400 mb file.
hope that help

Andy

----- Original Nachricht ----
Von:     Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
An:      cygwin@cygwin.com
Datum:   20.09.2009 17:40
Betreff: Re: genisoimage with cygwin 1.7 generate STATUS_ACCESS_VIOLATION

> On Sat, Sep 19, 2009 at 11:22:07PM +0200, andyg11@arcor.de wrote:
> >Hi,
> >genisoimage 1.1.7.1 (CYGWIN)
> >with
> >cygwin1.dll v1007.0.0.0, 2009-09-11 01:25
> >
> >throw following error whilte creating a large 2 GB iso file:
> >    694 [main] genisoimage 3948 _cygtls::handle_exceptions: Exception:
> STATUS_ACCESS_VIOLATION
> >   4487 [main] genisoimage 3948 open_stackdumpfile: Dumping stack trace to
> genisoimage.exe.stackdump 
> >
> >genisoimage.exe.stackdump:
> >Exception: STATUS_ACCESS_VIOLATION at eip=C0000128
> >eax=00000000 ebx=00000000 ecx=00229890 edx=7C90E4F4 esi=00000000
> edi=00000710
> >ebp=002298F8 esp=00229894 program=c:\cygwin17\usr\bin\genisoimage.exe, pid
> 3948, thread main
> >cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
> >Stack trace:
> >Frame     Function  Args
> >002298F8  C0000128  (00000710, 10148F30, 00010000, 00229A48)
> >00229A48  6102D4E2  (612081DC, 00000001, 00000000, 610CB815)
> >End of stack trace 
> >
> >the same genisoimage version from 1.5 works fine (cygwin 1005.25.0.0).
> 
> Please provide 1) the actual command that you are using and 2) the cygcheck
> output as suggested by http://cygwin.com/problems.html
> 
> cgf
> 
> 

Comedy-Battle! Jetzt ablachen und voten! Neue Comedians, Spontanhumoristen und Nachwuchs-Spaßmacher machen gute Laune - bestimmen Sie den Wochensieger!
http://comedy-battle.arcor.de/

[-- Attachment #2: err.log.gz --]
[-- Type: application/x-download, Size: 36848 bytes --]

[-- Attachment #3: cygcheck.out --]
[-- Type: application/octet-stream, Size: 10253 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Thu Sep 24 23:38:15 2009

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem

Output from E:\testcd\cygwin1.7\usr\bin\id.exe (nontsec)
UID: 400(admin)  GID: 401(mkpasswd)
401(mkpasswd)

Output from E:\testcd\cygwin1.7\usr\bin\id.exe (ntsec)
UID: 400(admin)  GID: 401(mkpasswd)
401(mkpasswd)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

Path = 'C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem'

ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
APPDATA = 'C:\Documents and Settings\Administrator\Application Data'
CLIENTNAME = 'Console'
CommonProgramFiles = 'C:\Program Files\Common Files'
COMPUTERNAME = 'WXPSP2'
ComSpec = 'C:\WINDOWS\system32\cmd.exe'
FP_NO_HOST_CHECK = 'NO'
HOMEDRIVE = 'C:'
HOMEPATH = '\Documents and Settings\Administrator'
LOGONSERVER = '\\WXPSP2'
NUMBER_OF_PROCESSORS = '1'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 75 Stepping 2, AuthenticAMD'
PROCESSOR_LEVEL = '15'
PROCESSOR_REVISION = '4b02'
ProgramFiles = 'C:\Program Files'
PROMPT = '$P$G'
SESSIONNAME = 'Console'
SystemDrive = 'C:'
SystemRoot = 'C:\WINDOWS'
TEMP = 'C:\TEMP'
TMP = 'C:\TMP'
USERDOMAIN = 'WXPSP2'
USERNAME = 'admin'
USERPROFILE = 'C:\Documents and Settings\Administrator'
windir = 'C:\WINDOWS'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options

obcaseinsensitive set to 1

a:  fd             N/A    N/A                    
c:  hd  NTFS      2035Mb  38% CP CS UN PA FC     WinXPSP3
d:  cd             N/A    N/A                    
e:  hd  NTFS      1929Mb  78% CP CS UN PA FC     testcd
i:  net HGFS    142969Mb  81% CP                 Shared Folders
t:  hd  NTFS      1019Mb  12% CP CS UN PA FC     TEMP

E:\testcd\cygwin1.7\usr      /          system  binary,auto
E:\testcd\cygwin1.7\usr\bin  /usr/bin   system  binary,auto
E:\testcd\cygwin1.7\usr\lib  /usr/lib   system  binary,auto
cygdrive prefix              /cygdrive  user    binary,noacl,posix=0,auto

Not Found: awk
Not Found: bash
Not Found: cat
Not Found: cp
Not Found: cpp (good!)
Not Found: crontab
Found: C:\WINDOWS\system32\find.exe
Not Found: gcc
Not Found: gdb
Not Found: grep
Not Found: kill
Not Found: ld
Not Found: ls
Not Found: make
Not Found: mv
Not Found: patch
Not Found: perl
Not Found: rm
Not Found: sed
Not Found: ssh
Not Found: sh
Not Found: tar
Not Found: test
Not Found: vi
Not Found: vim

   61k 2009/03/02 .\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2009/3/2 4:11
 1125k 2006/10/04 .\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2006/10/4 14:12
 1074k 2009/03/25 .\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2009/3/25 17:45
   41k 2009/03/27 .\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/3/27 6:02
   42k 2009/03/12 .\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2009/3/6 12:54
   25k 2009/07/06 .\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2009/7/5 16:45
  981k 2009/05/30 .\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2009/5/30 21:05
   37k 2003/08/10 .\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 23:50
   31k 2005/11/20 .\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 3:04
   31k 2009/04/03 .\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2009/4/3 3:15
    5k 2009/09/11 .\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2009/9/11 7:25
    9k 2009/09/11 .\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
   98k 2009/03/16 .\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2009/3/16 17:32
   21k 2009/03/27 .\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/3/27 6:01
  334k 2009/03/27 .\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/3/27 6:12
  164k 2009/03/27 .\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/3/27 5:58
   11k 2009/03/27 .\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/3/27 6:00
  162k 2009/07/06 .\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2009/7/5 16:45
  231k 2006/10/04 .\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2006/10/4 14:12
  232k 2009/03/25 .\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2009/3/25 17:45
   66k 2009/03/27 .\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/3/27 5:54
  312k 2009/03/08 .\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2009/3/8 23:31
  281k 2009/03/08 .\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2009/3/8 23:31
   64k 2009/03/02 .\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2009/3/2 2:33
 2415k 2009/09/11 .\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2009/9/11 7:25
    Cygwin DLL version info:
        DLL version: 1.7.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 212
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygdrive default prefix: 
        Build date: Fri Sep 11 01:25:27 EDT 2009
        Shared id: cygwin1S5

   61k 2009/03/02 E:\testcd\cygwin1.7\usr\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2009/3/2 4:11
 1125k 2006/10/04 E:\testcd\cygwin1.7\usr\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2006/10/4 14:12
 1074k 2009/03/25 E:\testcd\cygwin1.7\usr\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2009/3/25 17:45
   41k 2009/03/27 E:\testcd\cygwin1.7\usr\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/3/27 6:02
   42k 2009/03/12 E:\testcd\cygwin1.7\usr\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2009/3/6 12:54
   25k 2009/07/06 E:\testcd\cygwin1.7\usr\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2009/7/5 16:45
  981k 2009/05/30 E:\testcd\cygwin1.7\usr\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2009/5/30 21:05
   37k 2003/08/10 E:\testcd\cygwin1.7\usr\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 23:50
   31k 2005/11/20 E:\testcd\cygwin1.7\usr\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 3:04
   31k 2009/04/03 E:\testcd\cygwin1.7\usr\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2009/4/3 3:15
    5k 2009/09/11 E:\testcd\cygwin1.7\usr\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2009/9/11 7:25
    9k 2009/09/11 E:\testcd\cygwin1.7\usr\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
   98k 2009/03/16 E:\testcd\cygwin1.7\usr\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2009/3/16 17:32
   21k 2009/03/27 E:\testcd\cygwin1.7\usr\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/3/27 6:01
  334k 2009/03/27 E:\testcd\cygwin1.7\usr\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/3/27 6:12
  164k 2009/03/27 E:\testcd\cygwin1.7\usr\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/3/27 5:58
   11k 2009/03/27 E:\testcd\cygwin1.7\usr\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/3/27 6:00
  162k 2009/07/06 E:\testcd\cygwin1.7\usr\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2009/7/5 16:45
  231k 2006/10/04 E:\testcd\cygwin1.7\usr\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2006/10/4 14:12
  232k 2009/03/25 E:\testcd\cygwin1.7\usr\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2009/3/25 17:45
   66k 2009/03/27 E:\testcd\cygwin1.7\usr\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/3/27 5:54
  312k 2009/03/08 E:\testcd\cygwin1.7\usr\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2009/3/8 23:31
  281k 2009/03/08 E:\testcd\cygwin1.7\usr\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2009/3/8 23:31
   64k 2009/03/02 E:\testcd\cygwin1.7\usr\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2009/3/2 2:33
 2415k 2009/09/11 E:\testcd\cygwin1.7\usr\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2009/9/11 7:25
    Cygwin DLL version info:
        DLL version: 1.7.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 212
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygdrive default prefix: 
        Build date: Fri Sep 11 01:25:27 EDT 2009
        Shared id: cygwin1S5

Warning: There are multiple cygwin1.dlls on your path

Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
No setup information found
Use -h to see help about each section


[-- Attachment #4: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Num lines in dirs:  C:\cygwin\bin = 1152    C:\cygwin-1.7\bin =  289   WHY SO FEW?
  2009-09-19 21:22 genisoimage with cygwin 1.7 generate STATUS_ACCESS_VIOLATION andyg11
  2009-09-20 15:41 ` Christopher Faylor
  2009-09-24 22:02 ` andyg11
@ 2009-09-28 22:09 ` David Combs
  2009-09-28 22:23   ` DePriest, Jason R.
  2009-09-29  2:31   ` Chris Cormie
  2 siblings, 2 replies; 11+ messages in thread
From: David Combs @ 2009-09-28 22:09 UTC (permalink / raw)
  To: cygwin

I just now installed 1.7.

Where *is* everything?

bin has 289 files, whereas the non-beta has 1152.





So, just how "beta" is 1.7.  "Alpha"?

Or am I missing something, eg there's still lots more
for me to install "by hand"?


Oh, someone tell me how to find the version number of a cygwin,
and I can tell you what mine is.  (Looks like the most recent
files in bin are 15june09, so pretty darned recent, my "standard"
cygwin.)

----

Oh, *roughly* when might 1.7 become the standard cygwin?  A year
or so?


Thanks!

David



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289   WHY SO FEW?
  2009-09-28 22:09 ` Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289 WHY SO FEW? David Combs
@ 2009-09-28 22:23   ` DePriest, Jason R.
  2009-09-29  2:31   ` Chris Cormie
  1 sibling, 0 replies; 11+ messages in thread
From: DePriest, Jason R. @ 2009-09-28 22:23 UTC (permalink / raw)
  To: cygwin

On Mon, Sep 28, 2009 at 5:09 PM, David Combs <> wrote:
> I just now installed 1.7.
>
> Where *is* everything?
>
> bin has 289 files, whereas the non-beta has 1152.
>
>
>
>
>
> So, just how "beta" is 1.7.  "Alpha"?
>
> Or am I missing something, eg there's still lots more
> for me to install "by hand"?
>
>
> Oh, someone tell me how to find the version number of a cygwin,
> and I can tell you what mine is.  (Looks like the most recent
> files in bin are 15june09, so pretty darned recent, my "standard"
> cygwin.)
>
> ----
>
> Oh, *roughly* when might 1.7 become the standard cygwin?  A year
> or so?
>
>
> Thanks!
>
> David
>

uname -a
to find out what version of the cygwin1.dll you have
For example: CYGWIN_NT-6.0-WOW64 INCONSPICUOUS 1.7.0(0.212/5/3)
2009-09-11 01:25 i686 Cygwin

My version 1.7 /bin directory has ~ 1000 files in it.  You probably
just don't have all the packages installed you had for version 1.5.

Thanks.

-Jason

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Num lines in dirs:  C:\cygwin\bin = 1152    C:\cygwin-1.7\bin  =  289   WHY SO FEW?
  2009-09-28 22:09 ` Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289 WHY SO FEW? David Combs
  2009-09-28 22:23   ` DePriest, Jason R.
@ 2009-09-29  2:31   ` Chris Cormie
  2009-09-29  3:19     ` Larry Hall (Cygwin)
  1 sibling, 1 reply; 11+ messages in thread
From: Chris Cormie @ 2009-09-29  2:31 UTC (permalink / raw)
  To: cygwin

David Combs wrote:
> I just now installed 1.7.
> 
> Where *is* everything?
> 
> bin has 289 files, whereas the non-beta has 1152.
> 
> 
> 
> 
> 
> So, just how "beta" is 1.7.  "Alpha"?
> 
> Or am I missing something, eg there's still lots more
> for me to install "by hand"?
> 
> 
> Oh, someone tell me how to find the version number of a cygwin,
> and I can tell you what mine is.  (Looks like the most recent
> files in bin are 15june09, so pretty darned recent, my "standard"
> cygwin.)
> 
> ----
> 
> Oh, *roughly* when might 1.7 become the standard cygwin?  A year
> or so?
> 
> 
> Thanks!
> 
> David

I don't think you are doing anything wrong David. setup-1.7.exe appears 
to default to just the Base category packages. The 1.5 setup.exe selects 
many more packages outside the Base category by default and that's the 
difference you are seeing.

As an aside I like this current behaviour: I have bandwidth constraints 
and problems with packages interfering with each other and so find it 
handy to start with a small core Cygwin and add the stuff I need.

I don't know how to extract what the default packages are from the old 
setup.exe: I suspect it's all the Base category packages plus others 
from a list compiled into the binary though I'd be happy if someone 
could correct me on that.

I notice that setup-1.7.exe has a command line interface with an option 
to select packages to install. It doesn't appear to be working yet. I 
sure hope it is a future feature because it would be just the ticket for 
  this issue: compile a list of packages you want to be in your default 
install and then you could reproduce it at will.

Cheers,
Chris.

------------------------------------------
Base packages for Cygwin 1.7
editrights
findutils
login
gzip
termcap
base-passwd
libgcc1
alternatives
gawk
base-files
man
zlib0
dash
libreadline7
bash
grep
cygwin
tzcode
coreutils
run
tar
base-cygwin
terminfo
ipc-utils
sed
cygwin-doc
which
rebase

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Num lines in dirs:  C:\cygwin\bin = 1152    C:\cygwin-1.7\bin   =  289   WHY SO FEW?
  2009-09-29  2:31   ` Chris Cormie
@ 2009-09-29  3:19     ` Larry Hall (Cygwin)
  2009-09-29  7:16       ` Chris Cormie
  0 siblings, 1 reply; 11+ messages in thread
From: Larry Hall (Cygwin) @ 2009-09-29  3:19 UTC (permalink / raw)
  To: cygwin

On 09/28/2009 10:31 PM, Chris Cormie wrote:
> I don't think you are doing anything wrong David. setup-1.7.exe appears
> to default to just the Base category packages. The 1.5 setup.exe selects
> many more packages outside the Base category by default and that's the
> difference you are seeing.

There should be little difference in how 'setup.exe' works for 1.5 vs 1.7.
The determination for what's installed by default has not changed, though
the overall number of packages and size may have changed somewhat.

> As an aside I like this current behaviour: I have bandwidth constraints
> and problems with packages interfering with each other and so find it
> handy to start with a small core Cygwin and add the stuff I need.
>
> I don't know how to extract what the default packages are from the old
> setup.exe: I suspect it's all the Base category packages plus others
> from a list compiled into the binary though I'd be happy if someone
> could correct me on that.

No, that's not true.  See above.

> I notice that setup-1.7.exe has a command line interface with an option
> to select packages to install. It doesn't appear to be working yet. I
> sure hope it is a future feature because it would be just the ticket for
>   this issue: compile a list of packages you want to be in your default
> install and then you could reproduce it at will.

Can you be more specific about the problem you see?

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Num lines in dirs:  C:\cygwin\bin = 1152    C:\cygwin-1.7\bin    =  289   WHY SO FEW?
  2009-09-29  3:19     ` Larry Hall (Cygwin)
@ 2009-09-29  7:16       ` Chris Cormie
  2009-09-29 18:23         ` Larry Hall (Cygwin)
  2009-09-29 20:04         ` smoore
  0 siblings, 2 replies; 11+ messages in thread
From: Chris Cormie @ 2009-09-29  7:16 UTC (permalink / raw)
  To: cygwin

Larry Hall (Cygwin) wrote:
> On 09/28/2009 10:31 PM, Chris Cormie wrote:
>> I don't think you are doing anything wrong David. setup-1.7.exe appears
>> to default to just the Base category packages. The 1.5 setup.exe selects
>> many more packages outside the Base category by default and that's the
>> difference you are seeing.
> 
> There should be little difference in how 'setup.exe' works for 1.5 vs 1.7.
> The determination for what's installed by default has not changed, though
> the overall number of packages and size may have changed somewhat.

On my machine the observed behaviour was different:
new 1.5 install -> 91 packages
new 1.7 install -> 44 packages
Note that I'm not using a "clean" machine: this is a machine that has 
Cygwin on it before and one with 1.5 and 1.7 cohabiting. I wonder if 
anyone has installed 1.7 to to a clean machine? If the base install 
package count was closer to 91 it suggests the 1.7 install process is 
affected by a prior 1.5 install, that would be interesting.

I hope I'm not confusing the issue. The impression I get is that David 
additionally expected to find packages he himself installed in 1.5 
present in the new 1.7 install?

>> As an aside I like this current behaviour: I have bandwidth constraints
>> and problems with packages interfering with each other and so find it
>> handy to start with a small core Cygwin and add the stuff I need.
>>
>> I don't know how to extract what the default packages are from the old
>> setup.exe: I suspect it's all the Base category packages plus others
>> from a list compiled into the binary though I'd be happy if someone
>> could correct me on that.
> 
> No, that's not true.  See above.

Could you explain how the installer chooses a default set of packages to 
install for a fresh Cygwin install?

>> I notice that setup-1.7.exe has a command line interface with an option
>> to select packages to install. It doesn't appear to be working yet. I
>> sure hope it is a future feature because it would be just the ticket for
>>   this issue: compile a list of packages you want to be in your default
>> install and then you could reproduce it at will.
> 
> Can you be more specific about the problem you see?

I was wrong, the command line interface *is* working for me. I was 
misled by the following apparently harmless error messages:

in cmd shell:

E:\home\admin\installers> setup-1.7.exe -D -L -s 
http://mirror.internode.on.net/
pub/cygwin/ -R e:\cygwin_1_7 -l E:\home\application_data\cygwin_1_7 -q 
-P joe

E:\home\admin\installers>Starting cygwin install, version 2.649
io_stream_cygfile: fopen(/etc/setup/net-proxy-host) failed 2 No such 
file or dir
ectory
io_stream_cygfile: fopen(/etc/setup/net-proxy-port) failed 2 No such 
file or dir
ectory
io_stream_cygfile: fopen(/etc/setup/extrakeys) failed 2 No such file or 
director
y
... proceeds to install package "joe" correctly

Additionally I needed the the "-L" flag and was omitting it:
Command Line Options:
  -D --download                          Download from internet
  -L --local-install                     Install from local directory
  -s --site                              Download site
....
I wrong assumed I could omit -L if I was freshly downloading the package 
from the mirror and installing it in one go but this is not so: I needed 
to supply both -D *and* -L options.

Chris









--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Num lines in dirs:  C:\cygwin\bin = 1152    C:\cygwin-1.7\bin     =  289   WHY SO FEW?
  2009-09-29  7:16       ` Chris Cormie
@ 2009-09-29 18:23         ` Larry Hall (Cygwin)
  2009-09-29 20:04         ` smoore
  1 sibling, 0 replies; 11+ messages in thread
From: Larry Hall (Cygwin) @ 2009-09-29 18:23 UTC (permalink / raw)
  To: cygwin

On 09/29/2009 03:16 AM, Chris Cormie wrote:
> Could you explain how the installer chooses a default set of packages to
> install for a fresh Cygwin install?

Basically, it installs the packages in the 'Base' category and any 
dependencies of those
packages.

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: Num lines in dirs:  C:\cygwin\bin = 1152    C:\cygwin-1.7\bin    =  289   WHY SO FEW?
  2009-09-29  7:16       ` Chris Cormie
  2009-09-29 18:23         ` Larry Hall (Cygwin)
@ 2009-09-29 20:04         ` smoore
  2009-09-29 20:10           ` Larry Hall (Cygwin)
  1 sibling, 1 reply; 11+ messages in thread
From: smoore @ 2009-09-29 20:04 UTC (permalink / raw)
  To: cygwin

Chris Cormie (Cygwin) wrote: 
>Larry Hall (Cygwin) wrote:
>> On 09/28/2009 10:31 PM, Chris Cormie wrote:
>>> I don't think you are doing anything wrong David. setup-1.7.exe appears
>>> to default to just the Base category packages. The 1.5 setup.exe selects
>>> many more packages outside the Base category by default and that's the
>>> difference you are seeing.
>> 
>> There should be little difference in how 'setup.exe' works for 1.5 vs
1.7.
>> The determination for what's installed by default has not changed, though
>> the overall number of packages and size may have changed somewhat.

I wonder if the change to the X stuff if showing up here. Old install of X
brought in pretty much everything but the new modular install is much more
frugal. I never checked what happened to the old stuff when I updated to the
new X in 1.5. I don't think it removed the already installed X stuff, so I'm
thinking that an old 1.5 install (even upgraded) with X could show quite a
few more files than a new 1.5 or 1.7 install with X.

Probably the easiest way to see the differences is the massage the cygcheck
outputs and simply diff the two.

Stan



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Num lines in dirs:  C:\cygwin\bin = 1152    C:\cygwin-1.7\bin     =  289   WHY SO FEW?
  2009-09-29 20:04         ` smoore
@ 2009-09-29 20:10           ` Larry Hall (Cygwin)
  0 siblings, 0 replies; 11+ messages in thread
From: Larry Hall (Cygwin) @ 2009-09-29 20:10 UTC (permalink / raw)
  To: cygwin

On 09/29/2009 04:04 PM, smoore@exis.net wrote:
> Chris Cormie (Cygwin) wrote:
>> Larry Hall (Cygwin) wrote:
>>> On 09/28/2009 10:31 PM, Chris Cormie wrote:
>>>> I don't think you are doing anything wrong David. setup-1.7.exe appears
>>>> to default to just the Base category packages. The 1.5 setup.exe selects
>>>> many more packages outside the Base category by default and that's the
>>>> difference you are seeing.
>>>
>>> There should be little difference in how 'setup.exe' works for 1.5 vs
> 1.7.
>>> The determination for what's installed by default has not changed, though
>>> the overall number of packages and size may have changed somewhat.
>
> I wonder if the change to the X stuff if showing up here. Old install of X
> brought in pretty much everything but the new modular install is much more
> frugal. I never checked what happened to the old stuff when I updated to the
> new X in 1.5. I don't think it removed the already installed X stuff, so I'm
> thinking that an old 1.5 install (even upgraded) with X could show quite a
> few more files than a new 1.5 or 1.7 install with X.

If I understood the OP correctly, he only installed new and only whatever comes
by default.  X is not part of the 'Base' category so it isn't installed by 
default.

> Probably the easiest way to see the differences is the massage the cygcheck
> outputs and simply diff the two.

Yup.

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-09-29 20:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-19 21:22 genisoimage with cygwin 1.7 generate STATUS_ACCESS_VIOLATION andyg11
2009-09-20 15:41 ` Christopher Faylor
2009-09-24 22:02 ` andyg11
2009-09-28 22:09 ` Num lines in dirs: C:\cygwin\bin = 1152 C:\cygwin-1.7\bin = 289 WHY SO FEW? David Combs
2009-09-28 22:23   ` DePriest, Jason R.
2009-09-29  2:31   ` Chris Cormie
2009-09-29  3:19     ` Larry Hall (Cygwin)
2009-09-29  7:16       ` Chris Cormie
2009-09-29 18:23         ` Larry Hall (Cygwin)
2009-09-29 20:04         ` smoore
2009-09-29 20:10           ` Larry Hall (Cygwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).