Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616716 - >=x11-wm/awesome-4.0: warning about nonexistent path in src_install
Summary: >=x11-wm/awesome-4.0: warning about nonexistent path in src_install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maxim Koltsov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-27 08:09 UTC by Patrick Lauer
Modified: 2018-03-14 21:33 UTC (History)
0 users

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 Patrick Lauer gentoo-dev 2017-04-27 08:09:01 UTC
>>> Completed installing awesome-4.1 into /var/tmp/portage/x11-wm/awesome-4.1/image/

 * Final size of build directory: 10212 KiB
 * Final size of installed tree: 2868 KiB

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   usr/bin/awesome
 * prepcompress: ignoring nonexistent path '/usr/share/doc/awesome/doc'
ecompressdir: bzip2 -9 /usr/share/doc
ecompressdir: bzip2 -9 /usr/share/man

>>> Installing (8 of 8) x11-wm/awesome-4.1::gentoo
Comment 1 Manfred Knick 2017-06-18 17:21:29 UTC
.../x11-wm/awesome/awesome-4.1.ebuild

line 70 ff.:

src_install() {
    cmake-utils_src_install
    docompress -x /usr/share/doc/awesome/doc     <-----
    ...
Comment 2 Tomoya Tabuchi 2017-08-02 07:41:36 UTC
Hello,

I removed the docompress line from the ebuild for version 4.2
I'll go back and remove the lines for versions 4.0 and 4.1 shortly.
Comment 3 Maxim Koltsov (RETIRED) gentoo-dev 2018-03-14 21:33:26 UTC
I've removed all versions with docompress from the tree.