Re: gcc4[1.7] printf treats differently a string constant and a character array

2009-12-29 Thread Rodrigo Medina
>2009/12/28 Andy Koppe:
>...
>Ah, the problem actually is that your program is missing a call to
>setlocale(LC_CTYPE, "") to switch to the locale and character set
>specified in the environment...

That worked!, but what that means is that if one wants to
use any locale other than C.UTF-8, one has, not only to compile again the
programs , but also to modify them. Perhaps the best thing to do
is to read the LC_ALL variable from the environment and then call
setlocale. 

Thanks
RM



--
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



Re: gcc4[1.7] printf treats differently a string constant and a character array

2009-12-30 Thread Rodrigo Medina
Hi,
Eric Blake on Dec 2009 06:41:33 wrote:

>According to Andy Koppe on 12/29/2009 6:30 AM:
>>> Remember, POSIX states that any use in a character context of bytes with
>>> the 8th-bit set is specifically undefined in the C locale (whether that
be
>>> C.ASCII or C.UTF-8).
>> 
>> I very much disagree with that. C.ASCII and C.UTF-8 are different
>> locales from plain "C", and the whole point of the explicitly stated
>> charset is to define the meaning of bytes beyond 7-bit ASCII.

>Point taken: an explicit "C.UTF-8" is a request of a specific charset
>along with C semantics (such as no translation of output messages,
>posix-mandated formatting for time and money, ...), but because the
>charset is explicit, the use of 8-bit bytes is well-defined in our
>implementation (and since POSIX does not specify C.UTF-8, you've already
>left the realm of portability and gone into implementation-defined).

>But my point remains: an explicit "C" is specified to be charset-agnostic,
>so a portable program requesting "C" should not be expecting any
>particular behavior of 8-bit bytes in character contexts.  Programs that
>use LC_ALL=C to try to get 8-bit transparency from character contexts are
>flat-out non-portable.  They get other well-defined benefits on 8-bit
>bytes (such as sorting by strcmp instead of strcoll, fixed-format
>messages, ...), but only insofar as those 8-bit bytes are in byte contexts
>rather than character contexts.

Some comments:
1- I think that printf(string_constant) and printf(char_array) should give
the same
output in any circumstance.
2- In absence of a call to setlocale printf((string_constant) writes
according to 
the locale of the environment, but  printf(char_array)  does not, even
though  it is
 affected by the locale of the environment.
3- I think that a program that was written for locale=C should work without
modification
if the locale in the environment is any of the one-byte characters ones.
4- I think that a plain C (8-bit transparent) locale should be available,
even if it
is not the default one.

RM


--
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



Re:Updated: cygwin-doc-1.7-1

2010-04-13 Thread Rodrigo Medina
HI,

Bugs:
(1) Most of the info files of the package have not a proper format
 Only libc.info and libm.info are OK.

(2) The files in  /usr/share/doc/cygwin-doc-1.7/ don't appear in
 /etc/setup/cygwin-doc.lst

(3) The file cygwin-api.html is incomplete (sub topics are missing).

Bye
RM


--
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



rejected mail to the list

2015-04-11 Thread Rodrigo Medina
Hi,
My maail to this list is being reject because:

Delivery to the following recipient failed permanently:

 cygwin@cygwin.com

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the 
recipient domain cygwin.com by sourceware.org. [209.132.180.131].

The error that the other server returned was:
552 spam score exceeded threshold
---

How can I solve this problem?

bye

--
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



Re: Soft link created with 'ln -s' is not seen as a shortcut by WXP

2015-04-11 Thread Rodrigo Medina

Thanks to Andrey Repin.

The problem was that the environmet variable CYGWIM was not set.
Now everything works OK
RM

--
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



man page of wput corrupted

2008-02-16 Thread Rodrigo Medina
Hi,
The man page of wput is corrupted

gzip: /usr/share/man/man1/./wput.1.gz: invalid compressed data--crc error

gzip: /usr/share/man/man1/./wput.1.gz: invalid compressed data--length error

greetings
RM


--
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/



pinfo hangup with Core2Duo/XP

2008-02-17 Thread Rodrigo Medina
Hi,
In my new machine Core2Duo with XP:


$ pinfo
Przemek's Info Viewer v0.6.9
Hangup

$ cat pinfo.exe.stackdump 
Stack trace:
Frame Function  Args
0022C698  7C802532  (070C, EA60, 00A4, 0022C6E0)
0022C7B8  61097D1E  (, 7C8025F0, 7C802532, 00A4)
0022C8A8  610958BB  (, 003B0023, 0023, )
0022C908  61095D9B  (0022C920, , 0094, 0022C950)
0022C9C8  61095F52  (0BB0, 0006, 0022C9F8, 61096152)
0022C9D8  61095F7C  (0006, 600301DC, , 0004)
0022C9F8  61096152  (6116D298, 0004, 0022CA28, )
  8 [sig] pinfo 2992 C:\cygwin\bin\pinfo.exe: *** fatal error - called
with threadlist_ix -1

In a laptop with the same versions of cygwin and pinfo, it works fine.



Cygwin Configuration Diagnostics
Current System Time: Sun Feb 17 10:02:41 2008

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   .
~\bin
~\MyDoc\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:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 500(Administrador) GID: 513(Ninguno)
0(root) 513(Ninguno)544(Administradores)
545(Usuarios)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 500(Administrador) GID: 513(Ninguno)
0(root) 513(Ninguno)544(Administradores)
545(Usuarios)

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

LIBRARY_PATH = '/usr/X11R6/lib:/usr/local/lib'
USER = 'Administrador'
PWD = '/home/Administrador'
HOME = '/home/Administrador'
MAKE_MODE = 'unix'

Use '-r' to scan registry

a:  fd N/AN/A
c:  hd  NTFS152617Mb  13% CP CS UN PA FC 
d:  cd N/AN/A

C:\cygwin  /  system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.  /cygdrive  system  binmode,cygdrive

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

  796k 2008/02/15 C:\cygwin\usr\local\bin\cyggutenprint-2.dll
  704k 2007/12/18 C:\cygwin\bin\cygaspell-15.dll
   87k 2006/02/16 C:\cygwin\bin\cygatk-1.0-0.dll
   61k 2006/11/10 C:\cygwin\bin\cygbz2-1.dll
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
 1125k 2006/10/04 C:\cygwin\bin\cygcrypto-0.9.7.dll
 1059k 2007/10/19 C:\cygwin\bin\cygcrypto-0.9.8.dll
  221k 2007/06/30 C:\cygwin\bin\cygcurl-4.dll
  703k 2007/12/17 C:\cygwin\bin\cygdb-4.2.dll
  764k 2007/12/17 C:\cygwin\bin\cygdb-4.3.dll
  943k 2007/12/17 C:\cygwin\bin\cygdb-4.5.dll
 1036k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.2.dll
 1106k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.3.dll
 1296k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.5.dll
  118k 2007/04/06 C:\cygwin\bin\cygexpat-0.dll
  286k 2006/08/06 C:\cygwin\bin\cygfcgi++-0.dll
   30k 2006/08/06 C:\cygwin\bin\cygfcgi-0.dll
  509k 2006/01/11 C:\cygwin\bin\cygfftw3-3.dll
   69k 2006/01/11 C:\cygwin\bin\cygfftw3_threads-3.dll
  161k 2007/03/28 C:\cygwin\bin\cygfontconfig-1.dll
   40k 2006/11/15 C:\cygwin\bin\cygform-8.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
  462k 2007/05/31 C:\cygwin\bin\cygfreetype-6.dll
   19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll
  451k 2005/12/27 C:\cygwin\bin\cyggdk-x11-2.0-0.dll
   77k 2005/12/27 C:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll
   54k 2005/12/27 C:\cygwin\bin\cyggdk_pixbuf_xlib-2.0-0.dll
  515k 2006/06/06 C:\cygwin\bin\cygglib-2.0-0.dll
   10k 2006/06/06 C:\cygwin\bin\cyggmodule-2.0-0.dll
  219k 2006/11/04 C:\cygwin\bin\cyggmp-3.dll
  287k 2006/11/04 C:\cygwin\bin\cyggmpxx-3.dll
  222k 2006/06/06 C:\cygwin\bin\cyggobject-2.0-0.dll
 1603k 2007/09/18 C:\cygwin\bin\cyggsl-0.dll
  186k 2007/09/18 C:\cygwin\bin\cyggslcblas-0.dll
   14k 2006/06/06 C:\cygwin\bin\cyggthread-2.0-0.dll
 2764k 2005/12/27 C:\cygwin\bin\cyggtk-x11-2.0-0.dll
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll
   25k 2008/01/04 C:\cygwin\bin\cyghistory6.dll
  271k 2007/08/24 C:\cygwin\bin\cygicons-0.dll
  976k 2006/10/22 C:\cygwin\bin\cygiconv-2.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll
   31k 2006/10/23 C:\cygwi

RE: Grace does not work

2008-02-17 Thread Rodrigo Medina
Hi,
For me grace only works after running rebaseall.
RM



--
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/



Grace distribution is not standard

2008-02-17 Thread Rodrigo Medina
Hi,
Unlike the distributions of all other packages the distribution
 of grace does not put the executable program in one of the standard
 directories /bin or /usr/X11R6/bin. Instead it puts xmgrace.exe inside
 /usr/share/grace/bin. In /bin there are only links pointing to the
 actual .exe. The problem is that non-cygwin programs do not understand
 such links.  
  
I think that the grace distribution should be like those of all other
cygwin programs.

greetings
RM



--
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/



Incorrect info file of inetutils-1.5-3

2008-04-26 Thread Rodrigo Medina
The file inetutils.info does not function properly.
There are 2 problems

1) In Index section it is claimed that there is a list of all commands,
but actually the menu is empty.

2) The info program cannot reach the individual commands, because the
names of the nodes are wrong.

For example

$ info ping

yields:

... skip

-Info: (dir)Top, 27 lines
--All-
Unable to find node referenced by `ping' in `(dir)Top'.
...

The problem is that in the dir file the node ping appears as

...
* ping: (inetutils)ping invocation. Packets to network hosts.
...

while in the menu of  inetutils.info  the name is different. It is

...
* ping::Packets to network hosts.
...

I suggest to remove the word "invocation" from the START-INFO-DIR-ENTRY
section of the info file.

RM



--
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:lpr works? FAQ in error?

2008-05-09 Thread Rodrigo Medina
Lee D. Rothstein on Fri, 09 May 2008 01:26:09 -0400 wrote:
>I've gotten /usr/bin/lpr to work under Vista. So is the FAQ in error?

It is in error. There is a working lpr which is part or cygutils. See man
pages.

> My problem is finding a filter for Epson printers.

For modern Epson printers you may use the IJS drive of ghostscript
You have to;
1- Install ghostscript 
2- Install gutenprint and foomatic
there few problems. See:
http://sourceware.org/ml/cygwin/2006-05/msg00566.html
and
http://sourceware.org/ml/cygwin/2006-05/msg00575.html

An easier way is to used the Windows drivers. You need a Windows program
that could print.
You may use  "NOTEPAD /P" for text files and "Foxit Reader /p" for PDF files
You can use ghostscript for transforming ps files into PDF files
Foxit Reader is a faster than Acrobat Reader and has the convenient switch
"/p" for printing.

For example I use the following script (lprps) for printing postscript
files:

#!/bin/bash
## Para mandar un archivo PostScript a la impresora
## convirtiendolo en PDF y escribiendolo con Foxit
FRDIR="/cygdrive/c/Program Files/Foxit Software/Foxit Reader/Foxit
Reader.exe"
gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -dCompatibilityLevel=1.4
 -sOutputFile=/tmp/~lprps.pdf $1 ;
FDIR=`cygpath -wa /tmp/~lprps.pdf`
cygstart "$FRDIR" /p $FDIR
exit 0

The command
$ lprps FILE.ps
prints FILE.ps

I hope that this can be useful 
R.M.





--
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: lpr works? FAQ in error?

2008-07-18 Thread Rodrigo Medina
Lou Umscheid wrote 
>As a follow-up and clarification to my previous post, what I would like 
>to be able to do is to pipe output to a printer, e.g.
> ls -l | lpr
>This doesn't work for me as I explained previously. Using notepad /P 
>instead of lpr doesn't work either. Is there a simple way to do this?

The problem with lpr is that it sends the file as it is to the printer, and
modern printers require some kind of translation of the file to their own
special language. You can send a text file to the printer using the
windows program NOTEPAD /P
For runnig notepad from a cygwin terminal you can use the command
cygstart. For example
cygstar notepad file.txt
opens file.txt in notepad.
cygstart notepad /P file.txt
sends file.txt to the printer.
The are 2 additional problems. Notepad prints Windows text files, with
the CRLF line endings. If your file is a unix text file with LF endings you
need
first to pass the file through the unix2dos filter that is part of the
cygutils.
The other problem is that Notepad does not know about cygwin pipes,
but you can make a bash script that passes the pipe input through the
unix2dos filter, writes the result in a temporal file, prints the file with
NOTEPAD /P and deletes the temporal file.

RM


--
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/



"run" changes behavior with cygwin-17.6

2010-08-18 Thread Rodrigo Medina
Hi,
After upgrading to cygwin17.6 the program run changes behavior.
For example:
If I start mintty with the followin .bat

@echo off
C:
chdir \cygwin\bin
run mintty -e '/bin/bash' --login -i
exit

In the mintty window that is started appears the following message:

/bin/find: failed to restore initial working directory: No such file or
directory

rmed...@limon ~
$

---
The message of  /bin/find is due to the "run" program and does not appear
with cygwin17.5
Everything else is OK

Bye
RM



--
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



Xfig packing error

2010-09-17 Thread Rodrigo Medina
Hi,

The files FIg and Fig-color  of Xfig are put into
/etc/defaults/etc/X11/app-defaults/Fig
/etc/defaults/etc/X11/app-defaults/Fig-color

instead of 
/etc/X11/app-defaults/Fig
/etc/X11/app-defaults/Fig-color

bye
RM






--
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



Re: The "date" command is giving wrong results (SOLVED).

2012-04-27 Thread Rodrigo Medina
Corinna Vinschen wrote:
>... you might consider to debug the tzset tool ...

The cygwin tzset program is OK.
The problem was caused by a non-standard TZ-regestry
produced by an non-official patch that I applied few
years ago when the venezuelan legal time zone was
change from GMT-4:00 to GMT-4:30, that at that time was not
supported by Microsoft. With the official  Microsoft tz patch
everything is OK.

Sorry for the noise.

Bye

--
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



Fwd: Updated: {xfig/xfig-lib}-3.2.5c-3: An interactive drawing tool

2016-07-07 Thread Rodrigo Medina
New verion of xfig does not display fonsts properly.
All fonts are displayed with the same vanilla font. This problem
appears with new drawings or with old .fig files.

RM

--
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



xfig-3.2.5c-3 fails in displaying text

2016-07-12 Thread Rodrigo Medina
xfig-3.2.5c-3 displays all fonts with the same
vanilla font.  This happens for new drawings or for
old .xfig files.

Rodrigo Medina
I already posted this, but the email subject was not very informative.

--
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



Re: xfig-3.2.5c-3 fails in displaying text

2016-08-13 Thread Rodrigo Medina
On 2016/07/12 Rodrigo Medina wrote:
> xfig-3.2.5c-3 displays all fonts with the same vanilla font.
> This happens for new drawings or for old .xfig files.

Solved: the new i xfig version uses urw fonts that the server cannot find.
A soft link in /etc/X11/fontpath.d/ is missing:

xorg-x11-fonts-urw -> /usr/share/ghostscript/fonts/

I think that this link should be included in the next version of the xorg server

RM

--
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



XFIG uses wrong fonts. Solved

