Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 755032 - x11-wm/i3-4.19 installs empty package
Summary: x11-wm/i3-4.19 installs empty package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nelo-T. Wallus (ntnn)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-11-17 08:46 UTC by Marcin Kowalski
Modified: 2020-11-18 10:36 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Kowalski 2020-11-17 08:46:19 UTC
lubw569 ~ # equery f i3
 * Searching for i3 ...
 * Contents of x11-wm/i3-4.19:
/etc
/etc/X11
/etc/X11/Sessions
/etc/X11/Sessions/i3wm


that's all there is in the package.

Downgrading to previous i3 fixes the issue.

Reproducible: Always

Steps to Reproduce:
1. install i3-4.19
2. run equery f i3
Comment 1 Larry the Git Cow gentoo-dev 2020-11-17 10:00:17 UTC
The bug has been referenced in the following commit(s):

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

commit 1cb5e1aecf4ab0e06e80f35f6abdeb0e19120244
Author:     Nelo-T. Wallus <nelo@wallus.de>
AuthorDate: 2020-11-17 09:43:08 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-11-17 10:00:13 +0000

    x11-wm/i3: Use meson_src_install explicitly
    
    Bug: https://bugs.gentoo.org/755032
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Nelo-T. Wallus <nelo@wallus.de>
    Closes: https://github.com/gentoo/gentoo/pull/18295
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 x11-wm/i3/{i3-4.19.ebuild => i3-4.19-r1.ebuild} | 2 +-
 x11-wm/i3/i3-9999.ebuild                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2020-11-17 10:02:18 UTC
Please report back if =x11-wm/i3-4.19-r1 fixes the issue for you.
Comment 3 Marcin Kowalski 2020-11-18 07:04:08 UTC
Yes, now the package looks all right.
Comment 4 Nelo-T. Wallus (ntnn) 2020-11-18 10:36:06 UTC
Thanks