Displaying 20 results from an estimated 34 matches for "20200408".
Did you mean:
20200406
2020 Apr 08
0
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
...ist
>> https://stat.ethz.ch/mailman/listinfo/r-devel
>>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plot001apsymNoPUA.pdf
Type: application/pdf
Size: 29162 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20200408/2ddbb91f/attachment.pdf>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plot001raw.pdf
Type: application/pdf
Size: 44262 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20200408/2ddbb91f/attachment-0001.pdf>
--------...
2020 Apr 08
4
Plotmath on Fedora 31 broken with with pango >= 1.44 - workarounds?
Paul et al,
I will try to do this tonight or tomorrow, though it will not be built with
th system tools because I have yet to get that tto work locally (spent a
good chunk of this morning trying).
I will send a separate messaage regarding those difficulties as well so
that we can at least confirm that they are due to a malconfiguration on my
part.
Best,
~G
On Tue, Apr 7, 2020 at 7:25 PM Paul
2020 Apr 05
8
[Bug 1415] New: adjacent ip ranges in vmap causing error
https://bugzilla.netfilter.org/show_bug.cgi?id=1415
Bug ID: 1415
Summary: adjacent ip ranges in vmap causing error
Product: nftables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
2020 Apr 08
5
[Bug 1417] New: mapping to adjacent ranges is causing error in kernel 5.6, kernel 5.5 works fine
...robably same bug as:
https://bugzilla.netfilter.org/show_bug.cgi?id=1415
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20200408/89ab3525/attachment.html>
2020 Apr 08
3
Building libjpeg-turbo with LTO
...eg-turbo with LTO? Are there any modifications I need to make
to the makefile or other configuration in order to do so? Thanks for your
help!
Best,
Shishir Jessu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200408/4cca8811/attachment.html>
2020 Apr 08
2
Unable to arc install-certificate
...setting or
reduce the size of the request.
Request size according to 'Content-Length' was '59', 'post_max_size' is set
to '32M'.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200408/ec35cb47/attachment.html>
2020 Apr 06
2
Outgoing PJSIP using Kamailio
Hello,
We have a provider which is using Kamailio as front end. Our asterisk
13/chan_sip server has no problem to register and pass/receive calls
form this provider.
Now we want to move to asterisk 16/pjsip and face problem. Registration
is OK but when we pass a call our INVITE never receive answer from the
provider. We opened a ticket to their support but in the mean time we
want to know
2020 Apr 08
7
RFC: Promoting experimental reduction intrinsics to first class intrinsics
Hi,
It’s been a few years now since I added some intrinsics for doing vector reductions. We’ve been using them exclusively on AArch64, and I’ve seen some traffic a while ago on list for other targets too. Sander did some work last year to refine the semantics after some discussion.
Are we at the point where we can drop the “experimental” from the name? IMO all target should begin to transition
2020 Apr 09
2
Unable to arc install-certificate
...________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200408/b60dfc3f/attachment.html>
2020 Apr 08
3
Upgrading LLVM's minimum required CMake version
..._____________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200408/180ebdc9/attachment.html>
2020 Apr 08
0
Outgoing PJSIP using Kamailio
...affic to see what the
difference is.
--
Joshua C. Colp
Asterisk Technical Lead
Sangoma Technologies
Check us out at www.sangoma.com and www.asterisk.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200408/e0f86120/attachment.html>
2020 Apr 08
1
RHEL 7.8 is out
On Wed, Apr 8, 2020 at 2:01 AM Kenneth Porter <shiva at sewingwitch.com> wrote:
> Some useful info for the list. Release notes! ;)
>
> <
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.8_release_notes/index
> >
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
>
2020 Apr 08
2
Upgrading LLVM's minimum required CMake version
..._____________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200408/6eb1d601/attachment.html>
2020 Apr 08
4
Clarifying the supported ways to build libc++, libc++abi and libunwind
...s it used for, and what does it expect from libc++/libc++abi/libunwind?
3. Are there other "hidden" ways to build the runtime libraries?
Cheers,
Louis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200408/2062a647/attachment.html>
2020 Apr 04
2
Permitted success/failure orderings for atomic compare_exchange
A question has come up on how to interpret the wording of LLVM's
documentation regarding the possible memory ordering for success and
failure of atomic compare_exchange operations.
>From the LLVM reference:
"The success and failure ordering
<https://llvm.org/docs/LangRef.html#ordering> arguments specify how this
cmpxchg synchronizes with other atomic operations. Both ordering
2020 Apr 08
2
Outdated Phabricator version on reviews.llvm.org breaks Google authentication since today
Hi all,
I’m using my Google account to log into my Phabricator account on reviews.llvm.org . Since today that no longer works as I don’t seem to get any reply from reviews.llvm.org when I’m logged into my account. It tried logging out which fixes the issue of reviews.llvm.org not loading, but when I try to login I just get the following error:
> Expected to retrieve an "account"
2020 Apr 08
3
Error with perf2bolt in LLVM BOLT
...ile was processed by BOLT. Cannot re-optimize.*
Not sure why I get the above error. Can someone who has used BOLT help me?
Thanks.
Regards,
Venugopal Raghavan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200408/248ba556/attachment.html>
2020 Apr 08
3
samba 4.12 build on hp-ux unsupported system calls
Hi Team,
We are having compile/linking time warning due unsatisfied system calls and macros.
We have checked and confirm that these are not supported by hp-ux kernel and enabling them will require changes in VFS layer and physical filesystem.
Unsatisfied system calls
* renameat
* symlinkat
* linkat
* unlinkat
* readlinkat
* mkdirat
Undefined
2020 Apr 08
2
Clarifying the supported ways to build libc++, libc++abi and libunwind
...bc++abi/libunwind?
>
> 3. Are there other "hidden" ways to build the runtime libraries?
>
>
>
> Cheers,
>
> Louis
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200408/f2525929/attachment.html>
2020 Apr 08
3
Upgrading LLVM's minimum required CMake version
...5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=OUvi60kOTuMyRUJcCtHsN-RK1gHy4sXxEGS0pAunCoE&s=W77RObkJ6AlX4-NZ-OApzF80Y5rSjh4gDzuBG4ScjEQ&e=>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200408/9ee520ee/attachment-0001.html>