search for: msg00235

Displaying 6 results from an estimated 6 matches for "msg00235".

Did you mean: msg00135
2016 Apr 05
2
LTO in LLVM3.8
...d-linker, and I have tried using the current trunk of LLVM - both did not help. After three days of trying to debug this, I have run out of ideas. Is this a known bug? I have found an issue on the gnu/binutils bugtracker that sounds similar (https://lists.gnu.org/archive/html/bug-binutils/2016-03/msg00235.html - bugged symbol resolution of weak symbols), although in my case compilation is aborted because of said errors. Have there been any undocumented changes to LTO in 3.8 I should be aware of? Is there maybe a specific gold-linker version I have to use or should I use llvm-ar/nm now, instead of...
2016 Apr 05
3
LTO in LLVM3.8
...LLVM - both did not help. After three days of trying to debug this, I >> have run out of ideas. >> >> >> Is this a known bug? I have found an issue on the gnu/binutils bugtracker >> that sounds similar ( >> https://lists.gnu.org/archive/html/bug-binutils/2016-03/msg00235.html - >> bugged symbol resolution of weak symbols), although in my case compilation >> is aborted because of said errors. >> >> >> Have there been any undocumented changes to LTO in 3.8 I should be aware >> of? Is there maybe a specific gold-linker version I hav...
2013 Apr 10
1
Compiling Xen-tools
Hi All, I am adding the patch mentioned here http://lists.xen.org/archives/html/xen-changelog/2013-02/msg00235.html I am getting errors on compiling Xen tools. My /tools/include/xen-foreign/mkheader.py looks different from the one that is mentioned in the above link, which I feel is due to version difference. I am using Xen 4.3.3 version. My understanding is that due to this version difference I am not abl...
2008 Jan 10
3
Cycle Regression Analysis in R?
Hello R community, Does anyone know of a package that will perform cycle regression analysis? I have searched the R-help archives etc. but have come up with nothing so far. If I am unable to find an existing R package to do so, is there anyone familiar with fitting sine functions to data. My problem is this: I have a long time-series of daily SWE estimates (SWE = snow water equivalence, or
2019 Aug 14
5
[PATCH libnbd 0/3] Use free callback to hold ref to AIO buffer.
Basically the same as this patch series, but for Python: https://www.redhat.com/archives/libguestfs/2019-August/msg00235.html plus adding the 590 asynch test at the end. Rich.
2019 Aug 15
13
[PATCH libnbd v2 00/10] Callbacks and OCaml and Python persistent buffers.
This is a combination of these two earlier series: https://www.redhat.com/archives/libguestfs/2019-August/msg00235.html https://www.redhat.com/archives/libguestfs/2019-August/msg00240.html plus changes to allow .callback = NULL / .free != NULL, and to reduce the complexity of freeing callbacks. Although it's rather long there's nothing complex here. We might consider squashing some patches together....