similar to: can''t find a register in class `BREG'' while reloading `asm''

Displaying 20 results from an estimated 7000 matches similar to: "can''t find a register in class `BREG'' while reloading `asm''"

2007 Feb 11
1
syslinux-3.36 nopie patch
I made a patch that depending of gcc flavor add -no-pie or -nopie on libutil and dos Makefile. This fix fatal error like this sha1hash.c: In function `SHA1Transform': ../include/netinet/in.h:24: error: can't find a register in class `BREG' while reloading `asm' ../include/netinet/in.h:24: error: can't find a register in class `BREG' while reloading `asm'
2017 May 04
4
Xen package security updates for jessie 4.4, XSA-213, XSA-214
Moritz Muehlenhoff writes ("Re: Xen package security updates for jessie 4.4, XSA-213, XSA-214"): > Yes, the distribution line should be jessie-security, but please send > a debdiff to team at security.debian.org for a quick review before > uploading (I have no idea whether dgit supports security-master). Here is the proposed debdiff (actually, a git diff) for xen in jessie. My
2006 Aug 16
7
ActionWebService: XMLRPC Server Multicall possible?
Hi all, I have a question concerning ActionWebService XMLRPC servers: Is it possible to send multicall requests to the Web service? I tried to use multicall and get the error message: no such method ''system.multicall'' on API [MyAPI] In Changeset 2021 there is the following commit message: add ''system.multicall'' support to XML-RPC. boxcarred methods must
2013 Oct 04
1
[LLVMdev] ADDE to use branch registers
Hi, I am working on a LLVM backend that has eight different branch registers. I am having a lot of trouble with implementing the following instructions: addcg $r0.1, $b0.0 = $r0.1, $r0.1, $b0.0 (r is a general purpose register and b is a 1 bit branch register) The branch register is used for carry in and carry out. I have noticed that this instruction is very closely related to the ADDE
2014 Jul 07
4
[LLVMdev] problem compiling llvm
Hello there, I am trying to compile llvm from git the gentoo ebuild llvm-9999.ebuild. Recently I get an error during compilation. I am using gcc 4.9.0. The error is the following: x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native -O2 -pipe -fomit-frame-pointer -march=native
2006 Sep 16
2
Can''t login with Xen and Gentoo
Hi all, I installed Xen 3.0.2 using Gentoo portage. The kernel boots ok to the console but when I try to login either as root or myself it won''t authenticate. I read some posts that mentioned not having a populated /dev directory but this is in place. It also contains a full range of tty* and has console in it. I''m at a loss for what to look for. The console login is ok
2011 Dec 09
1
[PATCH] Fix compilation when gcc is patched to default to -fPIE -Wl, -pie
gcc hardened by default is seen on gentoo, alt-linux, HLFS, etc. Patch fix on syslinux this error during gpxe compilation: [BUILD] bin/cpu.o arch/i386/core/cpu.c: In function 'get_cpuinfo': arch/i386/include/bits/cpu.h:79: error: can't find a register in class 'BREG' while reloading 'asm' arch/i386/include/bits/cpu.h:79: error: can't find a register in class
2006 Jul 06
5
Strange RPC error
Hi, I''m tryng to set up Xen, I have errors and google does not help me. The situation is simple: I installed Xen-3.0.2 on gentoo. The Dom0 kernel is up and running, all works perfectly. But when I try to start a DomU, xm raises this error: # xm create -c <conf_file> Using config file <conf_file> Error: <ProtocolError: RPC2/: -1> It''s all. After, `xm list`
2005 Mar 09
3
R-2.0.1 Gentoo g77 problem
Hello, I use Gentoo and I can't get R 2.0.1 to compile. I used the portage system, Gentoo's source package sytem, and after it uncompresses the source to R, it says that I don't have a fortran compiler. It told me to use f77 flag and re-emerge gcc, which I did with the f77 and fortran flags, but it still won't compile. Does anyone have any ideas? I suspect that gcc has changed
2004 Dec 12
1
zaptel 0.9.1 compile problem
I'm using gentoo 2004.3, and when I emerge the zaptel driver, compile fails with the following output: CC [M] /var/tmp/portage/zaptel-0.9.1/work/zaptel-0.9.1/ztd-eth.o In file included from /var/tmp/portage/zaptel-0.9.1/work/zaptel-0.9.1/ztd-eth.c:40: /var/tmp/portage/zaptel-0.9.1/work/zaptel-0.9.1/zaptel.h:55:2: warning: #warning "Zaptel doesn't support DEVFS in post 2.4
2004 Apr 05
3
Selecting Best Regression Equation
Dear all, Does R or S-plus or any of their packages provide any command to form any of the following procedures to find Best Regression Equation - 1. 'All Possible Regressions Procedures' (is there any automated command to perform 2^p regressions and ordering according to criteria R2(adj), mallows Cp, s2- by not setting all the regression models manually), 2. 'Backward
2006 Oct 03
2
Error when building doc/html
Hello, I had to comment out the 'html' directory in the docs directory Makefile.am (in cvs) or else the following would occur: test -z "/usr/share/doc/flac-1.1.3/html" || mkdir -p -- "/var/tmp/portage/flac-cvs-0.1/image//usr/share/doc/flac-1.1.3/html" /bin/install -c -m 644 'changelog.html'
2012 Apr 04
2
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Hi, CodeGen/Generic/dbg-declare.ll is really generic test? $ make check llvm[0]: Running test suite make[1]: Entering directory `/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/test' Making a new site.exp file... Making LLVM 'lit.site.cfg' file... Making LLVM unittest 'lit.site.cfg' file... ( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \
2012 Apr 04
0
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Kimura san, You may ask committer of r153706. I wonder if it could be x86-independent. > /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/Release/bin/llc: > error auto-selecting target for module 'No available targets are > compatible with this triple, see -version for the available targets.'. >  Please use the -march option to explicitly pick a target. ...Takumi as
2012 Apr 16
1
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Ping, NAKAMURA san, thank you. Bill san, can you comment this commit? r154798 still fails on ppc32-lnux b/c *only* for this test. Loving more minor arch, the world will be better... 2012/04/04 23:26 NAKAMURA Takumi <geek4civic at gmail.com>: > Kimura san, > > You may ask committer of r153706. I wonder if it could be x86-independent. > >>
2008 Feb 20
2
rsync displays an number of errors when rysncing on gentoo
hello, I'm running an Gentoo distribution on my computer, lately I've started to get error messages that are rsync related. here is a log of the output: Fetching most recent snapshot Attempting to fetch file dated: 20080219 portage-20080219.tar.bz2: OK Syncing local tree... building file list ... rsync: link_stat "/var/tmp/emerge-webrsync/portage/180" failed: No such file or
2014 Jun 02
2
Re: libguestfs error
Hi Rich I'm running openstack compute node on powerpc ubuntu 13.10 and openstack controller node on ubuntu x86 machine.Initially when I tried booting VM from controller node onto powerpc compute node,the nova-compute service which is responsible for booting VM on compute node was searching for libguestfs-test-tool.After compiling linguesftfs for powerpc,the nova-compute resulted in the
2018 Aug 08
1
Reproducible SIGSEGV when Dovecot 2.3 compiled against glibc-2.28
On 8/08/2018 5:29 pm, Thore B?decker wrote: > Hey, > > you mentioned that dovecot builds fine, but does "make check" also > complete successfully with a glibc-2.28 build on a glibc-2.28 system? > > We have been seeing segfaults during "make check" and it seems the following > patch was able to make the testsuite run successfully. > > Just out of
2009 Feb 03
1
Can't compile on NSLU2 LE
Hi, I keep getting the following on my slug no matter what version I try (1.2, 1.4, 1.6, 1.6svn): ... make[2]: Leaving directory `/usr/portage/distfiles/svn/trunk/menuselect/mxml' gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a menuselect.o: file not recognized: File format not recognized collect2: ld returned 1 exit status distcc[19221] ERROR: compile (null) on
2010 Jul 20
1
Dahdi 2.3.0.1 fails to compile in Xen DomU
Greetings list, I've compiled and installed dahdi countless times on standalone machines, but recently I've been trying to compile Dahdi in a Xen DomU without much success. The errors I'm seeing are as follows: /var/tmp/portage/net-misc/dahdi-2.3.0.1/work/dahdi-linux-2.3.0.1/drivers/dahdi/zaphfc/base.c:1689: error: 'modes' undeclared (first use in this function)