2017-02-25 Thread Rodrigo Medina
Hi,

I am currently installing a new 64bits distribution of cygwin and an
UBUNTU 16.04 in another machine.
In both cases xfig does not find the ghostscript fonts and all the
texts in the drawings
appear with the same default font, making the application practically
useless. The reason
 is the same: the X server is not aware of the ghostscript fonts, as
it can be checked with
 xfontsel, in spite of the fact that the ghostscript package was
installed. I looked into a
frozen 32 bit cygwin distribution running in WXP. In
/etc/X11/fontpath.d/ a symlink pointing
to the directory that contains the gs-fonts is missing:
 xorg-x11-fonts-urw -> /usr/share/ghostscript/fonts

Setting the symlink solved the problem. I think that this bug could be
related to the
ghostscript fonts being installed before the X server.

Solving the problem with ubuntu was not so easy because of the way
that ubuntu uses for
handling the fonts. What I did was to include the path to locate the
ghostscript fonts in the
fontpath, which in ubuntu 16 is:
 /usr/share/fonts/type1/gsfonts

That can be done with xset (each time) or permanently by putting a
configuration file in
/usr/share/X11/xorg.conf.d.  That is not enough, one has also to put
inside the gsfonts
directory a fontmap file. I stole the files fonts.dir and fonts.scale
from the cygwin
distribution and everything was OK.

I hope that this comment could be usefull,

RM

--
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



Source of icu library

2008-09-03 Thread Rodrigo Medina
Hi,
How can I get the source of icu library?
In setup there are the binaries but not the source.
Regards
Rodrigo Medina


--
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/



option of g++

2008-09-09 Thread Rodrigo Medina
Hi,
Can anybody tell me what the g++ option
-DU_STATIC_IMPLEMENTATION DOES?

thanks

RM


--
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: option of g++

2008-09-09 Thread Rodrigo Medina
Thank you very much Barry and Al
RM



--
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: [ANNOUNCEMENT] Updated: rxvt-20050409-9

2008-11-16 Thread Rodrigo Medina
Hi,
RXVT linked in the usual way, works with Windows and with X, but with X it
does not
properly render the dead accents. The RXVT page (bug 842982) states that if
RXVT is linked
with the X libraries (specifying --enable-xim for configure), it will
properly handle the
dead accents.
I think that it would be very nice if a version of RXVT so linked were
available.

RM


--
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: [ANNOUNCEMENT] Updated: {ghostscript/libgs8/libgs-devel}-8.63-1 - GPL

2008-11-26 Thread Rodrigo Medina
Ken Brown wrote:
> This version of ghostscript seems to be incompatible with xdvi (on
cygwin). eps graphics don't display

I had the same behavior, but it was cured by making "rebaseall".

Bye
RM


--
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/



XWin does not erase lock file when exiting

2021-12-27 Thread Rodrigo Medina
Dear Sirs,
When XWin regularly exits, it removes the socket in /tmp/.X11-unix/ and closes
the XWin.?.log file, but it does not erase the file
/tmp/.X11-unix/X?.lock. This file is
owned by the  user and him alone can erase it. The same user can start
XWin again, but another user cannot start XWin. Very annoying
situation when different
users work on the same machine. This problem was not present in the
previous release I was using.
Rodrigo Medina

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


grace broken.

2020-01-18 Thread Rodrigo Medina
I have been installing cygwin in a new machine today 2020/08
none of the versions given 5.1.24-1, 5.1.25-1 or 5.1.25-2 is working.
I compiled 5.1.25 from the original distribution and it works fine.
RM

--
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



zpaq.1 in the wrong place

2020-01-18 Thread Rodrigo Medina
Hi, I am installing cygwin in a new machine.
the man file of zpaq-7.15-1  zpaq.1 is in
/share/man/man1/   instead of   /usr/share/man/man1/

RM

--
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



documents of gtkperf are in the wrong place

2020-01-18 Thread Rodrigo Medina
Hi,
Documents of gtkperf are in /usr/doc/  instead of /usr/share/doc

RM

--
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



grace broken

2020-01-19 Thread Rodrigo Medina
Hi,
Few hours ago I send email telling that xmgrace was broken.
Actually the problem was that the following soft link was missing
inside /usr/bin

ln -s xmgrace grace

Bye
RM

--
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



grace broken installation

2020-01-25 Thread Rodrigo Medina
Hi,
Both   installations of grace-5.1.24 and grace-5.1.245 are  broken.
/usr/bin/xmgrace.exe runs but gives the message:
--> Broken or incomplete installation - read the FAQ!
and then quits.

For both versions the link grace-->xmgrace.exe is missing.

For version 5.1.24 by setting
ln -s xmgrace.exe grace
inside /usr/bin the problem is solved.

For version 5.1.25 the problem is not solved by setting the link.
I conclude that there are additional installation errors.
The files /etc/setup/grace.lst.gz of both versions are different.

RM

--
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



Re: xv on cygwin ?

2006-04-17 Thread Rodrigo Medina
steven woody wrote:
>hi,
>
>is there a solution of getting and installing xv on cygwin ? i got the
>3.10a of the program but failed when compile.
>
>thanks.
>
>--
>woody

I had no problems related to Cygwin/X compiling xv.
If I remenber correctly there were incompatible patches.

R.M.


--
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/



IJS`library missing in ghostscript-8.50

2006-05-21 Thread Rodrigo Medina
Hi,

In the current ghostscript distribution (8.50) it is missing the library
libijs.a, which is part of the standard ghostscript distribution.
Such library is required for building the IJS GUTENPRINT
plug-in (ijsgutenprint). This program is needed to use the IJS drive of
ghostscript.

I have found that in ghostscript-8.53 the library is not made because
the configure tries to link the library with ijs_exec_win.lo instead of
ijs_exec_unix.lo. After correcting by hand the .../ijs/Makefile  the
libijs was made correctly.

With the gutenprint IJS plug-in you can use most of the modern printers.
The cygwin istallation of gutenprint has some troubles that I will
explain in a different message.

Bye

R.M.



--
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/



Using gutenprint IJS drivers with ghostscript.

2006-05-21 Thread Rodrigo Medina
Hi,

I have been trying to use the IJS driver of ghostscript for an Epson
Stylus C87 printer. The driver that is required is the generic gutenprint
diver, which is widely used in the linux systems. In order to install this
driver you require, apart from ghostscript, perl and libxml2 which are part
of the cygwin distribution. You also need the foomatic data base of printers
and drivers that can be obtained from www.linuxprinting.org and, of course,
gutenprint from gutenprint.sourceforge.net.
 
I finally managed to setup the driver, but there
were some troubles:
1- The current cygwin ghostscrip distribution (8.50) lacks of libijs.a,
   library that is required for building gutenprint.See
   cygwin.com/ml/cygwin/2006-05/msg00566.html

2- There are a couple of problems in the installation of foomatic.
2.1 The compilation of foomatic-perl-data.c, which is part of 
foomatic-db-engine, fails because of the order in which the lxml
appears in the gcc call. lxml should be at the end. You can modify the
corresponding Makefile.
2.2 The installation fails because it tries to install in //usr/local/...
instead of /usr/local/... . The double slash is due to a variable
$DESTDIR=/ . You should modify the Makefile to set $DESTDIR= .

3- gutenprint is configured with:
 ./configure --with-ghostscript --with-foomatic --without-gimp

   The compilation of /src/escputil/d4lib.c fails because this program  
   defines error_t which was previously defined in errors.h. The two
   definitions had nothing to do. error_t appears only in two places
   inside d4lib.c. I have substituted error_t by error_tt inside
   d4lib.c and everything is OK.


bye,
R.M.




--
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/



Ping does not receive CTRL-C

2006-05-31 Thread Rodrigo Medina
Hi,

I have found that, when a server does no respond, the ping program
is not interrupted by CTRL-C or CTRL-Z. In order to stop ping, one
has to open a new bash window and  kill the ping process from there.

$ ping mail.ivic.ve
PING mail.ivic.ve (150.186.4.40): 56 data bytes


The program stays there for ever.

The output of cygcheck -s is attached.

Bye
R.M.

Cygwin Configuration Diagnostics
Current System Time: Wed May 31 08:54:56 2006

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 2

Path:   .
~\bin
~\MyDoc\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
C:\cygwin\bin
C:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1006(administrador) GID: 544(Administrators)
0(root)  513(None)544(Administrators)
545(Users)

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

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

LIBRARY_PATH = '/usr/X11R6/lib:/usr/local/lib'
USER = 'administrador'
PWD = '/home/administrador/Instalacion'
HOME = '/home/administrador'
MAKE_MODE = 'unix'

Use '-r' to scan registry

c:  hd  NTFS 95393Mb  32% CP CS UN PA FC SQ003666
d:  cd N/AN/A
e:  cd N/AN/A

C:\cygwin  /  system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.  /cygdrive  system  binmode,cygdrive

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

 1309k 2006/05/22 C:\cygwin\usr\local\bin\cyggutenprint-2.dll
  802k 2003/09/15 C:\cygwin\bin\cygaspell-15.dll
   56k 2005/07/09 C:\cygwin\bin\cygbz2-1.dll
7k 2005/11/20 C:\cygwin\bin\cygcharset-1.dll
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
 1108k 2005/10/17 C:\cygwin\bin\cygcrypto-0.9.7.dll
 1047k 2005/10/11 C:\cygwin\bin\cygcrypto-0.9.8.dll
  895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll
  965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll
 1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll
 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll
  174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll
  509k 2006/01/11 C:\cygwin\bin\cygfftw3-3.dll
   69k 2006/01/11 C:\cygwin\bin\cygfftw3_threads-3.dll
  129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll
   40k 2006/03/24 C:\cygwin\bin\cygform-8.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
  859k 2005/08/08 C:\cygwin\bin\cygfpx-1.dll
  375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll
  222k 2005/01/13 C:\cygwin\bin\cyggd-2.dll
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll
   78k 2005/11/20 C:\cygwin\bin\cyggettextlib-0-14-5.dll
   13k 2005/11/20 C:\cygwin\bin\cyggettextpo-0.dll
  163k 2005/11/20 C:\cygwin\bin\cyggettextsrc-0-14-5.dll
  351k 2004/07/17 C:\cygwin\bin\cygGraphicsMagick++-0.dll
 2170k 2004/07/17 C:\cygwin\bin\cygGraphicsMagick-0.dll
 1444k 2006/05/24 C:\cygwin\bin\cyggsl-0.dll
  186k 2006/05/24 C:\cygwin\bin\cyggslcblas-0.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll
   24k 2006/03/25 C:\cygwin\bin\cyghistory6.dll
  947k 2005/11/20 C:\cygwin\bin\cygiconv-2.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   12k 2003/02/17 C:\cygwin\bin\cygioperm-0.dll
  241k 2004/08/06 C:\cygwin\bin\cygjasper-1-701-1.dll
   48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll
   60k 2004/09/27 C:\cygwin\bin\cygkpathsea-3.dll
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll
  156k 2005/08/08 C:\cygwin\bin\cyglcms-1.dll
   23k 2006/04/19 C:\cygwin\bin\cygltdl-3.dll
   48k 2005/11/19 C:\cygwin\bin\cygmagic-1.dll
  369k 2004/08/11 C:\cygwin\bin\cygMagick++-6.dll
 3214k 200

Re: Ping does not receive CTRL-C

2006-05-31 Thread Rodrigo Medina
On Wed, 31 May 2006,  Igor Peshansky  wrote:
>On Wed, 31 May 2006, Rodrigo Medina wrote:

>> Hi,
>>
>> I have found that, when a server does no respond, the ping program
>> is not interrupted by CTRL-C or CTRL-Z. In order to stop ping, one
>> has to open a new bash window and  kill the ping process from there.
>>
>> $ ping mail.ivic.ve
>> PING mail.ivic.ve (150.186.4.40): 56 data bytes
>>
>> The program stays there for ever.

>This was reported in <http://cygwin.com/ml/cygwin/2006-05/msg00571.html>
>and reported fixed in <http://cygwin.com/ml/cygwin/2006-05/msg00590.html>.
>FWIW, I can't reproduce this with the 20060529-15:56 snapshot.

It is not the same because inthis case the ping program is the one that is
distributed by cygwin. /bin/ping  the
native Windows ping  /cygdrive/c/WINDOWS/system32/ping works fine.

R. M.


--
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/



Failure of cygwin1.dll-20060529 in W98.

2006-06-01 Thread Rodrigo Medina
Hi,
 The snapshot cygwin1.dll-20060529 gives 
 page faults in Windows98 in many programs
like bash, rxvt, less, sort etc.
In the allert screen of Windows:

   
RXVT caused an invalid page fault in
module CYGWIN1.DLL at 0167:61090d09.
Registers:
EAX=63d6 CS=0167 EIP=61090d09 EFLGS=00010202
EBX=0098 SS=016f ESP=0097fc48 EBP=0097fc70
ECX=63d4 DS=016f ESI=63d4 FS=3ee7
EDX=0001 ES=016f EDI= GS=
Bytes at CS:EIP:
8b 83 14 df ff ff 3d 3f 17 63 c7 74 0c 5a 5b c3 
Stack dump:
0001 0001 61010aa0 63d47379 63d6 
 0001  63d4 8164c0b4
0097fe38 bff7ddd6 63d4  0001
 


The output of cygcheck -s is attached.

R.M

Cygwin Configuration Diagnostics
Current System Time: Thu Jun 01 09:42:58 2006

Windows 98 SE Ver 4.10 Build  

Path:   .
~\bin
c:\WINDOWS\Profiles\rmedina\My Documents\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\PROGRA~1\JAVA\J2RE14~1.2_0\BIN
C:\cygwin\USR\LOCAL\BIN
C:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

LIBRARY_PATH = '/usr/X11R6/lib:/usr/local/lib'
USER = 'rmedina'
PWD = '/home/rmedina/Notas-cygwin'
HOME = '/home/rmedina'
MAKE_MODE = 'unix'

Use '-r' to scan registry

a:  fd N/AN/A
c:  hd  FAT32 3069Mb  93% CPUN   
d:  hd  FAT32 6137Mb  50% CPUN   
e:  cd N/AN/A
f:  cd N/AN/A

C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
C:/cygwin  / system  binmode
C:/cygwin/bin  /usr/bin  system  binmode
C:/cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  
binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\crontab.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\patch.exe
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\ssh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Found: C:\cygwin\bin\vim.exe

 1309k 2006/05/22 C:\cygwin\usr\local\bin\cyggutenprint-2.dll
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
 1444k 2006/05/24 C:\cygwin\bin\cyggsl-0.dll
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
   22k 2004/02/10 C:\cygwin\bin\cygcygipc-2.dll
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll
  174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll
   48k 2005/11/19 C:\cygwin\bin\cygmagic-1.dll
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
  170k 2002/01/21 C:\cygwin\bin\cygpng2.dll
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll
  129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll
  186k 2006/05/24 C:\cygwin\bin\cyggslcblas-0.dll
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll
  645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll
  165k 2003/04/11 C:\cygwin\bin\cygssl.dll
   12k 2003/02/17 C:\cygwin\bin\cygioperm-0.dl

rxvt malfuncioning with us-laptop keyboard

2005-10-17 Thread Rodrigo Medina
Hi,
I have been installing  Cygwin in a laptop with W-XP.
RXVT has the following problem with the US keyboard, (without keypad)

In bash Shift-h produces Crtl-h (backspace)
In tcsh Shift-h is OK, but the backspace key yields capital "H"

The command shell window works fine.

RM.



--
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/



Bug in rxvt.bat (Was: rxvt malfunctioning with us-laptop keyboard)

2005-10-20 Thread Rodrigo Medina
Hi,
In a previous message I reported that rxvt was converting Shift-h to
Ctrl-h. It was not so. The problem is due to a bug in rxvt.bat and to
the peculiar way rxvt handles the BackSpace key.
In rxvt without options the BackSpace key yields "^?" and Crtl-BackSpace
yields "^H". In the shell `stty -a'  says `erase = ^?', BUT ALSO ^H erases.
Giving `stty sane' sets `erase = ^H', then only ^H erases (Crl-h or
Ctrl-BackSpace). If one sets `stty erase ^?', then only BackSpace, that
yields "^?", erases.
In rxvt.bat there is the option `-backspacekey ^H', but actually the
Windows cmd-shell filters the "^" symbol and one gets that the BackSpace key
and the Ctrl-BackSpace key actually yield "H", but rxvt also modifies stty,
so `stty -a' says `erase = H', but as in the original case also Ctrl-h
erases.
If one gives `stty sane' one sets `erase = ^H', one can verify that
Shift-h, BackSpace and Ctrl-Backspace yield "H". One may erase with Ctrl-H.

