Displaying 20 results from an estimated 2000 matches similar to: "fatal error: clang/Basic/Version.inc: No such file or directory"
2018 Feb 15
4
llvm-6.0.0rc2: fatal error: clang/Basic/Version.h: No such file or directory
Hi,
today I've tried to build llvm-6.0.0rc2 using Cmake on my "SUSE Linux
Enterprise Server 12.3 (x86_64)" with the following commands (gcc-6.4.0
is necessary for CUDA-9.0).
wget http://prereleases.llvm.org/6.0.0/rc2/llvm-6.0.0rc2.src.tar.xz
wget http://prereleases.llvm.org/6.0.0/rc2/cfe-6.0.0rc2.src.tar.xz
wget
2017 Aug 02
2
llvm-trunk errors with gcc-5.3.0 on SuSE Linux
Hi,
I try to build llvm-trunk with Cmake (gcc-5.3.0 is necessary for CUDA)
on my "SUSE Linux Enterprise Server 12.2 (x86_64)".
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
cd llvm/tools
svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
svn co http://llvm.org/svn/llvm-project/polly/trunk polly
cd clang/tools
svn co
2018 Feb 15
0
llvm-6.0.0rc2: fatal error: clang/Basic/Version.h: No such file or directory
On 15 Feb 2018, at 15:45, Siegmar Gross via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> today I've tried to build llvm-6.0.0rc2 using Cmake on my "SUSE Linux
> Enterprise Server 12.3 (x86_64)" with the following commands (gcc-6.4.0
> is necessary for CUDA-9.0).
>
>
> wget http://prereleases.llvm.org/6.0.0/rc2/llvm-6.0.0rc2.src.tar.xz
> wget
2003 Oct 06
1
unexpected behaviour in OpenSSH_3.7.1
Hi,
we have installed OpenSSH_3.7.1 in /usr/local. In our environment all
machines mount /usr/local via NFS and automounter from a server. Because
every machine should use its own keys (otherwise we had to export the
directory with root priviledges so that every machine could read the
private keys from /usr/local/etc/ssh), we created the keys in /etc/ssh
and modified the configuration files
2009 Aug 03
1
Weird Network issue
Hi all:
I am pretty new to xen, but ,thanks to you, I am learning fast :)
I have a Dell Poweredge 2950 server running Debian Lenny as Dom0 named Asgard
I have configured three DomU (Loki, Hermod and Thor) with DHCP support.
All the machines (Dom0 and DomU''s) ask for an IP address to a DHCP server in the
Office LAN.
The DHCP server is configured to bind certain IP addresses to the Dom0
2002 Feb 28
2
lost status code
Rsync reports the status code of the remote command. So in some
situations the status code is successful when the command fails.
Rsync of a remote file to a local read-only directory fails, but
exits with $status = 0. I'd like to get $status = 23. Is it
possible?
Local copy fails with status = 23
> mkdir /tmp/nowrite
> chmod -w /tmp/nowrite
> rsync /etc/group /tmp/nowrite || echo
2003 Nov 20
2
What is vuid?
I'm getting the following errors in my error logs:
ERROR! vuid 100 did not map to a valid vuser struct!
At the time this error was being created I was trying to add a domain user as
a local admin. I was trying to get the browse list of domain users up, but
being denied.
Cheers
Jeff
--
Jeff Gardiner [ gardiner@nospam.imaging.robarts.ca ]
System Administrator - Imaging Research
2001 Jul 28
2
UT
I read your message about using the Loki Linux Unreal Tournament engine
to play Unreal. I have the original Unreal Windows version CD and would
like to play it on Linux but can't get the Loki version to recognize the
CD. Can you tell me which files to download from Loki and how to install
them?
Thanks,
Rick Knight (rick@rlknight.com)
2015 Feb 15
3
Bug or not?
The first grep of dmesg is for the apple info so you know exactly what
box I have. The second is to show that I am booting in EFI mode and
not some bogus bios compatibility thing. The third is to show the gmux
version. The fourth is to answer the question you actually asked.
$ cat /proc/version
Linux version 3.19.0 (root at turingatlarge) (gcc version 4.7.3 (Gentoo
4.7.3-r1 p1.4, pie-0.5.5) ) #3
2008 May 29
3
Railsconf
So who made it? Are people still interested in getting beer or something?
-Josh
2015 Mar 12
3
Bug or not?
Hi Pierre,
No worries about the response time. I remember when the features
matrix was mostly todo's. Clearly you folks have put in a ton of work.
I would feel bad about trying to shove a developer into my problem and
I do not have the time right now to join the development team. Besides
my day job I am currently writing a library to interpret BSDL files
(JTAG).
I am having a bit of trouble
2010 Apr 10
11
[Bug 27574] New: BUG: unable to handle kernel NULL pointer dereference at 0000000000000028
https://bugs.freedesktop.org/show_bug.cgi?id=27574
Summary: BUG: unable to handle kernel NULL pointer dereference
at 0000000000000028
Product: xorg
Version: 7.5
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2010 Jul 20
3
pci.backhide
Hello List
If i have a PCI=[08:00.0](example) in any DomU config file
the xm shutdown <ID> shuts down this DomU and the Dom0!
Otherwise i shutdown this DomU from inside the DomU with halt or shutdown -r now, the Dom0 shuts down to.
This happend on Xen 3.4.2 and Xen 4.0 (Kernel 2.6.18.8-xen, 2.6.18.8-xen0)
The Operating System to Compile xen was Debian Lenny and the Dom0 os.
Without
2003 Aug 10
7
More about Accounting
I should also mention that Accounting rules are not stateful -- each rule
only handles traffic in one direction.
So for example, if eth0 is your internet interface and you have a web
server in your DMZ connected to eth1 then to measure HTTP traffic in both
directions requires two rules:
DONE eth0 eth1 tcp 80
DONE eth1 eth0 tcp - 80
Associating a counter with a chain allows for aggregation.
2017 Oct 14
3
darwin bootstrap failure
On Sat, Oct 14, 2017 at 10:25 AM, Don Hinton <hintonda at gmail.com> wrote:
> Hi Jack:
>
> Looks like I missed this one in my recent change.
>
> Please let me know if this solves your problem:
>
> $ git diff
> diff --git a/utils/TableGen/InfoByHwMode.cpp
> b/utils/TableGen/InfoByHwMode.cpp
> index 7e1e1864356..8d3636432aa 100644
> ---
2015 Feb 15
2
Bug or not?
Thanks again.
This works and the heat has dropped substantially. It is still not as
cool as I would like but this will do for now. I still need to file a
bug report with the intel / apple gmux people.
-Evan
On Sat, Feb 14, 2015 at 10:42 PM, Evan Foss <evanfoss at gmail.com> wrote:
> On the older kernel
>
> [ 6.494956] nouveau [ CLK][0000:01:00.0] 07: core 270-405 MHz
>
2017 Oct 14
2
darwin bootstrap failure
Is anyone else seeing this bootstrap failure on current svn trunk?
[ 6%] Linking CXX executable ../../bin/llvm-tblgen
cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen &&
/sw/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt
--verbose=1
/sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common -fPIC
-fvisibility-inlines-hidden -Werror=date-time
2019 Jan 23
2
Windows/Clang build instrumented/PGO
Hello LLVM developers,
Following some hints on this mailing list earlier this year on how to make
clang faster than stock llvm.org builds I have implemented a script that
builds a PGO optimized version of clang by following the guide here:
http://llvm.org/docs/HowToBuildWithPGO.html
This works great on macOS and Linux - we gained almost 15% in our project
with this technique. I am now looking at
2006 Jul 25
1
HELP with NLME
Hi,
I was very much hoping someone could help me with the following.
I am trying to convert some SAS NLMIXED code to NLME in R (v.2.1),
but I get an error message. Does anyone have any suggestions?
I think my error is with the random effect "u" which seems to be
parametrized differently in the SAS code. In case it's helpful,
what I am essentially trying to do is estimate parameters
2006 Jun 12
1
filter/exclude confusion ???
I am running rsync -avz from [A], to pull a directory from [B].
I want to _exclude_ several directories on [B] from being pulled across.
Since these directories have short names, I hope that I can either
specify them inline rsyncd.conf on [B]; or, inline to the CLI on [A].
I am confused with man rsyncd.conf, where the manpage states:
"it only applies on the daemon"
I have tried