Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 688890

Summary: www-apps/cgit-1.2.1 : * fowners failed
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Jason A. Donenfeld <zx2c4>
Status: RESOLVED FIXED    
Severity: normal CC: web-apps
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
temp.tbz2
www-apps:cgit-1.2.1:20190628-094840.log

Description Toralf Förster gentoo-dev 2019-06-28 16:47:29 UTC
 * ERROR: www-apps/cgit-1.2.1::gentoo failed (install phase):
 *   fowners failed
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-no-multilib-hardened_20190625-131930

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.35.0 *



emerge -qpvO www-apps/cgit
[ebuild  N    ] www-apps/cgit-1.2.1  USE="highlight lua -doc -jit -vhosts"
Comment 1 Toralf Förster gentoo-dev 2019-06-28 16:47:32 UTC
Created attachment 581232 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-06-28 16:47:34 UTC
Created attachment 581234 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-06-28 16:47:37 UTC
Created attachment 581236 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-06-28 16:47:40 UTC
Created attachment 581238 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-06-28 16:47:43 UTC
Created attachment 581240 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-06-28 16:47:46 UTC
Created attachment 581242 [details]
www-apps:cgit-1.2.1:20190628-094840.log
Comment 7 Larry the Git Cow gentoo-dev 2019-09-29 20:59:12 UTC
The bug has been closed via the following commit(s):

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

commit 23d65596bf6ed47cf5a8fd1d163ddbf3f8fb2ce9
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2019-09-29 20:55:55 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2019-09-29 20:57:29 +0000

    www-apps/cgit: fix missing group on installation
    
    After a recent change in user.eclass, this package no longer creates
    the required group that's used later in src_install.  I've adjusted the
    ebuilds to restore the original behavior as intended before this eclass
    change.
    
    https://gitweb.gentoo.org/repo/gentoo.git/commit/eclass/user.eclass?id=3afc0d7b8b5e90c50d66c5a845b96c33e521e6e8
    Closes: https://bugs.gentoo.org/688890
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    RepoMan-Options: --force
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 www-apps/cgit/cgit-1.2.1.ebuild | 5 +++--
 www-apps/cgit/cgit-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)