Solution: Put in rxvt.bat `-backspacekey "^H"'

Bye
R.M.


--
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/



cygpath fails with snapshot 20051106

2005-11-08 Thread Rodrigo Medina
Hi,
With cygwin1.ddl-1.5.18:

$ cygpath -H
/cygdrive/c/Documents and Settings

With cygwin1-20051106.dll:

$ cygpath -H
%SystemDrive%/Documents and Settings

bye,
R.M.



--
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/



Bash crashes with cygwin1-20051114 in W98.

2005-11-14 Thread Rodrigo Medina
Hi,
I have just installed the cygwin1-20051114 snapshot in a W98 box.
The cygwin.bat crashes. The alert window says that inside BASH there is
an illegal instruction. After that the machine was blocked and I had to
restart using the hardware reset. The apparently the rxvt.bat works OK.
The previous snapshot was the cygwin1-20051108, and it was fine.
best regards,
R.M.

Cygwin Configuration Diagnostics
Current System Time: Mon Nov 14 12:54:27 2005

Windows 98 SE Ver 4.10 Build  

Path:   .\
~\bin
c:\WINDOWS\Profiles\rmedina\My Documents\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\PROGRA~1\JAVA\J2RE14~1.2_0\BIN
C:\cygwin\USR\LOCAL\BIN
C:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

LIBRARY_PATH = `/usr/X11R6/lib:/usr/local/lib'
USER = `rmedina'
PWD = `/home/rmedina'
HOME = `/home/rmedina'
MAKE_MODE = `unix'

Use `-r' to scan registry

a:  fd N/AN/A
c:  hd  FAT32 3069Mb  84% CPUN   
d:  hd  FAT32 6137Mb  42% CPUN   
e:  cd N/AN/A
f:  cd N/AN/A

C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
C:/cygwin  / system  binmode
C:/cygwin/bin  /usr/bin  system  binmode
C:/cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  
binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
 1426k 2005/10/01 C:\cygwin\bin\cyggsl-0.dll
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
  617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll
   22k 2004/02/10 C:\cygwin\bin\cygcygipc-2.dll
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll
  174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
  170k 2002/01/21 C:\cygwin\bin\cygpng2.dll
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll
  129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll
  186k 2005/10/01 C:\cygwin\bin\cyggslcblas-0.dll
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll
  645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll
  165k 2003/04/11 C:\cygwin\bin\cygssl.dll
   68k 2005/09/07 C:\cygwin\bin\cygmagic-1.dll
   40k 2005/09/29 C:\cygwin\bin\cygform-8.dll
   21k 2005/09/29 C:\cygwin\bin\cygmenu-8.dll
   67k 2005/09/29 C:\cygwin\bin\cygncurses++-8.dll
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll
   56k 2005/07/09 C:\cygwin\bin\cygbz2-1.dll
  965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll
 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll
  375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll
  226k 2005/09/29 C:\cygwin\bin\CYGNCU~7.DLL
  226k 2005/09/29 C:\cygwin\bin\cygncurses-8.dll
   11k 200

WARNING!!!! cygwin1-2005114 completely corrupted a XP laptop

2005-11-14 Thread Rodrigo Medina
Hi,
I have just installed the last cygwin1-20051114.dll on a laptop running
W-XP.
Then the following catastrophe happened:
1- I opened a BASH-RXVT window and seemed OK.
2- I opened a BASH-CMD  window and looked OK.
3- I opened a cygwin program of mine that uses a CMD window,
 instead of appearing the expected window, hundreds of copies of the 2
previously opened windows appeared. There was no way of stopping the
process.
At the end a screen appeared that alerted that WINDOWS was stopped because
critical system data was corrupted. After that there was no way of booting
again the machine, even with the recovery disc. It seems that I will have to
reformat the HDD.

I urge you to immediately remove the cygwin1-2005114 snapshot.

bye,
R.M.

Note: In a W-98 box cygwin1-20051114.dll looked OK.




--
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:WARNING!!!! cygwin1-2005114 completely corrupted a XP laptop

2005-11-16 Thread Rodrigo Medina

Hi everybody,
I have to apologize: My laptop had a HDD failure exactly when
I was checking the cygwin1-20051114 snapshot,
Sorry about that,
R.M.



--
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:[ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Rodrigo Medina
Hi,
llynx has an extrange and bothering behavior, that actually is not
exclusive of this last version:
If you call lynx  from a command window, when it returns it leaves the
terminal in a starnge status with 
no  echo.  In order to  recover the proper behavior of the terminal one has
to type (with no echo)
$ stty sane
I think that any program should  leave the terminal in its original state.
bye,
R.M.



--
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: [ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Rodrigo Medina
ON Nov 16 14:07 Corinna Vinschen  wrote:
>On Nov 16 08:19, Rodrigo Medina wrote:
>> Hi,
>> llynx has an extrange and bothering behavior, that actually is not
>> exclusive of this last version:
>> If you call lynx  from a command window, when it returns it leaves the
>> terminal in a starnge status with 
>> no  echo.  In order to  recover the proper behavior of the terminal one
has
>> to type (with no echo)
>> $ stty sane
>> I think that any program should  leave the terminal in its original
state.
>> bye,
>Is your $TERM set to something weird?

The same thing happens with RXVT ($TERM=xterm),  CMD ($TERM=cygwin) and
xterm ($TERM=term)
bye



--
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: [ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Rodrigo Medina
Oops, there  was  mistake in the previous message.
For xterm  obviously $TERM=xterm.
Right now I am using  a W98 box, but the same happens with a laptop with XP.
regards,
R.M.


--
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: [ANNOUNCEMENT] Updated: lynx-2.8.5-4

2005-11-16 Thread Rodrigo Medina
 Shankar Unni wrote:
>Obviously, at this stage, you should be following the cygwin problem
reporting protocol.

The cycheck output is attached.
bye
R.M:

Cygwin Configuration Diagnostics
Current System Time: Wed Nov 16 17:20:21 2005

Windows 98 SE Ver 4.10 Build  

Path:   .\
~\bin
c:\WINDOWS\Profiles\rmedina\My Documents\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\PROGRA~1\JAVA\J2RE14~1.2_0\BIN
C:\cygwin\USR\LOCAL\BIN
C:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

LIBRARY_PATH = `/usr/X11R6/lib:/usr/local/lib'
USER = `rmedina'
PWD = `/home/rmedina/Notas-cygwin'
HOME = `/home/rmedina'
MAKE_MODE = `unix'

Use `-r' to scan registry

a:  fd N/AN/A
c:  hd  FAT32 3069Mb  87% CPUN   
d:  hd  FAT32 6137Mb  42% CPUN   
e:  cd N/AN/A
f:  cd N/AN/A

C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
C:/cygwin  / system  binmode
C:/cygwin/bin  /usr/bin  system  binmode
C:/cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  
binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
 1426k 2005/10/01 C:\cygwin\bin\cyggsl-0.dll
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
  617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll
   22k 2004/02/10 C:\cygwin\bin\cygcygipc-2.dll
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll
  174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
  170k 2002/01/21 C:\cygwin\bin\cygpng2.dll
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll
  129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll
  186k 2005/10/01 C:\cygwin\bin\cyggslcblas-0.dll
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll
  645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll
  165k 2003/04/11 C:\cygwin\bin\cygssl.dll
   68k 2005/09/07 C:\cygwin\bin\cygmagic-1.dll
   40k 2005/09/29 C:\cygwin\bin\cygform-8.dll
   21k 2005/09/29 C:\cygwin\bin\cygmenu-8.dll
   67k 2005/09/29 C:\cygwin\bin\cygncurses++-8.dll
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll
   56k 2005/07/09 C:\cygwin\bin\cygbz2-1.dll
  965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll
 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll
  375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll
  226k 2005/09/29 C:\cygwin\bin\CYGNCU~7.DLL
  226k 2005/09/29 C:\cygwin\bin\cygncurses-8.dll
   11k 2005/09/29 C:\cygwin\bin\cygpanel-8.dll
  176k 2005/09/06 C:\cygwin\bin\cygpcre-0.dll
  299k 2005/09/06 C:\cygwin\bin\cygpcrecpp-0.dll
6k 2005/09/06 C:\cygwin\bin\cygpcreposix-0.dll
  224k 2005/07/11 C:\

Inconvenient ghostscript and transfig dependences

2005-12-20 Thread Rodrigo Medina
Hi,
There are two different gs programs distributed, one linked to the X11
library
which is put in /usr/X11R6/bin/gs.exe and another no-X11 that goes into
/bin/gs.exe. Here starts the problem: two different programs with the same
name. Actually if you have X11 there is no reason of installing the
gs-no-X11.
Depending on your PATH you get one or the other. In relation to this there
is the inconvenient dependence of transfig on gs-no-X11, which is
automatically
installed even if you have gs-X11. SETUP keeps trying to install gs-no-X11.
A pain on the neck.

Happy holidays
R.M.


--
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/



Why no-X11 ghostscript?

2005-12-28 Thread Rodrigo Medina
Hi,
If I am not mistaken, gs-X11 does everything that gs-no-X11 does, then
why distributing gs-no-X11 at all? A lot problems may arise due to the
presence of two different programs with the same name.
Of course all the programs of the package should go into /bin.
Bye
Happy holidays
R.M.


--
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/



Grace peculiarities

2005-12-28 Thread Rodrigo Medina
Hi,

Two questions about GRACE:
1- Why is the folder of GRACE in /usr/ and not in /usr/share/ as
   everything else?
2- Why there is in /bin/ a soft-link to xmgrace.exe while the actual
   program is in /usr/grace/bin/ ?

   Soft-links are not equivalent to the actual program, e.g. a
   Windows native cmd batch script cannot run them.

   Happy holidays

   R.M.



--
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: Why no-X11 ghostscript?

2005-12-28 Thread Rodrigo Medina

On 2005/12/28 18:08:11,  Larry Hall (Cygwin) wrote:

>Rodrigo Medina wrote:
>> Hi,
>> If I am not mistaken, gs-X11 does everything that gs-no-X11 does, then
>> why distributing gs-no-X11 at all? A lot problems may arise due to the
>> presence of two different programs with the same name.
>> Of course all the programs of the package should go into /bin.
>> Bye
>> Happy holidays
>> R.M.

>Are you suggesting that gs-no-X11 requires X11?  If so, that's a bug.  If
>not, should we assume your question is rhetorical?

As the gs-no-X11 does something that gs-X11 does no do, that is it works
without
X11 DLLs, my question was not rhetorical, it was stupid. Nevertheless that
does not
solve the problem of the conflict between the two programs. I suggest doing
the following:

1- Having a unique ghostscript package,  with both gs-x.exe and gs.no-x.exe.
2- Install all executables, including both gs programs in /bin.
3- If X11 is installed then copy gs-x.exe to gs.exe, otherwise copy
gs.no-x.exe to gs.exe

Bye

Happy New Year

R.M.


--
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/



Malfunctioning of cygpath -H

2006-01-18 Thread Rodrigo Medina
Hi,

The new cygpath 15.1.19-2 writes an additional line in the tty

$ cygpath -H
$ ** buf C:\WINDOWS\Profiles
$ /cygdrive/c/WINDOWS/Profiles

bye

R.M.



--
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/



Problem with /usr/share/info/dir file.

2005-03-12 Thread Rodrigo Medina
Hi,
There is a bothering behavior of the updating of some packages
(e.g. tetex-bin), that  install their own /usr/share/info/dir file,
overwriting the existing one. I for example use the info/dir file
to list the very large amount of software that the cygwin distribution
contains and some other programs that I have installed. I suggest to
find some way of protecting the /info/dir file. One way is to give another
name  to the info/dir files of particular packages (e.g dir.tetex), so the
user can include them as he pleases in his own info/dir file.

Greetings,
R. Medina



--
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 cygwin1.dll release urgently needed

2005-03-12 Thread Rodrigo Medina
Hi,

I have been updating cygwin. There is the following problem:
bunzip2.exe does not function properly with cygwin1.dll-15.13-1.
I does function with the snapshot 20040311, but if you have updated
to cygwin1.dll-15.13-1 you can't expand the 20040311 snapshot. I had
to use an old cygwin1.dll of 20041217 I had around. I suggest to
release immediately the new cygwin1.dll.

Bye
R. Medina



--
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/



TeX 3.0.0-1 crashes in W98(SE) with cygwin1-1.5.14

2005-04-03 Thread Rodrigo Medina
Hi,
I have just updated tetext3.0.0-1.i
 I have found that TeX 3.0.0-1 crashesi immediately in W98(SE) with
cygwin1-1.5.14
The previous tex release was OK.

$tex
Segmentation fault (core dumped)
 
The cygcheck output and TEXTEX.EXE.stackdump
are attached.
 
Bye
R. M.
 
Found: C:\cygwin\bin\tex.exe
C:/cygwin/bin/tex.exe
  C:\cygwin\bin\cygkpathsea-4.dll
C:\cygwin\bin\cygwin1.dll
  C:\WINDOWS\SYSTEM\ADVAPI32.DLL
C:\WINDOWS\SYSTEM\KERNEL32.dll


TEX.EXE.stackdump
Description: TEX.EXE.stackdump

Cygwin Configuration Diagnostics
Current System Time: Sun Apr 03 13:07:03 2005

Windows 98 SE Ver 4.10 Build  

Path:   .\
~\bin
c:\WINDOWS\Profiles\rmedina\My Documents\bin
C:\cygwin\usr\X11R6\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\PROGRA~1\JAVA\J2RE14~1.2_0\BIN
C:\cygwin\USR\LOCAL\BIN

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

HOME = `C:\cygwin\home\rmedina'
LIBRARY_PATH = `/usr/X11R6/lib:/usr/local/lib'
MAKE_MODE = `unix'
PWD = `/home/rmedina/Notas-cygwin'
USER = `rmedina'

