Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903919 - www-plugins/chrome-binary-plugins-112.0.5615.49 - tar: .../BAD_TAR_INVOCATION: Cannot open: Not a directory
Summary: www-plugins/chrome-binary-plugins-112.0.5615.49 - tar: .../BAD_TAR_INVOCATION...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tar-without-file
  Show dependency tree
 
Reported: 2023-04-06 15:27 UTC by Toralf Förster
Modified: 2023-04-06 16:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.29 KB, text/plain)
2023-04-06 15:27 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,19.04 KB, text/plain)
2023-04-06 15:27 UTC, Toralf Förster
Details
environment (environment,72.13 KB, text/plain)
2023-04-06 15:27 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,906 bytes, application/x-bzip)
2023-04-06 15:27 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,21.99 KB, application/x-bzip)
2023-04-06 15:27 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,1.22 KB, application/x-bzip)
2023-04-06 15:27 UTC, Toralf Förster
Details
www-plugins:chrome-binary-plugins-112.0.5615.49:20230406-151312.log (www-plugins:chrome-binary-plugins-112.0.5615.49:20230406-151312.log,2.38 KB, text/plain)
2023-04-06 15:27 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-04-06 15:27:47 UTC
 * Maintainer: chromium@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox

>>> Unpacking source...
>>> Unpacking google-chrome-stable_112.0.5615.49-1_amd64.deb to /var/tmp/portage/www-plugins/chrome-binary-plugins-112.0.5615.49/work
tar: /dev/null/BAD_TAR_INVOCATION: Cannot open: Not a directory
tar: Error is not recoverable: exiting now
 * ERROR: www-plugins/chrome-binary-plugins-112.0.5615.49::gentoo failed (unpack phase):

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j4-20230406-071004

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 16.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.1
Python 3.10.11
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit 2aec2f453f8645aafeb5d2c62386ca901a19e1a1
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Apr 6 13:32:01 2023 +0000

    2023-04-06 13:32:00 UTC

emerge -qpvO www-plugins/chrome-binary-plugins
[ebuild  N    ] www-plugins/chrome-binary-plugins-112.0.5615.49
Comment 1 Toralf Förster gentoo-dev 2023-04-06 15:27:48 UTC
Created attachment 859628 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-04-06 15:27:48 UTC
Created attachment 859629 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-04-06 15:27:50 UTC
Created attachment 859630 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-04-06 15:27:50 UTC
Created attachment 859631 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-04-06 15:27:51 UTC
Created attachment 859632 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-04-06 15:27:52 UTC
Created attachment 859633 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-04-06 15:27:53 UTC
Created attachment 859634 [details]
www-plugins:chrome-binary-plugins-112.0.5615.49:20230406-151312.log
Comment 8 Mike Gilbert gentoo-dev 2023-04-06 15:34:31 UTC

*** This bug has been marked as a duplicate of bug 903631 ***
Comment 9 Larry the Git Cow gentoo-dev 2023-04-06 15:44:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53ec485fe53d50619a1292cccb6c66eaf16b9ac

commit d53ec485fe53d50619a1292cccb6c66eaf16b9ac
Author:     Arsen Arsenović <arsen@gentoo.org>
AuthorDate: 2023-04-06 15:35:11 +0000
Commit:     Arsen Arsenović <arsen@gentoo.org>
CommitDate: 2023-04-06 15:42:10 +0000

    unpacker.eclass: Don't assume the default tar is stdin
    
    Despite common misconception, the default GNU tar tarfile is not stdin.
    On some systems, this can cause tar to fail to extract relevant files.
    
    See '(tar)file tutorial' for a description of how the default is picked.
    
    Closes: https://bugs.gentoo.org/903631
    Closes: https://bugs.gentoo.org/903914
    Closes: https://bugs.gentoo.org/903919
    
    Signed-off-by: Arsen Arsenović <arsen@gentoo.org>

 eclass/unpacker.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)