public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] act-{user,group} & RDEPEND
@ 2019-08-28 15:09 Thomas Deutschmann
  2019-08-28 15:24 ` Mike Gilbert
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Deutschmann @ 2019-08-28 15:09 UTC (permalink / raw
  To: gentoo development


[-- Attachment #1.1: Type: text/plain, Size: 1461 bytes --]

Hi,

most packages are putting acct-{user,group}/* dependencies into RDEPEND.

What about packages using tmpfiles eclass and installing tmpfiles which
will make use of acct-{user,group}/* depedencies?

I.e. dev-db/mysql-init-scripts will install
"/usr/lib/tmpfiles.d/mysql.conf" with the following content:

> d /var/run/mysqld 0755 mysql mysql -

The package is a requirement for all
dev-db/{mysql,mariadb,percona-server} packages because it will provide
runscript/services.

To be able to start your chosen database server right after
installation, we trigger tmpfiles service in pkg_postinst via
tmpfiles_process().

Therefore, mysql user and group provided by acct-{user,group}/mysql must
be merged *before* tmpfiles_process() will be called or
"/var/run/mysqld" will be created as root:root which will prevent your
favorite database server to start.

However, devmanual
(https://devmanual.gentoo.org/general-concepts/dependencies/) says:

> Items which are in RDEPEND but not DEPEND could in theory be merged
> after the target package. Portage does not currently do this.
So don't we have a conceptual problem here and are just lucky that
current used PMs don't do at the moment what specification will allow
them to do?

Moving to (B)DEPEND will address the problem for non-binary package
users only.


-- 
Regards,
Thomas Deutschmann / Gentoo Linux Developer
C4DD 695F A713 8F24 2AA1 5638 5849 7EE5 1D5D 74A5


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 618 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-28 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-28 15:09 [gentoo-dev] act-{user,group} & RDEPEND Thomas Deutschmann
2019-08-28 15:24 ` Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox