Displaying 20 results from an estimated 4000 matches similar to: "Using all cores during compile"
2008 Feb 02
1
CC messed up in RELENG_7 build
The sources were csupped ~3 hours ago. My CC is defined as follows:
env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc
I have done many buildworld, buildkernel and port builds with this setting and
it never caused any problems. However today buildworld fails the following way:
env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache env CCACHE_PREFIX=/usr/local/bin/distcc
2012 Nov 23
7
buildworld with clang breaks because no cc
I am doing a buildworld with clang on amd64 9.1-PRERELEASE #2 r242867.
In /etc/src.conf I have "WITHOUT_GCC= yes". Compile progresses up to below
then breaks:
===> usr.bin/xlint/xlint (all)
===> usr.bin/xlint/llib (all)
lint -cghapbx -Cposix /asp/src/usr.bin/xlint/llib/llib-lposix
lint -cghapbx -Cstdc /asp/src/usr.bin/xlint/llib/llib-lstdc
===> lib/clang/libllvmx86codegen (all)
2006 Nov 22
1
how to merge these dataframes
Hi,
Having 3 dataframes with different row numbers, but equal column names
(see below) I want to merge them by Var1 so I've tried:
merge(j1,j2,j3,by="Var1")
merge(j,j1,j2,by=names("Var1"))
But always got the same message:
Erro en fix.by(by.x, x) : 'by' must specify column(s) as numbers, names
or logical
What I'm doing wrong?
Thanks,
Antonio
j1
2015 Aug 29
2
Having both R-current and R-devel installed on Ubuntu
Hi Dirk,
I too would need to get R-devel on my Ubuntu box (alongside an
existing R installation) to check my packages, especially given the
mayhem that awaits us when the new `R CMD check --as-cran` goes live.
( http://stat.ethz.ch/R-manual/R-devel/doc/html/NEWS.html )
I was wondering if the script that you posted on r-sig-debian a couple
years back was still valid. More however, I'd like to
2012 Aug 08
2
Having both R-current and R-devel installed on Ubuntu
Dear List,
Having used R on Windows for years, I have recently installed Ubuntu as a virtual machine. I admit that I am quite new to the linux world.
Installing R (current version = 2.15.1) went smoothly, but I would like to have both the current version of R and R-devel installed. I've searched the net for info on doing this but so far without luck.
Can anyone help me getting this up and
2009 Feb 23
4
Gcc error during make depend/make of latest Git-Wine source.
I'm on Linux Mint Fluxbox CE 5 trying to compile the latest Git source. I previously had Wine 1.0 something from the Synaptic repos, and wanted bleeding edge so I did
Code:
$ aptitude remove wine
and then followed the Wine + Git instructions. After the repo was cloned I ran ./configure, installed a couple dependencies and libfreetype-dev, and the config script then ran fine. Then I
2016 Nov 11
1
installing R-devel on ubuntu
Hi All: I've been trying to install R-devel on my ubuntu 14.04 machine by
following the directions at this link.
http://singmann.org/installing-r-devel-on-linux/
The link is extremely clear and detailed but I run into an odd problem. When
I run the script at the bottom of this ( which I call build-R-devel ), the
following directory structure gets created.
:/usr/local/lib/R> dir
total 56
2011 Nov 01
3
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
Óscar Fuentes <ofv at wanadoo.es> writes:
> greened at obbligato.org (David A. Greene) writes:
>
>> Óscar Fuentes <ofv at wanadoo.es> writes:
>>
>>> A good measure of how fast a set of Makefile are is to run the build
>>> with all targets up-to-date. Both builds takes a few seconds (3 or so)
>>> on my Linux quad core box. Whatever
2014 Jun 12
4
[LLVMdev] Problems with make
Dear,
I am currently working on one specific architecture. When I make changes
and try to "make" it takes a very long time as It compiles all the files in
the source.
My question is since I am only editing a few files in the architecture
directory and some files in include directory, Can I speed up my "make" by
running "make" only for a few files?
Can such changes
2010 May 23
6
Wine 1.2 rc1
trying to install this new release and got this message.
I tried to locate the dev. pkgs but no luck.
yum install did not bring back anything.
also tried to search on Fedora to loacate them to install but no luck.
any help would be appreciated.
Larry
checking for X... no
configure: error: X development files not found. Wine will be built
without X support, which probably isn't what you want.
2011 Nov 01
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
greened at obbligato.org (David A. Greene) writes:
>>> Oh, it's significant. When I build the Cray compiler with only non-LLVM
>>> stuff changed, the actual compiles (the Cray stuff) finish before the
>>> LLVM figures out nothing has changed. This is a sginificant
>>> productivity loss.
>>
>> How is that? Your compiler builds in less than 3
2012 May 02
5
Winasio, somebody know how make it work??
Hi everybody
I am using a 12.04 Precise pangolin amd64 with jakd 1.5.8, wine 1.5.3 and wineasio 9.0 and i'm having a lot of problems to use de regsrv32 winasio.dll always drop me the "Failed to load DLL wineasio.dll"
I've copied the wineasio.dll.so in /usr/lib/x86_64-linux-gnu/wine and /usr/lib32/wine/
ive reinstalled wine, wineasio changed jackd2 to jackd did wineboot too so i
2017 Apr 19
5
R 3.4 has broken C++11 support
Hi!
Well, my linux distribution has very recent versions
of everything, so a working C++11 compiler exists:
$ gcc --version | head -n1
gcc (GCC) 6.3.1 20170306
Could wrong ./configure options be at fault here? See:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40
My sessionInfo():
$ R-devel --slave -e 'sessionInfo()' | head -n3
R Under development (unstable)
2004 Oct 15
2
combine many .csv files into a single file/data frame
Dear R users,
I have a few hundred .csv files which I need to put
together (full outer joins on a common variable) to do a
factor analysis. Each file may contain anywhere from a few
hundred to a few thousand rows. What would be the most
efficient way to do this in R? Please include some sample
code if applicable.
Thank you,
b.
2018 Sep 06
2
Environment variables
Env vars that change compiler output make it impossible to write tools such
as ccache or distcc. Including the entire env in the hash value that
determines whether ccache has a cache hit (as well as the compiler command
line and the preprocessed source file) would be ridiculous and would result
in very few cache hits.
On Thu, Sep 6, 2018 at 11:34 AM, Matthias Braun via llvm-dev <
llvm-dev at
2013 Jan 28
7
[LLVMdev] Running a Local Buildbot
We're thinking about running our own buildbot against the upstream llvm
and clang sources. I'm talking to our build folks and seeing what they
can allow. Maybe we can contribute some build slaves to the osuosl
buildbot but I'm not sure.
If we do end up having to run our own buildbot, what's the best way to
integrate that into the upstream web page and status notifier?
Basically,
2008 Jun 23
4
Ubuntu, Counterstrike Source, crashes after loading a game
Hello,
Well, first let me say - I've looked in the APP database for this game. I've tried to trouble shoot everything I've read on the site.
Here's my system:
Ubuntu 64-bit 8.04
AMD 5800+
4gb of Winsor Ram
Nvidia 8500 GT
Intel onboard sound
Here's what's happening:
Whenever I load up a game on CSS, it crashes after a gun shot. You can walk around, and everything just
2013 Jan 28
0
[LLVMdev] Running a Local Buildbot
On Mon, Jan 28, 2013 at 11:04 AM, <dag at cray.com> wrote:
> We're thinking about running our own buildbot against the upstream llvm
> and clang sources. I'm talking to our build folks and seeing what they
> can allow. Maybe we can contribute some build slaves to the osuosl
> buildbot but I'm not sure.
>
> If we do end up having to run our own buildbot,
2019 Aug 12
2
Bazel support
Hi Wynand,
My big concern is related to what Mehdi mentioned as #4. Bazel doesn't really handle the configuration-management that CMake does, so adding Bazel support would really mean supporting an extra build system with no path for it to replace CMake. We're kinda already in that situation with gn, but gn is a developer productivity tool and we don't consider changes that break gn
2001 Feb 15
1
Camera Communications
I have an Olympus camera which communicates with the software through
a special cable connected to COM2:. The software works in WINE, but it
won't communicate with the camera, it says my COM: settings are wrong,
but I've tried changing settings to about every combination possible
with no luck. Any ideas? Has anyone gotten this type of camera to work
in WINE?
Thanks,
BIll K.