similar to: Trying to Compile source

Displaying 20 results from an estimated 2000 matches similar to: "Trying to Compile source"

2009 Dec 28
1
Breakage on Debian unstable, be careful with upgrades
Ben Goodrich alerted me to some breakage coming from read.dcf() meaning you can no longer install or upgrade R packages. ChenLiang Xu was eagle-eyed and related this to gzfile() and he and Johannes Fichting confirmed that a downgrade to zlib1g from testing fixes things. Ben already filed a Debian bug report, you can see the gory details at http://bugs.debian.org/562755 and we are in contact
2004 Jan 09
2
High speed traffic filtering
Hi; First, sorry if this question is mostly netfilter related, than lartc, but I think you guys may have a your opinion about this. I''m using Linux 2.4.x with netfilter packet filtering / NAT on our front-end firewalls (P500 with 1Gb RAM), which are filtering traffic going to our Public Web Sites. The traffic is growing very fast since several months.. The average traffic filtered by
2007 Oct 09
2
Recommended Packages document
Fresh install of Debian Etch. Before I install wine (from winehq), I'd like to double check something about the following document. I've only included the portion refering to Debian. http://wiki.winehq.org/Recommended_Packages The document was last edited 2007-10-07 15:26:02. My question is about the last comment about freeglut3-dev. Still required or not, would there be any problems if I
2012 May 06
1
Wine 64 bit?
Hi installed Ubuntu 12.04 64bit and wonder, if I should bother to install Wine 64bit? Default download / tools/wineinstall says it needs 32 bit development files. Hmm so I need a flag for 64bit compiling? Does 64bit Wine run also any 32bit Windows apps? Thanks
2005 Nov 18
1
Fonts broken in post-0.9.1 CVS
Fonts on Wine CVS post-0.9.1 are very ugly: http://www.oakcourt.dyndns.org/~andrew/wine-cvs.png But if I replace a custom-built Wine CVS installation with the Wine 0.9.1 Debian sid package from Sourceforge, it looks much better: http://www.oakcourt.dyndns.org/~andrew/wine-0.9.1-sf.net.png I have the latest FreeType library from Debian unstable installed: 2.1.10. The same version
2004 Mar 30
2
All SSH Version
Hello :-) all ssh Version we are use have the same Problem: when we start a deamon process, the windows hang on exit. OS Solaris 6 and 8 Solaris 9 and 10 come with a SUN emplentation of your openssh, the shell dosent hang on exit.... The Workarounds in the Web dosent fix the Problem... Frank -- kind regards / Mit freundlichen Gr??en Frank Beckmann Infrastructure Service Management
2011 Jan 10
1
Bug#609517: xen-utils-3.2-1: Pygrub can't find grub.conf in a reiserfs partion on amd64 arch
Package: xen-utils-3.2-1 Version: 3.2.1-2 Severity: normal Tags: patch Hi, There is a bug xen-3-3.2.1/tools/libfsimage/reiserfs/fsys_reiserfs.c, it is using "unsigned long" which is 64 bits on amd64 arch and 32 bits on i386 arch. This makes pygrub can't work on reiserfs on amd64 arch. You can easily reproduce it. A patch is included for fixing this problem. diff
2007 Apr 17
1
Runing R in a bash script
Hello! I am having issues trying to plot to a ong (or jpg) when the R-code in a bash script is executed from cron. I can generate a pdf file, but when I try to write to a png, the file is created, but nothing is written. If I execute the bash script from my console, everything works file. Any ideas? In my cron I have SHELL=/bin/bash - otherwise /bin/shell is used and the folowing enery, so
2003 Sep 04
3
Cant locate my X100P
Hello After having installed my X100P, /proc/pci and /proc/interrupts dosent locate them. In my PCI list is it the Communication controller: Tiger Jet Network Inc ? then is dosent have a IRQ listed in /proc/pci.. All help appreciated Thanks and Regards Ajit ===========================/proc/pci================================== PCI devices found: Bus 0, device 0, function 0: Host
2006 Sep 13
1
Warning compiling Wine from sources
We are trying to install Wine.0.9.20 on a Debian 2.4.27 box After ./configure appears the following warnings configure: WARNING: You system appears to have the FreeType 2 runtime libraries configure: WARNING: installed, but 'freetype-config' is not in your PATH. Install configure: WARNING: the freetype-devel package (or its equivalent on your distribution) configure: WARNING: to enable
2011 Mar 20
4
How to run dos cmd under wine
I neade to run a script under Wine but the script requires a cmd dos so atm dosent works (i neade to connect an ftp and upload some files) is thear any emulate that i can install on wine so that i have that posibility? Thank's Helen 8)
2017 Apr 19
4
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
Hi: I have a Dockerfile, which builds an image which installed R 3.3.2 in Ubuntu 14.04, but building using that Dockerfile seems to have stopped working and I am unclear why. I believe the relevant error is: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet
2005 Mar 03
3
ssh hang problem under solaris 8
Hi :-) i have try a hang on exit patch that i found in the web for an old openssh version, but it dosent help :-( in a german gdb howto i found a tip that the backtrace output can help to analyse the problem.... is it a solaris problem ? Greetings Frank sshd: #0 0xff19d618 in _poll () from /usr/lib/libc.so.1 #1 0xff14d53c in select () from /usr/lib/libc.so.1 #2 0x000339a0 in
2006 Nov 29
3
Polycom 601 Second Incoming Call
Hi List, I have a Polycom 601 that when the user is on the phone they only hear one beep and the CID of the second incoming call is not shown. Is there a way to have the CID show up for the second call ? And a way to configure the phone to beep more often if there is another call coming in. The problem is that if the receptionist is on the phone and looking up something on the PC she some times
2008 Apr 17
1
imap voicemail
Hello. I'm trying to use gmail's imap feature w/ asterisk imap voicemail. I compiled c-client with the following settings: make lr5 IP6=4 and asterisk with: ./configure --with-imap=/usr/src/imap-2007a/ However if i enable any if the imap settings in voicemail.conf, asterisk starts acting funny and dosent allow any calls imapserver=imap.gmail.com imapport=993 mapfolder=Voicemail Where
2011 May 26
3
change function scope?
I'm still getting used to R's scoping. I've run into the following situation value=0 thefunction <- function() print( value ) somefunction <- function() { value=99; thefunction() } somefunction() now, I understand that somefunction() returns 0 because thefunction() was defined with value=0 in its parent envrionment, it dosent look at all in the environment of somefunction. My
2010 Feb 09
2
[LLVMdev] Help regarding Flow of function calls in llvm
No, this is not what I am looking for. I am looking for something like may be a debugger so that I can trace the function calls in source of llvm. llvm-db dosent work it says "debugger not implemented" when i try to use it. Can I use gdb or something like that with llvm. What I basically want is to know that when I run some Alias Analysis then from where the functions of file
2008 Nov 14
1
Bug#505698: r-base-core: dev2bitmap fails with gsexe related error (PR#13288)
Stefano, Thanks for the bug report. On 14 November 2008 at 14:35, Stefano Costa wrote: | Package: r-base-core | Version: 2.8.0-1 | Severity: normal | | As in subject. The bug is reproducible on my machine with these | commands: | | > x <- rnorm(100) | > plot(density(x)) | > dev2bitmap("density.png") | Error in paste(shQuote(gsexe), " -dNOPAUSE -dBATCH -q
2004 Jul 26
3
TE405P and E1
Hello Im from Denmark and i've just got my Digium TE405P. But i have some problems when i connect it to my E1 connection (ISDN30). My telco delivered a alcatel box witch have a G.703 120ohm (DB9 with a serial to rj45) and a 75ohm coax connection. I've tried to connect using the 120ohm with rj45 and a ordinary utp cable. But it dosent seem to work. I've tried several zaptel.conf
2016 Mar 23
5
r-base installation fails on Ubuntu 14.04
I am unable to install R on an up to date (i.e. apt upgraded) Ubuntu 14.04 system. According to https://cran.r-project.org/bin/linux/ubuntu/README (and many other sources), R is available for this version of Ubuntu (which is a stable version). I currently have deb https://cran.cnr.berkeley.edu/bin/linux/ubuntu trusty/ in sources.list. I've tried this with and without deb