From: Marc Joliet <marcec@gmx.de>
To: gentoo-amd64@lists.gentoo.org
Subject: Re: [gentoo-amd64] Re: Systemd migration: opinion and questions
Date: Sat, 23 May 2015 20:07:54 +0200 [thread overview]
Message-ID: <20150523200754.3e187663@marcec> (raw)
In-Reply-To: <20150523131156.01ba56fe@marcec>
[-- Attachment #1: Type: text/plain, Size: 3089 bytes --]
Am Sat, 23 May 2015 13:11:56 +0200
schrieb Marc Joliet <marcec@gmx.de>:
> Am Sat, 23 May 2015 10:41:03 +0000 (UTC)
> schrieb Duncan <1i5t5.duncan@cox.net>:
>
> > Marc Joliet posted on Sat, 23 May 2015 10:49:07 +0200 as excerpted:
> >
> > > Am Thu, 21 May 2015 09:36:28 +0000 (UTC)
> > > schrieb Duncan <1i5t5.duncan@cox.net>:
> > >
> > > [...]
> > >> I decided to keep systemd, and ultimately, to unmerge openrc
> > > [...]
> > >
> > > I forgot to ask about this: how did you go about doing that? I'm still
> > > waiting for the following two bugs to be resolved:
> > >
> > > https://bugs.gentoo.org/show_bug.cgi?id=504116
> > > https://bugs.gentoo.org/show_bug.cgi?id=511500
> > >
> > > Do you have none of the affected packages installed, or...?
> >
> > Good question!
> >
> > Answer: "or..." Very definitely "or...", as you will see below. =:^)
> >
> > functions.sh is easy enough to fix, if you're willing to create a single
> > symlink, manually.
> >
> > $ equery belongs functions.sh
> > sys-apps/gentoo-functions-0.10 (/lib/gentoo/functions.sh)
> >
> > The package gentoo-functions is /supposed/ to replace a couple gentoo-
> > specific files formerly found in openrc, thereby making openrc optional
> > for those using other init systems (like systemd). One of those files is
> > functions.sh[1].
> >
> > But the old /etc/init.d/functions.sh location was hardcoded into a lot of
> > gentoo utilities over the years, some of which don't get updated very
> > often especially for stable, and the new /lib/gentoo/functions.sh
> > location, while more appropriate, still can't be found by some of these
> > apps. That's what the first bug is about.
> >
> > Simple enough fix -- ensure the gentoo-functions package is installed (it
> > should be as it's a dependency of enough stuff, including current glibc
> > packages!), and do a manual symlink from the old location to the new
> > one. Viola! No openrc needed for THAT any more, and because the new
> > location's file is still packaged, any updates to it should occur
> > normally and will be simply picked up by anything still using the old
> > location, since it's a symlink! =:^)
> [...]
>
> That is certainly an interesting approach, since it avoids any upgrades. Then
> I would only have to deal with openrc.
>
> [snip empty @system approach]
>
> Wow, that's certainly an interesting approach! It's definitely not for me,
> though. While I appreciate the control Gentoo gives me, I don't need *that*
> kind of control.
Well, I did end up doing this:
% cat /etc/portage/profile/packages
-*sys-apps/openrc
and creating the symlink as suggested.
I also added java-config-wrapper to package.provided as I originally suggested,
following the declaration of obsolescence in bug #549508.
So far everything seems to be working fine (i.e., gcc-config and
java-config-2 both work).
Thanks
--
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup
[-- Attachment #2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-05-23 18:08 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-24 20:15 [gentoo-amd64] Systemd migration: opinion and questions Marc Joliet
2015-02-24 20:41 ` Randy Barlow
2015-02-24 23:11 ` Marc Joliet
2015-02-25 22:42 ` Marc Joliet
2015-02-27 22:29 ` Marc Joliet
2015-02-24 21:44 ` Rich Freeman
2015-02-25 7:50 ` Marc Joliet
2015-02-25 12:01 ` Rich Freeman
2015-02-25 18:25 ` Marc Joliet
2015-03-01 12:48 ` Marc Joliet
2015-03-01 13:34 ` Rich Freeman
2015-03-01 18:20 ` Marc Joliet
2015-03-01 19:13 ` Rich Freeman
2015-03-02 5:13 ` [gentoo-amd64] " Duncan
2015-03-14 14:01 ` Marc Joliet
2015-03-14 12:57 ` [gentoo-amd64] " Marc Joliet
2015-03-14 13:02 ` Marc Joliet
2015-02-25 10:13 ` [gentoo-amd64] " Duncan
2015-02-25 12:13 ` Rich Freeman
2015-02-26 0:35 ` Duncan
2015-02-25 18:56 ` Marc Joliet
2015-02-26 1:55 ` Duncan
2015-02-24 21:51 ` [gentoo-amd64] " Frank Peters
2015-02-25 14:31 ` Michael Mattes
2015-02-25 20:28 ` Marc Joliet
2015-02-25 10:15 ` [gentoo-amd64] " Duncan
2015-02-25 10:33 ` Duncan
2015-02-25 19:17 ` Marc Joliet
2015-02-25 19:31 ` Rich Freeman
2015-02-25 19:54 ` Marc Joliet
2015-02-25 22:30 ` [gentoo-amd64] " Marc Joliet
2015-05-20 8:01 ` Marc Joliet
2015-05-20 10:44 ` [gentoo-amd64] " Duncan
2015-05-20 11:22 ` Rich Freeman
2015-05-21 9:36 ` Duncan
2015-05-21 11:33 ` Marc Joliet
2015-05-23 8:49 ` Marc Joliet
2015-05-23 9:32 ` Marc Joliet
2015-05-23 10:41 ` Duncan
2015-05-23 11:11 ` Marc Joliet
2015-05-23 11:37 ` Rich Freeman
2015-05-23 12:02 ` Duncan
2015-05-23 18:07 ` Marc Joliet [this message]
2015-05-23 8:17 ` Duncan
2015-05-23 12:14 ` Duncan
2015-05-21 11:29 ` Marc Joliet
-- strict thread matches above, loose matches on Subject: below --
2015-02-25 11:04 Duncan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150523200754.3e187663@marcec \
--to=marcec@gmx.de \
--cc=gentoo-amd64@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox