Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 593988 - net-misc/openssh: install phase fails if /var/empty isn't writable
Summary: net-misc/openssh: install phase fails if /var/empty isn't writable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-16 16:18 UTC by Blacklight Shining
Modified: 2017-03-20 19:04 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 Blacklight Shining 2016-09-16 16:18:03 UTC
It builds okay, but the install step fails if it can't write to /var/empty. The build log doesn't seem to say anything useful, just `!!! Cannot write to '/var/empty'.`.

The ebuild attempts to `keepdir /var/empty` in src_install() (maybe that's trying to write one of those empty .keep_* files in /var/empty?); according to bug #542386, this is no longer necessary. Bug #507248 also mentions openssh modifications to /var/empty which are no longer necessary.
Comment 1 SpanKY gentoo-dev 2016-11-27 05:56:51 UTC
we probably can drop it now.  the init script will create the dir if it doesn't yet exist since it's in /var.
Comment 2 SpanKY gentoo-dev 2017-03-20 19:04:20 UTC
openssh-7.5p1 no longer runs `keepdir /var/empty`