XWin does not erase lock file when exiting

2021-12-27 Thread Rodrigo Medina
. 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

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

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

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

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

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:

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

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

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:

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

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

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,

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:

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

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

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 disagre

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,

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

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

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/

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

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

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

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 ma

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

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 prob

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/

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 (

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

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 th

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

Re: [ANNOUNCEMENT] Updated: pinfo 0.6.9-1

2007-08-19 Thread Rodrigo Medina
d >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-simpl

Re: [ANNOUNCEMENT] Updated: pinfo 0.6.9-1

2007-08-19 Thread Rodrigo Medina
ehavior 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/doc

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

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 Pat

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.

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

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:

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\

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 w

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

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

2006-10-20 Thread Rodrigo Medina
u 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/#unsubscr

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

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 n

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 th

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

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

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

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 Documenta

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 program

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 nat

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

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 g

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

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

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 >

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

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:

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 t

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

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 Docume

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

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 i

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

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,

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

2005-04-23 Thread Rodrigo Medina
hed 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: .\ ~

Re: [ANNOUNCEMENT] Updated: rxvt-2.7.10-6

2005-04-10 Thread Rodrigo Medina
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

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:

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

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 20

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 pro

Re: The rxvt.1 manpage of the rxvt-2.7.10-4 package

2004-05-15 Thread Rodrigo Medina
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

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 d

Re: Wishlist additions for setup.exe

2004-04-19 Thread Rodrigo Medina
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/

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

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 Probl

Re: Also 20040306 snapshot crashes in Win95

2004-03-12 Thread Rodrigo Medina
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

Also 20040306 snapshot crashes in Win95

2004-03-11 Thread Rodrigo Medina
e 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/

Crashes of snapshot20040225 with Win95

2004-02-26 Thread Rodrigo Medina
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

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

lpr improvement proposal

2004-02-19 Thread Rodrigo Medina
-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 ---

cygwin-1.5.7-1 crashes in Windows 95

2004-02-07 Thread Rodrigo Medina
re 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

lpr -l misbehaviour

2003-11-13 Thread Rodrigo Medina
am sending this message in case my previous one was overlooked. Rodrigo Medina -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.co

Problems with setup

2003-11-09 Thread Rodrigo Medina
eady in the directory, unless it is explicitly chosen. I hope these comments could be useful. Rodrigo Medina -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Document

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

2003-10-29 Thread Rodrigo Medina
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/

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

2003-10-28 Thread Rodrigo Medina
al 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 m

Re: Raw lpr outputs extra page

2003-08-14 Thread Rodrigo Medina
e 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 Docu

Raw lpr outputs extra page

2003-08-05 Thread Rodrigo Medina
S 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 [E

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

No huge packets, please!

2003-07-28 Thread Rodrigo Medina
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

Xdvik crashes with new cygwin release.

2003-06-06 Thread Rodrigo Medina
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

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

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/

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

Re: rxvt double width!

2002-03-01 Thread Rodrigo Medina
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:

rxvt under X11 does not process dead accents.

2002-03-01 Thread Rodrigo Medina
sh 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/

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), exe

Child process assigned to wrong parent in xinit

2002-01-10 Thread Rodrigo Medina
t 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/#unsubs

  1   2   >