From: Andrei Borzenkov <arvidjaar@gmail.com>
To: Paul Menzel <paulepanter@users.sourceforge.net>
Cc: grub-devel@gnu.org
Subject: Re: make check: Tests for platform coreboot using temporary files fail
Date: Sat, 11 Apr 2015 18:54:32 +0300 [thread overview]
Message-ID: <20150411185432.559f243a@opensuse.site> (raw)
In-Reply-To: <1428737611.2456.42.camel@users.sourceforge.net>
[-- Attachment #1: Type: text/plain, Size: 2209 bytes --]
В Sat, 11 Apr 2015 09:33:31 +0200
Paul Menzel <paulepanter@users.sourceforge.net> пишет:
> Dear GRUB developers,
>
>
> using Debian Sid/unstable, building GRUB from commit f11db3c (core:
> avoid NULL derefrence in grub_divmod64s) and running `make check`, all
> the tests using temporary files fail.
>
> $ ./autogen.sh
> $ ./configure --with-platform=coreboot --enable-boot-time --enable-cache-stats --enable-dependency-tracking
> $ make -j
> $ LANG=C make check
> […]
> ============================================================================
> Testsuite summary for GRUB 2.02~beta2
> ============================================================================
> # TOTAL: 81
> # PASS: 20
> # SKIP: 17
> # XFAIL: 0
> # FAIL: 44
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See ./test-suite.log
> Please report to bug-grub@gnu.org
> ============================================================================
> […]
> $ more test-suite.log
> […]
> FAIL: grub_cmd_echo
> ===================
>
> cp: cannot stat '': No such file or directory
it is due to
if [ x$boot = xcoreboot ]; then
imgfile=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
cp "${GRUB_COREBOOT_ROM}" "${imgfile}"
According to docs/grub.texi
Following variables must be defined:
@multitable @columnfractions .30 .65
@item GRUB_PAYLOADS_DIR @tab directory containing the required kernels
@item GRUB_CBFSTOOL @tab cbfstoll from Coreboot package (for coreboot platform only)
@item GRUB_COREBOOT_ROM @tab empty Coreboot ROM
@item GRUB_QEMU_OPTS @tab additional options to be supplied to QEMU
@end multitable
I have no experience with coreboot so I do not know what "empty
Coreboot ROM" is.
> […]
>
> The temporary files are present in the temporary directory, `/tmp` in my
> case. Is that expected?
>
> `test-suite.log` is attached.
>
>
> Thanks,
>
> Paul
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
prev parent reply other threads:[~2015-04-11 15:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-11 7:33 make check: Tests for platform coreboot using temporary files fail Paul Menzel
2015-04-11 15:54 ` Andrei Borzenkov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150411185432.559f243a@opensuse.site \
--to=arvidjaar@gmail.com \
--cc=grub-devel@gnu.org \
--cc=paulepanter@users.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.