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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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+
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
> 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
> 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
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)
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
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
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
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:
-
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
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
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
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
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-
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
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
58 matches
Mail list logo