Re: Gerrit take note. Missing packages

2004-07-06 Thread Gerrit P. Haase
Christopher schrieb:

 - Forwarded message from Cron Daemon -

 upset: *** warning package gtk2-x11-devel refers to non-existent external-source: 
 gtk2-x11
 upset: *** warning package gtk2-x11-doc refers to non-existent external-source: 
 gtk2-x11
 upset: *** warning package gtk2-x11-runtime requires non-existent package gtk2-x11
 upset: *** warning package gtk2-x11-runtime refers to non-existent external-source: 
 gtk2-x11

 - End forwarded message -

 Let me say it again: When you are preparing packages for inclusion,
 build them up in a temporary directory and move everything at once. Do
 not move them in piecemeal.

That is what I did:
[EMAIL PROTECTED] ~]$ mv atk/ glib2/ gtk2/ pango/ /var/ftp/pub/cygwin/release/


Gerrit
-- 
=^..^=



[RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-06 Thread Max Bowsher
$ zcat /etc/setup/subversion.lst.gz
...
usr/bin/cygsvn_client-1-0.dll
usr/bin/cygsvn_delta-1-0.dll
usr/bin/cygsvn_diff-1-0.dll
usr/bin/cygsvn_fs-1-0.dll
usr/bin/cygsvn_ra-1-0.dll
usr/bin/cygsvn_ra_dav-1-0.dll
usr/bin/cygsvn_ra_local-1-0.dll
usr/bin/cygsvn_ra_svn-1-0.dll
usr/bin/cygsvn_repos-1-0.dll
usr/bin/cygsvn_subr-1-0.dll
usr/bin/cygsvn_wc-1-0.dll
usr/bin/svn.exe
usr/bin/svnadmin.exe
usr/bin/svndumpfilter.exe
usr/bin/svnlook.exe
usr/bin/svnserve.exe
usr/bin/svnversion.exe
...

I propose to relocate all the above into a directory /usr/bin/subversion,
and add symlinks to the executables in /usr/bin .

The reason is:

Suppose I wish to use some python bindings, built against a different version of the 
subversion libraries (installed in /usr/local),
with the Cygwin system python in /usr/bin.

*Whatever* I set PATH to, the subversion libraries from /usr/bin will be the ones 
loaded, because they are in the same directory as
python.exe .

By hiding these libraries in a subdirectory, and revealing the executables via 
symlinks, I ensure that Python bindings will load
subversion libraries according to PATH, allowing users the flexibility to install a 
different subversion version.

I hereby request comments/review of this packaging change proposal.

Max.




Re: Gerrit take note. Missing packages

2004-07-06 Thread Christopher Faylor
On Tue, Jul 06, 2004 at 11:50:20AM +0200, Gerrit P. Haase wrote:
Christopher schrieb:

 - Forwarded message from Cron Daemon -

 upset: *** warning package gtk2-x11-devel refers to non-existent external-source: 
 gtk2-x11
 upset: *** warning package gtk2-x11-doc refers to non-existent external-source: 
 gtk2-x11
 upset: *** warning package gtk2-x11-runtime requires non-existent package gtk2-x11
 upset: *** warning package gtk2-x11-runtime refers to non-existent external-source: 
 gtk2-x11

 - End forwarded message -

 Let me say it again: When you are preparing packages for inclusion,
 build them up in a temporary directory and move everything at once. Do
 not move them in piecemeal.

That is what I did:
[EMAIL PROTECTED] ~]$ mv atk/ glib2/ gtk2/ pango/ /var/ftp/pub/cygwin/release/

The gtk2 directory contained gtk2-x11 tar files.  It needed to be
renamed.

cgf