Use `-r' to scan registry

a:  fd N/AN/A
c:  hd  FAT32 3069Mb  63% CPUN   
d:  hd  FAT32 6137Mb  91% CPUN   
e:  cd  CDFS   635Mb 100%   UN   040311_2253
f:  cd N/AN/A

C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
C:/cygwin  / system  binmode
C:/cygwin/bin  /usr/bin  system  binmode
C:/cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  
binmode,cygdrive

Not Found: awk
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: sh
Found: C:\cygwin\bin\tar.exe

   28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll
   77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll
   66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll
   41k 2002/05/14 C:\cygwin\usr\X11R6\bin\cygPropList-0.dll
 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll
  459k 2004/02/10 C:\cygwin\usr\X11R6\bin\cygXmHTML-0.dll
   36k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygFS-6.dll
  358k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGL-1.dll
  438k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll
   75k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygICE-6.dll
 1413k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll
   30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygSM-6.dll
  877k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygX11-6.dll
8k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll
   27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll
  254k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll
  356k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll
  363k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll
9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll
   30k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll
   49k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXext-6.dll
   56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll
   63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll
9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll
7k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll
  282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll
  275k 2004/01/13 C:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll
   16k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll
   27k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXi-6.dll
   76k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll
   11k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll
   26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXp-6.dll
   52k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll
   12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll
   28k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll
  282k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXt-6.dll
   17k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll
  243k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdps-1.dll
   26k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll
   21k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll
9k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll
   20k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll
  125k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll
   12k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll
   40k 2005/02/23 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll
   25k 2005/02/23 

20050407 snapshot cures previously reported XWin crashes.

2005-04-07 Thread Rodrigo Medina
Hi all,
The cygwin1-20050407 snapshot cures the crashes of XWin
previously reported in the cygwin-xfree mail-list.
Bye



--
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: [ANNOUNCEMENT] Updated: rxvt-2.7.10-6

2005-04-10 Thread Rodrigo Medina
Hi,
The terminal emulator rxvt, does not work properly with X-window.
The dead accents do not function. The problem is due to the limited X
library that is used. The problem is explained in the bug 842982 
in rxvt.org. It does not seem that this problem will be solved in the
near future. I wonder if it not were the case of providing a version of
rxvt linked to the full Xlib, so that non-english people can use
rxvt with the X-server.

Bye
Rodrigo Medina



--
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/



Again, XWin crashes with cigwin-1.5.15-1 on Win98.

2005-04-23 Thread Rodrigo Medina
Hi, all
The XWin crashes that were cured with snapshot-20050407 reappeared with
cigwin-1.5.15-1. See
http://cygwin.com/ml/cygwin-xfree/2005-03/msg00158.html
http://cygwin.com/ml/cygwin-xfree/2005-04/msg0.html
http://cygwin.com/ml/cygwin-xfree/2005-04/msg00024.html

Running XWin through gdb.

 $gdb XWin
GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...(no debugging symbols found)

(gdb) run -multiwindow
Starting program: /usr/X11R6/bin/XWin.exe -multiwindow
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.2.0-1

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

/usr/X11R6/bin/XWin -multiwindow 

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
(==) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TT
F/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/
lib/
X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
winPrefsLoadPreferences: /usr/X11R6/lib/X11/system.XWinrc
LoadPreferences: XWinrc loaded
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 0007
winSetEngine - Multi Window or Rootless => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per
pixel
winAllocateFBShadowGDI - Creating DIB with width: 800 height: 600 depth: 16
winFinishScreenInitFB - Masks: f800 07e0 001f
winInitVisualsShadowGDI - Masks f800 07e0 001f BPRGB 6 d 16 bpp
16
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
---Type  to continue, or q  to quit---

Program received signal SIGSEGV, Segmentation fault.
[Switching to thread -46904803.0xffc16851]
0xbff7a606 in KERNEL32!Heap32ListNext ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
(gdb)

---
This is what the alert window of W98 shows when the crash is produced
by shutting down the XWin server.

XWIN caused an invalid page fault in
module KERNEL32.DLL at 0167:bff87ed3.
Registers:
EAX=0181b074 CS=0167 EIP=bff87ed3 EFLGS=00010202
EBX=0181b35c SS=016f ESP=0181a0b0 EBP=0181b078
ECX=0181b024 DS=016f ESI=0181b29c FS=4707
EDX=0181b098 ES=016f EDI=0181b098 GS=
Bytes at CS:EIP:
55 a1 e0 9c fc bf 8b ec 83 ec 6c 53 56 57 8b 30 
Stack dump:
ffecbad7 0181a0e0 0181a0c4 000e 0007 c005  
bff87ed3 0002 0001 0181a1b8 0001001f   
 
---
The XWin.log and cygcheck -s output are attached

As the problem is obviously related to  cygwin1.dll I am sending this
message to both mail lists.

Bye

Rodrigo Medina


XWin.log
Description: XWin.log

Cygwin Configuration Diagnostics
Current System Time: Sun Apr 24 01:49:14 2005

Windows 98 SE Ver 4.10 Build  

Path:   .\
~\bin
c:\WINDOWS\Profiles\rmedina\My Documents\bin
C:\cygwin\usr\X11R6\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\PROGRA~1\JAVA\J2RE14~1.2_0\BIN
C:\cygwin\USR\LOCAL\BIN

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

HOME = `C:\cygwin\home\rmedina'
LIBRARY_PATH = `/usr/X11R6/lib:/usr/local/lib'
MAKE_MODE = `unix'
PWD = `/home/rmedina/Notas-cygwin'
USER = `rmedina'

Use `-r' to scan registry

a:  fd N/AN/A
c:  hd  FAT32 3069Mb  65% CPUN   
d:  hd  FAT32 6137Mb  91% CPUN   
e:  cd N/AN/A
f:  cd N/AN/A

C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
C:/cygwin  / system  binmode
C:/cygwin/bin  /usr/bin  system  binmode
C:/cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  
binmode,cygdrive

Not Found: awk
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bi

Re: Again, XWin crashes with cigwin-1.5.15-1 on Win98.

2005-04-24 Thread Rodrigo Medina

Hi,
I have installed the 20050422 snapshot. I made a backtrace.
I hope it is more useful.
---
 $gdb XWin
GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...(no debugging symbols found)

(gdb) run -multiwindow
Starting program: /usr/X11R6/bin/XWin.exe -multiwindow
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.2.0-1

Contact: cygwin-xfree@cygwin.com

XWin was started with the following command line:

/usr/X11R6/bin/XWin -multiwindow 

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
(==) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib
/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75d
pi/,/usr/X11R6/lib/X11/fonts/100dpi/"
winPrefsLoadPreferences: /usr/X11R6/lib/X11/system.XWinrc
LoadPreferences: XWinrc loaded
GetModuleHandleA succeed

LoadLibrary returns baaa
winDetectSupportedEngines - Windows 95/98/Me
winDetectSupportedEngines - DirectDraw installed
winDetectSupportedEngines - DirectDraw4 installed
winDetectSupportedEngines - Returning, supported engines 0007
winSetEngine - Multi Window or Rootless => ShadowGDI
winAdjustVideoModeShadowGDI - Using Windows display depth of 16 bits per
pixel
winAllocateFBShadowGDI - Creating DIB with width: 800 height: 600 depth: 16
winFinishScreenInitFB - Masks: f800 07e0 001f
winInitVisualsShadowGDI - Masks f800 07e0 001f BPRGB 6 d 16 bpp
16
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

Program received signal SIGSEGV, Segmentation fault.
[Switching to thread -326659.0xffc6eb39]
0xbff7a606 in KERNEL32!Heap32ListNext ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
(gdb) thread apply all bt   

Thread 4 (thread -326659.0xffc6eb39):
#0  0xbff7a606 in KERNEL32!Heap32ListNext ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
#1  0x0013 in ?? ()
#2  0x0181ec84 in ?? ()
#3  0x0012 in ?? ()
#4  0xdf0df046 in ?? ()
#5  0x0181d420 in ?? ()
#6  0x in ?? () from 

Thread 3 (thread -326659.0xffc6a711):
#0  0x6109b4ac in wait_sig (self=0x610ffbdc)
at /netrel/src/cygwin-snapshot-20050422-1/winsup/cygwin/sigproc.cc:1020
#1  0x61003673 in cygthread::stub (arg=0x610ffbdc)
at /netrel/src/cygwin-snapshot-20050422-1/winsup/cygwin/cygthread.cc:73
#2  0x61004694 in _cygtls::call2 (func=0x61003600 , 
arg=0xfdeaf0, buf=0xfdf020)
at /netrel/src/cygwin-snapshot-20050422-1/winsup/cygwin/cygtls.cc:93
#3  0x6100464a in _cygtls::call (func=0, arg=0x0)
at /netrel/src/cygwin-snapshot-20050422-1/winsup/cygwin/cygtls.cc:82
#4  0x in ?? () from 
Current language:  auto; currently c++

Thread 2 (thread -326659.0xffc6aabd):
#0  0xbff99b32 in SetThreadExecutionState ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
#1  0xbffa222a in KERNEL32!GetCPInfoExA ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
#2  0xbff7c8b3 in RegisterServiceProcess ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
#3  0xc14f9640 in ?? ()
---Type  to continue, or q  to quit---
#4  0x in ?? ()
#5  0x in ?? () from 

Thread 1 (thread -326659.0xffc60929):
#0  0x610ac77c in pthread::create (this=0x100f0d90, 
func=0x4404e0 , newattr=0x0, threadarg=0x100f0a90)
at /netrel/src/cygwin-snapshot-20050422-1/winsup/cygwin/thread.cc:316
#1  0x610b0e70 in pthread::create (thread=0x100ec354, attr=0x0, 
start_routine=0x4404e0 , arg=0x100f0a90)
at /netrel/src/cygwin-snapshot-20050422-1/winsup/cygwin/thread.cc:1934
#2  0x6109557f in _sigfe ()
at /netrel/src/cygwin-snapshot-20050422-1/winsup/cygwin/cygserver.h:82
#3  0x004404e0 in end ()
#4  0x100f0a90 in ?? ()
#5  0x0008 in ?? ()
#6  0x0003 in ?? ()
#7  0x100f0a90 in ?? ()
#8  0x100ec360 in ?? ()
#9  0x100ec2b0 in ?? ()
#10 0x007b9050 in end ()
#11 0x00b7ed18 in ?? ()
#12 0x0043d371 in end ()
#13 0x100ec358 in ?? ()
#14 0x100ec350 in ?? ()
#15 0x100ec354 in ?? ()
#16 0x100ec360 in ?? ()
#17 0x in ?? () from 
#0  0xbff7a606 in KERNEL32!Heap32ListNext ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
(gdb) 
(gdb) 
(gdb) quit
---

Bye
R. M.



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

RE: Would like to release 1.5.10 soon -- please try latest snapshot: Win95, "make" fixes

2004-03-22 Thread Rodrigo Medina
The 20040322 snapshot does solve the crashes previously
reported in the programs gnuchess and "XWin -multiwindow"
with Win95.

Thanks to everybody!

Rodrigo Medina  


--
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/



Bash hangs with the 20040325 snapshot

2004-03-26 Thread Rodrigo Medina
 Hi,

I have to report that bash hangs with the 20040325 snapshot.

The rxvt window appears, but the prompt never apprears.

The output of cygcheck -s (made with the  20040322 snapshot) is
appended.

Rodrigo Medina.

  

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Fri Mar 26 05:12:48 2004

Windows 95 Ver 4.0 Build  

Path:   .\
~\bin
c:\Rodrigo\bin
C:\cygwin\usr\X11R6\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
C:\cygwin\USR\LOCAL\BIN
c:\ADABAS\BIN
c:\ADABAS\PGM
c:\ARCHIV~1\GRISOFT\AVG6

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

HOME = `C:\cygwin\home\rmedina'
LIBRARY_PATH = `/usr/X11R6/lib'
MAKE_MODE = `unix'
PWD = `/home/rmedina/Notas-cygwin'
USER = `rmedina'

Use `-r' to scan registry

a:  fd   N/AN/A
c:  hd  FAT32   3069Mb  81% CPUN   
d:  hd  FAT32   6137Mb  16% CPUN   
e:  cd   N/AN/A
f:  cd   N/AN/A

.  /cygdrive userbinmode,cygdrive
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
C:/cygwin  / system  binmode
C:/cygwin/bin  /usr/bin  system  binmode
C:/cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: sh
Found: C:\cygwin\bin\tar.exe

   28k 2004/01/16 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll
   76k 2004/01/16 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll
   66k 2004/01/16 C:\cygwin\usr\X11R6\bin\cygUil-2.dll
   41k 2002/05/14 C:\cygwin\usr\X11R6\bin\cygPropList-0.dll
 1293k 2004/01/16 C:\cygwin\usr\X11R6\bin\cygXm-2.dll
  237k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygdps-1.dll
   25k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll
  373k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygGL-1.dll
  439k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll
   74k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygICE-6.dll
9k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll
   20k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll
   30k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygSM-6.dll
  864k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygX11-6.dll
  253k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll
  355k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll
   29k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll
   49k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXext-6.dll
   27k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXi-6.dll
   76k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll
   11k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll
   26k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXp-6.dll
   51k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll
   11k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll
   26k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll
  282k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXt-6.dll
   27k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll
   17k 2004/03/19 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll
   56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll
   63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll
  282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll
  275k 2004/01/13 C:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
  617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll
   22k 2004/02/10 C:\cygwin\bin\cygcygipc-2.dll
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll
  155k 2004/01/07 C:\cygwin\bin\cygexpat-0.dll
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll
   62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll
9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.d

Re: Wishlist additions for setup.exe

2004-04-19 Thread Rodrigo Medina
Hi all,

My whishes for SETUP:

1- In the list of packages include its size. It is very important
for people with slow connexions, so they can easily program
what to download and in which order. For example you may decide
not to download an updated 16MB fonts package with minor changes.
Right now you discover that the package has 16MB only after the
downloading of that package has started. Then you have to abort
setup and start again. (This is related to point 2-).

2- When you are downloading into a temporal directory, SETUP
downloads the packages even if they are already in the temporal
directory but are still not installed. I think this is a real  nuisance.
 Consider the case that for some reason the downloading
is interrupted (this is likely to happen if you have a slow connexion).
Say you have already downloaded 90% of the packages (that could take
hours). SETUP starts again from the beginning. This can lead to a
never ending process.
You have two choices:
a) To install what was already downloaded before starting a new
setup-downloading session. This in some cases could be dangerous
when you are installing packages that require some other package
that you have not still downloaded.
b) To look at the files in the temporal directory to check what
files are already downloaded and mark those files KEEP (or SKIP)
in the package list. Should not be SETUP an automatic process?

I think that to solve these two problems require minor changes
of SETUP and would really improve its performance.

bye,

Rodrigo Medina



--
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: Wishlist additions for setup.exe

2004-04-20 Thread Rodrigo Medina
Hi all,

Rodrigo Medina (myself) wrote:
>2- When you are downloading into a temporal directory, SETUP
>downloads the packages even if they are already in the temporal
>directory but are still not installed.

I have to be more precise:

SETUP does check if the package has been already downloaded but only
if it has been downloaded from the SAME mirror. If you have already
downloaded the package from another mirror, SETUP downloads it again.

bye

Rodrigo Medina

 


--
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: The rxvt.1 manpage of the rxvt-2.7.10-4 package

2004-05-15 Thread Rodrigo Medina
Hi all,

On Wed, 12 May 2004 12:00:58 +0800 Fung Chai wrote:
> The rxvt manpage cannot be correctly formatted because the nroff file
> doc/rxvt.1 contains some left-over yodl bits.  I suspect that the
> yold2man-post program was not invoked to remove the yodl stuff.

An easy way of deleting the YODL garbage is to use the VIM editor.
The following VIM script (call it patch.vim) does the job:

Q
%s/^\.YODLTAGSTART\./\.YYODLTAGSTART\./
%s/\.YODLTAGSTART\./\r\.YODLTAGSTART\./g
%s/\.YODLTAGSTART\. roffcmd //
%s/\.YYODLTAGSTART\. roffcmd //
%s/\.YODLTAGEND\.//
%s/\n\.YYODLTAGSTART\..*//
1
/\.TH
1,.-1d
wq


Then call VIM to modify the wrong rxvt.1

$ vim -s patch.vim -- rxvt.1

bye.

Rodrigo Medina



--
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: tetex 3.0.0 format file problem.

2005-05-23 Thread Rodrigo Medina
Hi,
I wonder if it is not better, avoiding to run texconfig in the post-install
script, and instead let the user do its own configuration.

bye
RM



--
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: [ANNOUNCEMENT] Updated: pinfo 0.6.9-1

2007-08-19 Thread Rodrigo Medina
Hi, all
I have just updated pinfo-0.6.9-1.
I have found the following wrong behavior (I don't know if it was also
present in previous versions):
Words that are emphasized as `word' appear again at the start of the same
line
or the following ones, substituting the correct text. 
The behavior is independent of the kind of terminal. I have tried
rxvt, putty, xterm, and the Windows command.

