multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Tatsuro MATSUOKA
Hello I have updated Cygwin_x86 and Cygwin_x86-64 today. In building the gnuplot I have met the error of "multiple definition of `atan2l'". /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/libstdc++.dll.a(d005836.o):(.text+0x0): multiple definition of `atan2l' /usr/lib/../lib/libm.a(t-d000195.o):fake:(.text+0

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Tatsuro MATSUOKA
Please inore this post. I have made a mistake to post under the different thread.        > From: Tatsuro MATSUOKA  > To: cygwin > Cc: > Date: 2016/4/12, Tue 12:06 > Subject: multiple definition of `atan2l' on the current Cygwin > > I have updated Cygwin_x86 and Cygwin_x86-64 today. > In

Re: strxfrm() returns an incorrect value on a short buffer

2016-04-12 Thread Marco Atzeri
On 12/04/2016 07:07, Tony Cook wrote: strxfrm() returns an incorrect value if you supply an output buffer and that buffer is too short for the result. With the code following: #include #include #include int main() { char xbuf[5] = ""; char *lc = setlocale(LC_ALL, "en_AU.utf8"); if

Re: Warning: Mismatch between the program and library build versions detted. (WxWidgets)

2016-04-12 Thread Marco Atzeri
On 12/04/2016 03:41, Tatsuro MATSUOKA wrote: Hello I have met the following waring gnuplot with wxt terminal Terminal type set to 'wxt' gnuplot> plot sin(x) 10:33:39: Warning: Mismatch between the program and library build versions detted. The library used 3.0 (wchar_t,compiler with C++ ABI 1009

Re: strxfrm() returns an incorrect value on a short buffer

2016-04-12 Thread Achim Gratz
Tony Cook develop-help.com> writes: > strxfrm() returns an incorrect value if you supply an output buffer > and that buffer is too short for the result. The text in the C standard is: > The strxfrm function returns the length of the transformed string (not including the terminating null char

Octave segmentation fault when plotting graph

2016-04-12 Thread Stephen Wilkinson
Following a recent Cygwin update, I get segmentation faults when I try to plot graphs in Octave. Creating the figure window works (i.e. issuing the command "figure" doesn't cause the crash, it is only when plotting within the figure that I get a crash). I use the Octave command "sombrero" to tes

Re: Octave segmentation fault when plotting graph

2016-04-12 Thread Marco Atzeri
On 12/04/2016 12:26, Stephen Wilkinson wrote: Following a recent Cygwin update, I get segmentation faults when I try to plot graphs in Octave. Creating the figure window works (i.e. issuing the command "figure" doesn't cause the crash, it is only when plotting within the figure that I get a cra

Re: strxfrm() returns an incorrect value on a short buffer

2016-04-12 Thread Tony Cook
On Tue, Apr 12, 2016 at 10:20:13AM +, Achim Gratz wrote: > Tony Cook develop-help.com> writes: > > strxfrm() returns an incorrect value if you supply an output buffer > > and that buffer is too short for the result. > > The text in the C standard is: > > > > The strxfrm function returns

Re: Octave segmentation fault when plotting graph

2016-04-12 Thread Tatsuro MATSUOKA
> From: Marco Atzeri  > To: cygwin > Cc: > Date: 2016/4/12, Tue 19:53 > Subject: Re: Octave segmentation fault when plotting graph > > On 12/04/2016 12:26, Stephen Wilkinson wrote: >> Following a recent Cygwin update, I get segmentation faults when I try to > plot graphs in Octave. > > Off t

RE: Octave segmentation fault when plotting graph

2016-04-12 Thread Stephen Wilkinson
Tatsuro: I tried to roll back to earlier version of Cygwin (all packages) but that broke several other things. Marco: I confirm that was broken for 32-bit. I've just installed Cygwin 64-bit and Octave works as expected. I got crashes with fltk and qt graphic toolkits, but I admit I didn't try g

Re: Octave segmentation fault when plotting graph

2016-04-12 Thread Marco Atzeri
On 12/04/2016 13:53, Stephen Wilkinson wrote: Tatsuro: I tried to roll back to earlier version of Cygwin (all packages) but that broke several other things. Marco: I confirm that was broken for 32-bit. I've just installed Cygwin 64-bit and Octave works as expected. I got crashes with fltk and

native Linux userland in Windows 10

2016-04-12 Thread Andrew Schulman
By now I guess most of us have seen the reports of bash, and in fact a full Linux userland, running natively in Windows 10: http://www.osnews.com/story/29149/Microsoft_and_Canonical_partner_to_bring_Ubuntu_to_Windows_10 http://www.hanselman.com/blog/DevelopersCanRunBashShellAndUsermodeUbuntuLinuxB

Re: Octave segmentation fault when plotting graph -- dri-drivers

2016-04-12 Thread Marco Atzeri
On 12/04/2016 14:24, Marco Atzeri wrote: On 12/04/2016 13:53, Stephen Wilkinson wrote: Tatsuro: I tried to roll back to earlier version of Cygwin (all packages) but that broke several other things. Marco: I confirm that was broken for 32-bit. I've just installed Cygwin 64-bit and Octave works a

Re: native Linux userland in Windows 10

2016-04-12 Thread Marco Atzeri
On 12/04/2016 14:50, Andrew Schulman wrote: By now I guess most of us have seen the reports of bash, and in fact a full Linux userland, running natively in Windows 10: http://www.osnews.com/story/29149/Microsoft_and_Canonical_partner_to_bring_Ubuntu_to_Windows_10 http://www.hanselman.com/blog/De

Re: strxfrm() returns an incorrect value on a short buffer

2016-04-12 Thread Corinna Vinschen
On Apr 12 15:07, Tony Cook wrote: > strxfrm() returns an incorrect value if you supply an output buffer > and that buffer is too short for the result. > > With the code following: > [...] > It appears that strxfrm() is just returning the size of the output > buffer on an overflow error rather than

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Corinna Vinschen
On Apr 12 17:11, Tatsuro MATSUOKA wrote: > Hello > I have updated Cygwin_x86 and Cygwin_x86-64 today. > In building the gnuplot I have met the error of "multiple definition of > `atan2l'". > /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/libstdc++.dll.a(d005836.o):(.text+0x0): > multiple definition of `atan

Re: native Linux userland in Windows 10

2016-04-12 Thread Corinna Vinschen
On Apr 12 14:58, Marco Atzeri wrote: > On 12/04/2016 14:50, Andrew Schulman wrote: > >By now I guess most of us have seen the reports of bash, and in fact a full > >Linux userland, running natively in Windows 10: > > > >http://www.osnews.com/story/29149/Microsoft_and_Canonical_partner_to_bring_Ubun

Re: native Linux userland in Windows 10

2016-04-12 Thread Philip Daniels
This new Linux subsystem does have a fork() API call somewhere in either lxcore.sys or lxss.sys. Presumably lots of other Linux kernel APIs as well. It is interesting that this has popped up, though perhaps not as unexpected as many people think. Does anybody remember that a guy from Microsoft pos

RE: Octave segmentation fault when plotting graph

2016-04-12 Thread Stephen Wilkinson
Marco -- I've just tried that, rolling dri-drivers back to 11.0.9-1 and it works. Thank you for such rapid responses... hope this helps the developers/package maintainers. Rgds, Steve On 12/04/2016 14:24, Marco Atzeri wrote: On 12/04/2016 13:53, Stephen Wilkinson wrote: Tatsuro

Re: native Linux userland in Windows 10

2016-04-12 Thread wilson
On 2016-04-12 09:41, Corinna Vinschen wrote: On Apr 12 14:58, Marco Atzeri wrote: On 12/04/2016 14:50, Andrew Schulman wrote: By now I guess most of us have seen the reports of bash, and in fact a full Linux userland, running natively in Windows 10: http://www.osnews.com/story/29149/Microsoft

Re: [ANNOUNCEMENT] Updated: octave forge packages

2016-04-12 Thread Achim Gratz
Marco Atzeri gmail.com> writes: > octave-parallel 3.0.4-1 The package seems to be missing the parallel_interface.oct file. Can you please check if that was intended? Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/fa

Re: [ANNOUNCEMENT] mesa 11.0.9-2

2016-04-12 Thread Marco Atzeri
On 22/02/2016 10:00, Yaakov Selkowitz wrote: The following packages have been uploaded to the Cygwin distribution: * mesa-11.0.9-2 * dri-drivers-11.0.9-2 * libglapi0-11.0.9-2 * libGL1-11.0.9-2 * libGL-devel-11.0.9-2 * libOSMesa8-11.0.9-2 * libOSMesa-devel-11.0.9-2 * libEGL1-11.0.9-2 * libEGL-dev

Re: [ANNOUNCEMENT] Updated: octave forge packages

2016-04-12 Thread Marco Atzeri
On 12/04/2016 16:55, Achim Gratz wrote: Marco Atzeri gmail.com> writes: octave-parallel 3.0.4-1 The package seems to be missing the parallel_interface.oct file. Can you please check if that was intended? Regards, Achim. It seems some mess upstream. I will try to build from rep

2.3.1(0.291/5/3): MAXNAMLEN too small

2016-04-12 Thread Arturo Castro
Hey all, I was compiling mg (the OpenBSD microemacs editor), and it was using MAXNAMLEN for filename completion. It had a bug because its value in Cygwin is 256 (too low!). We changed it to NAME_MAX which is 1024 and it works, but I think they should have the same value, so MAXNAMLEN should be

Re: native Linux userland in Windows 10

2016-04-12 Thread Andrew Schulman
> I don't think I'll count on Microsoft to maintain a usable Bash shell > without twerping it in some fashion so it becomes incompatible (like > they tried with numerous other products they "adopted"). The comment on > Greeks and gifts is right on target. To be clear, bash here doesn't come fro

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Warren Young
On Apr 11, 2016, at 9:06 PM, Tatsuro MATSUOKA wrote: > > In building the gnuplot Why aren’t you using the gnuplot package in the Cygwin package repository? > I have met the error of "multiple definition of `atan2l’". This is doubtless because that function was just added to Cygwin in 2.5.0. P

[ANNOUNCEMENT] texlive 20150521-4

2016-04-12 Thread Ken Brown
The following packages have been uploaded to the Cygwin distribution: * texlive-20150521-4 * libkpathsea6-20150521-4 * libkpathsea-devel-20150521-4 * libptexenc1-20150521-4 * libptexenc-devel-20150521-4 * libsynctex1-20150521-4 * libsynctex-devel-20150521-4 * libtexlua52_5-20150521-4 * libtexlua52

Re: native Linux userland in Windows 10

2016-04-12 Thread Achim Gratz
wilson writes: > I don't think I'll count on Microsoft to maintain a usable Bash shell > without twerping it in some fashion so it becomes incompatible (like > they tried with numerous other products they "adopted"). The comment > on Greeks and gifts is right on target. Maybe you didn't read the a

Re: native Linux userland in Windows 10

2016-04-12 Thread Achim Gratz
Andrew Schulman writes: > The first link cited above suggests that if this is all it claims to be, it > would remove the need for Cygwin. I can see the point. It doesn't, as long as it doesn't integrate into the Windows user space at all, like it currently seems not to. Regards, Achim. -- +<[Q+

hwloc: missing pkgconfig

2016-04-12 Thread Yaakov Selkowitz
Marco, In hwloc Makefile.am, the pkgconfig file is blocked by !HWLOC_HAVE_WINDOWS. Obviously we use the Win32 backend but we need hwloc.pc in -devel for other packages to use it. Could you remove this bogus conditional and rebuild? -- Yaakov -- Problem reports: http://cygwin.com/pro

Re: [ANNOUNCEMENT] Updated: octave forge packages

2016-04-12 Thread Achim Gratz
Marco Atzeri writes: > It seems some mess upstream. I will try to build from rep source. Take your time. I've rolled back for the moment. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Samples for the Waldorf Blofeld: http://Synth.Stromeko.net/Download

Cygwin mv and cp fail: skipping file 'file', as it was replaced while being copied

2016-04-12 Thread Kenneth Wolcott
Hi; Cygwin mv and cp fail: skipping file 'file', as it was replaced while being copied $ uname -a CYGWIN_NT-6.1 KWOLCOTT-9010 2.5.0(0.297/5/3) 2016-04-11 09:58 x86_64 Cygwin $ mv new_Perforce_account_request.txt ~/. mv: skipping file 'new_Perforce_account_request.txt', as it was replaced while

Re: Cygwin mv and cp fail: skipping file 'file', as it was replaced while being copied

2016-04-12 Thread Eric Blake
On 04/12/2016 12:13 PM, Kenneth Wolcott wrote: > Hi; > > Cygwin mv and cp fail: skipping file 'file', as it was replaced > while being copied > > $ uname -a > CYGWIN_NT-6.1 KWOLCOTT-9010 2.5.0(0.297/5/3) 2016-04-11 09:58 x86_64 Cygwin > > $ mv new_Perforce_account_request.txt ~/. > mv: skippin

Re: Cygwin mv and cp fail: skipping file 'file', as it was replaced while being copied

2016-04-12 Thread Kenneth Wolcott
On Tue, Apr 12, 2016 at 11:53 AM, Eric Blake wrote: > On 04/12/2016 12:13 PM, Kenneth Wolcott wrote: >> Hi; >> >> Cygwin mv and cp fail: skipping file 'file', as it was replaced >> while being copied >> >> $ uname -a >> CYGWIN_NT-6.1 KWOLCOTT-9010 2.5.0(0.297/5/3) 2016-04-11 09:58 x86_64 Cygwin

Re: native Linux userland in Windows 10

2016-04-12 Thread Eliot Moss
On 4/12/2016 1:01 PM, Andrew Schulman wrote: I don't think I'll count on Microsoft to maintain a usable Bash shell without twerping it in some fashion so it becomes incompatible (like they tried with numerous other products they "adopted"). The comment on Greeks and gifts is right on target. To

[ANNOUNCEMENT] Updated: coreutils-8.25-3

2016-04-12 Thread Eric Blake (cygwin)
A new release of coreutils, 8.25-3, has been uploaded, and will be available soon from your favorite mirror. This leaves 8.25-1 as the previous version, and replaces the test-only 8.25-2. NEWS: = This is a new upstream release. For upstream details, see /usr/share/doc/coreutils/NEWS. Downst

Re: hwloc: missing pkgconfig

2016-04-12 Thread Marco Atzeri
On 12/04/2016 19:46, Yaakov Selkowitz wrote: Marco, In hwloc Makefile.am, the pkgconfig file is blocked by !HWLOC_HAVE_WINDOWS. Obviously we use the Win32 backend but we need hwloc.pc in -devel for other packages to use it. Could you remove this bogus conditional and rebuild? uploading now

Re: 2.3.1(0.291/5/3): MAXNAMLEN too small

2016-04-12 Thread Marco Atzeri
On 12/04/2016 18:26, Arturo Castro wrote: Hey all, I was compiling mg (the OpenBSD microemacs editor), and it was using MAXNAMLEN for filename completion. It had a bug because its value in Cygwin is 256 (too low!). We changed it to NAME_MAX which is 1024 and it works, but I think they should

[ANNOUNCEMENT] Updated: gzip-1.7-1

2016-04-12 Thread Eric Blake (cygwin)
A new release of gzip, 1.7-1, has been uploaded and will soon reach a mirror near you; leaving the previous version at 1.6-1. NEWS: = This represents a new upstream release. For more details on the upstream changes, see the documentation in /usr/share/doc/gzip/. DESCRIPTION: GNU

Re: Mintty font problem

2016-04-12 Thread Thomas Wolff
Am 11.04.2016 um 22:40 schrieb Thomas Wolff: Am 11.04.2016 um 14:43 schrieb KARL BOTTS: Perhaps related to font issues in mintty: In .minttyrc is a new property FontWeight=700, which means you had configured the bold version of the font. after I installed Cygwin 2.4.1-1 and mintty 2.3.5. (I n

[ANNOUNCEMENT] Updated: patchutils-0.3.4-1

2016-04-12 Thread Eric Blake (cygwin)
A new version of the patchutils package, 0.3.4-1, will soon be available on a mirror near you, leaving patchutils-0.3.3-1 as previous. NEWS: = This is a new upstream release. See also the package documentation in /usr/share/doc/patchutils/. DESCRIPTION: Patchutils is a small col

Re: native Linux userland in Windows 10

2016-04-12 Thread Warren Young
On Apr 12, 2016, at 1:22 PM, Eliot Moss wrote: > > It will be interesting to see how they map identities and permissions! They don’t map identities at all, a fact that is clear from this presentation: https://channel9.msdn.com/Events/Build/2016/C906 They’re clearly saying that the Ubuntu wor

hi Cygwin

2016-04-12 Thread d_godha
hello Cygwin http://carlamorrison.net/college.php?fresh=xpyqs1x36dz31y d_godha -- 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-si

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Tatsuro MATSUOKA
> From: Corinna Vinschen > To: cygwin@cygwin.com > Cc: > Date: 2016/4/12, Tue 22:39 > Subject: Re: multiple definition of `atan2l' on the current Cygwin > > On Apr 12 17:11, Tatsuro MATSUOKA wrote: >> Hello >> I have updated Cygwin_x86 and Cygwin_x86-64 today. >> In building the gnuplot I have

Re: native Linux userland in Windows 10

2016-04-12 Thread Andrew Schulman
> If they really would like to port Unix on MS, it will be enough to > provide Corinna with a simple way to implement fork +1 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: strxfrm() returns an incorrect value on a short buffer

2016-04-12 Thread Tony Cook
> Thanks for the testcase. I applied a patch > > https://sourceware.org/git/?p=newlib-cygwin.git;h=e1854211 > > and created new snapshots on > > https://cygwin.com/snapshots/ > > Please give them a try. Thanks, fixed in snapshot 20160412. Tony -- Problem repo

Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-12 Thread LLoyd
Hello. I have been using Cygwin for over a year now, and am very happy with it. I have ran the cygwin setup yesterday to update the packages I had and to add dos2unix, which succeeded successfully. Today however, every time I start a new cygwin terminal (with Alt+F2 of using the desktop shortcut)

gdb using Windows paths in dlopen()ed modules?

2016-04-12 Thread Yaakov Selkowitz
On 2016-04-12 10:20, Marco Atzeri wrote: On 22/02/2016 10:00, Yaakov Selkowitz wrote: The following packages have been uploaded to the Cygwin distribution: * mesa-11.0.9-2 * dri-drivers-11.0.9-2 * libglapi0-11.0.9-2 * libGL1-11.0.9-2 * libGL-devel-11.0.9-2 * libOSMesa8-11.0.9-2 * libOSMesa-deve

Re: [ANNOUNCEMENT] noto-fonts 20160307-1.gitbdf7562

2016-04-12 Thread Yaakov Selkowitz
On 2016-04-12 14:44, Bob wrote: One of these hangs in Cygwin install at ftp Gatech * noto-cjk-fonts-common-1.004-1 * noto-cjk-fonts-1.004-1 Hangs downloading or installing? The fontconfig perpetual postinstall will take a while right after installing these fonts, because of their size, but

Re: [ANNOUNCEMENT] mesa 11.0.9-2

2016-04-12 Thread Yaakov Selkowitz
On 2016-04-12 10:20, Marco Atzeri wrote: we found a case where the 32bit is segfaulting while dri-drivers-11.0.9-1 works fine. For reference: https://cygwin.com/ml/cygwin/2016-04/msg00245.html https://cygwin.com/ml/cygwin/2016-04/msg00251.html To replicate with octave is enough : run from xterm

Re: Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-12 Thread LLoyd
Please find the attached cygcheck report I forgot to include. I have removed some group names from the output. Also, here are two typo corrections from my previous e-mail: - of using the desktop shortcut), I am met with this warning: + or using the desktop shortcut), I am met with this warning: -

[ANNOUNCEMENT] ocl-icd 2.2.9-1

2016-04-12 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libOpenCL1-2.2.9-1 * libOpenCL-devel-2.2.9-1 OpenCL implementations are provided as ICD (Installable Client Driver). An OpenCL program can use any available ICD thanks to the use of an ICD Loader as provided by this project

[ANNOUNCEMENT] pocl 0.13-1

2016-04-12 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libpocl1-0.13-1 * libpocl-common-0.13-1 * libpocl-devel-0.13-1 * libpoclu1-0.13-1 * libpoclu-devel-0.13-1 Portable Computing Language (pocl) aims to become a MIT-licensed open source implementation of the OpenCL standard whi

[ANNOUNCEMENT] clinfo 2.1.16.01.12-1

2016-04-12 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * clinfo-2.1.16.01.12-1 A simple OpenCL application that enumerates all possible platform and device properties. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/fa

Re: native Linux userland in Windows 10

2016-04-12 Thread Herbert Stocker
On 13.04.2016 02:11, Andrew Schulman wrote: If they really would like to port Unix on MS, it will be enough to provide Corinna with a simple way to implement fork But if they want to play Embrace, Extend and Extinguish[1] they have to do the whole thing by themselves. [1]: https://en.wik

Re: native Linux userland in Windows 10

2016-04-12 Thread Herbert Stocker
On 12.04.2016 14:50, Andrew Schulman wrote: But unlike with Cygwin, Linux apps don't have to be rebuilt - they can run natively as-is in Windows 10. So it's not the same thing as Cygwin, technically, it's more like a reverse Wine. So you can get, allegedly, the full Linux userland out-of-the-

Conflict between Cygwin 1.7 and Ubuntu for Windows 14316

2016-04-12 Thread John Cowan
After many years as a contented Cygwin user, I decided to check out the new Ubuntu on Windows (UoW) product from Microsoft. I promptly ran into a nasty problem. I have filed it with the MS Feedback Hub, but I thought I should post here as well. When a file is created under Cygwin, it can neither

Re: Warning "Font has limited support for character ranges" on every new window since yesterday

2016-04-12 Thread Thomas Wolff
Am 13.04.2016 um 03:43 schrieb LLoyd: Hello. ... Today however, every time I start a new cygwin terminal (with Alt+F2 of using the desktop shortcut), I am met with this warning: Font has limited support for character ranges ... I am indeed using a font called gohufont-14 which only comes in