qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-4.1 0/7] Add qemu_getrandom and ARMv8.5-RNG


From: no-reply
Subject: Re: [Qemu-devel] [PATCH for-4.1 0/7] Add qemu_getrandom and ARMv8.5-RNG
Date: Tue, 12 Mar 2019 23:41:43 -0700 (PDT)

Patchew URL: https://patchew.org/QEMU/address@hidden/



Hi,

This series failed the address@hidden build test. Please find the testing 
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make address@hidden SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

  CC      hw/acpi/trace.o
  CC      hw/alpha/trace.o
/tmp/qemu-test/src/util/random.c: In function 'do_jrand48':
/tmp/qemu-test/src/util/random.c:41:15: error: implicit declaration of function 
'jrand48'; did you mean 'do_jrand48'? [-Werror=implicit-function-declaration]
         val = jrand48(xsubi);
               ^~~~~~~
               do_jrand48
/tmp/qemu-test/src/util/random.c:41:15: error: nested extern declaration of 
'jrand48' [-Werror=nested-externs]
/tmp/qemu-test/src/util/random.c: In function 'initialize':
/tmp/qemu-test/src/util/random.c:127:5: error: implicit declaration of function 
'srand48'; did you mean 'srand'? [-Werror=implicit-function-declaration]
     srand48(0);
     ^~~~~~~
     srand
/tmp/qemu-test/src/util/random.c:127:5: error: nested extern declaration of 
'srand48' [-Werror=nested-externs]
cc1: all warnings being treated as errors
make: *** [/tmp/qemu-test/src/rules.mak:69: util/random.o] Error 1
make: *** Waiting for unfinished jobs....


The full log is available at
http://patchew.org/logs/address@hidden/address@hidden/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]