bye,
Rodrigo Medina



--
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: [ANNOUNCEMENT] Updated: pinfo 0.6.9-1

2007-08-19 Thread Rodrigo Medina
Hi, all
In a previous message I reported a wrong behavior of pinfo-0.6.9-1.

>Words that are emphasized as `word' appear again at the start of the same
line
>or the following ones, substituting the correct text. 
>The behavior is independent of the kind of terminal. I have tried
>rxvt, putty, xterm, and the Windows command.
 
Actually the wrong behavior happens only in some info files.
I am attaching a test file that presents the wrong behavior.

bye,
Rodrigo Medina



test.info
Description: test.info
--
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: [ANNOUNCEMENT] Updated: zsh-4.3.4-1

2007-09-07 Thread Rodrigo Medina
zzapper  wrote:

>I'm getting the following errors (this is actually for 4.3.2 which I tried 
>withot success to roll back to)
>
>3 [main] zsh 5904 C:\cygwin\bin\zsh.exe: *** fatal error - unable to remap
> C:\cygwin\lib\zsh\4.3.2\zsh\complete.dll to same address as
parent(0x35) 
>!=
> 0x39

I>'ve tried  uninstall/reinstall, rebaseall, restarts etc.

I>f anyone has no problems with 4.3.4, pls let me know

I had a similar problem but rebaseall workwed for me.

RM



--
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: [rxvt packaging bug?] New rxvt introduces broken font default

2007-09-17 Thread Rodrigo Medina
Hi,
Max Bowsher wrote:
>I don't think it makes sense to now start shipping rxvt with a font
>configuration which leaves native mode broken out-of-the-box.

I agree 100% with that, besides I have X11 installed and use it extensively,
but I never use rxvt-X11 because it does not work properly with the dead
accents, and it is almost useless for non-English languages.

Perhaps, instead of bothering about how the console looks, something that
is better to leave to the user, it would be more useful to provide a
rxvt-X11
linked to the standard X11 library, so that dead accents are supported.

Bye

RM


--
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/



cygwin-1.5.7-1 crashes in Windows 95

2004-02-07 Thread Rodrigo Medina
Hi all,
After upgrading, "XWin -multiwindow &" immediately crashes.
Windows 95 reports page fault in cygwin1.dll.
Relevant information is in attachments.

Without the multiwindow option there is no crash.
I am using cygwin-1.5.7-1 and XFree86-xserv-4.3.0-44
With cygwin-1.5.5-1 there is no crash.

Rodrigo Medina

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Thu Feb 05 05:50:30 2004

Windows 95 Ver 4.0 Build  

Path:   .\
~\bin
c:\Rodrigo\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\ADABAS\BIN
c:\ARCHIV~1\GRISOFT\AVG6
c:\ADABAS\PGM

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

CYGWIN = `server'
HOME = `C:\cygwin\home\rmedina'
LIBRARY_PATH = `/usr/X11R6/lib:/usr/local/lib'
MAKE_MODE = `unix'
PWD = `/etc/setup'
USER = `rmedina'

Use `-r' to scan registry

a:  fd   N/AN/A
c:  hd  FAT32   3069Mb  74% CPUN   
d:  hd  FAT32   6137Mb  16% CPUN   
e:  cd   N/AN/A
f:  cd   N/AN/A

.  /cygdrive userbinmode,cygdrive
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
C:/cygwin  / system  binmode
C:/cygwin/bin  /usr/bin  system  binmode
C:/cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

  148k 2003/12/24 C:\WINDOWS\cygreadline5.dll
  202k 2003/11/06 C:\WINDOWS\cygncurses6.dll
  224k 2003/08/09 C:\WINDOWS\cygncurses7.dll
 1083k 2004/02/02 C:\WINDOWS\cygwin1.dll
Cygwin DLL version info:
DLL version: 1.5.7
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 109
Shared data: 3
DLL identifier: cygwin1
Mount registry: 2
Cygnus registry name: Cygnus Solutions
Cygwin registry name: Cygwin
Program options name: Program Options
Cygwin mount registry name: mounts v2
Cygdrive flags: cygdrive flags
Cygdrive prefix: cygdrive prefix
Cygdrive default prefix: 
Build date: Fri Jan 30 19:32:04 EST 2004
CVS tag: cr-0x9e
Shared id: cygwin1S3

   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
  598k 2003/11/03 C:\cygwin\bin\cygcurl-2.dll
   22k 2003/10/17 C:\cygwin\bin\cygcygipc-2.dll
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll
  155k 2004/01/07 C:\cygwin\bin\cygexpat-0.dll
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll
   62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll
9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
  170k 2002/01/21 C:\cygwin\bin\cygpng2.dll
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll
   61k 2003/08/09 C:\cygwin\bin\cygbz2-1.dll
  131k 2003/10/28 C:\cygwin\bin\cygfontconfig-1.dll
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll
  361k 2003/10/25 C:\cygwin\

lpr improvement proposal

2004-02-19 Thread Rodrigo Medina
Hi all,
Now that the new version (1.2.4-1) of lpr works properly I have been trying
to
configure the printing commands of programs that can print directly,
such as dvips, ghostview or xfig. I have found that this task is not 
trivial because in general the files to be printed need to be preprocessed;
for example in my case they need to be converted from postscript to deskjet.
Not even the printing of a text file is trivial.

In order to facilitate this task I have modified lpr including a couple
of additional options. I am proposing to include these chages in the
new versions of lpr. Follows a description of the modifications. The
modified files are attached.

1-  In my experience most of the time the CR/LF translation is not needed,
 so it was flipped the way the raw option works. No option: raw printing,
 -l option: LF -> CR-LF preprocessing.

2- The -f option was included. It indicates that a FORMFEED character 
is appended to the file. In most printers (working in line printer mode)
this would produce the ejection of the last page of the document.

3- The " -F nameoffilter" to give the name of a filter (or pipe),
to be applied to the input file before sending it to the printer. So
   lpr -l -Ffilter -Pprinter file
would be equivalent to
   filter < file | lpr -l -Pprinter .

Follows a description of how to print different kinds of files on different
kinds of hardware if lpr had the features I am proposing.


--- Printing of text files with line-printers.

 In a Cygwin environment one has at least three kinds of text files: Unix
text
files, Windows text files and DOS text files. Unix and Windows text files
usually use some iso-8859-* character set, while DOS uses an ibm-cp*
character
set.  On the other hand Windows and DOS text files use CR-LF line
terminations,
while Unix files use LF line terminations. Most printers have a line-printer
mode in which they print each byte of a text file. In many cases, such as in
mine, the printer is DOS-compatible, what that means is that it uses an
ibm-cp*
character set, depending on the language you use, and of course it requires
a
CR-LF or LF-CR line termination.
 In my case the printer and DOS use ibm-cp850, while cygwin and Windows use
iso-8859-1. In order to print a text file one has to:

for a  DOS text file:
 append FF, send raw to lpr;
for a Windows text file:
 translate iso-8859-1 to ibm-cp850, append FF, send raw to lpr;
for a Unix text file:
 translate iso-8859-1 to ibm-cp850, LF->CR-LF, append FF, send raw to lpr.

If lpr had the options I proposed (including the change of -l) and an
iso2ibm
filter were available the commands for printing text files were:

lpr -f -Pprinter DOS.txt
lpr -f -Fiso2ibm -Pprinter WINDOWS.txt
lpr -f -Fiso2ibm -l -Pprinter UNIX.txt

Right now I have to use scripts in order to accomplish the same tasks.

There are line-printers that use the iso-8859-* character set, in that case
WINDOWS and UNIX text files don't need to be preprocessed, but  DOS file
would require an ibm2iso filter:

lpr -f -Fibm2iso -Pprinter DOS.txt
lpr -f -Pprinter WINDOWS.txt
lpr -f -l -Pprinter UNIX.txt

--- Using a postscript printer.
To print a postscript file would be trivial
lpr -Pprinter file.ps

To print a text file you need a formatting filter, that produces a
postscript
file from the text file. Call it txt2ps. txt2ps can be designed to process
both WINDOWS and UNIX files.

lpr -Ftxt2ps file.txt

For a DOS.TWX file you would need to previously  apply an ibm2iso filter

lpr -Fibm2iso|txt2ps DOS.txt 

--- Using other graphic printers.
Most modern printers have a graphic mode of operation, which use their
own graphic language. The printer I have is a HP color deskjet. The
ghostscript which is distributed by cygwin translate a postscript file
to any kind of other graphic languages. Using gs one can make a shell
script that behaves as a filter from pstscript to deskjet: ps2cdj.

Some examples of printing. 
In order to print the output of a program like Word with the option "print
to file" one only needs to send the file raw to the printer

lpr -Pprinter file.cdj

For printing a postscript file

lpr -Fps2cdj -Pprinter file.ps

For printing a text file in graphic mode

lpr -Ftxt2ps|ps2cdj -Pprinter file.txt
lpr -Fibm2iso|txt2ps|ps2cdj -Pprinter DOS.txt

--------
---

Rodrigo Medina.


Printer.hh
Description: Printer.hh


Printer.cc
Description: Printer.cc


lpr.cc
Description: lpr.cc


lpr.1
Description: lpr.1
--
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/

Crashes of cygwin1.dll-20040221 in Win95

2004-02-24 Thread Rodrigo Medina
 Please see:

http://cygwin.com/ml/cygwin-xfree/2004-02/msg00228.html 

Rodrigo Medina



--
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/



Crashes of snapshot20040225 with Win95

2004-02-26 Thread Rodrigo Medina
Hi all,
Snapshot 20040225 also crashes some programs in Win95.
GNU Chess 5.05, that works with 1.5.5-1, crashes; Xwin also crashes in the
same function of cygwin1.dll. I report gnuchess as it is a stable, simpler
program than XWin.

Windows reports:

GNUCHESS provocó un fallo de página no válida en el 
módulo CYGWIN1.DLL de 0137:61087a7e.
Registros:
EAX= CS=0137 EIP=61087a7e EFLGS=00010202
EBX=00417da0 SS=013f ESP=00f1feac EBP=00f1ff54
ECX= DS=013f ESI=10044660 FS=3d4f
EDX=00f2 ES=013f EDI=610a2df0 GS=
Bytes en CS:EIP:
89 18 ff 8a f8 fb ff ff 5a 5b c3 53 52 50 64 8b 
Volcado de pila:
 00f1fecc 610d4600 61087a89 00f1fecc 00417cf2 00417cfd 0001
        

Checks and gdb output are attached.

Rodrigo Medina
  
Starting program: /USR/LOCAL/BIN/gnuchess.exe 

Program received signal SIGSEGV, Segmentation fault.
[Switching to thread -3364535.0xfff264d1]
0x61087a7e in cygwin1!aclcheck ()
* 4 thread -3364535.0xfff264d1  0x61087a7e in cygwin1!aclcheck ()
  3 thread -3364535.0xfff2615d  0x6108d876 in sigfillset ()
  2 thread -3364535.0xffcd4399  0xbff969db in SetFileAttributesW ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
  1 thread -3364535.0xfff18c51  0x6109ee10 in cygwin1!__getreent ()

Thread 4 (thread -3364535.0xfff264d1):
#0  0x61087a7e in cygwin1!aclcheck ()
#1  0x610a2e5f in cygwin1!__getreent ()
#2  0x in ?? ()

Thread 3 (thread -3364535.0xfff2615d):
#0  0x6108d876 in sigfillset ()
#1  0x610030a6 in getprogname ()
#2  0x00cfffc8 in ?? ()
#3  0xbff74277 in ReadFile () from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
#4  0x8164e9a4 in ?? ()
#5  0xbff855d1 in KERNEL32!EndUpdateResourceA ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
#6  0x815a2150 in ?? ()
#7  0x00cfffc8 in ?? ()
#8  0xbff86831 in KERNEL32!BuildCommDCBA ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
#9  0x610f0774 in cygwin1!__ctype_ptr ()
#10 0x61003040 in getprogname ()
#11 0x815a2150 in ?? ()
#12 0x8164e944 in ?? ()
#13 0x00cfffa0 in ?? ()
#14 0xbff93b6b in KERNEL32!DeviceIoControl ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
#15 0x in ?? ()
#16 0xbffb8cf8 in ?? () from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL
#17 0xbffb8e70 in ?? () from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL

Thread 2 (thread -3364535.0xffcd4399):
#0  0xbff969db in SetFileAttributesW ()
   from /cygdrive/c/WINDOWS/SYSTEM/KERNEL32.DLL

Thread 1 (thread -3364535.0xfff18c51):
#0  0x6109ee10 in cygwin1!__getreent ()
#1  0x008aee10 in ?? ()
#0  0x61087a7e in cygwin1!aclcheck ()
The program is running.  Exit anyway? (y or n) Found: C:\cygwin\USR\LOCAL\BIN\gnuchess.exe
C:/cygwin/USR/LOCAL/BIN/gnuchess.exe
  C:\cygwin\bin\cygwin1.dll
C:\WINDOWS\SYSTEM\ADVAPI32.DLL
  C:\WINDOWS\SYSTEM\KERNEL32.dll
  C:\cygwin\bin\cygreadline5.dll
C:\cygwin\bin\cygncurses7.dll
C:\WINDOWS\SYSTEM\USER32.dll
  C:\WINDOWS\SYSTEM\GDI32.dll

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Thu Feb 26 08:40:27 2004

Windows 95 Ver 4.0 Build  

Path:   .\
~\bin
c:\Rodrigo\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
C:\cygwin\USR\LOCAL\BIN
c:\ADABAS\BIN
c:\ADABAS\PGM
c:\ARCHIV~1\GRISOFT\AVG6
C:\cygwin\usr\X11R6\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

HOME = `C:\cygwin\home\rmedina'
LIBRARY_PATH = `/usr/X11R6/lib:/usr/local/lib'
MAKE_MODE = `unix'
PWD = `/home/rmedina/bug'
USER = `rmedina'

Use `-r' to scan registry

a:  fd   N/AN/A
c:  hd  FAT32   3069Mb  77% CPUN   
d:  hd  FAT32   6137Mb  16% CPUN   
e:  cd   N/AN/A
f:  cd   N/AN/A

.  /cygdrive userbinmode,cygdrive
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
C:/cygwin  / system  binmode
C:/cygwin/bin  /usr/bin  system  binmode
C:/cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: sh
Found: C:\c

Also 20040306 snapshot crashes in Win95

2004-03-11 Thread Rodrigo Medina
Hi all,

The 20040306 snapshot also crashes in Win95. As with the 1.5.7-1
release and snapshots 20040221 and 20040225 the programs
gnuchess and "XWin -multiwindow" crash with segmentation fault
in cygwin1.dll. The output of debug and other checks is similar
to the those reported for the 20040225 snapshot.

Rodrigo Medina.



--
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: Also 20040306 snapshot crashes in Win95

2004-03-12 Thread Rodrigo Medina
On 11 Mar 2004 14:37:33 Christopher Faylor wrote:

>I no longer have a Win95 or Win98 system to check this type of thing
>with so, the lowest common denominator of problem that *I* will be
>able to investigate is WinME.

