similar to: stalled loop

Displaying 20 results from an estimated 100 matches similar to: "stalled loop"

2017 Jun 28
3
LLVM docs links broken
On 27 June 2017 at 19:11, George Burgess IV via llvm-dev <llvm-dev at lists.llvm.org> wrote: > There was some kind of server move that happened recently; I'm > assuming this is a side-effect of that. I'd vaguely understood the old links had been deprecated for a while. Unfortunately they're still the top Google results when you search for the relevant classes, which is
2007 Oct 05
3
R-2.6.0 package check problems
Hello One of my packages, untb_1.3-2, passes R CMD check under MacOSX (and apparently the systems used in the package check summary page on CRAN) but fails with the following message on R-2.6.0.tgz compiled last night on my (home) linux box. I hasten to add that I have never seen this error before on home-compiled pre-releases of R-2.6.0. Can anyone help me understand what is going on?
2004 Nov 14
2
[LLVMdev] IMPORTANT: llvm-ar requirements
Ignore this at your own peril. I have committed changes to CVS that introduce a fully functional llvm-ar tool, and a new lib/Linker library that uses the archive's symbol table to hasten linking. However, this implies that archives read by the LLVM tools *must* have an LLVM symbol table in them. This happens automatically for the crtend.a library, but not for the runtime libraries produced by
2004 Nov 15
0
[LLVMdev] IMPORTANT: llvm-ar requirements
I forgot to mention .. This is a temporary requirement. I am working on changes so that an archive file that doesn't have a symbol table can be linked successfully, albeit a LOT slower. Reid. On Sun, 2004-11-14 at 15:41, Reid Spencer wrote: > Ignore this at your own peril. > > I have committed changes to CVS that introduce a fully functional > llvm-ar tool, and a new
2005 Apr 19
2
Pam mkhomedir - Permissions
I would like to set special permissions (ACL) when pam autocreates my home dirs in samba. I think i should use a script for that. My question is: how can I make pam run a bash script after it creates the homedir? Thanks Cristian
2017 Jun 28
3
LLVM docs links broken
Has LLVM docs deen moved to somewhere recently? The link is broken: http://llvm.org/docs/doxygen/html/classllvm_1_1InsertValueInst.html -- Thanks & Regards, Dipanjan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170627/64ae4f89/attachment-0001.html>
2006 Apr 29
2
Running MoneyCounts 8.0 for DOS
OS: SuSE 10.0 Wine: v20050725-3.2 I am trying to move this ancient DOS accounting application from a dying SCO OpenServer system where it has run happily under DOS/Merge for years. The original installation have long since disappeared. I made a tar archive of the mc8 directory and all its subdirectories. moved it to the SuSE box and untarred it under my ~/.wine/drive_c/Program Files/mc8
2007 Aug 10
1
xorg-announce@lists.freedesktop.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alan Coopersmith (2): Sun Bug 6504978: xman on Solaris x86 does not render correctly, nroff visible renamed: .cvsignore -> .gitignore Matthieu Herrb (1): Bump version for release git tag: xman-1.0.3 http://xorg.freedesktop.org/archive/individual/app/xman-1.0.3.tar.bz2 MD5: 3d3a4b310a65ccce82472ef83acbbf97 xman-1.0.3.tar.bz2
1998 Aug 20
2
R-beta: Hmisc and R
Hello, I want to try the Design and Hmisc library from FE Harrell but, i have trouble with the copyright for the library Hmisc : in the home of the author : http://fharrell.biostat.virginia.edu/s/unix/ in the file Hmisc.README ###COPYRIGHT NOTICE ###You may not port code in the Hmisc library to R. Aie, Why ???? ###You may distribute these functions freely as long as you do so without
2008 Oct 13
3
Support for CAF in flac command-line?
Thanks for the interest, Michael. I don't use Ogg, so I'm a little wary that standard FLAC would be left out of any Ogg Frog implementation. But I say that mostly out of ignorance. I have noticed that there seem to be two worlds for FLAC, inside Ogg and outside. It's important to be aware of the fact that many hardware devices support the FLAC format directly, without the
2003 May 08
5
MD4 bug-fix for protocol version 27
Hi, while implementing the rsync protocol in one of our projects I found that the current CVS version still has a MD4 bug. I'm using the FreeBSD libmd implementation and I still had checksum mismatches with protocol version 27 for files whose size was a multiple of 64 - 4 ( - 4 due to checksum_seed). A patch for todays CVS version is attached. Someone should also review the clean_fname()
2008 Jul 08
3
(announce) asterisk T.38 gateway
hi, there is T.38 fax gateway for asterisk http://bugs.digium.com/view.php?id=12931 please test it and report bugs for people from http://www.voip-info.org/wiki-Asterisk+T.38+Bounty if you still want donate t.38 development please contact me at cervajs at fpf.slu.cz --------------------------------------- Marek Cervenka =======================================
2011 Oct 04
2
Adonis and nmds help and questions for a novice.
Hi, forgive me if someone has already posted about this but I have had a look and cannot find the answer, also I am very new to R and been getting the grips with this. I have been trying to use Adonis to find out if there are significant difference between groups on data that I have analyses with NMDS, and have been struggling with getting this to work and understanding what is going on. I am
2004 Oct 11
0
[LLVMdev] Re: [llvm-commits] CVS: */Makefile.am
Reid Spencer wrote: > On Sun, 2004-10-10, Misha Brukman asked "Why can't we use wildcards > instead of listing all the sources" and then wrote in response to my > reply: > >>On Sun, Oct 10, 2004 at 04:40:48PM -0700, Reid Spencer wrote: >> >>>http://www.gnu.org/software/automake/manual/html_mono/automake.html#wildcards >>> >>>is your
2020 Jul 19
4
Routed network can't reach outside network
Greetings folks. I've setup libvirtd on my manjaro linux laptop. Got a couple of VM's running (Win10 and Debian10) through NAT without any issues. This is what the current network diagram looks like and it works fine: +-----------------------------------+ | +---------------------+ | | |
2015 Aug 05
27
[Bug 2439] New: New sha256-base64 SSH Fingerprints in openssh-6.8
https://bugzilla.mindrot.org/show_bug.cgi?id=2439 Bug ID: 2439 Summary: New sha256-base64 SSH Fingerprints in openssh-6.8 Product: Portable OpenSSH Version: 6.9p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee:
2004 Oct 11
3
[LLVMdev] Re: [llvm-commits] CVS: */Makefile.am
On Sun, 2004-10-10, Misha Brukman asked "Why can't we use wildcards instead of listing all the sources" and then wrote in response to my reply: > On Sun, Oct 10, 2004 at 04:40:48PM -0700, Reid Spencer wrote: > > http://www.gnu.org/software/automake/manual/html_mono/automake.html#wildcards > > > > is your answer. > > I think their "answer" is
2016 Aug 11
1
Is "xman" available in any CentOS 6.x repo?
I know it's old but I miss "xman" in CentOS 6. :( -- -------------------------------------------- MzK "Time spent with cats is never wasted." -- Sigmund Freud
2006 Nov 14
1
confige error:X11 headres/libs
Can someone who uses SuSe Linux (I currently use 9.3) please tell me what I need toto to avoid the message configure: error: --with-x=yes (default) and X11 headers/libs are not available without setting --with-x=no currently my /usr/lib/X11 directory looks like this ls /usr/lib/X11 app-defaults fvwm2 nls twm XErrorDB Xmodmap Cards getconfig Options wmmount
2004 Aug 19
6
Is R good for not-professional-statistician, un-mathematical clinical researchers?
Alternate title: How can I persuade my students that R is for them? Alternate title: Can R replace SAS, SPSS or Stata for clinicians? I am teaching introductory statistics to twelve physicians and two veterinarians who have enrolled in a Mentored Clinical Research Training Program. My course is the first in a sequence of three. We (the instructors of this sequence) chose to teach R rather than