On Sat, Apr 21, 2007 at 09:20:29PM -0500, Todd T. Fries wrote:
> Sorry for such long delays, here is the latest incorporation (I hope) of all
> your feedback.
> 
> Thanks for testing,
> -- 
> Todd Fries .. [EMAIL PROTECTED]
> 
>  _____________________________________________
> |                                             \  1.636.410.0632 (voice)
> | Free Daemon Consulting, LLC                 \  1.405.227.9094 (voice)
> | http://FreeDaemonConsulting.com             \  1.866.792.3418 (FAX)
> | "..in support of free software solutions."  \          250797 (FWD)
> |                                             \
>  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
>                                                  
>               37E7 D3EB 74D0 8D66 A68D  B866 0326 204E 3F42 004A
>                         http://todd.fries.net/pgp.txt

<snip patch>

I got some issues with your update (on i386):
- regress failes
- minor WANTLIB extra


[EMAIL PROTECTED] /usr/ports/emulators/qemu # make regress
===>  Regression check for qemu-0.9.0
gmake -C i386-softmmu all
gmake[1]: Entering directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/i386-softmmu'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/i386-softmmu'
gmake -C ppc-softmmu all
gmake[1]: Entering directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/ppc-softmmu'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/ppc-softmmu'
gmake -C sparc-softmmu all
gmake[1]: Entering directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/sparc-softmmu'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/sparc-softmmu'
gmake -C x86_64-softmmu all
gmake[1]: Entering directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/x86_64-softmmu'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/x86_64-softmmu'
gmake -C mips-softmmu all
gmake[1]: Entering directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/mips-softmmu'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/mips-softmmu'
gmake -C mipsel-softmmu all
gmake[1]: Entering directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/mipsel-softmmu'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/mipsel-softmmu'
gmake -C arm-softmmu all
gmake[1]: Entering directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/arm-softmmu'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/arm-softmmu'
gmake -C tests test
gmake[1]: Entering directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/tests'
cc -Wall -O2 -g  -static -o test-i386 \
              test-i386.c test-i386-code16.S test-i386-vm86.S -lm
test-i386.c:29:26: sys/ucontext.h: No such file or directory
test-i386.c:59:22: asm/vm86.h: No such file or directory
test-i386.c:706: warning: integer constant is too large for "long" type
test-i386.c:707: warning: integer constant is too large for "long" type
test-i386.c: In function `test_fcvt':
test-i386.c:822: warning: use of memory input without lvalue in asm operand 0 
is deprecated
test-i386.c: In function `test_floats':
test-i386.c:979: warning: integer constant is too large for "long" type
test-i386.c:980: warning: integer constant is too large for "long" type
test-i386.c: In function `test_xchg':
test-i386.c:1154: warning: integer constant is too large for "long" type
test-i386.c:1156: warning: integer constant is too large for "long" type
test-i386.c:1159: warning: integer constant is too large for "long" type
test-i386.c:1175:21: asm/ldt.h: No such file or directory
test-i386.c:1176:26: linux/unistd.h: No such file or directory
test-i386.c:1177:27: linux/version.h: No such file or directory
test-i386.c: At top level:
test-i386.c:1179: error: syntax error before "modify_ldt"
test-i386.c:1181:41: missing binary operator before token "("
test-i386.c:1187: warning: return type defaults to `int'
test-i386.c: In function `_syscall3':
test-i386.c:1205: error: syntax error before '{' token
test-i386.c:1213: warning: structure defined inside parms
test-i386.c:1215: error: syntax error before "ldt"
test-i386.c:1213: error: declaration for parameter `segoff' but no such 
parameter
test-i386.c:1209: error: declaration for parameter `tmp' but no such parameter
test-i386.c:1208: error: declaration for parameter `res2' but no such parameter
test-i386.c:1208: error: declaration for parameter `res' but no such parameter
test-i386.c:1207: error: declaration for parameter `ldt_table' but no such 
parameter
test-i386.c:1188: error: declaration for parameter `seg_data2' but no such 
parameter
test-i386.c:1187: error: declaration for parameter `seg_data1' but no such 
parameter
test-i386.c:1285: warning: declaration of `res' shadows a parameter
test-i386.c:1285: warning: declaration of `res2' shadows a parameter
test-i386.c:1285: warning: use of memory input without lvalue in asm operand 2 
is deprecated
test-i386.c: At top level:
test-i386.c:1286: error: syntax error before '{' token
test-i386.c:1171:1: unterminated #ifdef
test-i386-code16.S: Assembler messages:
test-i386-code16.S:47: Warning: indirect lcall without `*'
test-i386-code16.S:49: Warning: indirect ljmp without `*'
test-i386-vm86.S:104:1: warning: no newline at end of file
gmake[1]: *** [test-i386] Error 1
gmake[1]: Leaving directory 
`/usr/ports/emulators/qemu/w-qemu-0.9.0/qemu-0.9.0/tests'
gmake: *** [test] Error 2
*** Error code 2

Stop in /usr/ports/emulators/qemu (line 2147 of 
/usr/ports/infrastructure/mk/bsd.port.mk).
Exit 1
[EMAIL PROTECTED] /usr/ports/emulators/qemu # make lib-depends-check

/usr/ports/packages/i386/all/qemu-0.9.0.tgz:
Extra: aa.1


Thanks for your work on this,
I will try to install evilOS on qemu and report back if it works.

Regards,
ahb

Reply via email to