Re: [RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-06 Thread Christopher Faylor
On Tue, Jul 06, 2004 at 02:08:55PM +0100, Max Bowsher wrote:
$ zcat /etc/setup/subversion.lst.gz
...
usr/bin/cygsvn_client-1-0.dll
usr/bin/cygsvn_delta-1-0.dll
usr/bin/cygsvn_diff-1-0.dll
usr/bin/cygsvn_fs-1-0.dll
usr/bin/cygsvn_ra-1-0.dll
usr/bin/cygsvn_ra_dav-1-0.dll
usr/bin/cygsvn_ra_local-1-0.dll
usr/bin/cygsvn_ra_svn-1-0.dll
usr/bin/cygsvn_repos-1-0.dll
usr/bin/cygsvn_subr-1-0.dll
usr/bin/cygsvn_wc-1-0.dll
usr/bin/svn.exe
usr/bin/svnadmin.exe
usr/bin/svndumpfilter.exe
usr/bin/svnlook.exe
usr/bin/svnserve.exe
usr/bin/svnversion.exe
...

I propose to relocate all the above into a directory /usr/bin/subversion,

Sorry, no.  /usr/bin is a flat structure.  It does not contain subdirectories.

cgf


Re: [RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-06 Thread Dr. Volker Zell
 Christopher Faylor writes:

 Sorry, no.  /usr/bin is a flat structure.  It does not contain subdirectories.

There are

glui-examples
ncurses-test-dll

 cgf

Ciao
  Volker



postinstall script errors with latest gtk2-x11.sh/pango.sh

2004-07-06 Thread Dr. Volker Zell
see subject

2004/07/06 14:44:11 running: D:\\bin\sh.exe -c /etc/postinstall/gtk2-x11.sh
/etc/postinstall/gtk2-x11.sh: cannot create /etc/gtk-2.0/gdk-pixbuf.loaders: directory 
nonexistent
/etc/postinstall/gtk2-x11.sh: cannot create /etc/gtk-2.0/gtk.immodules: directory 
nonexistent
2004/07/06 14:44:11 running: D:\\bin\sh.exe -c /etc/postinstall/pango.sh
Cannot load module /usr/lib/pango/1.4.0/modules/pango-basic-x.dll: The specified 
module could not be found.
/usr/lib/pango/1.4.0/modules/pango-basic-x.dll does not export Pango module API



Re: [RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-06 Thread Igor Pechtchanski
On Tue, 6 Jul 2004, Max Bowsher wrote:

 $ zcat /etc/setup/subversion.lst.gz
 ...
 usr/bin/cygsvn_client-1-0.dll
 usr/bin/cygsvn_delta-1-0.dll
 usr/bin/cygsvn_diff-1-0.dll
 usr/bin/cygsvn_fs-1-0.dll
 usr/bin/cygsvn_ra-1-0.dll
 usr/bin/cygsvn_ra_dav-1-0.dll
 usr/bin/cygsvn_ra_local-1-0.dll
 usr/bin/cygsvn_ra_svn-1-0.dll
 usr/bin/cygsvn_repos-1-0.dll
 usr/bin/cygsvn_subr-1-0.dll
 usr/bin/cygsvn_wc-1-0.dll

IMHO, these are the important ones...

 usr/bin/svn.exe
 usr/bin/svnadmin.exe
 usr/bin/svndumpfilter.exe
 usr/bin/svnlook.exe
 usr/bin/svnserve.exe
 usr/bin/svnversion.exe
 ...

...and these are irrelevant.

 I propose to relocate all the above into a directory /usr/bin/subversion,
 and add symlinks to the executables in /usr/bin .

Why not use /usr/share/subversion, or even /opt/subversion, for the DLLs?
You can then compile the subversion executables to look for DLLs in the
above directory.  I don't see a need to move the executables themselves.

 The reason is:

 Suppose I wish to use some python bindings, built against a different
 version of the subversion libraries (installed in /usr/local), with the
 Cygwin system python in /usr/bin.

 *Whatever* I set PATH to, the subversion libraries from /usr/bin will be
 the ones loaded, because they are in the same directory as python.exe .

True.  I'm just not sure I like the subdirectories in /usr/bin.

 By hiding these libraries in a subdirectory, and revealing the
 executables via symlinks, I ensure that Python bindings will load
 subversion libraries according to PATH, allowing users the flexibility
 to install a different subversion version.

 I hereby request comments/review of this packaging change proposal.
 Max.

HTH,
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster.  -- Patrick Naughton


Re: Gerrit take note. Missing packages

2004-07-06 Thread Gerrit P. Haase
Christopher schrieb:

 On Tue, Jul 06, 2004 at 11:50:20AM +0200, Gerrit P. Haase wrote:
Christopher schrieb:

 - Forwarded message from Cron Daemon -

 upset: *** warning package gtk2-x11-devel refers to
 non-existent external-source: gtk2-x11
 upset: *** warning package gtk2-x11-doc refers to non-existent external-source: 
 gtk2-x11
 upset: *** warning package gtk2-x11-runtime requires non-existent package gtk2-x11
 upset: *** warning package gtk2-x11-runtime refers to
 non-existent external-source: gtk2-x11

 - End forwarded message -

 Let me say it again: When you are preparing packages for inclusion,
 build them up in a temporary directory and move everything at once. Do
 not move them in piecemeal.

That is what I did:
[EMAIL PROTECTED] ~]$ mv atk/ glib2/ gtk2/ pango/ /var/ftp/pub/cygwin/release/

 The gtk2 directory contained gtk2-x11 tar files.  It needed to be
 renamed.

Oops, yes of course, 'directory name = package name'.  I'm sorry.


Gerrit
-- 
=^..^=



Re: postinstall script errors with latest gtk2-x11.sh/pango.sh

2004-07-06 Thread Gerrit P. Haase
Dr. schrieb:

 see subject

 2004/07/06 14:44:11 running: D:\\bin\sh.exe -c /etc/postinstall/gtk2-x11.sh
 /etc/postinstall/gtk2-x11.sh: cannot create
 /etc/gtk-2.0/gdk-pixbuf.loaders: directory nonexistent
 /etc/postinstall/gtk2-x11.sh: cannot create
 /etc/gtk-2.0/gtk.immodules: directory nonexistent

Yes, my fault, I have it already fixed in the source directory, but
didn't run 'install' again...

 2004/07/06 14:44:11 running: D:\\bin\sh.exe -c /etc/postinstall/pango.sh
 Cannot load module /usr/lib/pango/1.4.0/modules/pango-basic-x.dll:
 The specified module could not be found.
 /usr/lib/pango/1.4.0/modules/pango-basic-x.dll does not export Pango module API

`which pango-querymodules` do you run?
Which permissions do you have:
`ls -l /usr/lib/pango/1.4.0/modules/pango-basic-x.dll`?


Gerrit
-- 
=^..^=



Re: postinstall script errors with latest gtk2-x11.sh/pango.sh

2004-07-06 Thread Gerrit P. Haase
Volker,

 Gerrit P Haase writes:

  `which pango-querymodules` do you run?

 04:45 PM [541] type -a pango-querymodules
 pango-querymodules is /usr/bin/pango-querymodules
 pango-querymodules is /bin/pango-querymodules

  Which permissions do you have:
  `ls -l /usr/lib/pango/1.4.0/modules/pango-basic-x.dll`?

 04:43 PM [539] ls -l /usr/lib/pango/1.4.0/modules/pango-basic-x.dll
 -rwxr-xr-x1 vzellusers   78848 Jun 30 20:40
 /usr/lib/pango/1.4.0/modules/pango-basic-x.dll*

The same as me.

And you really cannot run
`/usr/bin/pango-querymodules.exe  /etc/pango/pango.modules`?


Gerrit
-- 
=^..^=



Re: postinstall script errors with latest gtk2-x11.sh/pango.sh

2004-07-06 Thread Gerrit P. Haase
Volker,

 Gerrit P Haase writes:

  `which pango-querymodules` do you run?

 04:45 PM [541] type -a pango-querymodules
 pango-querymodules is /usr/bin/pango-querymodules
 pango-querymodules is /bin/pango-querymodules

And you're using the right DLLs, aren't you?

$ cygcheck  /usr/bin/pango-querymodules.exe
C:/cygwin/bin/pango-querymodules.exe
  C:/cygwin/bin\cygpango-1.0-0.dll
C:/cygwin/bin\cygwin1.dll
  C:\WINNT\system32\ADVAPI32.DLL
C:\WINNT\system32\NTDLL.DLL
C:\WINNT\system32\KERNEL32.DLL
C:\WINNT\system32\RPCRT4.DLL
C:/cygwin/bin\cygglib-2.0-0.dll
  C:/cygwin/bin\cygiconv-2.dll
  C:/cygwin/bin\cygintl-2.dll
C:/cygwin/bin\cyggmodule-2.0-0.dll
C:/cygwin/bin\cyggobject-2.0-0.dll


Gerrit
-- 
=^..^=



Re: postinstall script errors with latest gtk2-x11.sh/pango.sh

2004-07-06 Thread Dr. Volker Zell
 Gerrit P Haase writes:

 And you're using the right DLLs, aren't you?

 $ cygcheck  /usr/bin/pango-querymodules.exe
 C:/cygwin/bin/pango-querymodules.exe
   C:/cygwin/bin\cygpango-1.0-0.dll
 C:/cygwin/bin\cygwin1.dll
   C:\WINNT\system32\ADVAPI32.DLL
 C:\WINNT\system32\NTDLL.DLL
 C:\WINNT\system32\KERNEL32.DLL
 C:\WINNT\system32\RPCRT4.DLL
 C:/cygwin/bin\cygglib-2.0-0.dll
   C:/cygwin/bin\cygiconv-2.dll
   C:/cygwin/bin\cygintl-2.dll
 C:/cygwin/bin\cyggmodule-2.0-0.dll
 C:/cygwin/bin\cyggobject-2.0-0.dll

Yes.

Strange, I can run /usr/bin/pango-querymodules.exe successful from a
bash directly shell but the error appeared in /var/log/setup.log.full 
although I started setup from inside a bash shell.

 Gerrit

Ciao
  Volker



Re: postinstall script errors with latest gtk2-x11.sh/pango.sh

2004-07-06 Thread Gerrit P. Haase
Volker,

 see subject

 2004/07/06 14:44:11 running: D:\\bin\sh.exe -c /etc/postinstall/gtk2-x11.sh
 /etc/postinstall/gtk2-x11.sh: cannot create
 /etc/gtk-2.0/gdk-pixbuf.loaders: directory nonexistent
 /etc/postinstall/gtk2-x11.sh: cannot create
 /etc/gtk-2.0/gtk.immodules: directory nonexistent

Thanks for heads up, I've fixed it and already upoloaded a new release.

Gerrit
-- 
=^..^=



Re: [RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-06 Thread Charles Wilson
Dr. Volker Zell wrote:
Christopher Faylor writes:

 Sorry, no.  /usr/bin is a flat structure.  It does not contain subdirectories.
There are
glui-examples
ncurses-test-dll
I'll relocate ncurses-test-dll to /usr/lib/ncurses/test/ on the next 
release. (/usr/lib/ not /usr/share, because these are arch-specific 
binaries)

--
Chuck


Re: [RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-06 Thread Christopher Faylor
On Tue, Jul 06, 2004 at 03:58:53PM +0200, Dr. Volker Zell wrote:
 Christopher Faylor writes:

 Sorry, no.  /usr/bin is a flat structure.  It does not contain subdirectories.

There are

glui-examples
ncurses-test-dll

So, crossing the street when it says Don't Walk is ok since you saw
somebody do it just the other day?

cgf


Re: [RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-06 Thread Christopher Faylor
On Tue, Jul 06, 2004 at 02:45:32PM -0400, Charles Wilson wrote:
Dr. Volker Zell wrote:
Christopher Faylor writes:


 Sorry, no.  /usr/bin is a flat structure.  It does not contain 
subdirectories.

There are

glui-examples
ncurses-test-dll

I'll relocate ncurses-test-dll to /usr/lib/ncurses/test/ on the next 
release. (/usr/lib/ not /usr/share, because these are arch-specific 
binaries)

Thanks, Chuck.

cgf


opengl maintainer please fix your package to not create subdirectories in /usr/bin

2004-07-06 Thread Christopher Faylor
The subject says it all.  Please don't create subdirectories in /usr/bin
with the one historical exception of the X11 directory.

cgf


Re: [RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-06 Thread Christopher Faylor
On Tue, Jul 06, 2004 at 10:21:55AM -0400, Igor Pechtchanski wrote:
On Tue, 6 Jul 2004, Max Bowsher wrote:
I propose to relocate all the above into a directory
/usr/bin/subversion, and add symlinks to the executables in /usr/bin .

Why not use /usr/share/subversion, or even /opt/subversion, for the
DLLs?  You can then compile the subversion executables to look for DLLs
in the above directory.  I don't see a need to move the executables
themselves.

Architecture specific binaries should not be in /usr/share.

cgf


Gerrit: plans for Gnome 2.6

2004-07-06 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gerrit,
What are your plans for building the rest of Gnome 2.6?  I would like to
contribute -- I already have a few packages posted at
http://cygwin-ports.sourceforge.net/ with more coming -- but I don't
want to duplicate efforts.  Basically, what are you working on now, and
what don't you plan to work on yet?
Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFA6xC0piWmPGlmQSMRAlQfAKDTuuHlnZ7N/XzRMylYHQgm/T1KhgCgowsX
Jh6G5RuPOJeARBR0GllxS6w=
=bLi6
-END PGP SIGNATURE-


Re: [RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-06 Thread Dr. Volker Zell
 Christopher Faylor writes:

 So, crossing the street when it says Don't Walk is ok since you saw
 somebody do it just the other day?

Well...

 cgf

vz



cygserver + x problem?

2004-07-06 Thread Harold
Hi,

I've been trying to write a daemon that drives a shell under Cygwin;
things work well without X but fail under X; the prompt doesn't show
up in the pipe.  I see the problem using expect as well; here is a
simple script that reproduces the problem:

#!/usr/bin/expect
set timeout -1
spawn bash
expect $ 
send exit\n
close

I've attached my 'cygcheck -s -v -r' output while under X.  Could this
be a cygserver + X problem?

Thanks for any help,

-Harold


Cygwin Configuration Diagnostics
Current System Time: Mon Jul 05 22:22:12 2004

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\Hummingbird\Connectivity\8.00\Accessories\
c:\Program Files\ATI Technologies\ATI Control Panel
c:\Program Files\MikTeX\texmf\miktex\bin
c:\Program Files\SecureCRT
c:\PROGRA~1\ABSOLU~1
.\
.\

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 16027(hlevy) GID: 10545(mkgroup-l-d)
10545(mkgroup-l-d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 16027(hlevy) GID: 10545(mkgroup-l-d)
0(root)  544(Administrators)  
545(Users)   10545(mkgroup-l-d)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

CYGWIN = `server'
HOME = `C:\cygwin\home\hlevy'
MAKE_MODE = `unix'
PWD = `/home/hlevy'
USER = `hlevy'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\hlevy\Application Data'
CLIENTNAME = `Console'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `HLEVY-D600'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
DISPLAY = `:0.0'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\hlevy'
HOSTNAME = `hlevy-d600'
INFOPATH = 
`/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LOGNAME = `hlevy'
LOGONSERVER = `\\US01CANISMINOR'
MANPATH = 
`/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man:/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man:/usr/X11R6/man:/usr/ssl/man:/usr/X11R6/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/home/hlevy'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 9 Stepping 5, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0905'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
[EMAIL PROTECTED] \[\033[33m\w\033[0m\]
$ '
SESSIONNAME = `Console'
SHLVL = `2'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\hlevy\LOCALS~1\Temp'
TERM = `xterm'
TERMCAP = `xterm-r6|xterm|xterm X11R6 
version:am:km:mi:ms:xn:co#80:it#8:li#24:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:ke=\E[?1l\E:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:us=\E[4m:kb=\010:'
TEXMF = `{/usr/share/lilypond/2.2.2,/usr/share/texmf}'
TMP = `c:\DOCUME~1\hlevy\LOCALS~1\Temp'
USERDNSDOMAIN = `INTERNAL.SYNOPSYS.COM'
USERDOMAIN = `SYNOPSYS'
USERNAME = `hlevy'
USERPROFILE = `C:\Documents and Settings\hlevy'
WINDIR = `C:\WINDOWS'
WINDOWID = `10485774'
XAPPLRESDIR = `/usr/X11R6/lib/X11/app-defaults'
XAUTHORITY = `/home/hlevy/.Xauthority'
XCMSDB = `/usr/X11R6/lib/X11/Xcms.txt'
XKEYSYMDB = `/usr/X11R6/lib/X11/XKeysymDB'
XNLSPATH = `/usr/X11R6/lib/X11/locale'
_ = `/usr/bin/cygcheck'
POSIXLY_CORRECT = `1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x0022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x002a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus 

Re: gaim 'BadWindow' crashes fixed

2004-07-06 Thread Alexander Gottwald
On Mon, 5 Jul 2004, Jean-Claude Gervais wrote:

 It turns out that the key to avoiding this is invoking the SSH
 connection with the '-Y' option, and NOT the '-X' option, like this -
 
 ssh -C -Y [EMAIL PROTECTED]
 
 Once again, after a lot of searching (and swearing) it was Harold L.
 Hunt who came up with the answer:
 
 http://www.cygwin.com/ml/cygwin-xfree/2004-03/msg00701.html
 
 Thanks, Harold.
 
 PS - I KNOW that this is obviously OLD news, but I only ended up
 stumbling on the solution almost by chance, and I thought it was worth
 repeating here, in case someone else is having the same problem.

It is stated in the FAQ for some months now.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Entry point *main* can't be found in cygpango-1.0-0.dll

2004-07-06 Thread Alexander Gottwald
On Tue, 6 Jul 2004 [EMAIL PROTECTED] wrote:

 Hello,
 
 After i downloaded Gerrit P. Haase new packages (glib2, pango, atk and
 gtk2), i compiled GVIM and each time i try to launch the generated
 executable be it VIM or GVIM i get an error message saying that entry
 point *main* couldn't be found in cygpango-1.0-0.dll.
 
 I attached the output of *cygcheck -srv  cygcheck_log.txt*
 
 
 Any hints would be appreciated.

the people from cygnome.sourceforge.net might be more competent in respect
of GTK/GTK2 problems than we are.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Entry point *main* can't be found in cygpango-1.0-0.dll

2004-07-06 Thread richard . dje
Selon Alexander Gottwald [EMAIL PROTECTED]:

 On Tue, 6 Jul 2004 [EMAIL PROTECTED] wrote:
 
  Hello,
  
  After i downloaded Gerrit P. Haase new packages (glib2, pango, atk
 and
  gtk2), i compiled GVIM and each time i try to launch the generated
  executable be it VIM or GVIM i get an error message saying that
 entry
  point *main* couldn't be found in cygpango-1.0-0.dll.
  
  I attached the output of *cygcheck -srv  cygcheck_log.txt*
  
  
  Any hints would be appreciated.
 
 the people from cygnome.sourceforge.net might be more competent in
 respect
 of GTK/GTK2 problems than we are.

So you are saying that even if these four packages are now part of the
main cygwin distribution, we are not allowed to ask questions here, when
we have problems with one of them.

Ok, if it is the case then sorry for the noise.

-Richard 





Re: Entry point *main* can't be found in cygpango-1.0-0.dll

2004-07-06 Thread Alexander Gottwald
On Tue, 6 Jul 2004 [EMAIL PROTECTED] wrote:

  the people from cygnome.sourceforge.net might be more competent in
  respect
  of GTK/GTK2 problems than we are.
 
 So you are saying that even if these four packages are now part of the
 main cygwin distribution, we are not allowed to ask questions here, when
 we have problems with one of them.

Then you should ask on the cygwin list not on cygwin-xfree. I'm not sure if
Gerrit does monitor this list, but I'm quite sure he monitors the cygwin 
list to get feedback on his packages.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Entry point *main* can't be found in cygpango-1.0-0.dll

2004-07-06 Thread Christopher Faylor
On Tue, Jul 06, 2004 at 01:44:27PM +0200, Alexander Gottwald wrote:
On Tue, 6 Jul 2004 [EMAIL PROTECTED] wrote:

  the people from cygnome.sourceforge.net might be more competent in
  respect
  of GTK/GTK2 problems than we are.
 
So you are saying that even if these four packages are now part of the
main cygwin distribution, we are not allowed to ask questions here,
when we have problems with one of them.

Then you should ask on the cygwin list not on cygwin-xfree.  I'm not
sure if Gerrit does monitor this list, but I'm quite sure he monitors
the cygwin list to get feedback on his packages.

Gerrit is subscribed to this list.  There is no reason that I can see
to insist that this be discussed on the main cygwin list.

cgf


Re: gaim 'BadWindow' crashes fixed

2004-07-06 Thread Jean-Claude Gervais
Thank you, Alexander.

I was searching for the solution to the bug in relation with Gaim, which
is the only application I had problems with: Mozilla and Evolution both
worked fine, only Gaim crashed.


You wouldn't happen to know how to fix the WindowMaker Preferences
Utility corrupted icons bug, would you?

I did find one or two messages on the subject, but no one seemed to have
a solution.

On Tue, 2004-07-06 at 04:23, Alexander Gottwald wrote:
 On Mon, 5 Jul 2004, Jean-Claude Gervais wrote:
 
  It turns out that the key to avoiding this is invoking the SSH
  connection with the '-Y' option, and NOT the '-X' option, like this -
  
  ssh -C -Y [EMAIL PROTECTED]
  
  Once again, after a lot of searching (and swearing) it was Harold L.
  Hunt who came up with the answer:
  
  http://www.cygwin.com/ml/cygwin-xfree/2004-03/msg00701.html
  
  Thanks, Harold.
  
  PS - I KNOW that this is obviously OLD news, but I only ended up
  stumbling on the solution almost by chance, and I thought it was worth
  repeating here, in case someone else is having the same problem.
 
 It is stated in the FAQ for some months now.
 
 bye
   ago



Re: gaim 'BadWindow' crashes fixed

2004-07-06 Thread Alexander Gottwald
On Tue, 6 Jul 2004, Jean-Claude Gervais wrote:

 You wouldn't happen to know how to fix the WindowMaker Preferences
 Utility corrupted icons bug, would you?

Maybe this is the long standing bug with lz77 compressed tiff files in the
windowmaker package with libtiff without lz77 algorithm.

But i don't use windowmaker and can't tell exactly.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Entry point *main* can't be found in cygpango-1.0-0.dll

2004-07-06 Thread Alexander Gottwald
On Tue, 6 Jul 2004, Christopher Faylor wrote:

 
 Gerrit is subscribed to this list.  There is no reason that I can see
 to insist that this be discussed on the main cygwin list.

I don't insist on it. I just want to make sure the topic gets appropriate
attention which I thought it would not get on this list.

bye
ago 
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: gaim 'BadWindow' crashes fixed

2004-07-06 Thread Danilo Turina
I also think so.
In fact when I used WindowMaker (now I go with -multiwindow) I had the 
same problem and it was caused by lz77 compressed tiff icons.
If I remember well (but I usually don't), I converted the broken TIFFs 
with IrfanView to uncompressed (or non-lz77 compressed) TIFFs.

Ciao,
Danilo
Alexander Gottwald wrote:
On Tue, 6 Jul 2004, Jean-Claude Gervais wrote:

You wouldn't happen to know how to fix the WindowMaker Preferences
Utility corrupted icons bug, would you?

Maybe this is the long standing bug with lz77 compressed tiff files in the
windowmaker package with libtiff without lz77 algorithm.
But i don't use windowmaker and can't tell exactly.
bye
ago

--
--
Danilo Turina
Alcatel Optics OND Network Management
Rieti (Italy) - Phone: +39 0746 600332
--
3 anni 2 mesi 27 giorni 7 ore 27 minuti 49 secondi


XWin segmentation fault with xwinwm

2004-07-06 Thread bdev
Hi ! 
I used the following sequence of commands and the XWin binary seg 
faults. 

1. XWin -mwextwm   
2. xwinwm  
3. xterm  

Here xterm can be any x based application. When I click on the 
application, XWin crashes. 

I am sending the related dumps with this mail 

Bashuman Deb
---
They deny that TV and fried food have much worth.
They cannot be human. They're not of this earth.
---



Stacktrace :


Exception: STATUS_ACCESS_VIOLATION at eip=00471342

eax= ebx=01EBFFD0 ecx= edx= esi=1025713C 
edi=0001

ebp=0022E998 esp=0022E934 program=C:\cygwin\usr\X11R6\bin\XWin.exe, pid 
1692, thread main

cs=001B ds=0023 es=0023 fs=0038 gs= ss=0023

Stack trace:

Frame Function  Args

0022E998  00471342  (1025712C, 016B, 0060, 01EBFFC4)

0022EA08  004738C3  (10167148, 1015F018, , 0022EA60)

0022EA78  006CDF01  (1015EB90, 0001, 0004, 0017)

0022EB18  006CE5CF  (1015EB90, 0004, 0017, 01E2)

0022EBC8  004055DC  (1015EB90, 000C, 101E1014, 101E0DE8)

0022EBF8  004085E1  (101E0DE8, 000C, , 611242CC)

0022F028  00407E02  (0002, , 616D2C88, 7C4F1B1B)

0022F068  004017F8  (0002, 616D2C88, 100E00A8, 0022F0C0)

0022F0A8  61005F54  (0022F0C0, 00233390, 002333CC, 0022F394)

0022FF88  6100616B  (, , , )

End of stack trace




output of  cygcheck 



Cygwin Configuration Diagnostics
Current System Time: Tue Jul 06 22:19:09 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\Ca_Appsw
c:\WINNT\system32\nls
c:\WINNT\system32\nls\ENGLISH
c:\TNGSD\BIN
Z
.\
Y
.\
.\

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 500(Administrator) GID: 513(None)
513(None)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 500(Administrator) GID: 513(None)
0(root) 513(None)
544(Administrators) 545(Users)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = `C:\cygwin\home\Administrator'
MAKE_MODE = `unix'
PWD = `/home/Administrator'
USER = `Administrator'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Administrator\Application Data'
ASMROOT = `C:\TNGSD\SD'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `B3-086'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
DISPLAY = `127.0.0.1:0.0'
HOMEDRIVE = `C:'
HOMEPATH = `\'
HOSTNAME = `B3-086'
INFOPATH = 
`/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LOGONSERVER = `\\B3-086'
MANPATH = 
`/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man'
NUMBER_OF_PROCESSORS = `1'
NWLANGUAGE = `ENGLISH'
NWUSERNAME = `bdev'
OLDPWD = `/usr/bin'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 1, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0801'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\h \d'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp'
USERDOMAIN = `B3-086'
USERNAME = `Administrator'
USERPROFILE = `C:\Documents and Settings\Administrator'
WINDIR = `C:\WINNT'
WINDOWS_LOGIN = `0'
_ = `/usr/bin/cygcheck.exe'
POSIXLY_CORRECT = `1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x0022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts 
v2\/usr/X11R6/lib/X11/fonts
  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd   N/AN/A 
c:  hd  FAT32   8002Mb  27% CPUN 
d:  hd  NTFS   11066Mb   2% CP CS UN PA FC Data
e:  cd   N/AN/A 
f:  net NWFS   17332Mb 

Re: XWin segmentation fault with xwinwm

2004-07-06 Thread Alexander Gottwald
On Tue, 6 Jul 2004 [EMAIL PROTECTED] wrote:

 Hi ! 
 I used the following sequence of commands and the XWin binary seg 
 faults. 
 
 1. XWin -mwextwm   
 2. xwinwm  
 3. xterm  
 
 Here xterm can be any x based application. When I click on the 
 application, XWin crashes. 

Sorry. xwinwm is currently still in development and unsupported. Unless
you plan to do look at the code yourself you should stay with the internal
windowmanger started with -multiwindow

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Highlighting and pasting problems between xterm windows

2004-07-06 Thread David
Greetings,

Sometimes when I highlight text in xterm window A and attempt to paste
it in xterm window B, window A dies.  Other times, window A doesn't
die, but when I go to paste in window B, nothing gets pasted.  And
sometimes it seems to work correctly.

If I highlight something at the top of an xterm window and then
execute clear (i.e., you can't scroll back to find the highlighted
text), when I go to paste it, nothing is in the buffer.

If I select a font using xfontsel and go to an xterm window and try to
change the window's font using ctrl and the right mouse button and
choosing Selection I can't change the font.  It's as if there was
nothing in the buffer.

What might I do so that I can do these things and have them exhibit
the expected behavior?

Thanks,
David

P.S.  I've attached my configuration information.
-- 
Live in a world of your own, but always welcome visitors.

Cygwin Configuration Diagnostics
Current System Time: Tue Jul 06 15:16:20 2004

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\oracle\ora81\bin
c:\Program Files\Compaq\Compaq Management Agents\Dmi\Win32\Bin
c:\Program Files\Reflection
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1167520(X37JC0) GID: 10545(mkgroup-l-d)
10545(mkgroup-l-d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1167520(X37JC0) GID: 10545(mkgroup-l-d)
0(root)  544(Administrators)  
545(Users)   10545(mkgroup-l-d)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

HOME = `c:\Documents and Settings\x37jc0'
PWD = `/cygdrive/c/Documents and Settings/x37jc0'

!EXITCODE = `'
;PATH = `C:\Program 
Files\Reflection;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem'
ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\x37jc0\Application Data'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `X224KGLZC020'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CYGWIN_ROOT = `\cygwin'
DISPLAY = `127.0.0.1:0.0'
ENV = `/cygdrive/c/Documents and Settings/x37jc0/.bashrc'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\x37jc0'
LOGNAME = `X37JC0'
LOGONSERVER = `\\SAMTCASXD28'
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 1 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0102'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = [EMAIL PROTECTED] '
SESSIONNAME = `Console'
SHLVL = `3'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\x37jc0\LOCALS~1\Temp'
TERM = `xterm'
TERMCAP = `xterm-r6|xterm|xterm X11R6 
version:am:km:mi:ms:xn:co#80:it#8:li#40:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:ke=\E[?1l\E:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:us=\E[4m:kb=\010:'
TMP = `c:\DOCUME~1\x37jc0\LOCALS~1\Temp'
USERDNSDOMAIN = `USA.DCE.USPS.GOV'
USERDOMAIN = `USA'
USERNAME = `X37JC0'
USERPROFILE = `C:\Documents and Settings\x37jc0'
WIN32DMIPATH = `C:\Program Files\Compaq\Compaq Management Agents\Dmi\Win32'
WINDIR = `C:\WINDOWS'
WINDOWID = `25165838'
XAPPLRESDIR = `/usr/X11R6/lib/X11/app-defaults'
XCMSDB = `/usr/X11R6/lib/X11/Xcms.txt'
XKEYSYMDB = `/usr/X11R6/lib/X11/XKeysymDB'
XNLSPATH = `/usr/X11R6/lib/X11/locale'
_ = `/usr/bin/cygcheck'
POSIXLY_CORRECT = `1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x0022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program 

Cygwin-X hangs all at a sudden

2004-07-06 Thread Arrigo Benedetti
For some reason, a Cygwin installation that used to work perfectly until 
yesterday is now broken. The only reason I can think of is updating
Windows XP this morning (ah!).
After starting the server with /usr/X11R6/bin/startx, X clients just 
hang. I reinstalled all the Cygwin-X packages and this did not help.
The XWin.log file is below.

any ideas?
Thanks
-Arrigo
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.7.0.0-10
Contact: [EMAIL PROTECTED]
XWin was started with the following command line:
X :0 -multiwindow -clipboard
ddxProcessArgument - Initializing default screens
winInitializeDefaultScreens - w 1280 h 1024
winInitializeDefaultScreens - Returning
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
(II) XF86Config is not supported
(II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
winDetectSupportedEngines - Windows NT/2000/XP
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 0007
winSetEngine - Multi Window or Rootless = ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per 
pixel
winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 960 depth: 32
winFinishScreenInitFB - Masks: 00ff ff00 00ff
winInitVisualsShadowGDI - Masks 00ff ff00 00ff BPRGB 8 d 24 
bpp 32
null screen fn ReparentWindow
null screen fn RestackWindow
InitQueue - Calling pthread_mutex_init
InitQueue - pthread_mutex_init returned
InitQueue - Calling pthread_cond_init
InitQueue - pthread_cond_init returned
winInitMultiWindowWM - Hello
winMultiWindowXMsgProc - Hello
winInitMultiWindowWM - Calling pthread_mutex_lock ()
winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
MIT-SHM extension disabled due to lack of kernel support
XFree86-Bigfont extension local-client optimization disabled due to lack 
of shared memory support in the kernel
(--) Setting autorepeat to delay=500, rate=31
(--) winConfigKeyboard - Layout: 0409 (0409)
(EE) Keyboardlayout US (0409) is unknown
Rules = xorg Model = pc101 Layout = us Variant = (null) Options 
= (null)
Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing 
from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, 
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, 
removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing 
from list!
winPointerWarpCursor - Discarding first warp: 640 480
winInitMultiWindowWM - pthread_mutex_lock () returned.
winProcEstablishConnection - Hello



Re: PERL and XML::Parser

2004-07-06 Thread Jani tiainen
Jani tiainen wrote:
I'm trying to install XML::Parser to perl, but no success. For some 
reason CPAN install fails with:
Well, found the reason:
It appears that Visual Studio .NET environment variable LIB produced 
invalid output in Makefile.

I also run into same problem (another variable tough) while compiling 
openjade or openSP...

--
Jani Tiainen

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


RE: tar and the symlinks

2004-07-06 Thread ZXPLESPAC001, Ext
 -Original Message-
 From: Larry Hall [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 05, 2004 8:09 PM
 To: [EMAIL PROTECTED]; '[EMAIL PROTECTED]'
 Subject: Re: tar and the symlinks
 
 
 At 06:54 AM 7/5/2004, you wrote:
 Hi,
 I (tried to) read the FAQ carefully and did'nt find a clue.
 
 The problem is for the packaging of applications that install
 some of their files in a directory that is a link.
 On NT4 I have a strange behavior: the directory is hidding
 the link and the files didn't mix. OK, I know that my english is not
 very clear (sorry but I'm french :-), 
 
 
 I'm sorry too. ;-) ;-) ;-)
 
 so let's explain with an
 example:
 
 1/ I am porting the xlockmore application. This is an X11 program
 and after being compiled and configured the X11 resource files
 will be installed in $prefix/lib/X11/app-defaults (prefix is 
 /usr/X11R6)
 2/ I package the file within a bzip2 compress tar-ball, and this tar 
 (for example for the motif GUI xmlock) contains:
 usr/
 usr/X11R6/
 usr/X11R6/bin/
 usr/X11R6/bin/xmlock.exe
 usr/X11R6/lib/
 usr/X11R6/lib/X11/
 usr/X11R6/lib/X11/app-defaults/
 usr/X11R6/lib/X11/app-defaults/XmLock
 3/ after using setup to install this package I have in /usr/X11R6
 a directory named app-defaults (which is hiding the 
 symlink for the 
 initial app-defaults which is a link to /etc/X11/app-defaults and is 
 created when installing xorg):
 
 
 Right.  This is standard 'tar' behavior.  There's nothing 
 Cygwin specific
 here.  'tar's info page has this to say:
 
 
When extracting files, if `tar' discovers that the extracted file
 already exists, it normally replaces the file by removing it before
 extracting it, to prevent confusion in the presence of hard 
 or symbolic
 links.  (If the existing file is a symbolic link, it is removed, not
 followed.)  However, if a directory cannot be removed because it is
 nonempty, `tar' neither removes it nor modifies its ownership,
 permissions, or time stamps.

OK. This is tar normal behavior (never really asked myself what tar
was doing in that case). I even tried this on a linux box:
[EMAIL PROTECTED] tree
.
|-- link_to_dir - real_dir/
|-- package.tar.bz2
|-- real_dir
|   `-- real_file
`-- temp_root_for_package
`-- link_to_dir
`-- added_file

[EMAIL PROTECTED] tar xvjf package.tar.bz2 
./
./link_to_dir/
./link_to_dir/added_file
[EMAIL PROTECTED] tree
.
|-- link_to_dir
|   `-- added_file
|-- package.tar.bz2
|-- real_dir
|   `-- real_file
`-- temp_root
`-- link_to_dir
`-- added_file


The answer to my question is finally:
you have to know that a dir in your install tree is a symlink before 
doing the package. and you MUST use the real dir name (not the link)
when packaging you application (maybe this should be added somewhere
in the packager documentation ?). Maybe setup.exe could verify that
before installing ?

 
To be more cautious and prevent existing files from being replaced,
 use the `--keep-old-files' (`-k') option.  It causes `tar' to 
 refuse to
 replace or update a file that already exists, i.e., a file with the
 same name as an archive member prevents extraction of that archive
 member.  Instead, it reports an error.
 
To be more aggressive about altering existing files, use the
 `--overwrite' option.  It causes `tar' to overwrite existing files and
 to follow existing symbolic links when extracting.  The
 `--overwrite-dir' option is somewhat more conservative than
 `--overwrite': it overwrites metadata (ownership, permission, 
 etc.) for
 directories, but removes other files before extracting them.
 
 
 Make sense?
 
 
 --
 Larry Hall  http://www.rfk.com
 RFK Partners, Inc.  (508) 893-9779 - RFK Office
 838 Washington Street   (508) 893-9889 - FAX
 Holliston, MA 01746 
 
 


-- 
Eric Lassauge [EMAIL PROTECTED]
ASTRIUM - SPACEBEL - TRASYS G2i
 -

CE COURRIER ELECTRONIQUE EST A USAGE STRICTEMENT INFORMATIF ET NE SAURAIT ENGAGER DE 
QUELQUE MANIERE QUE CE SOIT EADS ASTRIUM SAS, NI SES FILIALES.

SI UNE ERREUR DE TRANSMISSION OU UNE ADRESSE ERRONEE A MAL DIRIGE CE COURRIER, MERCI 
D'EN INFORMER L'EXPEDITEUR EN LUI FAISANT UNE REPONSE PAR COURRIER ELECTRONIQUE DES 
RECEPTION. SI VOUS N'ETES PAS LE DESTINATAIRE DE CE COURRIER, VOUS NE DEVEZ PAS 
L'UTILISER, LE CONSERVER, EN FAIRE ETAT, LE DISTRIBUER, LE COPIER, L'IMPRIMER OU EN 
REVELER LE CONTENU A UNE TIERCE PARTIE.



This email is for information only and will not bind EADS Astrium SAS in any contract 
or obligation, nor its subsidiaries.

If you have received it in error, please notify the sender by return email. If you are 
not the addressee of this email, you must not use, keep, disseminate, copy, print or 
otherwise deal with it.

-

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:  

Re: Not reallly OT: searching for mysql++

2004-07-06 Thread Gerrit P. Haase
Christopher wrote:

 On Mon, Jul 05, 2004 at 04:07:42PM +0200, Gerrit P. Haase wrote:
Unfortunately the server isn't running with recent Cygwin releases
(once again), but you can use the clients with the Windows version of the
server.

 Gerrit, maybe you should change your signature to Nothing works with the
 latest cygwin release.  It would probably save you some typing.

Hehe, it is not really that bad.  I've completed the GCC build with the
Cygwin snapshot 2004-06-04. Some Java tests which were failing with
1.5.9 are now succeeding.  Can I get a 1.5.10-4 release, please?

Unfortunately it is true for the MySQL Server.  It worked with 1.5.5 in
January and the same server running on 1.5.10 cannot be connected
without crashing it.  It is the same behaviour as it was back in the
sixties as Cygwin switched from 1.3.x to 1.5 releases until Corinna
fixed something (socket related?).


Gerrit
-- 
=^..^= http://nyckelpiga.de/donate.html


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



Windows init Service

2004-07-06 Thread Gordon Cichon
Hi all,
I would like to start a Cygwin xinetd automatically on Windows startup. 
I've installed everything according to the instructions, but it does not 
work.

init seems to be established as Windows Service which can be started 
and stopped. The Windows Event Viewer displays that init was running. 
Also, I can start/stop xinet manually using /etc/rc.d/init.d/xinetd 
start/stop. However, init does not start xinetd. telinit does not do the 
job either. (BTW: The links in /etc/rc3.d/ are present).

What is going wrong? Why does the init service not work? I would greatly 
appreciate any help.

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


Re: Not reallly OT: searching for mysql++

2004-07-06 Thread Corinna Vinschen
On Jul  6 12:12, Gerrit P. Haase wrote:
 Christopher wrote:
 
  On Mon, Jul 05, 2004 at 04:07:42PM +0200, Gerrit P. Haase wrote:
 Unfortunately the server isn't running with recent Cygwin releases
 (once again), but you can use the clients with the Windows version of the
 server.
 
  Gerrit, maybe you should change your signature to Nothing works with the
  latest cygwin release.  It would probably save you some typing.
 
 Hehe, it is not really that bad.  I've completed the GCC build with the
 Cygwin snapshot 2004-06-04. Some Java tests which were failing with
 1.5.9 are now succeeding.  Can I get a 1.5.10-4 release, please?
 
 Unfortunately it is true for the MySQL Server.  It worked with 1.5.5 in
 January and the same server running on 1.5.10 cannot be connected
 without crashing it.  It is the same behaviour as it was back in the
 sixties as Cygwin switched from 1.3.x to 1.5 releases until Corinna
 fixed something (socket related?).

Did you try to track it down?

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.

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



RE: Windows init Service

2004-07-06 Thread Sergey Okhapkin
Reinstall initscripts package to get updated /etc/inittab.

Sergey Okhapkin
Somerset, NJ

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Cichon
 Sent: Tuesday, July 06, 2004 6:27 AM
 To: [EMAIL PROTECTED]
 Subject: Windows init Service


 Hi all,

 I would like to start a Cygwin xinetd automatically on
 Windows startup.
 I've installed everything according to the instructions, but
 it does not
 work.

 init seems to be established as Windows Service which can
 be started
 and stopped. The Windows Event Viewer displays that init was running.
 Also, I can start/stop xinet manually using /etc/rc.d/init.d/xinetd
 start/stop. However, init does not start xinetd. telinit does
 not do the
 job either. (BTW: The links in /etc/rc3.d/ are present).

 What is going wrong? Why does the init service not work? I
 would greatly
 appreciate any help.

 Best Regards,
 Gordon.


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





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



RE: Not reallly OT: searching for mysql++

2004-07-06 Thread Dave Korn
 -Original Message-
 From: cygwin-owner On Behalf Of Gerrit P. Haase
 Sent: 06 July 2004 11:12

  It worked with 1.5.5 in
 January and the same server running on 1.5.10 cannot be connected
 without crashing it.  It is the same behaviour as it was back in the
 sixties as Cygwin switched from 1.3.x to 1.5 releases 


  Wow, I never knew Cygwin had been around so long!  If the 1.3 - 1.5
change was back in the 60s, doesn't that mean b.19 must have been released
sometime around the end of World War 2 ?



cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


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



Zaregistrujte se do OnlinePanelu!

2004-07-06 Thread [EMAIL PROTECTED]

Adam Polk Vs vyzv k asti na online vzkumech agentury Network Media Service. 
Stejn jako Adam Polk se mete zaregistrovat do panelu uivatel internetu - 
OnlinePanel.
ast na vkumech Vm pinese monost zskat zajmav odmny.

Pro registraci, prosm, kliknte na tento odkaz: 
http://www.onlinepanel.cz/registrace.php4?bnz_id=4753
Pokud V e-mailov klient nepodporuje monost oteveni www strnky pimo z textu 
e-mailu, zkoprujte celou adresu pmo do prohlee.

Dkujeme!

Vzkumn tm OnlinePanelu.

Network Media Service s.r.o.
Na Skalce 15, 150 00 Praha 5
telefon: +420.251566777
e-mail: [EMAIL PROTECTED]
http://www.onlinepanel.cz
bezplatn linka OnlinePanelu: 800555667 (800-555-NMS)

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



Re: Creating tunnels between M$Win via CygWin+OpenSSH

2004-07-06 Thread Igor Pechtchanski
On Mon, 5 Jul 2004, StuckInIl wrote:

 I'd like to create SSH tunnels between Windows machines using
 CYGWIN/OpenSSH. Have anyone of you been able to do this?

I'm assuming that by tunnels you mean port forwarding.  In the past
I've set up port forwarding from a Solaris machine (to Cygwin) using ssh.
I haven't tried it with two Windows machines, but I don't see why it would
be any different.

 If so, can you provide some references or direction?

man ssh, /usr/share/doc/openssh/OVERVIEW
HTH,
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster.  -- Patrick Naughton

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



Re: Entry point *main* can't be found in cygpango-1.0-0.dll

2004-07-06 Thread Gerrit P. Haase
richard wrote:

 Hello,

 After i downloaded Gerrit P. Haase new packages (glib2, pango, atk and
 gtk2), i compiled GVIM and each time i try to launch the generated
 executable be it VIM or GVIM i get an error message saying that entry
 point *main* couldn't be found in cygpango-1.0-0.dll.

 I attached the output of *cygcheck -srv  cygcheck_log.txt*

According to this output you have another version of pango installed in
/usr/local/lib:
  587k 2004/05/12 D:\users\dje\cyginstall\usr\local\bin\cygpango-1.0-0.dll - os=4.0 
img=1.0 sys=4.0
  cygpango-1.0-0.dll v0.0 ts=2004/5/12 13:25
/usr/lib:
  187k 2004/06/30 D:\users\dje\cyginstall\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 
sys=4.0
  cygpango-1.0-0.dll v0.0 ts=2004/6/30 19:49

Your PATH setting shows that /bin comes at first before /usr/local/bin:
Path:   D:\users\dje\cyginstall\bin
[...]
D:\users\dje\cyginstall\usr\local\bin

But that doesn't mean that you have linked against the correct version
of the import library.  Please try to remove pango from /usr/local/lib 
/usr/local/bin and also the includes from /usr/local/include/pango-1.0
and build VIM again (from scratch).

 Any hints would be appreciated.

HTH.

 Thank you in advance.
 -Richard

 PS: Gerrit Thaank you for these packages :)

You're welcome;)


Gerrit
-- 
=^..^= http://nyckelpiga.de/donate.html


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



Re: Entry point *main* can't be found in cygpango-1.0-0.dll

2004-07-06 Thread richard . dje
Selon Gerrit P. Haase [EMAIL PROTECTED]:

 richard wrote:
 
  Hello,
 
  After i downloaded Gerrit P. Haase new packages (glib2, pango, atk
 and
  gtk2), i compiled GVIM and each time i try to launch the generated
  executable be it VIM or GVIM i get an error message saying that
 entry
  point *main* couldn't be found in cygpango-1.0-0.dll.
 
  I attached the output of *cygcheck -srv  cygcheck_log.txt*
 
 According to this output you have another version of pango installed
 in
 /usr/local/lib:
   587k 2004/05/12
 D:\users\dje\cyginstall\usr\local\bin\cygpango-1.0-0.dll - os=4.0
 img=1.0 sys=4.0
   cygpango-1.0-0.dll v0.0 ts=2004/5/12 13:25
 /usr/lib:
   187k 2004/06/30 D:\users\dje\cyginstall\bin\cygpango-1.0-0.dll -
 os=4.0 img=1.0 sys=4.0
   cygpango-1.0-0.dll v0.0 ts=2004/6/30 19:49
 
 Your PATH setting shows that /bin comes at first before
 /usr/local/bin:
 Path:   D:\users\dje\cyginstall\bin
 [...]
 D:\users\dje\cyginstall\usr\local\bin
 
 But that doesn't mean that you have linked against the correct
 version
 of the import library.  Please try to remove pango from
 /usr/local/lib 
 /usr/local/bin and also the includes from
 /usr/local/include/pango-1.0
 and build VIM again (from scratch).
SHame on ME, i was the culprit. After i followed your advices by
removing *bin*, *lib* and *include* directories of the OLD version
of pango, the building of GVIM went FINE.

Now i have a *pretty nice* GVIM interface :), but there is another 
issue. The problem is that now i am getting the following errors/warnings:

(gvim:852): GdkPixbuf-WARNING **: Error loading XPM image loader: Image
type 'xpm' is not supported
(gvim:852): GdkPixbuf-WARNING **: Can not open pixbuf loader module file
'/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory
(gvim:852): GdkPixbuf-WARNING **: Error loading XPM image loader: Image
type 'xpm' is not supported
(gvim:852): GdkPixbuf-WARNING **: Can not open pixbuf loader module file
'/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory
(gvim:852): GdkPixbuf-WARNING **: Error loading XPM image loader: Image
type 'xpm' is not supported
(gvim:852): GLib-GObject-CRITICAL **: file
/p/instsoft/GNOME/glib-2.4.2/gobject/gobject.c: line 1561
(g_object_ref): assertion `G_IS_OBJECT (object)' failed
(gvim:852): Gdk-CRITICAL **: file
/p/instsoft/GNOME/gtk+/gtk+-2.4.3/gdk/x11/gdkwindow-x11.c: line 3399
(gdk_window_set_icon_list): assertion `GDK_IS_PIXBUF (pixbuf)' failed
(gvim:852): GdkPixbuf-CRITICAL **: file
/p/instsoft/GNOME/gtk+/gtk+-2.4.3/gdk-pixbuf/gdk-pixbuf.c: line 480
(gdk_pixbuf_get_width): assertion `pixbuf != NULL' failed
(gvim:852): GdkPixbuf-CRITICAL **: file
/p/instsoft/GNOME/gtk+/gtk+-2.4.3/gdk-pixbuf/gdk-pixbuf.c: line 496
(gdk_pixbuf_get_height): assertion `pixbuf != NULL' failed
(gvim:852): GdkPixbuf-CRITICAL **: file
/p/instsoft/GNOME/gtk+/gtk+-2.4.3/gdk-pixbuf/gdk-pixbuf.c: line 480
(gdk_pixbuf_get_width): assertion `pixbuf != NULL' failed
(gvim:852): GdkPixbuf-CRITICAL **: file
/p/instsoft/GNOME/gtk+/gtk+-2.4.3/gdk-pixbuf/gdk-pixbuf.c: line 496
(gdk_pixbuf_get_height): assertion `pixbuf != NULL' failed
(gvim:852): GdkPixbuf-CRITICAL **: file
/p/instsoft/GNOME/gtk+/gtk+-2.4.3/gdk-pixbuf/gdk-pixbuf.c: line 480
(gdk_pixbuf_get_width): assertion `pixbuf != NULL' failed
(gvim:852): GdkPixbuf-CRITICAL **: file
/p/instsoft/GNOME/gtk+/gtk+-2.4.3/gdk-pixbuf/gdk-pixbuf.c: line 496
(gdk_pixbuf_get_height): assertion `pixbuf != NULL' failed
(gvim:852): GLib-GObject-CRITICAL **: file
/p/instsoft/GNOME/glib-2.4.2/gobject/gobject.c: line 1579
(g_object_unref): assertion `G_IS_OBJECT (object)' failed
(gvim:852): GLib-GObject-CRITICAL **: file
/p/instsoft/GNOME/glib-2.4.2/gobject/gobject.c: line 1579
(g_object_unref): assertion `G_IS_OBJECT (object)' failed
(gvim:852): GLib-GObject-CRITICAL **: file
/p/instsoft/GNOME/glib-2.4.2/gobject/gobject.c: line 1579
(g_object_unref): assertion `G_IS_OBJECT (object)' failed



I don't know if it is related or not but when i open a document, the
FONT with which that document is rendered is wierd. A consequence is 
that, even with small font size GVIM's window span the whole screen.
It is not that cool to edit with such an effect (i am NOT complaining ;)

Thank You again for the hints :)
-Richard

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



Re: Entry point *main* can't be found in cygpango-1.0-0.dll

2004-07-06 Thread Gerrit P. Haase
richard wrote:

 Selon Gerrit P. Haase [EMAIL PROTECTED]:

 richard wrote:
 
  Hello,
 
  After i downloaded Gerrit P. Haase new packages (glib2, pango, atk
 and
  gtk2), i compiled GVIM and each time i try to launch the generated
  executable be it VIM or GVIM i get an error message saying that
 entry
  point *main* couldn't be found in cygpango-1.0-0.dll.
 
  I attached the output of *cygcheck -srv  cygcheck_log.txt*
 
 According to this output you have another version of pango installed
 in
 /usr/local/lib:
   587k 2004/05/12
 D:\users\dje\cyginstall\usr\local\bin\cygpango-1.0-0.dll - os=4.0
 img=1.0 sys=4.0
   cygpango-1.0-0.dll v0.0 ts=2004/5/12 13:25
 /usr/lib:
   187k 2004/06/30 D:\users\dje\cyginstall\bin\cygpango-1.0-0.dll -
 os=4.0 img=1.0 sys=4.0
   cygpango-1.0-0.dll v0.0 ts=2004/6/30 19:49
 
 Your PATH setting shows that /bin comes at first before
 /usr/local/bin:
 Path:   D:\users\dje\cyginstall\bin
 [...]
 D:\users\dje\cyginstall\usr\local\bin
 
 But that doesn't mean that you have linked against the correct
 version
 of the import library.  Please try to remove pango from
 /usr/local/lib 
 /usr/local/bin and also the includes from
 /usr/local/include/pango-1.0
 and build VIM again (from scratch).
 SHame on ME, i was the culprit. After i followed your advices by
 removing *bin*, *lib* and *include* directories of the OLD version
 of pango, the building of GVIM went FINE.

 Now i have a *pretty nice* GVIM interface :), but there is another 
 issue. The problem is that now i am getting the following errors/warnings:

 (gvim:852): GdkPixbuf-WARNING **: Error loading XPM image loader: Image
 type 'xpm' is not supported

There is a bug in the postinstall script in the gtk2-x11-2.4.3-1
package.  Either wait for the 2.4.3-2 package or as a temporary fix run
manually the following commands:

mkdir -p /etc/gtk-2.0
chmod 777 /etc/gtk-2.0
/usr/bin/gdk-pixbuf-query-loaders.exe  /etc/gtk-2.0/gdk-pixbuf.loaders
/usr/bin/gtk-query-immodules-2.0.exe  /etc/gtk-2.0/gtk.immodules

 I don't know if it is related or not but when i open a document, the
 FONT with which that document is rendered is wierd. A consequence is 
 that, even with small font size GVIM's window span the whole screen.
 It is not that cool to edit with such an effect (i am NOT complaining ;)

What is in your /etc/pango/pango.modules file?
Maybe it helps to run again:

/usr/bin/pango-querymodules.exe  /etc/pango/pango.modules


Gerrit
-- 
=^..^= http://nyckelpiga.de/donate.html


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



[ANNOUNCEMENT] New Packages: glib2-2.4.2-1, glib2-runtime-2.4.2-1, glib2-devel-2.4.2-1, glib2-doc-2.4.2-1

2004-07-06 Thread Gerrit P. Haase
GLib - low-level core library that forms the basis for projects such as
GTK+ and GNOME - has been uploaded to cygwin.com

DESCRIPTION
===
The GLib library provides data structure handling for C, portability
wrappers, and interfaces for such runtime functionality as an event
loop, threads, dynamic loading, and an object system.  Canonical
website: http://www.gtk.org/


UPDATE
==
To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Save it and run setup, answer the questions and pick up
'glib2' from the 'Libs' category, if you install it for the first
time, click on the 'skip' field next to 'glib2' until '2.4.2-1' is
displayed.


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need
to find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html


QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
To unsubscribe to the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]


If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Gerrit P. Haase
-- 
=^..^=



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



[ANNOUNCEMENT] New Packages: atk-1.6.1-1, atk-runtime-1.6.1-1, atk-devel-1.6.1-1, atk-doc-1.6.1-1

2004-07-06 Thread Gerrit P. Haase
ATK - has been uploaded to cygwin.com

DESCRIPTION
===
The ATK library provides a set of interfaces for accessibility. By
supporting the ATK interfaces, an application or toolkit can be used
with such tools as screen readers, magnifiers, and alternative input
devices. Canonical website: http://www.gtk.org/


UPDATE
==
To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Save it and run setup, answer the questions and pick up
'atk' from the 'Libs' category, if you install it for the first
time, click on the 'skip' field next to 'atk' until '1.6.1-1' is
displayed.


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need
to find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html


QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
To unsubscribe to the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]


If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Gerrit P. Haase
-- 
=^..^=


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



[ANNOUNCEMENT] New Packages: pango-1.4.0-1, pango-runtime-1.4.0-1, pango-devel-1.4.0-1, pango-doc-1.4.0-1

2004-07-06 Thread Gerrit P. Haase
ATK - has been uploaded to cygwin.com

DESCRIPTION
===
Pango is a library for layout and rendering of text, with an emphasis on
internationalization. It forms the core of text and font handling for
GTK+-2.0. Canonical website: http://www.gtk.org/  http://www.pango.org/


UPDATE
==
To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Save it and run setup, answer the questions and pick up
'pango' from the 'Libs' category, if you install it for the first
time, click on the 'skip' field next to 'pango' until '1.4.0-1' is
displayed.


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need
to find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html


QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
To unsubscribe to the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]


If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Gerrit P. Haase
-- 
=^..^=


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



Re: Entry point *main* can't be found in cygpango-1.0-0.dll

2004-07-06 Thread richard . dje
Selon Gerrit P. Haase [EMAIL PROTECTED]:

 richard wrote:
 
  Selon Gerrit P. Haase [EMAIL PROTECTED]:
 
  richard wrote:
  
   Hello,
  
   After i downloaded Gerrit P. Haase new packages (glib2, pango,
 atk
  and
   gtk2), i compiled GVIM and each time i try to launch the
 generated
   executable be it VIM or GVIM i get an error message saying that
  entry
   point *main* couldn't be found in cygpango-1.0-0.dll.
  
   I attached the output of *cygcheck -srv  cygcheck_log.txt*
  
  According to this output you have another version of pango
 installed
  in
  /usr/local/lib:
587k 2004/05/12
  D:\users\dje\cyginstall\usr\local\bin\cygpango-1.0-0.dll - os=4.0
  img=1.0 sys=4.0
cygpango-1.0-0.dll v0.0 ts=2004/5/12 13:25
  /usr/lib:
187k 2004/06/30 D:\users\dje\cyginstall\bin\cygpango-1.0-0.dll
 -
  os=4.0 img=1.0 sys=4.0
cygpango-1.0-0.dll v0.0 ts=2004/6/30 19:49
  
  Your PATH setting shows that /bin comes at first before
  /usr/local/bin:
  Path:   D:\users\dje\cyginstall\bin
  [...]
  D:\users\dje\cyginstall\usr\local\bin
  
  But that doesn't mean that you have linked against the correct
  version
  of the import library.  Please try to remove pango from
  /usr/local/lib 
  /usr/local/bin and also the includes from
  /usr/local/include/pango-1.0
  and build VIM again (from scratch).
  SHame on ME, i was the culprit. After i followed your advices by
  removing *bin*, *lib* and *include* directories of the OLD version
  of pango, the building of GVIM went FINE.
 
  Now i have a *pretty nice* GVIM interface :), but there is another
 
  issue. The problem is that now i am getting the following
 errors/warnings:
 
  (gvim:852): GdkPixbuf-WARNING **: Error loading XPM image loader:
 Image
  type 'xpm' is not supported
 
 There is a bug in the postinstall script in the gtk2-x11-2.4.3-1
 package.  Either wait for the 2.4.3-2 package or as a temporary fix
 run
 manually the following commands:
 
 mkdir -p /etc/gtk-2.0
 chmod 777 /etc/gtk-2.0
 /usr/bin/gdk-pixbuf-query-loaders.exe 
 /etc/gtk-2.0/gdk-pixbuf.loaders
 /usr/bin/gtk-query-immodules-2.0.exe  /etc/gtk-2.0/gtk.immodules

Now the launching of GVIM is Clean, no error, no warnings. Thanks.

  I don't know if it is related or not but when i open a document,
 the
  FONT with which that document is rendered is wierd. A consequence
 is
  that, even with small font size GVIM's window span the whole
 screen.
  It is not that cool to edit with such an effect (i am NOT
 complaining ;)

 What is in your /etc/pango/pango.modules file?
 Maybe it helps to run again:

 /usr/bin/pango-querymodules.exe  /etc/pango/pango.modules

After playing with the GVIM font setting (guifont), i looks like
previous errors/warnings were unrelated to the bad font effect i was
talking about.
It look like for 'good' editing one should use a font family of
*Luxi Mono* or *Monospace* with a size of 10, 11 or 12.
I know, I know, it is a matter of taste ;)

 
Thank you for all your feedback.

-Richard



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



Installing Anjuta

2004-07-06 Thread fariba shaker
Hi,

I am trying to install Anjuta on my cygwin. I ran
./configure and got error messages about missing
libraries:

configure: error: Library requirements (
 glib-2.0 = 2.0.6
 gtk+-2.0 = 2.0.8
 ORBIT-2.0 = 2.4.0
 libglade-2.0 = 2.0.0
 libgnome-2.0 = 2.0.2
 libgnomeui-2.0 = 2.0.2
 libgnomeprint-2.2 = 2.0.1
 libgnomeprintui-2.2 = 2.0.1
 gnome-vfs-2.0 = 2.0.2
 gnome-vfs-module-2.0 = 2.0.2
 libbonobo-2.0 = 2.0.0
 libbonoboui-2.0 = 2.0.1
 vte = 0.7.0
 libxml-2.0 = 2.4.23
 pango = 1.1.1

I couldn't find these libraries in cygwin package.
Does anybody know if these libraries exist in cygwin
anf if it does, under which package?

Thank a lot
Fariba



__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

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



two instances of a.exe on dual processor - still only 50% performance

2004-07-06 Thread mathias . wagner
Hi guys,

I've tried to plough through your archives on dual processors and somebody 
said that when you've got a dual processor machine, one has to start two 
instances of one's program to get both processors working - one on each 
job. Fine, this is what I used to do on a DEC Apha, but on my Windows box 
this does not seem to be the case. I still get only 50% out of the box 
when checking with taskmgr... What am I doing wrong? Do I need to write 
multi-threaded, whatever that is? Doesn't seem to make much sense to me. 
Two perfectly independent jobs should run just fine along each other, 
using both CPUs to the maximum...

Many thanks for any help!

Mathias

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



briny cocklebur thirty ferroelectric strike rattail benedict chirp calico juju toggle buff histrionic cursive mauricio wherewithal intramolecular laden troika cantonese postlude suture logjam benefactor dominick familism cavalcade switchboard

2004-07-06 Thread Marvin K. Burns
Howdy ... just wondering if you know of any good
programs to mail for right now?  I am a big AOL
mailer but I can't find any legit programs
that pay well.  If you know of a good sponsor, please
let me know!  Send me an email at [EMAIL PROTECTED]
thanks - Marvin


Re: PERL and XML::Parser

2004-07-06 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jani tiainen wrote:
| I'm trying to install XML::Parser to perl, but no success. For some
| reason CPAN install fails with:
|
|
| Anyone succeeded with this module?
I have a binary package of XML::Parser 2.34 available at
http://cygwin-ports.sourceforge.net/ if you need.
Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFA6w8GpiWmPGlmQSMRAkhyAKC0EjuJPvMJ7pJDZPkKhXRtEdjqrgCgzuxv
1cDqr5U0xtRFnhGL/UQGGKQ=
=a3eR
-END PGP SIGNATURE-
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: two instances of a.exe on dual processor - still only 50% performance

2004-07-06 Thread Brian Bruns
On Tuesday, July 06, 2004 2:16 PM [EST], [EMAIL PROTECTED]
wrote:

 Hi guys,

 I've tried to plough through your archives on dual processors and
 somebody said that when you've got a dual processor machine, one
 has to start two instances of one's program to get both processors
 working - one on each job. Fine, this is what I used to do on a DEC
 Apha, but on my Windows box this does not seem to be the case. I
 still get only 50% out of the box when checking with taskmgr...
 What am I doing wrong? Do I need to write multi-threaded,
 whatever that is? Doesn't seem to make much sense to me. Two
 perfectly independent jobs should run just fine along each other,
 using both CPUs to the maximum...

 Many thanks for any help!

 Mathias

From my experience, you have to set the process's processor affinity
(my spelling sucks).   In windows, this can be done IIRC by using the
task manager.  You tell it which processor you want the process to run
on exclusively.

Of course, this was many years ago when I last played with dual
processors on a Windows machine (why waste such system power with an
OS like Windows when Linux can make the most of it?).

Ahh the days of dual PPro 200s and Windows 2000 Pro :)


-- 
Brian Bruns
The Summit Open Source Development Group
Open Solutions For A Closed World / Anti-Spam Resources
http://www.sosdg.org

The Abusive Hosts Blocking List
http://www.ahbl.org


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



RE: WindowsCVS Client

2004-07-06 Thread Gregg C Levine
Hello from Gregg C Levine
Two questions:
One, whose Windows CVS Client are you using? Is it the GUI based one
that's described somewhere on the home page for CVS?
Two, what is your error message? Please post the full error message.

Also, most CVS clients for Linux, anyway, need to have a .cvspass file
created in the user's $Home directory, since I work as the root user,
(which normally you, or I, should not do), that may be needed.

Now folks, if I spoke out of turn here, please don't complain on list,
please do so off list. 

And incidentally please not my intentions behind obscuring the
addresses, especially the list.
---
Gregg C Levine [EMAIL PROTECTED]

The Force will be with you...Always. Obi-Wan Kenobi
Use the Force, Luke.  Obi-Wan Kenobi

 -Original Message-
 From: cygwin-owner atsign cygwin dot com On
 Behalf Of Martin Gainty
 Sent: Tuesday, July 06, 2004 9:58 PM
 To: cygwin atsign cygwin dot com
 Subject: WindowsCVS Client
 
 Hello All
 
 Is there a mechanism to check that a login will in effect
authenticate to a
 CVS Server?
 
 I get nothing but error with no detail using the Windows CVS Client
 
 Many Thanks,
 
 martin
 
 --
 Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
 Problem reports:   http://cygwin.com/problems.html
 Documentation: http://cygwin.com/docs.html
 FAQ:   http://cygwin.com/faq/


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



Apache2 cygwin

2004-07-06 Thread Paul-Kenji Cahier
Has anyone ever been able to compile it properly and have it run?

a good ol' ./configure  make  make install will run almost
flawlessly(just gotta copy a few exe manually in make install) but
then trying to start httpd it exists almost instantly after a
sigill(with nothing in the error logs):

/usr/local/apache2/bin$ gdb ./httpd.exe
(gdb) run
Starting program: /usr/local/apache2/bin/httpd.exe 

Program received signal SIGILL, Illegal instruction.
0x0022e325 in ?? ()
(gdb) bt
#0  0x0022e325 in ?? ()
#1  0x0220 in ?? ()
#2  0x0024e428 in ?? ()
#3  0x0022e6e3 in ?? ()
#4  0x00241f0b in ?? ()
#5  0x0022e5ac in ?? ()
#6  0x00f9a4b5 in nl_msgc!?CreateNLMsgClient@@YAPAVINLMsgClient@@XZ () from 
/cygdrive/c/WINDOWS/system32/nl_msgc.dll
#7  0x0022e598 in ?? ()
#8  0x0208 in ?? ()
#9  0x0006 in ?? ()
#10 0x00f9a530 in nl_msgc!?CreateNLMsgClient@@YAPAVINLMsgClient@@XZ () from 
/cygdrive/c/WINDOWS/system32/nl_msgc.dll
#11 0x0022e5ac in ?? ()
#12 0x0022e59c in ?? ()
#13 0x0004 in ?? ()
#14 0x0024e558 in ?? ()
#15 0x0024 in ?? ()
#16 0x0024e560 in ?? ()



If anyone knows how to correct that, dont hesitate:)
(if it's of any help i'm running a non eng win)

Best Regards,

Paul-Kenji Cahier



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



New Packages: atk-1.6.1-1, atk-runtime-1.6.1-1, atk-devel-1.6.1-1, atk-doc-1.6.1-1

2004-07-06 Thread Gerrit P. Haase
ATK - has been uploaded to cygwin.com

DESCRIPTION
===
The ATK library provides a set of interfaces for accessibility. By
supporting the ATK interfaces, an application or toolkit can be used
with such tools as screen readers, magnifiers, and alternative input
devices. Canonical website: http://www.gtk.org/


UPDATE
==
To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Save it and run setup, answer the questions and pick up
'atk' from the 'Libs' category, if you install it for the first
time, click on the 'skip' field next to 'atk' until '1.6.1-1' is
displayed.


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need
to find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html


QUESTIONS:
==
If you want to make a point or ask a question the Cygwin mailing
list is the appropriate place.


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
To unsubscribe to the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]


If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Gerrit P. Haase
-- 
=^..^=