search for: 3weeks

Displaying 4 results from an estimated 4 matches for "3weeks".

Did you mean: weeks
2010 Jun 13
2
Please check 1.2rc with your applications!
...rote: > > Hi, another week and Sunday gone so time for simple numbers... > > 340 regressions<-- release announcement > 356 regressions<-- release announcement + 1week > 339 regressions<-- release announcement + 2weeks(rc1) > 322 regressions<-- release announcement + 3weeks(rc2) > 325 regressions<-- release announcement + 4weeks > 326 regressions<-- release announcement + 5weeks(rc3) > > List of fixed bugs on rc3 release was long and impressive. Unfortunately > for regressions there is a stagnation. Regression bugs do get fixed too but "new&...
2006 Nov 23
2
smb + nfs lock problem
...o) to a samba share which is NFS mounted on the samba server, I get an error on the client: "impossible to copy file.txt: the process cannot access the file because an other process has locked a part of it" (my english translation of the french message I have !) It worked fine before (3weeks ago) and I think that problem appeared when I upgraded my NFS server, because the samba server running directly on that NFS server work fine (no lock pb) , I tried looking through samba locking mechanisms, but I'am a bit lost in there: http://samba.org/samba/docs/man/Samba-HOWTO-Collection/...
2017 Jul 10
0
Shipping LLVM.dll for the C API with the Windows installer.
I am sorry, just noticed i repeated myself :( 2017-07-10 15:20 GMT+02:00 Alexander Benikowski <sebal007 at googlemail.com>: > Thanks for starting! > Btw here is my CMD version: > > cmd /Q /V:ON /c "for /F "tokens=4" %l in ('dir llvm*.lib') do (for /F > "tokens=2" %e in ('dumpbin /linkermember:1 %l ^| findstr "_LLVM"') do
2017 Jul 10
2
Shipping LLVM.dll for the C API with the Windows installer.
Thanks for starting! Btw here is my CMD version: cmd /Q /V:ON /c "for /F "tokens=4" %l in ('dir llvm*.lib') do (for /F "tokens=2" %e in ('dumpbin /linkermember:1 %l ^| findstr "_LLVM"') do (set symbolname=%e & echo !symbolname:~1!))" You run it in the directory with all the llvm*.lib (yes the ThinLTO is excluded in this example but can