[Bug 1459630] Re: natural logarithm: ln(0.5) does not work

2015-09-11 Thread alduc1
Same error with log(3.163)... (gnome-calculator 3.14.1, vivid) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1459630 Title: natural logarithm: ln(0.5) does not work To manage notifications about

[Bug 1457369] Re: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel

2015-05-23 Thread alduc1
Same issue on UX305FA (5Y10 cpu). No problem with kernel 3.19.0-16. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1457369 Title: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel To manage

[Bug 1292147] Re: wrong computation of cos/sin for large angle

2014-03-25 Thread alduc1
Fixed with the last libc6 update: eglibc (2.19-0ubuntu3) trusty; urgency=medium - Pull update from 2.19 branch, fixing bad math in __sin and __cos. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1292147] Re: wrong computation of cos/sin for large angle

2014-03-15 Thread alduc1
This bug is confirmed in eglic 2.19. It is fixed in glibc but not in eglibc. https://sourceware.org/bugzilla/show_bug.cgi?id=16623 ** Bug watch added: Sourceware.org Bugzilla #16623 http://sourceware.org/bugzilla/show_bug.cgi?id=16623 -- You received this bug notification because you are a

[Bug 1292147] [NEW] wrong computation of cos/sin for large angle

2014-03-13 Thread alduc1
Public bug reported: With the 2.19 version of eglibc, the library libm computes wrong cosine and sine for large enough angles. For exemple, sin(2*pi*0.27*7390843) and sin(2*pi*2.27*7390843) should give the same result but : sin(2*pi*0.27*7390843) = -0.63742399 OK

[Bug 853126] [NEW] wrong output for pkg-config with some libraries

2011-09-18 Thread alduc1
Public bug reported: On Oneiric Ubuntu 11.10 (64b and 32b). For libraries gtk+-2.0, gtk+-3.0, gio-2.0 for example, with the commands pkg-config --libs and pkg-config --cflags the first string printed is -pthread. That involves errors during linking process. Ex: pkg-config --libs gio-2.0