qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1810405] Re: source tarball has errors when untarring


From: Peter Maydell
Subject: [Qemu-devel] [Bug 1810405] Re: source tarball has errors when untarring
Date: Thu, 03 Jan 2019 12:33:36 -0000

*** This bug is a duplicate of bug 1714750 ***
    https://bugs.launchpad.net/bugs/1714750

I look in my crystal ball and deduce that you're doing this on a
filesystem which isn't case-sensitive. This is bug #1714750, and it's
really an issue with the u-boot code that we ship a copy of. You can
work around it by extracting the sources with "tar xf qemu-2.10.0.tar.xz
--exclude qemu-2.10.0/roms/u-boot/scripts/Kconfig" (the file that is
excluded isn't needed to build QEMU).

It looks like we never finished the fix for 1714750 -- it's fixed in
upstream u-boot but we need to move forward to using that u-boot rather
than the one we currently ship.


** This bug has been marked a duplicate of bug 1714750
   2.10.0 cannot be installed on case-insensitive file system

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1810405

Title:
  source tarball has errors when untarring

Status in QEMU:
  New

Bug description:
  If you download qemu-2.10.0.tar.xv and/or qemu-2.10.1.tar.xv, and
  follow the directions at https://www.qemu.org/download/, you get a tar
  error.

  
  To repro:
  $ wget  https://download.qemu.org/qemu-2.10.0.tar.xz
  $ tar  xJf qemu-2.10.0.tar.xz 
  tar: qemu-2.10.0/roms/u-boot/scripts/Kconfig: Cannot open: File exists
  tar: Exiting with failure status due to previous errors

  $ tar --version
  tar (GNU tar) 1.29
  Copyright (C) 2015 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.

  Written by John Gilmore and Jay Fenlason.

  
  Apologies if I'm being an idiot here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1810405/+subscriptions



reply via email to

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