[gentoo-user] Qemu start

2007-07-26 Thread Marco Antônio da Veiga

Hi everyone,

I need some help:

I've just installed qemu, qemu-user and qemu-softmmu, compiling with
gcc-3.3.6.
After, I installed kqemu with gcc-4.1.2.
I am already done with my image archive and tried to start the installation
of the SO guest:

So, I got this error:

qemu-system-x86_64 -localtime -hda /home/marco/qemu_windows/winxp.img -cdrom
/dev/cdrom -m 450 -boot d
qemu: could not load PC bios '/usr/local/share/qemu/bios.bin

I've been googling for a while, but I found nothing concerned with it.
Anyone can help me with this, please?


[gentoo-user] Qemu compilation fails

2007-09-05 Thread Marco Antônio da Veiga
Hi,
I'm trying to have qemu running, but compiling qemu-softmmu with gcc-3.4.6fails.

This is the error:

i686-pc-linux-gnu-gcc -Wall -O2 -g -fno-strict-aliasing -I. -I..
-I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/target-i386
-I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0-D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/fpu
-DHAS_AUDIO -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-
0.9.0/slirp  -c -o fpu/softfloat-native.o/var/tmp/portage/app-emulation/qemu-
softmmu-0.9.0/work/qemu-0.9.0/fpu/softfloat-native.c
i686-pc-linux-gnu-gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer
-I. -I.. 
-I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/target-i386
-I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0-D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/fpu
-DHAS_AUDIO -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-
0.9.0/slirp  -c -o helper.o /var/tmp/portage/app-emulation/qemu-
softmmu-0.9.0/work/qemu-0.9.0/target-i386/helper.c
/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/target-i386/ops_sse.h:
In function `op_psrlq_mmx':
/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/target-i386/ops_sse.h:213:
error: unable to find a register to spill in class `GENERAL_REGS'
/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/target-i386/ops_sse.h:213:
error: this is the insn:
(insn:HI 36 35 37 3 /var/tmp/portage/app-emulation/qemu-softmmu-0.9.0
/work/qemu-0.9.0/target-i386/ops_sse.h:207 (parallel [
(set (reg:DI 63 [ variable.q ])
(lshiftrt:DI (reg:DI 63 [ variable.q ])
(subreg:QI (reg/v:SI 60 [ shift ]) 0)))
(clobber (scratch:SI))
(clobber (reg:CC 17 flags))
]) 309 {lshrdi3_1} (insn_list 33 (insn_list 35 (nil)))
(expr_list:REG_DEAD (reg/v:SI 60 [ shift ])
(expr_list:REG_UNUSED (reg:CC 17 flags)
(expr_list:REG_UNUSED (scratch:SI)
(nil)
/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/target-i386/ops_sse.h:213:
confused by earlier errors, bailing out
make[1]: ** [op.o] Erro 1
make[1]: ** Esperando que outros processos terminem.
../softmmu_template.h: In function `__stq_mmu':
../softmmu_template.h:260: error: unable to find a register to spill in
class `GENERAL_REGS'
../softmmu_template.h:260: error: this is the insn:
(insn:HI 333 332 334 13 ../softmmu_template.h:290 (parallel [
(set (reg:DI 0 ax [210])
(lshiftrt:DI (reg/v:DI 59 [ val ])
(subreg:QI (reg:SI 0 ax [209]) 0)))
(clobber (scratch:SI))
(clobber (reg:CC 17 flags))
]) 309 {lshrdi3_1} (insn_list 332 (nil))
(expr_list:REG_DEAD (reg:SI 0 ax [209])
(expr_list:REG_UNUSED (reg:CC 17 flags)
(expr_list:REG_UNUSED (scratch:SI)
(nil)
../softmmu_template.h:260: confused by earlier errors, bailing out
make[1]: ** [helper.o] Erro 1
make[1]: Saindo do diretório `/var/tmp/portage/app-emulation/qemu-
softmmu-0.9.0/work/qemu-0.9.0/i386-softmmu'
make: ** [subdir-i386-softmmu] Erro 2

!!! ERROR: app-emulation/qemu-softmmu-0.9.0 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  qemu-softmmu-0.9.0.ebuild, line 96:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.
!!! A complete build log is located at '/var/tmp/portage/app-emulation/qemu-
softmmu-0.9.0/temp/build.log'.


Can anyone help me?


Re: [gentoo-user] Qemu compilation fails

2007-09-06 Thread Marco Antônio da Veiga
CFLAGS=-march=k8 -O2 -pipe -fomit-frame-pointer

On 9/6/07, Rumen Yotov [EMAIL PROTECTED] wrote:

 On (06/09/07 01:36) Marco Antônio da Veiga wrote:
  Hi,
  I'm trying to have qemu running, but compiling qemu-softmmu with
 gcc-3.4.6fails.
 
  This is the error:
 
  i686-pc-linux-gnu-gcc -Wall -O2 -g -fno-strict-aliasing -I. -I..
  -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0
 /target-i386
  -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-
 0.9.0-D_GNU_SOURCE
  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
  -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/fpu
  -DHAS_AUDIO -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0
 /work/qemu-
  0.9.0/slirp  -c -o fpu/softfloat-native.o
 /var/tmp/portage/app-emulation/qemu-
  softmmu-0.9.0/work/qemu-0.9.0/fpu/softfloat-native.c
  i686-pc-linux-gnu-gcc -Wall -O2 -g -fno-strict-aliasing
 -fomit-frame-pointer
  -I. -I.. -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-
 0.9.0/target-i386
  -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-
 0.9.0-D_GNU_SOURCE
  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
  -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0/fpu
  -DHAS_AUDIO -I/var/tmp/portage/app-emulation/qemu-softmmu-0.9.0
 /work/qemu-
  0.9.0/slirp  -c -o helper.o /var/tmp/portage/app-emulation/qemu-
  softmmu-0.9.0/work/qemu-0.9.0/target-i386/helper.c
  /var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0
 /target-i386/ops_sse.h:
  In function `op_psrlq_mmx':
  /var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0
 /target-i386/ops_sse.h:213:
  error: unable to find a register to spill in class `GENERAL_REGS'
  /var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0
 /target-i386/ops_sse.h:213:
  error: this is the insn:
  (insn:HI 36 35 37 3 /var/tmp/portage/app-emulation/qemu-softmmu-0.9.0
  /work/qemu-0.9.0/target-i386/ops_sse.h:207 (parallel [
  (set (reg:DI 63 [ variable.q ])
  (lshiftrt:DI (reg:DI 63 [ variable.q ])
  (subreg:QI (reg/v:SI 60 [ shift ]) 0)))
  (clobber (scratch:SI))
  (clobber (reg:CC 17 flags))
  ]) 309 {lshrdi3_1} (insn_list 33 (insn_list 35 (nil)))
  (expr_list:REG_DEAD (reg/v:SI 60 [ shift ])
  (expr_list:REG_UNUSED (reg:CC 17 flags)
  (expr_list:REG_UNUSED (scratch:SI)
  (nil)
  /var/tmp/portage/app-emulation/qemu-softmmu-0.9.0/work/qemu-0.9.0
 /target-i386/ops_sse.h:213:
  confused by earlier errors, bailing out
  make[1]: ** [op.o] Erro 1
  make[1]: ** Esperando que outros processos terminem.
  ../softmmu_template.h: In function `__stq_mmu':
  ../softmmu_template.h:260: error: unable to find a register to spill in
  class `GENERAL_REGS'
  ../softmmu_template.h:260: error: this is the insn:
  (insn:HI 333 332 334 13 ../softmmu_template.h:290 (parallel [
  (set (reg:DI 0 ax [210])
  (lshiftrt:DI (reg/v:DI 59 [ val ])
  (subreg:QI (reg:SI 0 ax [209]) 0)))
  (clobber (scratch:SI))
  (clobber (reg:CC 17 flags))
  ]) 309 {lshrdi3_1} (insn_list 332 (nil))
  (expr_list:REG_DEAD (reg:SI 0 ax [209])
  (expr_list:REG_UNUSED (reg:CC 17 flags)
  (expr_list:REG_UNUSED (scratch:SI)
  (nil)
  ../softmmu_template.h:260: confused by earlier errors, bailing out
  make[1]: ** [helper.o] Erro 1
  make[1]: Saindo do diretório `/var/tmp/portage/app-emulation/qemu-
  softmmu-0.9.0/work/qemu-0.9.0/i386-softmmu'
  make: ** [subdir-i386-softmmu] Erro 2
 
  !!! ERROR: app-emulation/qemu-softmmu-0.9.0 failed.
  Call stack:
ebuild.sh, line 1638:   Called dyn_compile
ebuild.sh, line 985:   Called qa_call 'src_compile'
ebuild.sh, line 44:   Called src_compile
qemu-softmmu-0.9.0.ebuild, line 96:   Called die
 
  !!! make failed
  !!! If you need support, post the topmost build error, and the call
 stack if
  relevant.
  !!! A complete build log is located at
 '/var/tmp/portage/app-emulation/qemu-
  softmmu-0.9.0/temp/build.log'.
 
 
  Can anyone help me?
 Hi,
 Try disabling both '-mmx -sse' USE flags.
 They are not regular optional USE-flags (only 'alsa kqemu sdl' are).
 So two ways to go:
 1.make a custom ebuild (/usr/local/portage/...) and disable 'mmx sse'.
 2.use bashrc (custom CFLAGS) - check ML, Google etc.
 2a.use 'paludis' :-)
 What's your 'march' (in /etc/make.conf) ?
 HTH. Rumen
 --
 [EMAIL PROTECTED] mailing list




Re: [gentoo-user] Is this normal?

2007-10-11 Thread Marco Antônio da Veiga
Files with trivial changes will be updated automatically as indicated.

On 10/11/07, Etaoin Shrdlu [EMAIL PROTECTED] wrote:

 On Thursday 11 October 2007, Etaoin Shrdlu wrote:

  Where are the other 6 files that need updating?
  Thanks

 Ok, I found bug #194043. Is the one I'm seeing?
 Thanks
 --
 [EMAIL PROTECTED] mailing list




[gentoo-user] 20 Minutos para talvez mudar uma vida

2008-08-15 Thread Marco Antônio da Veiga
http://video.google.com/videoplay?docid=-3412294239230716755hl=en


[gentoo-user] Error emerging knob

2007-06-28 Thread Marco Antônio da Veiga

I got this error emerging knob (to volume control in my HP ZV6000):


Emerging (1 of 1) media-sound/knob-1.2-r1 to /

* knob-1.2.tar.gz RMD160 ;-) ... [ ok ]
* knob-1.2.tar.gz SHA1 ;-) ...   [ ok ]
* knob-1.2.tar.gz SHA256 ;-) ... [ ok ]
* knob-1.2.tar.gz size ;-) ...   [ ok ]
* checking ebuild checksums ;-) ...  [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ...[ ok ]
* checking knob-1.2.tar.gz ;-) ...   [ ok ]
* QA Notice: USE Flag 'arts' not in IUSE for media-sound/kn
ob-1.2-r1
* The package media-sound/knob-1.2-r1 you're trying to merg
e requires aRTs.
* However, kde-base/kdelibs-3.5.5-r10 was compiled with art
s flag disabled.
*
* QA Notice: USE Flag 'arts' not in IUSE for media-sound/kn
ob-1.2-r1
* To build this package you have to recompile
* kde-base/kdelibs-3.5.5-r10 with this arts use flag enable

 d.

!!! ERROR: media-sound/knob-1.2-r1 failed.
Call stack:
 ebuild.sh, line 1631:   Called dyn_setup
 ebuild.sh, line 703:   Called qa_call 'pkg_setup'
 ebuild.sh, line 44:   Called pkg_setup
 ebuild.sh, line 1305:   Called kde_pkg_setup
 kde.eclass, line 68:   Called die

!!! kdelibs missing arts
!!! If you need support, post the topmost build error, and t

 he call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/med

 ia-sound/knob-1.2-r1/temp/build.log'.


Please, what should I do?
--
[EMAIL PROTECTED] mailing list