Displaying 20 results from an estimated 120 matches similar to: "lld does not build"
2017 Aug 03
2
fatal error: clang/Basic/Version.inc: No such file or directory
Hi,
I try to build lldb with Cmake (gcc-5.3.0 is necessary for CUDA)
on my "SUSE Linux Enterprise Server 12.2 (x86_64)". Unfortunately
the build process breaks for lldb with the below mentioned error
message. I've downloaded the following packages and configured
with the following commands.
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
cd llvm/tools
svn co
2003 Nov 24
1
ROracle issue with shared library and RMySQL
Hello,
Someone posted this same issue back in May 2003 and hasn't yet resolved the
situation. I hope someone can provide some additional light.
After starting R I attempt to load the ROracle library and receive the
following message:
> library(ROracle)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2006 Jan 10
1
another question about lmer, this time involving coef()
I'm having another problem with lmer(), this time something simpler (I
think) involving the coef() function for a model with varying
coefficients. Here's the R code. It's a simple model with 2
observations per group and 10 groups:
# set up the predictors
n.groups <- 10
n.reps <- 2
n <- n.groups*n.reps
group.id <- rep (1:n.groups, each=n.reps)
# simulate the varying
2018 Dec 24
1
NT_STATUS_NETWORK_SESSION_EXPIRED Domain member
I’m not sure if it will help you but we’re seeing something similar that I call the “10 hours problem” here. On any Samba - after 4.7.6 (we’re currently trying out 4.9.4 but still no go) - at 10 hours after it (smbd & winbindd) was restarted it new connections often (but not 100% all the time, but we think it is related to the number of connections, or active connections, or how many are
2020 Mar 25
3
Build Clang/LLVM for AVR
Hi everyone,
I've been wondering how to correctly build clang/LLVM for the AVR target architecture. Unfortunately documentation is very scarce (or outdated or I didn't find it) and while I've been able to build clang/LLVM for AVR I'm still falling short of compiling an actual binary for the MCU. Here are the steps I've undertaken so far:
git clone
2005 Aug 23
1
ROracle installation problem
Hi there,
I am trying to install ROracle but I get this error. I have an error in reconcilePropertiesAndPrototype.
(My LD_LIBRARY_PATH is set with the oracle lib)
Thanks,
Mathieu
# R CMD INSTALL --configure-args='--enable-extralibs' ../ROracle_0.5-5.tar.gz
* Installing *source* package 'ROracle' ...
creating cache ./config.cache
checking how to run the C preprocessor... cc -E
2020 Mar 25
2
Build Clang/LLVM for AVR
Thank you for both of your input. Yes, I try to cross-compile for AVR, the simple ATMEGA328P used in every Arduino Uno. My main motivation being that I hope to be able to use a couple of STL containers, <functional> and <type_traits> on the MCU. Not sure though if this can be reached by going via the clang route.
Getting back to the compilation: when I run clang with both both
2014 Jan 10
2
How to treat UPS status of TRIM as on line
I am using NUT 2.6.5 as part of FreeNAS 9.2.0. I am using an APC Smart-UPS
5000 RM DL4 with a AP9619 network management card. NUT properly detects
when the UPS goes on battery and initiates a shutdown after the configured
time. The problem I have is that I am using a 208V unit on a 240V circuit.
That means the normal state for the UPS is "TRIM". NUT doesn't treat that
as an on line
2005 Mar 04
1
R-2.01 and RSPerl-0.6.2
Hi,
I am somewhat new to R and RSPerl, but I think this particular problem
has to do with RSPerl and so I am not sure if this is the right forum
to ask for help. Nevertheless I am quite sure that many of you would
have used RSPerl with R.
My hardware platform is a Sun/Solaris V440 server running Solaris 9
operating system I use the gcc-3.4.0 compiler to compile R without any
problems. My
2004 Nov 24
4
ORA-01207 after SAN maintenance
We had a situation over the weekend with our production database that we can't figure out, hoping someone can shed some light.
Specifics:
Oracle 9.2.0.4
OS is Redhat AS2.1
ocfs-2.4.9-e-summit-1.0.12-1
ocfs-tools-1.0.10-1
ocfs-support-1.0.10-1
ocfs-2.4.9-e-enterprise-1.0.12-1
All database, redo, undo, and control files are on ocfs, archived logs are on ext3.
We shut down the database for san
2018 Dec 17
6
NT_STATUS_NETWORK_SESSION_EXPIRED Domain member
All,
using Samba as an AD (2k12) domain member in Stretch
(2:4.5.12+dfsg-2+deb9u4) with tdb as default and rid as domain backend.
No overlapping. Everything works fine. Setup was done as in the wiki
[1].
If you're connecting from a Windows 10 client and do not add
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and keytab
winbind refresh tickets = Yes
to
2008 May 08
1
cvsup.uk.FreeBSD.org
Greetings,
cvsup.uk.FreeBSD.org is outdated.
I know this is not the proper list, but which one is?
--
Best Wishes,
Stefan Lambrev
ICQ# 24134177
2013 Oct 28
2
Trouble on kernel
Hi there,
Sometimes my computer crashes since i use now ubuntu 13.10 with
unity/compiz.
dmesg tells me:
[ 686.209019] nouveau E[ PBUS][0000:00:0d.0] MMIO write of
0x00000000 FAULT at 0x00b020
and later:
[ 1425.565441] nouveau E[ PGRAPH][0000:00:0d.0] ERROR nsource:
DATA_ERROR nstatus: BAD_ARGUMENT
[ 1425.565462] nouveau E[ PGRAPH][0000:00:0d.0] ch 3 [0x00056000
compiz[1970]] subc 2
2020 Jul 30
2
Help with build
I need some help getting the LLVM build to work. If this is not the right place to ask, please let me know. I set MSE and Malwarebytes so they ignore the build directory tree and don't complain about a.exe. I also ran this CMake disabling both of them, just in case that mattered; it didn't.
Here are the outputs from CMake and the contents of CMakeError.log. Any help would be appreciated.
2014 Jan 11
0
How to treat UPS status of TRIM as on line
On Jan 10, 2014, at 12:58 PM, Elliot Dierksen wrote:
> I am using NUT 2.6.5 as part of FreeNAS 9.2.0. I am using an APC Smart-UPS
> 5000 RM DL4 with a AP9619 network management card. NUT properly detects
> when the UPS goes on battery and initiates a shutdown after the configured
> time. The problem I have is that I am using a 208V unit on a 240V circuit.
> That means the normal
2005 Oct 31
6
getting last 2 charcters of a string, other "text" functions?
I wish to obtain the right-most n characters of a character string? What is the appropriate function?
---------------------------------
[[alternative HTML version deleted]]
2013 Oct 04
20
[Bug 70135] New: [nv34 PowerMac G5] gnome-shell random crashes and rendering issues
https://bugs.freedesktop.org/show_bug.cgi?id=70135
Priority: medium
Bug ID: 70135
Assignee: nouveau at lists.freedesktop.org
Summary: [nv34 PowerMac G5] gnome-shell random crashes and
rendering issues
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux
2014 Feb 05
4
Wait for network delay
I am running NUT as part of FreeNAS 9.2.0. I have looked through the
manuals, but I don't see how to address my issue. The box has 4 NIC's in
a LACP LAGG group. It takes a while for LACP to finish, and NUT tries to
start before packets are flowing. NUT will complain endlessly about
communication errors and never establish SNMP communication with my APC
UPS. If I stop NUT and restart
2013 Oct 28
3
Trouble on kernel
Am 2013-10-28 15:42, schrieb Ilia Mirkin:
> On Mon, Oct 28, 2013 at 3:45 AM, Martin Kaffanke <martin.kaffanke at gmx.at> wrote:
>> Hi there,
>>
>> Sometimes my computer crashes since i use now ubuntu 13.10 with
>> unity/compiz.
>
> You're on NV4C. Do you have mesa 9.2.1 or later (or pre-9.2)? If you
> have 9.2.0, there are known issues with shader
2013 Aug 12
5
[Bug 68037] New: TRAP_TPDMA - TP0: Unhandled ustatus 0x00000008 ; and other NV50 log spam errors
https://bugs.freedesktop.org/show_bug.cgi?id=68037
Priority: medium
Bug ID: 68037
Assignee: nouveau at lists.freedesktop.org
Summary: TRAP_TPDMA - TP0: Unhandled ustatus 0x00000008 ; and
other NV50 log spam errors
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified