Displaying 20 results from an estimated 1100 matches similar to: "A bug in g++ exceptions on 7?"
2008 Oct 31
1
FreeBSD 7 DomU on Centos X86_64 Dom0 Xen 3.3.0
HI all I am having just a bugger of a time trying to get this freebsd 7 box
installed under xen.
Here is my config file:
[root@COBRA1 ~]# cat /etc/xen/FBSD7
name = ''FBSD7''
builder = ''hvm''
device_model = ''/usr/lib64/xen/bin/qemu-dm''
kernel = ''/usr/lib64/xen/boot/hvmloader''
acpi =
2008 Oct 31
0
Fwd: Re: FreeBSD 7 DomU on Centos X86_64 Dom0 Xen 3.3.0
Hi,
*is* there hvmloader in /usr/lib64/xen/boot/? (On my amd64, it is in
/usr/lib/xen/boot/); did you install Xen from source or as a package?
When I first installed it from source, bcc and some dependencies were
not installed on my host system, so hvmbuilder wasn''t built...
Regards,
--ms
Quoting tad1214 <tad1214@aol.com>:
>
> HI all I am having just a bugger of a time
2008 Apr 08
4
ZFS deadlock
Hello
A box of mine running RELENG_7_0 and ZFS over a couple of disks (6
disks, 3 mirrors) seems to have gotten stuck. From Ctrl-T:
load: 0.50 cmd: zsh 40188 [zfs:&buf_hash_table.ht_locks[i].ht_lock]
0.02u 0.04s 0% 3404k
load: 0.43 cmd: zsh 40188 [zfs:&buf_hash_table.ht_locks[i].ht_lock]
0.02u 0.04s 0% 3404k
load: 0.10 cmd: zsh 40188 [zfs:&buf_hash_table.ht_locks[i].ht_lock]
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
On Jan 1, 2011, at 8:29 PM, akramul azim wrote:
> Hi,
> I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):
>
> 1. Install binutils-2.21 (downloaded from gnu.org)
>
> Steps:
>
> $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix
> =/llvm/arm
2009 Apr 28
3
[LLVMdev] Building LLVM 2.5 on CENTOS 5.3
Hi Folks,
I'm having some difficulties getting LLVM to build and work correctly
on CENTOS 5.3. This is basically tracked down easily enough to CENTOS
using GCC 4.1.x by default, which is known-buggy and known not to work
with LLVM -- I was getting the well-known problem with aborts due to a
non-empty symbol table. I have installed the gcc43 package via yum
(I'm trying to stick
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
Hi,
I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):
1. Install binutils-2.21 (downloaded from gnu.org)
Steps:
$ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix
=/llvm/arm --with-sysroot=/llvm/arms/sys-root
$ make
$ make install
2. Install LLVM
Steps
$ ../llvm-src/configure
2009 Apr 28
0
[LLVMdev] Building LLVM 2.5 on CENTOS 5.3
On Apr 28, 2009, at 3:45 PMPDT, Sarah Thompson wrote:
> Hi Folks,
>
> I'm having some difficulties getting LLVM to build and work correctly
> on CENTOS 5.3. This is basically tracked down easily enough to CENTOS
> using GCC 4.1.x by default, which is known-buggy and known not to work
> with LLVM -- I was getting the well-known problem with aborts due to a
> non-empty
2006 Apr 23
2
[LLVMdev] Building CFE in Mingw
Hello, all.
Just found this file in my e-mail atchive, hope it will be useful for somebody.
===cut=here===
Some small rules:
1) No blankspace in the paths to the top-level directories.
2) Add paths to binaries to your system PATH variable.
3) Use short paths to top-level directories.
1. Some checks & preparations.
1) Be sure, that you're using right make version:
$ make
2006 Apr 23
0
[LLVMdev] Re: Building CFE in Mingw
Anton Korobeynikov <asl at math.spbu.ru> writes:
[snip]
> 2) Problem: Complains about gthr-default.h file.
> Resolution: Grab gcc/gcc/gthr-win32.h file and copy it to gthr-default.h
... so --enable-threads=win32 is broken... good to know.
> 3) Problem: Complains about "CL_ObjCXX" and simular ("CL_") during
> compilation
2008 Apr 05
1
[LLVMdev] Will gcc 4.3.0 compile llvm 2.2?
Hi, Bernardo
Fedora has a patch for LLVM 2.2 release with gcc 4.3 here:
http://cvs.fedora.redhat.com/viewcvs/rpms/llvm/devel/llvm-2.2-gcc43.patch
Just drop it in the llvm-2.2 directory and execute
$ patch -p1 < llvm-2.2-gcc43.patch
It should build cleanly afterwards.
--
Sunjae Park
MS. Georgia Tech College of Computing
We choose to go to the moon and do the other things, not because they
2012 Jan 18
2
Table Intersection
I've got two tables....
first one(table1):
ID chrom start end
Ex1 2 152 180
Ex2 10 2000 2220
Ex3 15 3000 4000
second one ( table2):
chrom location name
2 160 Alv
2 190 GNN
2 100
2012 Aug 09
2
[LLVMdev] Compiling std::string with clang
Hi,
I am new to LLVM, so I am sorry if the question I am going to ask has
already been raised before. I will be thankful if anyone can describe me a
quick way to search relevant topics within the list archive,
When I am trying to compile a simple code, containing access to
std::string, with clang:
#include <string>
int main()
{
std::string s;
return
2008 Jul 30
2
R, Macports and C++ streams
Dear all,
R on Macports relies on GCC 4.3 to build packages. I find that
packages with shared objects that use C++ streams crash R if they're
compiled using Macports' gcc43, but work fine if compiled in exactly
the same way using Apple-supplied GCC 4.2. Has anyone here had the
same issue/know what is causing this problem?
Thanks,
Ernest
2008 Feb 01
1
dueling (s)printf()'s - what's the cure?
Hello All,
I mentioned a problem with this once before, and was referred to
other threads that also talked about this. But I believe a recent
problem I was experiencing, may have been related to this:
[: -le: argument expected. So I'd like to bring it up again, in
hopes that someone might have a cure. Specifically, two printf()'s
are sent to the same line, which results in a /very/ hard
2009 Jul 21
1
problem installing cairo on freebsd
G'day all,
I am trying to install the cairo package on FreeBSD and receiving an
error to do with Makevars - (I'm not very good at this stuff) so here
is my various bits of information. I guess this is a problem with a
missing library, but I have just been through a lot of grief trying to
get png and jpeg to work (they do now work!), so I'm not sure where to
go for this.
R
2008 Oct 08
4
Problem with dump stalling
Hi
If I have the wrong list please feel free to redirect me.
I'm running 7.0-RELEASE-p4 and trying to backup to an external USB
drive.
I'm using the following command
dump -a0Lf /backup/diskimages/root /dev/mfid0s1a
Where df:
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/mfid0s1a 507630 208436 258584 45% /
/dev/da1s1d 709513458
2008 Sep 23
1
fxp multicast forwarding problems
Hi,
Whilst doing some QA work on XORP on my desktop, which has fxp0 and
msk0, fxp0 got totally hosed.
I was running PIM-SM and IGMPv2 router-mode on the box at the time.
I wonder if this is related to the problems with fxp multicast
transmission I saw back in April.
I'm a bit concerned about this as fxp is still a very widespread and
useful network chip.
I am running
2008 Aug 11
1
Hardware monitoring for Intel Atom D945GCLF.
Hi,
Is there a way to make use of hardware monitoring on Intel 945GCLF
(with Atom 230 cpu)?
It is relatively new child of Intel, but maybe someone figured it
out yet.
pciconf -lv shows this:
ichsmb0@pci0:0:31:3: class=0x0c0500 card=0x464c8086 chip=0x27da8086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) SMBus
2011 Nov 21
2
Git branch with compiling fixes for win32
On Thu, Nov 10, 2011 at 09:58:03AM +1100, Erik de Castro Lopo wrote:
> If anyone else has Flac patches that they would like to
> see commited to the Xiph Git repo, now would be a good time
> to speak up.
I'd like to see the following patch included. It's not trivial, but I
think it's very well tested after those years.
http://www.mail-archive.com/flac-dev at
2008 May 19
2
Suspend/resume on IBM X31
Greetings
I am having trouble with suspend/resume on my Thinkpad X31, running
7.0-STABLE as of April 23. Any help would be appreciated.
First problem: When I run "acpiconf -s3" from mulituser mode, the
system suspends immediately, without executing /etc/rc.suspend (which
has mode 755); then on resume, I get a panic.
Second problem: When the system panics, I don't get a dump (or