>Sorry, but if you want this solved you'll probably have to solve it
>yourself.

Have we to assume that Win9X will not be any longer supported?.
It would be  a pity, there are a lot of old machines around that can have a
new life with cygwin. It is terrible to stop at version 1.5.5-1 because new
software is not compatible with it because of the fnctl64 problem.

I can try, using gdb, to determine where exactly  the problem happens, but
I don't have enough knowledge of cygwin1.dll nor of Win95 programming
in order to solve the problem. Maybe with some help I can contribute in
solving it.

I hope that something can be done.

Rodrigo Medina



--
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/



Ghostscript setup problem. (Was: Can't preview postscript files under xdvi)

2006-10-20 Thread Rodrigo Medina
On October 17 Igor Peshansky wrote:

>On Tue, 17 Oct 2006, Toby Allsopp wrote:
>>...
>> I have had a similar problem caused by the fact that xdvi uses the
>> first gs it finds on the PATH and if you have the ghostscript and
>> ghostscript-x11 packages installed this is the non-X11 one and thus it
>> can't render to xdvi's window.
>>
>> I have the following line in my ~/.Xresources file to fix it:
>>
>> xdvi.interpreter: gs-x11
>>
>> You could also pass the -interpreter option to xdvi.

>Thanks, this is useful information.  Should xdvi be configured OOTB to
>look for gs-x11?  If so, can the xdvi maintainer (if we have one) make a
>new release?



It seems to me that it is solving the problem in the wrong place.
It is not a xdvi problem. It is a cygwin setup problem. You can have similar
troubles with many other programs. It is unconvenient to have 2 versions
of gs installed simultaneously, one in /bin and the other in /usr/X11R6/bin.

1) You need the no-x11-gs only if you do not have the X11 installed.

2) There are packages that require gs (e.g. transfig), the setup program
insists in installing no-x11-gs even if you have x11-gs.


I think that the proper setup behavior should be:
1) To install a single copy of gs always in /bin.
2) To install the no-x11 version only if don't have X11
3) If you have both versions installed uninstall both and install x11-gs in
   /bin
4) If you had no-x11-gs and then you install X11, then alert that you should
   reinstall gs.

I have uninstalled the no-x11-gs and I nerver had any problem,
exept from the fact that the setup program always wants to install it again.

Rodrigo Medina




--
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:[ANNOUNCEMENT] Updated: findutils-4.3.2-2

2006-12-06 Thread Rodrigo Medina
Hi, 
I have just updated findutils-4.3.2-2 from findutils-4.2.27

There is the following extrange behavior when a new rxvt window is opened.

---
/bin/find: could not change to directory profile.d: No such file or
directory

[EMAIL PROTECTED] ~
$ 


Instead with findutils-4.2.27 :

---
[EMAIL PROTECTED] ~
$ 


Bye,
RM



--
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/



rxvt NOT RESPONDING when exiting

2006-12-11 Thread Rodrigo Medina
Hi,
Lately rxvt does not exit properly. I think this a differen from the ghost
bash process that has been reported. The behavior is similar
for 20050409-2 and 20050409-3. Frequently (not always) when a
rxtv window is closed with the exit command, the program hangs
and never ends. In order to see  what happens I will open 2
rxvt-bash windows:

 $ ps -a
  PIDPPIDPGID WINPID  TTY  UIDSTIME COMMAND
  508   1 508508?   18 08:50:28 /usr/bin/cygrunsrv
 1556 5081556   1636?   18 08:50:28 /usr/sbin/sshd
 9504   19504   9504  con 1007 10:45:26 /usr/bin/rxvt
I   100249504   10024  108560 1007 10:45:26 /usr/bin/bash
11196   1   11196  11196  con 1007 10:45:29 /usr/bin/rxvt
11272   11196   11272  106041 1007 10:45:29 /usr/bin/bash
10400   11272   10400   96361 1007 10:45:37 /usr/bin/ps

In TTY 0 I write exit:

$ exit
logout

Never exits
In TTY1:
$ ps -a
  PIDPPIDPGID WINPID  TTY  UIDSTIME COMMAND
  508   1 508508?   18 08:50:28 /usr/bin/cygrunsrv
 1556 5081556   1636?   18 08:50:28 /usr/sbin/sshd
 9504   19504   9504  con 1007 10:45:26 /usr/bin/rxvt
11196   1   11196  11196  con 1007 10:45:29 /usr/bin/rxvt
11272   11196   11272  106041 1007 10:45:29 /usr/bin/bash
11272   11656  119201 1007 10:49:01 /usr/bin/ps

As you can see the bash process 10024 has ended but the rxvt process 9504
is still there. But

$ kill -9 9504
bash: kill: (9504) - No such process

and

$ ps -W |grep 9504
 9504   19504   9504  con 1007 10:45:26 /usr/bin/rxvt

In order to finish the program one has to use the X button of the
windows window, or the windows task manager.

Similar behavior happens with other shells: tcsh, ksh, ash, zsh.

If instead of using "exit" one sends "kill -9" to the bash
process, the behavior is similar. If one sends "kill -9" to the
rxvt process the window desappears.

The output of cygcheck is attached.
 
RM



--
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: rxvt NOT RESPONDING when exiting

2006-12-11 Thread Rodrigo Medina
I forgot the, cygcheck output in the previous message

RM

Cygwin Configuration Diagnostics
Current System Time: Mon Dec 11 11:20:31 2006

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 2

Path:   .
~\bin
c:\Documents and Settings\rmedina\My Documents\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\QuickTime\QTSystem\
C:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1007(rmedina)  GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

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

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

LIBRARY_PATH = '/usr/X11R6/lib:/usr/local/lib'
USER = 'rmedina'
PWD = '/home/rmedina/tmp'
HOME = '/home/rmedina'
MAKE_MODE = 'unix'

Use '-r' to scan registry

c:  hd  NTFS 95393Mb  44% CP CS UN PA FC SQ003666
d:  cd N/AN/A
e:  cd N/AN/A

C:\cygwin  /  system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.  /cygdrive  system  binmode,cygdrive

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

 1309k 2006/05/22 C:\cygwin\usr\local\bin\cyggutenprint-2.dll
  802k 2003/09/15 C:\cygwin\bin\cygaspell-15.dll
   61k 2006/11/10 C:\cygwin\bin\cygbz2-1.dll
7k 2006/10/22 C:\cygwin\bin\cygcharset-1.dll
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
 1125k 2006/10/04 C:\cygwin\bin\cygcrypto-0.9.7.dll
 1053k 2006/10/04 C:\cygwin\bin\cygcrypto-0.9.8.dll
  895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll
  965k 2005/05/14 C:\cygwin\bin\cygdb-4.3.dll
 1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll
 1240k 2005/05/14 C:\cygwin\bin\cygdb_cxx-4.3.dll
  174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll
  509k 2006/01/11 C:\cygwin\bin\cygfftw3-3.dll
   69k 2006/01/11 C:\cygwin\bin\cygfftw3_threads-3.dll
  161k 2006/11/06 C:\cygwin\bin\cygfontconfig-1.dll
   40k 2006/11/15 C:\cygwin\bin\cygform-8.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
  859k 2005/08/08 C:\cygwin\bin\cygfpx-1.dll
  375k 2005/09/06 C:\cygwin\bin\cygfreetype-6.dll
  222k 2005/01/13 C:\cygwin\bin\cyggd-2.dll
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll
   19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll
8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll
   94k 2006/10/23 C:\cygwin\bin\cyggettextlib-0-15.dll
   14k 2006/10/23 C:\cygwin\bin\cyggettextpo-0.dll
  182k 2006/10/23 C:\cygwin\bin\cyggettextsrc-0-15.dll
  351k 2004/07/17 C:\cygwin\bin\cygGraphicsMagick++-0.dll
 2170k 2004/07/17 C:\cygwin\bin\cygGraphicsMagick-0.dll
 1444k 2006/05/24 C:\cygwin\bin\cyggsl-0.dll
  186k 2006/05/24 C:\cygwin\bin\cyggslcblas-0.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll
   25k 2006/11/10 C:\cygwin\bin\cyghistory6.dll
  976k 2006/10/22 C:\cygwin\bin\cygiconv-2.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll
   31k 2006/10/23 C:\cygwin\bin\cygintl-8.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   12k 2003/02/17 C:\cygwin\bin\cygioperm-0.dll
  241k 2004/08/06 C:\cygwin\bin\cygjasper-1-701-1.dll
   48k 2006/11/17 C:\cygwin\bin\cygjbig-2.dll
   48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll
  124k 2006/11/09 C:\cygwin\bin\cygjpeg-62.dll
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll
   60k 2004/09/27 C:\cygwin\bin\cygkpathsea-3.dll
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll
  156k 2005/08/08 C:\cygwin\bin\cyglcms-1.dll
   24k 2006/10/17 C:\cygwin\bin\cygltdl-3.dll
   48k 2005/11/19 C:\cygwin\bin\cygmagic-1.dll
  391k 2006/11/05 C:\cygwin\bin\cygMagick++-10.dll
  369k 2004/08/11 C:\cygwin\bin\cygMagick++-6.dll
 1709k 2006/11/05 C:\cygwin\bin\cygMagick-10.dll
 3214k 2004/08/11 C:\cygwin\bin\cygMagick-6.dll
   21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
  

20061211snapshot isue( was: rxvt NOT RESPONDING when exiting)

2006-12-12 Thread Rodrigo Medina
Hi,
The problems with rxvt do not appear with the 20061023 snapshot.
XWin also remains active, but desappears from the cygwin list of
processes.

Bye
RM


--
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:20061211snapshot isue( was: rxvt NOT RESPONDING when exiting)

2006-12-12 Thread Rodrigo Medina
Sorry,
The snapshot with the problem was the 20061205, not the 20061211, that I
have not
checked.

bye,
RM


--
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:20061211snapshot isue( was: rxvt NOT RESPONDING when exiting)

2006-12-12 Thread Rodrigo Medina
Hi,
The cygwin1.dll-20061211 malfunctions like the cygwin1.dll-20061205.
bye
RM


--
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:20061211snapshot isue( was: rxvt NOT RESPONDING when exiting)

2006-12-12 Thread Rodrigo Medina
Hi,
The 20061023 snapshot, also presents the problem, but with less frequency.
bye,
RM


--
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/



run.1.1.10-1 fails in W98 with cygwin 1.5.23

2006-12-19 Thread Rodrigo Medina
Hi,

I am using   cygwin-1.5.23 in a W98 box. It works fine.
I have only found that "run.1.1.10-1" does not hide the Windows
console window as it should.
run.1.1.9 is OK

bye
RM


Cygwin Configuration Diagnostics
Current System Time: Wed Dec 20 00:00:38 2006

Windows 98 SE Ver 4.10 Build  

Path:   .
~\bin
c:\WINDOWS\Profiles\rmedina\My Documents\bin
D:\cygwin\usr\local\bin
D:\cygwin\bin
D:\cygwin\bin
D:\cygwin\usr\X11R6\bin
D:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\PROGRA~1\JAVA\J2RE14~1.2_0\BIN
D:\cygwin\USR\LOCAL\BIN
D:\cygwin\lib\lapack

Output from D:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from D:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

LIBRARY_PATH = '/usr/X11R6/lib:/usr/local/lib'
USER = 'rmedina'
PWD = '/home/rmedina/Notas-cygwin'
HOME = '/home/rmedina'
MAKE_MODE = 'unix'

Use '-r' to scan registry

a:  fd N/AN/A
c:  hd  FAT32 3069Mb  57% CPUN   
d:  hd  FAT32 6137Mb  69% CPUN   
e:  cd N/AN/A
f:  cd N/AN/A

D:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
D:\cygwin  / system  binmode
D:\cygwin/bin  /usr/bin  system  binmode
D:\cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  
binmode,cygdrive

Found: D:\cygwin\bin\awk.exe
Found: D:\cygwin\bin\bash.exe
Found: D:\cygwin\bin\cat.exe
Found: D:\cygwin\bin\cp.exe
Found: D:\cygwin\bin\cpp.exe
Found: D:\cygwin\bin\crontab.exe
Found: D:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: D:\cygwin\bin\gcc.exe
Found: D:\cygwin\bin\gdb.exe
Found: D:\cygwin\bin\grep.exe
Found: D:\cygwin\bin\kill.exe
Found: D:\cygwin\bin\ld.exe
Found: D:\cygwin\bin\ls.exe
Found: D:\cygwin\bin\make.exe
Found: D:\cygwin\bin\mv.exe
Found: D:\cygwin\bin\patch.exe
Found: D:\cygwin\bin\perl.exe
Found: D:\cygwin\bin\rm.exe
Found: D:\cygwin\bin\sed.exe
Found: D:\cygwin\bin\ssh.exe
Found: D:\cygwin\bin\sh.exe
Found: D:\cygwin\bin\tar.exe
Found: D:\cygwin\bin\test.exe
Not Found: vi
Found: D:\cygwin\bin\vim.exe

 1309k 2006/05/22 D:\cygwin\usr\local\bin\cyggutenprint-2.dll
   37k 2006/11/17 D:\cygwin\bin\cygintl-2.dll
   48k 2006/11/17 D:\cygwin\bin\cygform7.dll
7k 2006/07/27 D:\cygwin\bin\cygcrypt-0.dll
   22k 2006/07/27 D:\cygwin\bin\cygcygipc-2.dll
  831k 2006/07/27 D:\cygwin\bin\cygdb-4.1.dll
  174k 2006/07/27 D:\cygwin\bin\cygexpat-0.dll
   48k 2006/07/27 D:\cygwin\bin\cygmagic-1.dll
   21k 2006/11/17 D:\cygwin\bin\cygintl.dll
   22k 2006/11/17 D:\cygwin\bin\cygintl-1.dll
   45k 2006/11/17 D:\cygwin\bin\cygform5.dll
   26k 2006/11/17 D:\cygwin\bin\cygmenu5.dll
  156k 2006/11/17 D:\cygwin\bin\cygncurses++5.dll
  226k 2006/11/17 D:\cygwin\bin\cygncurses5.dll
   15k 2006/11/17 D:\cygwin\bin\cygpanel5.dll
   35k 2006/11/17 D:\cygwin\bin\cygform6.dll
   20k 2006/11/17 D:\cygwin\bin\cygmenu6.dll
  175k 2006/11/17 D:\cygwin\bin\cygncurses++6.dll
  202k 2006/11/17 D:\cygwin\bin\cygncurses6.dll
   12k 2006/11/17 D:\cygwin\bin\cygpanel6.dll
  380k 2006/07/27 D:\cygwin\bin\cygdb-3.1.dll
   19k 2006/07/27 D:\cygwin\bin\cyggdbm.dll
  170k 2006/11/17 D:\cygwin\bin\cygpng2.dll
   22k 2006/11/17 D:\cygwin\bin\cygpopt-0.dll
   17k 2006/11/17 D:\cygwin\bin\cyghistory4.dll
  108k 2006/11/17 D:\cygwin\bin\cygreadline4.dll
   29k 2006/11/17 D:\cygwin\bin\cygmenu7.dll
  487k 2006/07/27 D:\cygwin\bin\cygdb_cxx-3.1.dll
   19k 2006/11/17 D:\cygwin\bin\cygpanel7.dll
   28k 2006/07/27 D:\cygwin\bin\cyggdbm-3.dll
   15k 2006/07/27 D:\cygwin\bin\cyggdbm_compat-3.dll
  224k 2006/11/17 D:\cygwin\bin\cygncurses7.dll
   29k 2006/11/17 D:\cygwin\bin\cyghistory5.dll
  148k 2006/11/17 D:\cygwin\bin\cygreadline5.dll
  645k 2006/11/17 D:\cygwin\bin\cygcrypto.dll
  165k 2006/11/17 D:\cygwin\bin\cygssl.dll
   12k 2006/07/27 D:\cygwin\bin\cygioperm-0.dll
  509k 2006/07/27 D:\cygwin\bin\cygfftw3-3.dll
   69k 2006/07/27 D:\cygwin\bin\cygfftw3_threads-3.dll
 1444k 2006/12/16 D:\cygwin\bin\cyggsl-0.dll
   65k 2006/11/17 D:\cygwin\bin\cygkpathsea-4.dll
  965k 2006/07/27 D:\cygwin\bin\cygdb-4.3.dll
 1240k 2006/07/27 D:\cygwin\bin\cygdb_cxx-4.3.dll
  119k 2006/11/17 D:\cygwin\bin\cygjpeg6b.dll
   61k 2006/11/10 D:\cygwin\bin\cygbz2-1.dll
  281k 2006/11/17 D:\cygwin\bin\cygtiff3.dll
  282k 2006/11/17 D:\cygwin\bin\cygtiff4.dll
  375k 2006/07/27 D:\cygwin\bin\cygfreetype-6.dll
   19k 2006/11/19 D:\cygwin\bin\cyggdbm-4.dll
  226k 2005/09/29 D:\cygwin\bin\CYGNCU~7.DLL
