Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] Build problem with nonstandard lib directory"
2013 Jul 01
0
[LLVMdev] Build problem with nonstandard lib directory
Hi Andy:
Please add this to your configure invocation:
--with-gcc-toolchain=/depot/gcc-4.5.2
hth...
don
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Andy Jost
Sent: Sunday, June 30, 2013 6:12 PM
To: LLVMdev at cs.uiuc.edu
Subject: [LLVMdev] Build problem with nonstandard lib directory
I'm having trouble building LLVM 3.3 on RHEL
2013 Jul 09
2
[LLVMdev] Error building compiler-rt
Hi,
I get the following error while building compiler-rt:
/slowfs/msret_s1_us03/ajost/src/llvm-3.3.src/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux.cc:315:22: error: no matching function for call to 'clone'
pid_t tracer_pid = clone(TracerThread, tracer_stack.Bottom(),
^~~~~
/usr/include/bits/sched.h:71:12: note: candidate function not
2013 Jul 17
1
[LLVMdev] Error building compiler-rt
+Sergey Matveev
On Wed, Jul 10, 2013 at 2:00 AM, Andy Jost <Andrew.Jost at synopsys.com> wrote:
> Ok, after familiarizing myself with clone it appears to me this is a bug
> in compiler-rt.****
>
> ** **
>
> From the clone man page:****
>
> ** **
>
> In Linux 2.4 and earlier, clone() does not take arguments ptid, tls, and
> ctid. ****
>
> ** **
>
2013 Jul 09
0
[LLVMdev] Error building compiler-rt
Ok, after familiarizing myself with clone it appears to me this is a bug in compiler-rt.
>From the clone man page:
In Linux 2.4 and earlier, clone() does not take arguments ptid, tls, and ctid.
The source file passes those arguments without any fencing to check the Linux version. Also, ptid, tls, and ctid are only used in conjunction with certain flags (e.g., CLONE_PARENT_SETTID), but none
2016 Sep 06
10
Recommended computer resources to build llvm
I've got a i7 with 12 logical cores and 16GB of RAM I successfully
built RELEASE_390/final but for the last 100 or so files I'd to use
"ninja -j2" so as not to keep from swapping in the best case and and
in the worst case the build kills itself without completing because
apparently its run out of memory.
For the first 3200 files or so it was doing just fine with
2011 Sep 29
3
[LLVMdev] r140697 broke building with shared library enabled
On 29 September 2011 13:54, Justin Holewinski
<justin.holewinski at gmail.com> wrote:
> Did you try to re-run configure after pulling that commit?
> I just tried a shared build with:
> ../configure --enable-optimized --enable-assertions
> --enable-targets=host,ptx --enable-shared
> And the build is successful.
> What is your configure line, and system OS?
Not sure it's
2007 Jan 24
0
hm :through -- nonstandard fk's
+1 for http://dev.rubyonrails.org/ticket/6466
Would someone mind reviewing this one? It concerns adds and deletes
on has_many :through associations that don''t use the standard foreign
key naming structure.
I spent an hour tracking this down before checking Trac. D''oh!
2005 Aug 30
1
imaps only, and on a nonstandard port?
I'm trying to get dovecot configured to:
1) Only do imaps
2) Do imaps on port 500
I've tried "ssl_listen = *:500" both globally and in my "protocol imap"
section, but neither seems to be working.
Is there a way of doing this?
Thanks!
2005 Dec 22
2
nonstandard postgresql sequence names
I''m working with a legacy postgresql database where the names of tables,
columns, etc., do not usually follow Rails conventions.
I''ve been able to work around it for the most part, but I ran into this:
I have the following test:
require File.dirname(__FILE__) + ''/../test_helper''
class SponsorTest < Test::Unit::TestCase
self.use_transactional_fixtures =
2010 Jan 20
2
Error meaning
Hi r-users,
I have the following code to solve 4 simultaneous eqns with 4 unknowns using newton iteration method. But I got the error message:
pars <- c(1.15, 40, 50, 0.78)
newton.input2 <- function(pars)
{ ## parameters to estimate
alp <- pars[1]
b1 <- pars[2]
b2 <- pars[3]
rho <- pars[4]
f1 <- pars[1]*pars[2]
f2 <-
2008 Jan 21
5
"nonstandard" column names
Hi everyone,
I am sure that this question has been asked here some
time ago but I do not remember the answer and was
unable to find it in the archives...
Below is my question: suppose that I have a data.frame
x and one of it's columns name is "CPI/RPI" (without
quotation marks of course). How can I reference this
column? Neither of x$CPI/RPI or x$"CPI/RPI" work. I
2015 Aug 07
2
pigeonhole/lda accessing -m folder
hi jost thx for the reply,
by access I mean to read the variable
require ["fileinto", "variables", "?destfolder?" ];
if anyof ( destfolder :matches "*") {
fileinto "${1}/subfolder";
}else{
fileinto "INBOX/subfolder";
}
On 08/07/2015 12:26 PM, Jost Krieger wrote:
> On Fri Aug 7 12:19:22 2015, matthias lay wrote:
2013 Dec 09
2
How can I find nonstandard or control characters in a large file?
I have a humongous csv file containing census data, far too big to read into
RAM. I have been trying to extract individual columns from this file using
the colbycol package. This works for certain subsets of the columns, but not
for others. I have not yet been able to precisely identify the problem
columns, as there are 731 columns and running colbycol on the file on my old
slow machine takes
2015 Aug 07
2
pigeonhole/lda accessing -m folder
Hi all,
anybody knows, if there is a way to acces the folder from a call like this
deovecot-lda -m destfolder
from within a sieve script?
thx in advance
matze
2013 Jul 26
2
dovecot-lda not logging if dovecot runs under daemontools
Hello all,
I have dovecot running under daemontools and I can't see dovecot-lda in
action when I read the logs. I've set the logs to /dev/stderr because
daemontools redirects /dev/stderr to /var/log/dovecot/current.
The dovecot server works fine and I know that dovecot-lda is actually
doing the delivery, because the sieve facility is working as well. I can
get lda log working -but
2012 Dec 21
1
Problem compiling Samba4, Python installed in nonstandard location
Hi,I am working with a custom built (LFS-based) Linux distro and am attempting to compile Samba4.
Samba3 has always compiled without issue.
The system has its Python installed in /opt/python2. There are symlinks to put "python" in /usr/local/bin and the "python2.7" lib folder in /usr/include.
The configure command used was simply ./configure --enable-fhs --with-quotas
The
2017 Oct 14
2
darwin bootstrap failure
On Sat, Oct 14, 2017 at 4:22 PM, Don Hinton <hintonda at gmail.com> wrote:
> Hi Jack:
>
> The only way I could reproduce the problem you are seeing was to rerun
> cmake with -DCMAKE_BUILD_TYPE=Debug in a build directory previously
> configured with -DCMAKE_BUILD_TYPE=Release. I can fix that, but not sure
> if it's what you are seeing.
>
> If this isn't your
2015 Aug 13
2
sieve-filter failure problems
I use sieve-filter for postprocessing misclassified mail.
For false positives I use the following script:
require [ "variables", "include", "fileinto" ];
global [ "FORCENOSPAM", "ext", "ext1" ];
set "FORCENOSPAM" "YES";
fileinto "JUNK-PRENOUCE";
if header :matches "Delivered-To"
2017 Sep 06
2
can't get quota working. I use static userdb driver.
Am 06.09.2017 um 12:17 schrieb ????? ?????:
> Thank you for your answers.
> I fixed config to:
>
> plugin {
> sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve
> sieve_global = /mnt/rw_disc/dovecot/sieve/
>
> quota = maildir:User
> quota_rule = *:storage=10M
> # quota_rule2 = INBOX.Trash:storage=+10%%
> quota_max_mail_size = 3M
>
2019 Dec 06
2
Problem With Quota Dovecot
Am 05.12.2019 um 14:51 schrieb Gter Marcelo via dovecot:
> Hi Dear,
>
> I running the command bellow and quota fix for some hours, but after 4 ou 5
> hours de quota back return the % wrong.
>
> Same after 100% the size in MAILDIR quota return 45% used only again.
Are you using LDA/LMTP to deliver messages to the inbox?
--
Alex JOST