public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Brian Dolbec <dolsen@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Subject: Re: [gentoo-portage-dev] custom profiles?
Date: Wed, 11 Mar 2015 13:27:17 -0700	[thread overview]
Message-ID: <20150311132717.1c3754a9.dolsen@gentoo.org> (raw)
In-Reply-To: <1426104966.31989.78.camel@transmode.se>

On Wed, 11 Mar 2015 20:16:06 +0000
Joakim Tjernlund <joakim.tjernlund@transmode.se> wrote:

> On Wed, 2015-03-11 at 10:56 -0700, Zac Medico wrote:
> > On 03/11/2015 08:48 AM, Joakim Tjernlund wrote:
> > > On Sun, 2015-03-08 at 11:58 -0700, Zac Medico wrote:
> > > > On 03/08/2015 10:01 AM, Joakim Tjernlund wrote:
> > > > > On Sun, 2015-03-08 at 15:47 +0000, Joakim Tjernlund wrote:
> > > > > > 
> > > > > > package.use/package.use.force is a bit different though:
> > > > > > cat /etc/portage/package.use/qemu
> > > > > > app-emulation/qemu vde -alsa -pulseaudio -bluetooth -opengl
> > > > > > qemu_user_targets_x86_64 xattr virtfs static-
> > > > > > user
> > > > > > 
> > > > > > #Needed by static-user
> > > > > > sys-libs/zlib static-libs
> > > > > > dev-libs/glib static-libs
> > > > > > sys-apps/attr static-libs
> > > > > > 
> > > > > > Moving this to package.use/package.use.force does not
> > > > > > respect -alsa, -pulseaudio, -opengl all flags which has a -
> > > > > > on them, emerge wants to turn them on again.
> > > > > > 
> > > > > > Am I missing something?
> > > > > > Using portage 2.2.18
> > > > > 
> > > > > Appears one have to use package.use.mask for that.
> > > > >  cat package.use.mask
> > > > >  app-emulation/qemu alsa pulseaudio bluetooth opengl
> > > > > It would be handy if one could use the same syntax as
> > > > > in /etc/portage/package.use/qemu(-alsa -opengl etc.)
> > > > > 
> > > > >  Jocke
> > > > > 
> > > > 
> > > > Yes, the inverted use.mask logic can be confusing if you are
> > > > not familiar with it. The negative flags have a
> > > > special meaning within the context of of portage's "incremental
> > > > stacking" behavior, so they can still be 
> > > > useful, though not in the same way that you you attempted to
> > > > use them.
> > > 
> > > 
> > > So now I got to binary pkgs and profiles, the profile is
> > > typically part of ebuild src tree/overlay and a system using only
> > > binary pkgs does not need ebuild sources. How does one manage
> > > profiles is this case? Just sync an empty /usr/portage tree(sans
> > > profile) or is the a better way?
> > 
> > Recent portage has emerge --sync --sync-submodule=profile, which
> > might be useful. I would like to work toward handling this case
> > better, so your feedback is welcome.
> 
> That would the same as pointing portage to your own empty tree(sans
> profile). I was hoping for something connected to your BINHOST so one
> can get all in one go and stored in the same directory tree.
> 
> > 
> > > 
> > >  Jocke
> > > 
> > > PS.
> > >     emerge --depclean refuses to clean a system which is lagging
> > > behind, would it be possible for --depclean to go ahead anyway
> > > somehow? --dynamic-deps=n comes to mind.
> > 
> > You should probably put --dynamic-deps=n in EMERGE_DEFAULT_OPTS,
> > since this option typically causes these kinds of problems with
> > --depclean. You don't need --dynamic-deps if you use --
> > changed-deps when updating.
> 
> If I do --dynamic-deps=n then man emerge suggest to also do
> fixpackages(I guess after every SYNC) which feels a bit heavy, is
> this still needed?
> 
> Why is --dynamic-deps=y default? This feels like lying about your
> true deps, I am probably missing something here, an example would be
> great:)  


Because the last time we even discussed the possibility of changing
this and steps that might be to fix problems,...  There were a few
individuals that raised such a stink about it, they even brought it to
council to have us STOPPED.

So, as a result much of the portage team don't feel like working on
portage.  Heaven forbid we actually make a change!


> 
> Will --depclean with --dynamic-deps=n always succeed? I realize that
> it could be dangerous but sometimes would like to have the option.
> 
> 
> BTW, this text is hard to parse:
> --binpkg-changed-deps [ y | n ]
>               Tells  emerge  to ignore binary packages for which the
> corresponding ebuild depen‐ dencies have changed since the packages
> were built.  In order to help avoid issues with  resolving
> inconsistent  dependencies,  this option is automatically enabled
> unless the --usepkgonly option  is  enabled.  Behavior  with
> respect  to  changed build-time dependencies is controlled by the
> --with-bdeps option.
> 
> --binpkg-changed-deps=y -> Ignore bin pkgs with changed deps?


-- 
Brian Dolbec <dolsen>



  reply	other threads:[~2015-03-11 20:27 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-06 10:15 [gentoo-portage-dev] custom profiles? Joakim Tjernlund
2015-03-07 20:18 ` Zac Medico
2015-03-08 15:47   ` Joakim Tjernlund
2015-03-08 17:01     ` Joakim Tjernlund
2015-03-08 18:58       ` Zac Medico
2015-03-11 15:48         ` Joakim Tjernlund
2015-03-11 17:56           ` Zac Medico
2015-03-11 20:16             ` Joakim Tjernlund
2015-03-11 20:27               ` Brian Dolbec [this message]
2015-03-11 20:48                 ` Zac Medico
2015-03-11 21:02                   ` Joakim Tjernlund
2015-03-11 22:14                     ` Joakim Tjernlund
2015-03-11 22:27                       ` Zac Medico
2015-03-11 20:43               ` Zac Medico
2015-03-12 21:43                 ` Joakim Tjernlund
2015-03-13  0:51                   ` Zac Medico
2015-03-13  7:51                     ` Joakim Tjernlund
2015-03-13 12:08                     ` Joakim Tjernlund
2015-03-13 17:51                       ` Zac Medico
2015-03-14 12:55                         ` Joakim Tjernlund
2015-03-14 17:58                           ` Zac Medico
2015-03-14 18:35                             ` Joakim Tjernlund
2015-03-14 18:51                               ` Zac Medico
2015-03-14 16:12                 ` Joakim Tjernlund
2015-03-14 18:08                   ` Zac Medico
2015-03-14 18:41                     ` Joakim Tjernlund
2015-03-14 18:57                       ` Zac Medico
2015-03-14 19:30                         ` Joakim Tjernlund
2015-03-14 21:02                           ` Zac Medico
2015-03-15 16:37                             ` Joakim Tjernlund
2015-03-16 16:31                               ` Joakim Tjernlund
2015-03-16 18:12                                 ` Zac Medico
2015-04-01 21:00                                   ` Joakim Tjernlund
2015-04-01 21:28                                     ` Zac Medico
2015-04-01 21:43                                       ` Joakim Tjernlund

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=20150311132717.1c3754a9.dolsen@gentoo.org \
    --to=dolsen@gentoo.org \
    --cc=gentoo-portage-dev@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