Re: /bin/ gets deleted on error

2017-04-17 Thread Felipe Vieira
On Thu, Apr 13, 2017 at 10:13 AM, Felipe Vieira wrote: > Dear cygwin mailing list, > > For the second time this week my /bin/ folder gets obliterated on an > error during normal usage. It is equivalent of doing the infamous "rm > -rf /bin" . > > 1) I would lik

/bin/ gets deleted on error

2017-04-13 Thread Felipe Vieira
d was trying to run a normal zsh script. I am not able to tell exactly what I did on both occasions to trigger this behavior. Nevertheless thanks for the great software. If it were not for you guys I don't know how I could cope with Windows. Best, Felipe Vieira. -- Problem reports:

opencv, python-cv and lack of python3 bindings

2017-03-23 Thread Felipe Vieira
lling opencv with python3 bindings let me know. All the tutorials on this point seem long and depend on other manual installs. Best, Felipe Vieira. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/d

Re: uniq not working

2016-10-13 Thread Felipe Vieira
On Tue, Oct 11, 2016 at 7:43 AM, Felipe Vieira wrote: > Dear mailing list, > > the uniq program seems to be faulty on my cygwin: > > /tmp » cat u.txt > 1 > 2 > 3 > 4 > 5 > 1 > 2 > 3 > 6 > 7 > 8 > > > /tmp » uniq -c u.txt > 1 1

uniq not working

2016-10-11 Thread Felipe Vieira
Dear mailing list, the uniq program seems to be faulty on my cygwin: /tmp » cat u.txt 1 2 3 4 5 1 2 3 6 7 8 /tmp » uniq -c u.txt 1 1 1 2 1 3 1 4 1 5 1 1 1 2 1 3 1 6 1 7 1 8 1 /tmp » As you can see it does not eliminate dup

Re: updated vim broke arrow/delete keys

2016-09-02 Thread Felipe Vieira
Dear Gary, you are absolutely right. Vim is not the problem. I did two changes at the same time and indeed tried the vim -u none but maybe did not catch the error. Finally what causes the error is: inoremap no my vimrc. From http://vimdoc.sourceforge.net/htmldoc/map.html: ** A easier way to

updated vim broke arrow/delete keys

2016-09-02 Thread Felipe Vieira
Dear all, I just updated my vim and some keys are now broken. I'm trying both versions of vim: vim-7.4.2181-1.tar.xz 07-Aug-2016 21:13 1062348 and vim-7.4.1990-1.tar.xz 06-Jul-2016 20:31 1055584 but both now broke the arrow keys/delete in insert mode. Up ar

Re: building libgeos [solved]

2016-08-23 Thread Felipe Vieira
Hey guys, after a couple more trials was able to solve the issue. I am not sure exactly what was the problem but I'll be reporting the full workaround. Neither I am certain that the libgeos shipped with cygwin has an issue; it looks like it was a matplotlib basemap issue instead. Anyways here is

Re: building libgeos

2016-08-22 Thread Felipe Vieira
Dear Gerrit, I have tried this workaround. I'm trying to exhaust all the possibilities before submitting a bug. -- Dear Marco, I have tried the package from cygwin. It installed correctly and was 'kind of able to run' (imports went fine): But somewhere in the first plot it threw an error. I do

building libgeos

2016-08-22 Thread Felipe Vieira
Guys, I'm getting this error when trying to compile libgeos: """ In file included from ../../../include/geos/geom/Geometry.h:25:0, from IndexedPointInAreaLocator.cpp:17: ../../../include/geos/geom/Coordinate.inl: In member function ‘bool geos::geom::Coordinate::isNull() const’: ..