8k 2006/11/19 D:\cygwin\bin\cyggdbm_compat-4.dll
  124k 2006/11/09 D:\cygwin\bin\cygjpeg-62.dll
   40k 2006/11/15 D:\cygwin\bin\cygform-8.dll
  109k 2006/11/17 D:\cygwin\bin\cygpcre-0.dll

run.1.1.10-1 fails in W98 with cygwin 1.5.23

2007-01-22 Thread Rodrigo Medina
Hi,

I am using   cygwin-1.5.23 in a W98 box. It works fine.
I have only found that "run.1.1.10-1" does not hide the Windows
console window as it should.
run.1.1.9 is OK

bye
RM

Cygwin Configuration Diagnostics
Current System Time: Mon Jan 22 14:00:06 2007

Windows 98 SE Ver 4.10 Build  

Path:   .
~\bin
c:\WINDOWS\Profiles\rmedina\My Documents\bin
D:\cygwin\usr\local\bin
D:\cygwin\bin
D:\cygwin\bin
D:\cygwin\usr\X11R6\bin
D:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
c:\PROGRA~1\JAVA\J2RE14~1.2_0\BIN
D:\cygwin\USR\LOCAL\BIN
D:\cygwin\lib\lapack

Output from D:\cygwin\bin\id.exe (nontsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

Output from D:\cygwin\bin\id.exe (ntsec)
UID: 56503(rmedina) GID: 544(users)
544(users)

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

LIBRARY_PATH = '/usr/X11R6/lib:/usr/local/lib'
USER = 'rmedina'
PWD = '/home/rmedina/Notas-cygwin'
HOME = '/home/rmedina'
MAKE_MODE = 'unix'

Use '-r' to scan registry

a:  fd N/AN/A
c:  hd  FAT32 3069Mb  54% CPUN   
d:  hd  FAT32 6137Mb  69% CPUN   
e:  cd N/AN/A
f:  cd N/AN/A

D:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
D:\cygwin  / system  binmode
D:\cygwin/bin  /usr/bin  system  binmode
D:\cygwin/lib  /usr/lib  system  binmode
.  /cygdrive system  
binmode,cygdrive

Found: D:\cygwin\bin\awk.exe
Found: D:\cygwin\bin\bash.exe
Found: D:\cygwin\bin\cat.exe
Found: D:\cygwin\bin\cp.exe
Found: D:\cygwin\bin\cpp.exe
Found: D:\cygwin\bin\crontab.exe
Found: D:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: D:\cygwin\bin\gcc.exe
Found: D:\cygwin\bin\gdb.exe
Found: D:\cygwin\bin\grep.exe
Found: D:\cygwin\bin\kill.exe
Found: D:\cygwin\bin\ld.exe
Found: D:\cygwin\bin\ls.exe
Found: D:\cygwin\bin\make.exe
Found: D:\cygwin\bin\mv.exe
Found: D:\cygwin\bin\patch.exe
Found: D:\cygwin\bin\perl.exe
Found: D:\cygwin\bin\rm.exe
Found: D:\cygwin\bin\sed.exe
Found: D:\cygwin\bin\ssh.exe
Found: D:\cygwin\bin\sh.exe
Found: D:\cygwin\bin\tar.exe
Found: D:\cygwin\bin\test.exe
Not Found: vi
Found: D:\cygwin\bin\vim.exe

 1309k 2006/05/22 D:\cygwin\usr\local\bin\cyggutenprint-2.dll
   37k 2007/01/22 D:\cygwin\bin\cygintl-2.dll
   48k 2007/01/22 D:\cygwin\bin\cygform7.dll
7k 2006/07/27 D:\cygwin\bin\cygcrypt-0.dll
   22k 2006/07/27 D:\cygwin\bin\cygcygipc-2.dll
  831k 2007/01/22 D:\cygwin\bin\cygdb-4.1.dll
  174k 2006/07/27 D:\cygwin\bin\cygexpat-0.dll
   21k 2007/01/22 D:\cygwin\bin\cygintl.dll
   22k 2007/01/22 D:\cygwin\bin\cygintl-1.dll
   45k 2007/01/22 D:\cygwin\bin\cygform5.dll
   26k 2007/01/22 D:\cygwin\bin\cygmenu5.dll
  156k 2007/01/22 D:\cygwin\bin\cygncurses++5.dll
  226k 2007/01/22 D:\cygwin\bin\cygncurses5.dll
   15k 2007/01/22 D:\cygwin\bin\cygpanel5.dll
   35k 2007/01/22 D:\cygwin\bin\cygform6.dll
   20k 2007/01/22 D:\cygwin\bin\cygmenu6.dll
  175k 2007/01/22 D:\cygwin\bin\cygncurses++6.dll
  202k 2007/01/22 D:\cygwin\bin\cygncurses6.dll
   12k 2007/01/22 D:\cygwin\bin\cygpanel6.dll
  380k 2007/01/22 D:\cygwin\bin\cygdb-3.1.dll
   19k 2007/01/22 D:\cygwin\bin\cyggdbm.dll
  170k 2007/01/22 D:\cygwin\bin\cygpng2.dll
   22k 2007/01/22 D:\cygwin\bin\cygpopt-0.dll
   17k 2007/01/22 D:\cygwin\bin\cyghistory4.dll
  108k 2007/01/22 D:\cygwin\bin\cygreadline4.dll
   29k 2007/01/22 D:\cygwin\bin\cygmenu7.dll
  487k 2007/01/22 D:\cygwin\bin\cygdb_cxx-3.1.dll
   19k 2007/01/22 D:\cygwin\bin\cygpanel7.dll
   28k 2007/01/22 D:\cygwin\bin\cyggdbm-3.dll
   15k 2007/01/22 D:\cygwin\bin\cyggdbm_compat-3.dll
  224k 2007/01/22 D:\cygwin\bin\cygncurses7.dll
   29k 2007/01/22 D:\cygwin\bin\cyghistory5.dll
  148k 2007/01/22 D:\cygwin\bin\cygreadline5.dll
  645k 2006/11/17 D:\cygwin\bin\cygcrypto.dll
  165k 2006/11/17 D:\cygwin\bin\cygssl.dll
   12k 2007/01/22 D:\cygwin\bin\cygioperm-0.dll
  509k 2006/07/27 D:\cygwin\bin\cygfftw3-3.dll
   69k 2006/07/27 D:\cygwin\bin\cygfftw3_threads-3.dll
 1444k 2007/01/22 D:\cygwin\bin\cyggsl-0.dll
   65k 2007/01/22 D:\cygwin\bin\cygkpathsea-4.dll
  965k 2007/01/22 D:\cygwin\bin\cygdb-4.3.dll
 1240k 2007/01/22 D:\cygwin\bin\cygdb_cxx-4.3.dll
  119k 2007/01/22 D:\cygwin\bin\cygjpeg6b.dll
   61k 2007/01/22 D:\cygwin\bin\cygbz2-1.dll
  281k 2007/01/22 D:\cygwin\bin\cygtiff3.dll
  282k 2007/01/22 D:\cygwin\bin\cygtiff4.dll
  375k 2007/01/22 D:\cygwin\bin\cygfreetype-6.dll
   19k 2007/01/22 D:\cygwin\bin\cyggdbm-4.dll
  226k 2005/09/29 D:\cygwin\bin\CYGNCU~7.DLL
8k 2007/01/22 D:\cygwin\bin\cyggdbm_compat-4.dll
  124k 2007/01/22 D:\cygwin\bin\cygjpeg-62.dll
   40k 2007/01/22 D:\cygwin\bin\cygform-8.dll
  109k 2007/01/22 D:\cygwin\bin\cygpcre-0.dll
  299k 2007/01/22 D:\cygwin\bin\cygpcrecpp-0.dl

Xdvik crashes with new cygwin release.

2003-06-06 Thread Rodrigo Medina
  Dear Sirs,

I have been using the DVI viewer XDVIK-22.40.9 from 2002/02/02 with no
problems.
After updating cygwin, xdvik crashes giving Segmentation Fault. I suspect
that the
problem is with the new cygwin1.dll.  The cygwin1.dll has the date
2003/3/18. I have compiled again xdvik. The same thing. I have no experience
with the debugger. May you tell me what to do in order to be able
to give you more infomation?

Thanks in advance,

Rodrigo Medina  [EMAIL PROTECTED]



--
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:Re: No huge packages, please!

2003-07-28 Thread Rodrigo Medina
  Thanks to Max, Igor and Chris for your quick reply.

Rodrigo Medina  


--
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/



No huge packets, please!

2003-07-28 Thread Rodrigo Medina
Hello!

  First of all I want to congratulate all you people that have made
possible CYGWIN+XFREE. I think that the whole is already a mature,
wonderful product. In particular the new multiwindow feature of XWin
is really cool.
  I have a petition to make: Have a little bit of mercy with us poor
guys that have slow internet connections! For example at home I have
a connection that most of the time is below 1kb/s, with such a speed
to download XFree86-fnts (16.3Mb) takes at least 5 hours (but it can
take much more). During such a long time the chances of losing a dialup
connection are very high. What can you do?
a) avoid making huge packets (say more than 8-10 Mb). I am sure that
most huge packets, that are composed of many directories, can be
splitted in some sensible way; or
b) implement some way of downloading the packets with ftp, so one can
use wget or similar programs capable of partial downloading; or
c) make the cygwin setup program capable of partial downloading.

Thanks in advance

Rodrigo Medina
[EMAIL PROTECTED]




--
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/



Raw lpr outputs extra page

2003-08-05 Thread Rodrigo Medina
 Hello!

I want to report an extrange behavior of lpr.
First my instalation:
/proc/version:
CYGWIN_95-4.0 1.3.22(0.78/3/2) 2003-03-18 09:20

Date of lpr:
244224 Jun 13 19:40 /bin/lpr

Printer: HP-DeskJet 670C, Standard instalation.

As I understand the man page of lpr, 'lpr -l -PLPT1 file_to_print' is
supposed
to put the file "file_to_print" in the printer queue without any processing.

I have found that it is not so. Apparently in some cases lpr appends
something
to the file.

You do a HP-file, file.prn,  using  the "print to file" option of some
program
(say WORDPAD).   If you send file.prn to the printer queue with the DOS
command

>COPY  /B file.prn PRN:

or directly to the printer with the cygwin command:

$ cp file.prn /dev/lpt1

or with

$ cat file.prn > /dev/lpt1

you get the right result.
If you send file.prn to the printer queue with

$ lpr -l -PLPT1 file.prn

you get what you expect plus an extra page with an "H" or "X" in the upper
left corner.

If you send a DOS-text file you get the same result with lpr and with copy.
The output stops in the last page because it needs a Form Feed. If you
then  send a Form Feed with

$ echo $''\f''> /dev/lpt1

in both cases the last page is finished correctly.

If you put a Form Feed at the end of a DOS-text file, no matter how do you
do it, both DOS COPY and CYGWIN cp yield the correct result. If you use
'lpr -l -PLPT1 file' the story is different. If the last byte of the file
is the FF character an extra blank page is produced, but if the file 
finishes with FF-LF or with FF-CR-LF the last page of the document is
printed properly and no extra page is produced.

I hope that this observations can be useful in order to delucidate what
is going on. 

I wonder if it were not convenient to add to lpr the option of appending
a FF to the file to be printed.

A final comment about printing text files with the line-printer mode of the
printer. In my case the printer is DOS-compatible, that is, it uses the 
IBM 850 code.  Only DOS text files can be sent directly to the printer, 
appart from the FF at the end. WINDOWS text files need additionally to
be translated from the ISO-latin1 code to the IBM850 code. UNIX text files
need the ISO to 850 translation, the LF to CR-LF conversion and the
FF at the end.


Rodrigo Medina
[EMAIL PROTECTED]



--
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: Raw lpr outputs extra page

2003-08-14 Thread Rodrigo Medina
Rick,
I have found what is going on! By comparing the file that appears
in the printer queue (folder \WINDOWS\spool\PRINTERS\) with the original
file I have found that the LPR program duplicates the last byte of the file.
 That explains all the cases I have considered in the previous mail.  The
last byte of the .prn file was an "X", LPR puts an extra "X" that the
printer
interprets as a character to be printed. The printer stops waiting for more
characters. You send a FF and you get an extra page with an "X". In the case
of the text file with a FF at the end you get an additional FF that of
course
produces a blank page.

In lprtest.tar.gz there are some original files and the corresponding  ones
produced by LPR in the queue folder. These files are those with the .SPL
extension.

I can help by testing in my machine any lpr.exe you produce.

Here are the results of the tries you suggested to do.
The command used for printing a HP-language file produced with WORDPAD was:

$lpr -D -l -P "HP DeskJet 670C Series Printer" test5.prn

Windows printer name = 'HP DeskJet 670C Series Printer'
isWindows9x = 0, isWindows2K_NT4 = 0

There is no different using the name LPT1
In all cases the debug message was always the same.

Rodrigo Medina


lprtest.tar.gz
Description: lprtest.tar.gz
--
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/

NO huge packages, please!

2002-11-07 Thread Rodrigo Medina
To those that prepare packages,
Cuold you have a little bit of mercy with us, people that have slow
connections, and do not make packages bigger than (say) 10 MBytes?
Please!

Rodrigo Medina, [EMAIL PROTECTED]


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: ftp and nftp hangs: any ideas?

2002-11-07 Thread Rodrigo Medina

With cygwin1.dll 13.15-1 ftp is OK.

Rodrigo Medina
[EMAIL PROTECTED]

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE:'less' can't determine terminal size?

2002-11-25 Thread Rodrigo Medina

Dear Sirs,

I think that this bug is related to the one I reported on 2002/11/25

RXVT geometry bug.

Rodrigo Medina
[EMAIL PROTECTED]



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




texconfig and ed

2002-01-05 Thread Rodrigo Medina

About the question of E. Reiner:
texconfig and ed

texconfig requires ed that is not inside cygwin.

My solution was to modify texconfig in order to 
replace the calls to ed by calls to ex (--> vim)
It works fine. I include my modified texconfig,
that also includes a small change to ajust a
problem with the creation of the links
plain.base --> mf.base and
plain.mem -->mpost.mem
Note that this texconfig does the contrary of the
traditional links (i.e. mf.base --> plain.base)

Rodrigo Medina
Centro de Fisica, IVIC
[EMAIL PROTECTED]



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




texconfig and ed

2002-01-05 Thread Rodrigo Medina

Sorry forgot to send the modified texconfig.
In any case a better solution to the "ed" missing
problem is to include in /usr/bin the following
shell script, with the name "ed" :

#!/bin/sh
vim -e $1 $2 $3 $4 $5 $6
exit

Don't forget to make it executable
chmod +wx ed

Good luck

Rodrigo Medina
Centro de Fisica, IVIC
[EMAIL PROTECTED]


The modified texconfig file follows:
-

#!/bin/sh
### Modified by R.Medina 2002/04/01 ##
### modificacion en: run_create_mf_base
### modificacion en: run_create_mp_mem 
### substituido ed por ex
##

test -f /bin/sh5 && test -z "$RUNNING_SH5" \
  && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \
  && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; }
unset RUNNING_SH5

test -f /bin/bsh && test -z "$RUNNING_BSH" \
  && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \
  && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; }
unset RUNNING_BSH

SAVE_ARGS=${1+"$@"}

version=teTeX
#version='TeX Live'

case $version in
  "TeX Live")
SILENT_TEXLINKS=true;;
esac

# TeX-Config version 0.9 for teTeX and TeX Live. I hope, you will love
# this script :-)

# More comments, more verbose messages, and better error handling are needed.
# It sould give more help (e.g on ls-R and localfont) and ask a bit more
# for confirmations.

# Any comments, improvements, ... please via Email to:
# Thomas Esser, [EMAIL PROTECTED]
# Copyright: Thomas Esser, 1994, 1995, 1996, 1997, 1999. Public domain.

# You may override DIALOG_TERMINFO and DIALOG_TERM in your environment.

## Because the distributed cygwin (2001/03/11) does not support X stuff,
## some XDvi stuff has been commented to enable `texconfig init' at least. 

DIALOG_TERM=${TERM:-unix}
DIALOG_TERMINFO=${TERMINFO:-/usr/share/terminfo}

progname=`basename $0`
tmpdir=${TMP-/tmp}/texconf$$
tmpmenu="$tmpdir"/menu.out
tmpans="$tmpdir"/answer.out
std_pager=less
xdvi_shrink_scale=75
std_editor=vi

envvars="
AFMFONTS BIBINPUTS BSTINPUTS DVILJFONTS DVIPSFONTS DVIPSHEADERS GFFONTS
GLYPHFONTS INDEXSTYLE MFBASES MFINPUTS MFPOOL MFTINPUTS MPINPUTS MPMEMS
MPPOOL MPSUPPORT OCPINPUTS OFMFONTS OPLFONTS OTPINPUTS OVFFONTS OVPFONTS
PKFONTS PSHEADERS T1FONTS T1INPUTS TEXBIB TEXCONFIG TEXDOCS TEXFONTMAPS
TEXFONTS TEXFORMATS TEXINDEXSTYLE TEXINPUTS TEXMFCNF TEXMFDBS TEXMFINI
TEXPICTS TEXPKS TEXPOOL TEXPSHEADERS TEXSOURCES TFMFONTS TRFONTS VFFONTS
XDVIFONTS XDVIVFS
"

kpsevars='MetaPost support
PostScript header
TeX system documentation
TeX system sources
Troff fonts
afm
base
bib
bitmap font
bst
cnf
dvips config
fmt
gf
graphic/figure
ist
ls-R
map
mem
mf
mfpool
mft
mp
mppool
ocp
ofm
opl
other text files
otp
ovf
ovp
pk
tex
texpool
tfm
truetype fonts
type1 fonts
type42 fonts
vf
web2c files'

umask 022

PATH=$PATH:`pwd`; export PATH
log="$tmpdir"/logfile
unset mode || true

echo_a() { echo -n "$@"; }
echo_b() { echo "$@\c"; }
echo_c() { echo -e "$@\c"; }
echo_d() { /bin/echo -n "$@"; }
echo_e() { /bin/echo "$@\c"; }
echo_f() { /bin/echo -e "$@\c"; }


# exit xyz does not set $? to xyz on all systems. We work around by using
# exit_return instead of exit.
exit_return() { setreturn "$@"; exit "$@"; };
setreturn() { return "$@"; }

find_echo()
{
  for i in a b c d e f; do
test "`echo_$i c``echo_$i a`"  = ca && echon=echo_$i && return
  done
  echon=echo
}

find_fmt()
{
  FMT=fmt
  test ! -x /bin/fmt && test ! -f /usr/bin/fmt &&
{ test -x /bin/adjust || test -x /usr/bin/adjust; } && FMT=adjust
}

cls() { test -z "$NO_CLEAR" && tty >/dev/null 2>&1 && clear; }

# Some systems have their own dialog. Use it then and do not use
# faked TERM and TERMINFO variables when calling that dialog.
find_dialogtype()
{
  { u=${OSTYPE:-`uname -s`}; } 2>/dev/null
  case "$u" in
FreeBSD|Linux|cygwin)
  test -f /usr/bin/dialog && DIALOG_PROG=/usr/bin/dialog
  test -f /bin/dialog && DIALOG_PROG=/bin/dialog
  ;;
  esac
}
 
run_dialog()
{
  cls
  if test -n "$DIALOG_PROG"; then
$DIALOG_PROG --title "$version setup utility" "$@"
  else
TERM=$DIALOG_TERM TERMINFO=$DIALOG_TERMINFO tcdialog --title "$version setup 
utility" "$@"
  fi
}

check_environ()
{
  found=
  for i in $envvars; do
eval var=\"\$$i\"
if [ ! -z "$var" ]; then
  case $var in
:*|*:|*::*) ;;
*)  found="$found $i"
  ;;
  esac
fi
  done

Child process assigned to wrong parent in xinit

2002-01-10 Thread Rodrigo Medina


Hello,
There is a bug in the control of processes of Cygwin. As I found it while
installing XFree86 I am sending this report to both mail lists.

My system is a Window 95-B with DirectX, CYGWIN_95-4.0, XFree86-4.1.0


I have put in ~/ a shell script .xinitrc for running xninit. The file
is a modification of the one that is provided in /etc/X11/xinit/ in the XFree
distribution.

The end of the shell script is like this

...
...
# start some nice programs

xclock -geometry 50x50-1+1 &
xterm -geometry 80x40+10+51 &
xterm -geometry 80x20+250+100 &
xman -geometry 100x76+1+1 -pagesize 600x400+1+1 &
exec twm

  After running the xinit command, the resulting Xwindow desk is VARIABLE.
Some times I get 2 xterm windows, some times 1 xterm window and in one case I
even got none. When there are 2 xterm windows some times everything is OK, but
some cases only one of the xterm windows has the bash shell. Some times the bash
shell that apears is the one that corresponds to the other xterm! This
can be deduced because it inherits the wrong number of lines, as it can be verified
by running vi. When this happens if one runs exit the xterm window does not
disappear,and if one exits from the twm menu, action that normally ends the Xwindow
window, twm terminates but the Xwindow desk does not. After closing the Xwindow
the hangging bash still appears in the ps command output with an S in front.
  It seems to me that there is a big problem with the control of processes of
cygwin, including the assignment of a child process to the wrong parent.

I hope that this paternity problem could be solved soon.

Rodrigo Medina
Centro de Física
[EMAIL PROTECTED]

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Program behaves differently when called from script.

2002-02-09 Thread Rodrigo Medina


Hello,

I want to report a very strange behavior of bash (?, I really don't know), that
appeared after installing the last version of cygwin (the cygwin1.dll is of
Jan 21 2002, the previous one was of Dec. 2001). Everything was OK with the
new version, (I actually compiled succesfully xdvik), exept for the following
extrange behavior:

  The program xmodmap of XFree86 works differently when its is called from
a shell script than when it is called from the terminal. The xmodmap program
is the sameone. More precisely if I run xmodmap directly everything is OK:

rmedina@LIMON ~
$ xmodmap .Xmodmap

rmedina@LIMON ~

$ cat script
#!/bin/sh
xmodmap .Xmodmap
exit

I get:
rmedina@LIMON ~
$ ./script
Standard: not found
For: not found
R.: not found
FUNCTIONS:: not found
.//xmodmap: 7: Syntax error: Unterminated quoted string

rmedina@LIMON ~
$


The beginning of the .Xmodmap file is the following:
rmedina@LIMON ~
$ head .Xmodmap
! Standard IBM-Microsoft 101/102 spanish keyboard map.
! For XFree86
! R. Medina. 2002/01/07

!
! FUNCTIONS: Spanish 'xmodmap' keyboard file for dynamically altering
!the X server's keysym array that it sends to X clients.
!
! How it was made: With xmodmap -pke the original map was extracted,
! which was an English International keyboard. The keys to modify

rmedina@LIMON ~
$

It seems that xmodmap, when it is called from the script, does not process
correctly the comment character "!".

I hope that someone can tell me if I am missing something.
bye.



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




rxvt under X11 does not process dead accents.

2002-03-01 Thread Rodrigo Medina

Hi !
This comment is about the behavior of rxvt under X11, so
I am not sure if this is the proper mailing list (as
 rxvt is distributed with cygwin, I assume it's OK). Under 
Windows, rxvt-2.7.2-10 properly handles the dead-accents,
and that is its big advantage over the cygwin-term. But under
X11 it fails to process the dead accents as defined by
the .Xmodmap file. For example, in the keyboard I am using,
 "^a" should yield "â" but X11-rxvt  yields "^a". Instead the
original xterm functions properly. If rxvt is to be useful
 for the people with non-english keyboards this
problem has to be solved.

Rodrigo Medina
Centro de Física IVIC
[EMAIL PROTECTED]

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: rxvt double width!

2002-03-01 Thread Rodrigo Medina

Hi Philip,
I also have found in my Windows95 machine that rxvt puts
a space (in some cases 2 spaces) after each character
for most of the fonts. I have found that rxvt functions
properly only with some fonts like the default font
 ( no -fn option), or with fonts like "8x16", or "courier-14"
 or "Courier New-14". I did not try all of them.
I hope this can be useful.

Rodrigo Medina
Centro de Física IVIC
[EMAIL PROTECTED]



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95.

2003-10-28 Thread Rodrigo Medina
Hello!
I have been using cygwin 1.3.22 in a W95 machine with no problems.
I am now installing cygwin 1.5.5 in another W95 machine. I get the
following crash:

bash-2.05b$ ssh -l rmedina pion
Segmentation fault (core dumped)
bash-2.05b$ 

bash-2.05b$ cat SSH.EXE.stackdump 
Exception: STATUS_ACCESS_VIOLATION at eip=610BA4C1
eax= ebx=005606D4 ecx= edx=0056 esi=0010 edi=0056
ebp=0078F658 esp=0078F654 program=C:\CYGWIN\BIN\SSH.EXE
cs=014F ds=0157 es=0157 fs=3F6F gs=3DD6 ss=0157
Stack trace:
Frame Function  Args
0078F658  610BA4C1  (0056, 7C3E3E7E, 0030, )
0078F6A8  610498F4  (, 005606C6, 0002, )
0078F6F8  61044D0F  (0040B865, 0040B861, 000101BF, 0001)
0078FB98  0040BC18  (6160260C, 00437380, , )
0078FD68  00402F9E  (, 6160110C, 100F0330, 0078FD9C)
0078FDB8  61005018  (610CFEE0, FFFE, 0002, 610CFE04)
0078FE08  610052ED  (, , BFFBFA00, 0078FF68)
0078FE28  00434511  (004024D0, 037F0500, 0078FF78, BFF88E93)
0078FE38  0040103C  (816454B8, 81641FD8, 0058, 00687353)
0078FF78  BFF88E93  (BFF88A87, 0019, 816454B8, )
243 [main] ssh 3401889 handle_exceptions: Error while dumping state (probably 
corrupted stack)

My configuration is:
bash-2.05b$ uname -a
CYGWIN_95-4.0 rixio2.ivic.ve 1.5.5(0.94/3/2) 2003-09-20 16:31 i586 unknown unknown 
Cygwin

The ssh version is:
bash-2.05b$ ssh -V
OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003

gdb gives:
bash-2.05b$ gdb ssh
GNU gdb 2003-09-20-cvs (cygwin-special)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...(no debugging symbols found)...
(gdb) run -l rmedina pion
Starting program: /usr/bin/ssh.exe -l rmedina pion

Program received signal SIGILL, Illegal instruction.
0x004024d0 in ?? ()
(gdb) bt
#0  0x004024d0 in ?? ()
#1  0x61005018 in forkpty () from /usr/bin/cygwin1.dll
#2  0x610052ed in [EMAIL PROTECTED] () from /usr/bin/cygwin1.dll
#3  0x00434511 in ?? ()
(gdb) 

The ssh deamon sshd works fine.
I hope that somebody could help me. Thanks in advance,

Rodrigo Medina



--
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: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-29 Thread Rodrigo Medina
  DLL identifier: cygwin1
Mount registry: 2
Cygnus registry name: Cygnus Solutions
Cygwin registry name: Cygwin
Program options name: Program Options
Cygwin mount registry name: mounts v2
Cygdrive flags: cygdrive flags
Cygdrive prefix: cygdrive prefix
Cygdrive default prefix: 
Build date: Sat Sep 20 16:31:15 EDT 2003
CVS tag: cr-0x9b
Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: C:\cygwintmp
Last downloaded files from: http://mirrors.rcn.net/pub/sourceware/cygwin

Package  Version
_update-info-dir 00221-1
ash  20031007-1 
aspell   0.50.3-1   
aspell-en0.51.0-1   
base-files   2.6-1  
base-passwd  1.1-1  
bash 2.05b-16   
binutils 20030901-1 
bzip21.0.2-5
check0.8.4-1
clear1.0-1  
crypt1.1-1  
cygutils 1.2.2-1
cygwin   1.5.5-1
cygwin-doc   1.3-6  
diffutils2.8.4-1
ed   0.2-1  
editrights   1.01-1 
file 4.03-2 
fileutils4.1-2  
findutils4.1.7-4
gawk 3.1.3-3
gcc  3.3.1-2
gcc-mingw20030911-3 
gdb  20030919-1 
gdbm 1.8.3-7
grep 2.5-1  
groff1.18.1-2   
gsl  1.4-1  
gzip 1.3.5-1
inetutils1.3.2-25   
less 381-1  
libaspell15  0.50.3-1   
libbz2_1 1.0.2-5
libgdbm  1.8.0-5
libgdbm-devel1.8.3-7
libgdbm3 1.8.3-3
libgdbm4 1.8.3-7
libgettextpo00.12.1-3   
libiconv21.9.1-3
libintl1 0.10.40-1  
libintl2 0.12.1-3   
libncurses5  5.2-1  
libncurses6  5.2-8  
libncurses7  5.3-4  
libpcre  4.1-1  
libpcre0 4.4-2  
libpopt0 1.6.4-4
libreadline4 4.1-2  
libreadline5 4.3-5  
login1.9-7  
man  1.5j-2 
mingw-runtime3.2-1  
mktemp   1.5-3  
ncurses  5.3-4  
openssh  3.7.1p2-1  
openssl  0.9.7c-1   
openssl096   0.9.6j-1   
readline 4.3-5  
rxvt 2.7.10-3   
sed  4.0.7-3
sh-utils 2.0.15-4   
tar  1.13.25-3  
tcltk        20030901-1 
tcsh 6.12.00-7  
termcap  20021106-2 
terminfo 5.3_20030726-1 
texinfo  4.2-4  
textutils2.0.21-1   
time 1.7-1  
units1.77-1 
unzip5.50-5 
vim  6.2.098-1  
w32api   2.4-1  
wget 1.8.2-2
which1.5-2  
zip  2.3-5  
zlib 1.1.4-4


I hope that this can be useful.

Rodrigo Medina


--
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/



  1   2   >