[gentoo-portage-dev] Re: [PATCH] repoman: declare '-x', '--xmlparse' command line options obsolete

2016-05-19 Thread Duncan
behavior.) That way, anyone seeing the option somewhere in old code will still be able to lookup what it did, and know that they can simply mentally ignore that option when mentally tracing the old code in their head and delete it in their updated version, because it's now the default.

[gentoo-portage-dev] Re: [PATCH v2] repoman: declare '-x', '--xmlparse' command line options obsolete

2016-05-23 Thread Duncan
g (for historical reasons...) after the option is no longer allowed (whether it directly triggers an error or simply isn't processed at all, thus likely triggering an indirect error due to incorrect parsing of other options and parameters on the command line). -- Duncan - List replie

[gentoo-portage-dev] Re: [PATCH] Add emerge --autounmask-continue option (bug 582624)

2016-07-01 Thread Duncan
hat it does, but people who haven't, aren't as likely to blunder into it due to the stereotypical "rm -rf .*" type advice. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCH] grabfile_package: support -* in profile "packages" files (bug 610670)

2017-02-23 Thread Duncan
;s parallelization features for a rather significant number of packages, and to be better informed and active in terms of what specific packages I do have on the system.) I'll be looking forward to seeing this in a release. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCH v2] emerge: auto-enable --with-bdeps if --usepkg is not enabled (bug 598444)

2017-03-05 Thread Duncan
stent with the existing pattern, which means, confusing tho it may be, it /does/ result in most people not needing to care, so in the end, even tho I agree it's definitely more complex than I'd wish, I'll have to lean Zac's way on this one. Which effectively surprises even m

[gentoo-portage-dev] OT: Screen bragging. Was: [PROPOSAL] Don't split user visible messages across multiple lines

2017-03-16 Thread Duncan
rd, FreeMono Bold 9.0 in my konsole windows, yields: $ echo $COLUMNS x $LINES 179 x 78 And that's six of those on the 65" 4K, PLUS the full-screen 1080p youtube or whatever window on the 48". =:^) This is the first time I can honestly say I have enough screen space that most of th

[gentoo-portage-dev] Re: [PATCH] emerge: add --autounmask-keep-keywords option (bug 622480)

2017-08-13 Thread Duncan
rks great for me! =:^) --- [1] Besides, doing it manually means I remember the details I did /not/ put down much more readily, once prompted by the ones I did. Even if an automated version could do it it'd need to write paragraphs in ordered to allow me to make sense of it a year or w

[gentoo-portage-dev] Re: [PATCH] emerge: add --autounmask-keep-keywords option (bug 622480)

2017-08-14 Thread Duncan
them being automatically written, allowing the user direct control over what's actually written and how. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: Is portage (/usr)/bin-merge safe?

2017-12-07 Thread Duncan
Zac Medico posted on Fri, 31 May 2013 22:49:02 -0700 as excerpted: > On 05/31/2013 10:36 PM, Duncan wrote: >> As in subject, is portage bin/usr-bin merge safe? >> >> It appears most of my clashing files are /usr/bin/* -> /bin/* symlinks. >> (That's just bi

[gentoo-portage-dev] Re: Is portage (/usr)/bin-merge safe?

2017-12-07 Thread Duncan
Zac Medico posted on Thu, 07 Dec 2017 01:07:21 -0800 as excerpted: > On 12/07/2017 12:37 AM, Duncan wrote: >> Zac Medico posted on Fri, 31 May 2013 22:49:02 -0700 as excerpted: >> >>> On 05/31/2013 10:36 PM, Duncan wrote: >>>> As in subject, is portage

[gentoo-portage-dev] Re: Plan for initial integration of gemato with portage

2018-01-24 Thread Duncan
ed previously. --- [1] New item mention: or the more detailed instructions the news item points to if they get too long to be in the news item itself. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCH] emerge: add --changed-deps-report option (bug 645780)

2018-01-29 Thread Duncan
27;d have found the original quite irritating by about the third time I saw it, even if also helpful. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [RFC] Improving Gentoo package format

2018-11-11 Thread Duncan
until later, if it would complicate the initial implementation too much. [Bikeshed] I was thinking binpkg-${PF} to emphasize the binpkg part and group any emergency-installed packages together in an alphabetical listing. But whichever's easiest for portage to work with, which probably makes the -binpkg suffix version a better choice, requiring less modification to existing code. Is there any interest at all in binpkgs, perhaps when improved, from the other PMs? Or are they effectively dead now or not interested in binpkgs even if the format were to be improved, or simply too hard to work with? Because "it'd be nice" (aka MAY level) to have this formally standardized to PMS... if there's any interest from the other PMs. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: Ebuild - portage variable names

2018-11-28 Thread Duncan
I mentioned I personally tend to find the ebuild (5) manpage easier for a quick lookup, and only tend to use PMS when I'm checking details not in the ebuild (5) manpage or I need the specific wording of the agreed PMS standard. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCH 2/2] lib/_emerge/resolver/output_helpers.py: explicitly state 'all satisfied'

2021-10-06 Thread Duncan
today. Thanks. I could get my brain around the old format but this is /so/ much nicer! =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCH] lib/_emerge/actions.py: warn on missing /run

2021-10-07 Thread Duncan
nagement may malfunction." Omitting "that" after "It seems" to shorten further, the longer /proc case would result in: It seems /proc is not mounted. Process management may malfunction. Nicely under the target 70 chars. =:^) -- Duncan - List replies preferred. No HTML m

[gentoo-portage-dev] Re: [PATCH] portage.output: Replace darkblue colors with teal

2021-12-06 Thread Duncan
pefully that's being looked at as well, but that doesn't change the fact that an improved default color.map, as here, is useful too. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Hello (Re: test)

2006-03-30 Thread Duncan
it is, as well. That there are as few issues as there are with it, indeed, with running Gentoo in general due to it, is a testament indeed to the talent of portage devs, both current and former (DRobbins), and to those in FBSD and the like from which he borrowed ideas. A VERY BIG thanks for th

[gentoo-portage-dev] Re: should we add userpriv and usersandox to make.globals FEATURES?

2006-04-10 Thread Duncan
w it may, better to catch and fix them anyway! -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman in http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html -- gentoo-portage-dev@gentoo.org mailing list

[gentoo-portage-dev] Re: 2.1 release candidate soon?

2006-04-14 Thread Duncan
eteness, "interactivity" in this case refers to the global scale of quitting and waiting for the user to fix something, not interactivity within the app.) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, h

[gentoo-portage-dev] Re: Re: 2.1 release candidate soon?

2006-04-15 Thread Duncan
e", because emerge --info does not say if i have > emerged confcache and, if i have emerged it, which version it is. I think > this should also be listed in emerge --info. Very good point. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a ma

[gentoo-portage-dev] Re: generating ._cfg0000_foo multiple times between --sync

2006-04-15 Thread Duncan
ng this a feature so the user can change the default might be debatable, the stated purpose and default seem sensible to me. Meanwhile, if you want that for your default, it's simple enough to do with a shell alias, or using the new EMERGE_DEFAULT_OPTS var in make.conf. -- Duncan - List rep

[gentoo-portage-dev] QA Notice: ECLASS 'foo' inherited illegally

2006-04-24 Thread Duncan
7;s either not a bug, or most likely a bug with portage, not the various ebuilds. So... if it's a bug, do I file it on portage or the ebuilds displaying the warning? If it's not a bug, may at least I ask for a brief explanation of what the warning means so I can stop worrying about it...

[gentoo-portage-dev] Re: Re: Refactoring of emerge code

2006-05-09 Thread Duncan
able. I saw a two-month target between versions discussed, but there was discussion of whether that would be practical, more like 90 day. In any case, if they keep to the idea, and assuming your patches /are/ taken (as a user and mostly lurker, I have no say on it), they could easily hit 2.2 and

[gentoo-portage-dev] Re: backend support for FEATURES=debug-build (again)

2006-05-13 Thread Duncan
ite go-ahead to do so, while trunk is supposed to be frozen save for bugfixes. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- gentoo-portage-dev@gentoo.org mailing list

[gentoo-portage-dev] Does 2.1 retain eclass info in binpkgs?

2006-06-02 Thread Duncan
n-tree eclasses. That's what I'm hoping, anyway. Is that a true summation or does portage 2.1 now retain build-time eclasses in the binpkg, rather than using those in the tree, when merging the binpkg? -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has

[gentoo-portage-dev] 2.1-rc3-r5 extraneous but (I think) harmless message?

2006-06-02 Thread Duncan
ing a package over itself, where the message makes sense. Why is it showing up here, when it's a new package version, so there's no original instance to unmerge? Is this new behavior or has it always done that and I never noticed it until now? -- Duncan - List replies preferred. N

[gentoo-portage-dev] Re: 2.1-rc3-r5 extraneous but (I think) harmless message?

2006-06-03 Thread Duncan
ne considers it a bug, it's an old one, and as I said, appears harmless other than the misleading display. Therefore, better to let sleeping dogs sleep, for 2.1 anyway. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if y

[gentoo-portage-dev] Re: QA Notice: ECLASS 'foo' inherited illegally

2006-06-09 Thread Duncan
he bug reference and commentary on env handling. It's particularly illuminating in light of the paludis discussion I had followed on gentoo-dev. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- gentoo-portage-dev@gentoo.org mailing list

[gentoo-portage-dev] Re: New preserve-libs feature

2007-02-17 Thread Duncan
nt, but maybe I'm reading that wrong as well.) (Yes, I know the sig delimiter below is bugged. Bugged pan ATM.) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- gentoo-portage-dev@gentoo.org mailing list

[gentoo-portage-dev] Re: New preserve-libs feature

2007-02-18 Thread Duncan
Paul Varner <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Sat, 17 Feb 2007 23:45:43 -0600: > On Sat, 2007-02-17 at 20:56 +0000, Duncan wrote: >> Question: With the old library still around, will revdep-rebuild even try >> to rebuild anything linked a

[gentoo-portage-dev] Re: New preserve-libs feature

2007-02-23 Thread Duncan
that handy list all nicely centralized to one location would be a /big/ boon to security conscious Gentoo sysadmins everywhere, so it's easily worth mentioning in the handbook as one of the valuable tools portage provides. -- Duncan - List replies preferred. No HTML msgs. "Ev

[gentoo-portage-dev] Re: use* cleanup

2007-11-02 Thread Duncan
efore be useful to make it an independent package, probably in cooperation with the EAPI definition project. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- [EMAIL PROTECTED] mailing list

[gentoo-portage-dev] portage-2.2-rc3 parallel merges quit being parallel

2008-07-26 Thread Duncan
ould be useful... and prevent that confusion. Thanks, guys. It's already fun playing with! =8^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: portage-2.2-rc3 parallel merges quit being parallel

2008-07-26 Thread Duncan
Andrew Gaffney <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Sat, 26 Jul 2008 16:56:20 -0500: > Duncan wrote: >> "--jobs=10 --keep-going --load-average=15" > > For a dual-dual-core setup, a load average of 4.0 is "fully loaded". &g

[gentoo-portage-dev] Re: portage-2.2-rc3 parallel merges quit being parallel

2008-07-27 Thread Duncan
;ve already decided that --jobs=10 is going to need changed, I'm intuiting it needs to go up, but it's possible I need to lower it. More experimentation is necessary! =8^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: portage-2.2-rc3 parallel merges quit being parallel

2008-07-28 Thread Duncan
René 'Necoro' Neumann <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Sun, 27 Jul 2008 22:31:55 +0200: > Duncan schrieb: >> Also, a little monitoring utility that could be run in another terminal >> and just list and update all the currently me

[gentoo-portage-dev] Re: [RFC] portage-2.1.6 release plans

2008-11-07 Thread Duncan
der killing ~arch portage with set support. But I'm not a dev, and maybe it's just me. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [RFC] portage-2.1.6 release plans

2008-11-08 Thread Duncan
ery happy about it, but if it needs to happen, well... [1] FWIW, I have kde-4.1.2 merged, but consider it still broken and well short of what I'd find actually workable for daily use. There's just too many bits and pieces that don't work, and won't work until at least 4.

[gentoo-portage-dev] Re: search functionality in emerge

2008-11-23 Thread Duncan
daemon constantly, when (1) it's not needed constantly, and (2), there's already a perfectly functional way of scheduling something to run when it /is/ needed, complete with optional results mailing, etc, if it's scripted to do that. -- Duncan - List replies preferred. No HTML msgs.

[gentoo-portage-dev] Re: search functionality in emerge

2008-11-30 Thread Duncan
Gentoo usually participates in the Google Summer of Code. Assuming they have it again next year, if you're already considering spending some time on Gentoo code this summer, might as well try to get paid a little something for it. It could/should be a nice resume booster, too. =:^) -- Du

[gentoo-portage-dev] Re: [Fwd: Re: equery refactorization]

2008-12-08 Thread Duncan
7;t see or ignore that news item, well, that's my fault. Thanks! =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] %n in writable segment detected ??

2009-03-14 Thread Duncan
90203 >>> Installing sys-apps/sandbox-1.6 >>> Emerging (3 of 5) sys-fs/udev-140 >>> Emerging (4 of 5) sys-apps/coreutils-7.1 >>> Jobs: 2 of 5 complete, 1 runningLoad avg: 4.81, 3.95, 2.11*** %n in writable segment detected *** Thanks! -- Duncan

[gentoo-portage-dev] Re: %n in writable segment detected ??

2009-03-14 Thread Duncan
Duncan <1i5t5.dun...@cox.net> posted pan.2009.03.14.16.53...@cox.net, excerpted below, on Sat, 14 Mar 2009 16:53:52 +: > What's the below "%n in writable segment detected" bit all about? Here's some more strange output, from the last line above but here

[gentoo-portage-dev] Re: %n in writable segment detected ??

2009-03-15 Thread Duncan
is running in the background. That sucks! Thanks. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: Recommendation about faster (not smaller) filesystem and blocksize combination for portage tree

2009-03-30 Thread Duncan
, not so much user portage speed tips, but ask in the user list and forums and you'll surely get all sorts of info! =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: Recommendation about faster (not smaller) filesystem and blocksize combination for portage tree

2009-04-17 Thread Duncan
Pacho Ramos posted 1239914420.18698.0.ca...@localhost, excerpted below, on Thu, 16 Apr 2009 22:40:20 +0200: > Thanks, finally seems that, in my case, reiserfs with nolog,noatime > works really fast and with a smaller size (thanks to "tail") :-D =:^) -- Duncan - List replies

[gentoo-portage-dev] Re: does emerge verify arch compatibility when merging a binary package?

2009-04-19 Thread Duncan
eywording check by setting an incorrect ACCEPT_KEYWORDS globally or using package.keywords to do so by package. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: Conflicting RDEPENDS

2009-05-29 Thread Duncan
n if he didn't explicitly reason that it was a test and therefore something he didn't want in @world. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: Conflicting RDEPENDS

2009-05-30 Thread Duncan
ant or need. But I'm wondering, is there possibly some method of doing the same complete-graph thing for the @installed set? I can't imagine ever using it or for that matter @installed in any form here as it just doesn't fit my admin style (as should be self-evident from the above

[gentoo-portage-dev] Re: Conflicting RDEPENDS

2009-05-31 Thread Duncan
"Marijn Schouten (hkBst)" posted 4a22682a.1050...@gentoo.org, excerpted below, on Sun, 31 May 2009 13:21:14 +0200: > Duncan wrote: >> For leaf packages [-1] serves as a sort of test install. >> Experimental installs and their deps typically sit in the >> --depcle

[gentoo-portage-dev] Re: Conflicting RDEPENDS

2009-05-31 Thread Duncan
"manually". IOW, individuals could manually create the functionality currently, but this would be less convenient than if portage shipped with the trialware group functionality, no matter how it was implemented. IOW, manual creation isn't as convenient as having it a normal part of

[gentoo-portage-dev] Re: Conflicting RDEPENDS

2009-06-07 Thread Duncan
ith "emerge moo")! =:^) The output could be "OKAY", and a link to http://xkcd.com/149/, and a hint that the option works best with -v. The -v version could add an ascii sandwich. Then put it in the help output (only, no manpage mention), with no explanation, just the nota

[gentoo-portage-dev] Re: euse creates broken /etc/make.conf when USE declaration starts with empty line:

2009-06-24 Thread Duncan
ts/IRC-channels work well if you want a second user opinion, or just some peer help, before bothering a dev. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: "official way" for setting per package CFLAGS and FEATURES?

2009-07-20 Thread Duncan
ains a semi-secret, known mainly by the Gentoo power users, who hopefully know to report its use when it applies. If you check bugs I've filed, for instance, say for parallel make aka MAKEOPTS, you'll note that I often mention that I verified that MAKEOPTS=-j1 works by setting it in the ap

[gentoo-portage-dev] Re: "official way" for setting per package CFLAGS and FEATURES?

2009-07-20 Thread Duncan
Zac Medico posted 4a64c19b.80...@gentoo.org, excerpted below, on Mon, 20 Jul 2009 12:12:27 -0700: > Duncan wrote: >> >> Does /etc/portage/env work for the python part of portage yet, or just >> the ebuild.sh layer? > > It only works for ebuild.sh since it's imp

[gentoo-portage-dev] Re: layman attempts to read all overlay lists when synchronizing local overlay

2009-09-09 Thread Duncan
ing a bug asking for a layman.cfg option, similar to the one already there for nocheck. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: REVDEP-REBUILD and emerge default options

2009-10-20 Thread Duncan
you were told to bring it up here, that's good too. =:^) All I'm really saying is don't get too worried about a response time of a couple weeks or more. That's simply a fact of life one deals with. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: REVDEP-REBUILD and emerge default options

2009-10-21 Thread Duncan
Arthur D. posted on Wed, 21 Oct 2009 09:30:16 +0300 as excerpted: > To Duncan: >> FWIW, 12 days isn't so bad. > I didn't say 12 days is bad or something similar. I opened public bug > report after having no reply in 12 days. Did I something wrong? I misunderstood you, t

[gentoo-portage-dev] sets remove support replacement?

2009-11-17 Thread Duncan
. =:^s But it's on the way to better, I know that. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: sets remove support replacement?

2009-11-19 Thread Duncan
Zac Medico posted on Wed, 18 Nov 2009 23:36:28 -0800 as excerpted: > There's no replacement for it yet, so yes, for now that seems like the > best option if you need such fine-grained control. Thanks. Done. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfr

[gentoo-portage-dev] Re: Question about PDEPEND

2009-12-08 Thread Duncan
due to circular dependencies. That means that it's installed > before, just like RDEPEND, except when resolution of circular > dependencies requires it to be installed after. Thanks. That had confused me too, and Petteri and your definition neatly breaks the confusion dependency cycle. =:

[gentoo-portage-dev] Re: forcing a USE flag if another is on

2009-12-30 Thread Duncan
't necessarily work as expected. Test it if in doubt... or put it in one of the bashrcs, with a conditional so it's only applied to the package in question.) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: portage-2.2-rc3 parallel merges quit being parallel

2010-04-09 Thread Duncan
Followup to a rather old post... Zac Medico posted on Sat, 26 Jul 2008 17:00:18 -0700 as excerpted: > Duncan wrote: >> For the first 100 or so packages, it worked quite well. However, about >> there, maybe package 120 or so, so about 20% of the way thru, it >> reverted t

[gentoo-portage-dev] Of modules, repos.conf, and metadata caches

2010-04-09 Thread Duncan
ocumentation allowing me (and others. of course) to make proper heads and tails of all this is desperately needed. If it's available already, then certainly we need a more highly visible pointer to it, as I honestly haven't the foggiest and I'd not exactly call myself a Gentoo ne

[gentoo-portage-dev] Re: Is there any short syntax for REQUIRED_USE when a lot of USE flags need another one enabled?

2011-12-17 Thread Duncan
minimal that says it builds without even the basic plugins, that functionality is preserved for those who really want/need it. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: tools-portage packages

2012-07-18 Thread Duncan
ldn't be overly painful, either. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: tools-portage packages

2012-07-19 Thread Duncan
I still get tab-completion for package names, etc. I just don't have to feed in the long string of options I'd normally need to get the intended effect; they're all 2-4 letter commands starting with ea or ep, so tab- completable on their own. =:^) -- Duncan - List replies prefer

[gentoo-portage-dev] Re: How to prevent dispatch-conf from reverting valid changes

2012-08-01 Thread Duncan
ll the changes upto the point where it switches to my custom config, then I refuse the change deleting it, and edit the file to make my custom changes based on the boilerplate changes just called to my attention. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] app-shells/gentoo-bashcomp needs some portage expert lovin'

2012-09-11 Thread Duncan
one's been open for over two months and is directly related to the make.conf move, so it's a big one, simple fix proposed, but no actual fixes in-tree yet, plus seeing all those others related to portage and gentoolkit, thus the request here.) -- Duncan - List replies preferred.

[gentoo-portage-dev] Is portage (/usr)/bin-merge safe?

2013-05-31 Thread Duncan
have a separate /usr anyway, I've been thinking about it... If it's not easily doable anyway, that cuts short the internal debate.) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: Is portage (/usr)/bin-merge safe?

2013-06-02 Thread Duncan
ndoing mainline settings the same way mainline does them in the first place.) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: Is portage (/usr)/bin-merge safe?

2013-06-02 Thread Duncan
usr/bin/' > 101 > >>hom>vivo$ equery belongs /usr/bin/sleep > * Searching for /usr/bin/sleep ... > sys-apps/coreutils-8.21 (/usr/bin/sleep) Thanks. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCHES] Remove --autounmask, rename --autounmask-write to --autounmask

2013-11-21 Thread Duncan
e user to set --autounmask-write=n if they want, would be just fine, since I could put that in default options and be done with it. Tho even that's a sufficiently drastic change from current behavior that I'd expect a good changelog entry mentioning it, and preferably a news ite

[gentoo-portage-dev] Re: [PATCHES] Remove --autounmask, rename --autounmask-write to --autounmask

2013-11-21 Thread Duncan
Alexander Berntsen posted on Thu, 21 Nov 2013 13:03:36 +0100 as excerpted: > On 21/11/13 12:19, Duncan wrote: >> I'm with zmedico in comment #11, and *STRONGLY* oppose this change as >> you're proposing. Current autounmask is **NOT** useless. > How is it not? Conside

[gentoo-portage-dev] Re: [PATCHES] Remove --autounmask, rename --autounmask-write to --autounmask

2013-11-21 Thread Duncan
just calculated with the --pretend, without it. --ask currently avoids that situation, since when I'm happy with the output, I can simply let it go ahead. > [0] <https://bugs.gentoo.org/show_bug.cgi?id=481578#c10> -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCH] make.conf.5: Document PYTHON_TARGETS, bug #493180

2013-12-03 Thread Duncan
t GMN, gentoo monthly newsletter, now that it has been resurrected? The handbook and/or manpage are good, but that won't necessarily reach the existing users GMN should, even if it doesn't reach them all. From there the explanation will hopefully spread via the users themselves. =:^)

[gentoo-portage-dev] Re: [PATCH v4] Add repoman check to warn if src_prepare/src_configure are used in EAPI 0/1 and if pkg_pretend is used in EAPI < 4. Fixes bug 379491.

2014-01-15 Thread Duncan
evolves, particularly if they've applied and are testing it! Yes, people can go back and find the other version and do a diff, but the vN oneline changelog format is /so/ much easier, and people can still do a diff if they're actually interested once they read the one-line. =:^) -- Duncan

[gentoo-portage-dev] Re: Signing off patches

2014-01-16 Thread Duncan
y to go, pending review, etc. Lack of that (from a seasoned submitter who is familiar with the process) can be an indication that the author believes the patch is or may be preliminary, and they're not yet ready for integration-tree inclusion or final review, tho they usually say as much in t

[gentoo-portage-dev] Re: [PATCH 0/4] Autounmask changes

2014-08-13 Thread Duncan
fusion over the changing --autounmask behavior, since that parameter would simply cease to exist. But I don't feel strongly about that. If people think the confusion over --autounmask changing meaning isn't as big a deal as saving those few extra characters necessary for the longer -wri

[gentoo-portage-dev] Re: [PATCH] dblink.mergeme: implement bug #523684

2014-09-25 Thread Duncan
ell over the years, so would love to have this functionality available. Thank you! =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [RFC] Package description index file format for faster emerge search actions

2014-10-14 Thread Duncan
dbox-1.6-r2,2.3-r1,2.4,2.5,2.6-r1: sandbox'd LD_PRELOAD hack What about homepage? An index for it too? (I found myself so frequently esearching for homepage that I hacked up a script that greps package names and homepages from the esearch results.) -- Duncan - List replies preferred. No HTML

[gentoo-portage-dev] Re: [RFC] Package description index file format for faster emerge search actions

2014-10-14 Thread Duncan
Zac Medico posted on Tue, 14 Oct 2014 03:05:35 -0700 as excerpted: > On 10/14/2014 02:53 AM, Duncan wrote: >> Zac Medico posted on Tue, 14 Oct 2014 00:40:21 -0700 as excerpted: >> >>> I suggest that we add support for a >>> package description index file format

[gentoo-portage-dev] Re: [PATCH] unprivileged mode: generate PORTAGE_DEPCACHEDIR

2014-11-09 Thread Duncan
emporary nature of the files? At least for --pretend. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCH] unprivileged mode: generate PORTAGE_DEPCACHEDIR

2014-11-09 Thread Duncan
7;t affect you unless > you use the new "unprivileged mode". If you do happen to use it, then > you will probably appreciate this patch. I misinterpreted then, thinking unprivileged mode was simply running as a normal user. Thanks. (And good to see you back... with more help no

[gentoo-portage-dev] Re: [RFC] New file layout for PKGDIR and binhosts

2014-12-25 Thread Duncan
in the metadata somewhere, it'd make things /so/ much easier! =:^) But of course that does make having an automated cleaner that can keep just the last N package versions around while deleting the others, that much more important. -- Duncan - List replies preferred. No HTML msgs. "E

[gentoo-portage-dev] Re: [RFC] New file layout for PKGDIR and binhosts

2014-12-25 Thread Duncan
) I had overlooked emaint --fix binhost (a hazard for those who have been around long enough to have tools seriously evolve after the original learning period), and hadn't thought at all about hardlinks (or btrfs reflinks, since I'm using it for that partition). I expect I'll f

[gentoo-portage-dev] Re: [PATCH] man pages: note that make.conf can be a directory (463266)

2014-12-26 Thread Duncan
it's not worth worrying about changing my scripts until all the packages that reference it are known to handle it. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCH] man pages: note that make.conf can be a directory (463266)

2014-12-28 Thread Duncan
't really know about it. The other half of the answer is simple. It was never needed before, as sourcing make.conf always "just worked". Now that it's needed... Thanks again! =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [gentoo-dev] [PATCH] pym/portage/news.py: let slackers copy+paste the news read command

2015-01-30 Thread Duncan
ces to do it if I'm not running X and thus don't have the 20-gesture-"button" programmed flexibility of a well configured xf86-input-mtrack. An text-console evdev-based mtrack driver to parallel the X driver would sure be nice!) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] Re: [PATCH 2/2 v2] depgraph: soname dependency resolution (282639)

2015-02-13 Thread Duncan
ably with the double negation turning something ON, at least we're not misnegating here. It's confusing and hard to think about, but AFAICT, logically correct. =:^) Of course that doesn't mean people can actually /use/ it correctly, thus the problem. =:^\ -- Duncan - List repli

[gentoo-portage-dev] Re: [PATCH 1/2] Add FEATURES=binpkg-multi-instance (bug 150031)

2015-02-17 Thread Duncan
t; 'emaint --fix binhost' update the ${PKGDIR}/Packages index. [...] Reading this gave me a distinct sense of deja vu reading this. ... =:^P (After editing a bit, the second "reading this" deliberately left in place. =:^) -- Duncan - List replies preferred. No HTML msgs

[gentoo-portage-dev] Re: [PATCH 1/2] Add FEATURES=binpkg-multi-instance (bug 150031)

2015-02-17 Thread Duncan
Duncan posted on Wed, 18 Feb 2015 03:40:35 + as excerpted: > Reading this gave me a distinct sense of deja vu reading this. ... =:^P Crossed in the mail. Already corrected in the new series. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a

[gentoo-portage-dev] Re: [PATCH] man/emaint.1: Add entry about the merges module

2015-02-28 Thread Duncan
and neither --check or --fix appear to apply to sync or log. IOW, the manpage reads like it's rather outdated, having been only barebones-updated for recent additions such that there's now missing and outdated bits. Which I guess is exactly the case... -- Duncan - List replies pref

[gentoo-portage-dev] Re: [PATCH] emaint.1: Update man page for better clarity

2015-02-28 Thread Duncan
Brian Dolbec posted on Sat, 28 Feb 2015 16:11:56 -0800 as excerpted: > As recommended by Duncan on the gentoo-portage-dev list. > Clarify the all command. > Add OPTIONS to all commands, so a user can determine which modules > may run when the 'all' command is use

[gentoo-portage-dev] Re: running ebuild in src tree

2015-03-11 Thread Duncan
-place build directly. Plus, creating a tmpfs mount if necessary, and setting PORTAGE_TMPDIR, is easy, and you'll dramatically speed-up normal builds as well. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

[gentoo-portage-dev] RFC: emerge manpage options categorization

2015-03-11 Thread Duncan
for users that want to explore the portage flexibility they expose. In theory, the actions category could be split up as well, perhaps simply into common and other, but I'm less sure about this idea and consider it less urgent in any case. Comments? -- Duncan - List replies preferred.

[gentoo-portage-dev] Re: RFC: emerge manpage options categorization

2015-03-12 Thread Duncan
Alexander Berntsen posted on Thu, 12 Mar 2015 12:25:31 +0100 as excerpted: > On 12/03/15 03:19, Duncan wrote: >> Comments? > Sure. Patches welcome. LOL. I was expecting that[1]. =:^) While I don't know the (presumably) roff markup I've seen in the manpage patches, it

[gentoo-portage-dev] Re: RFC: emerge manpage options categorization

2015-03-12 Thread Duncan
Kent Fredric posted on Thu, 12 Mar 2015 15:23:59 +1300 as excerpted: > On 12 March 2015 at 15:19, Duncan <1i5t5.dun...@cox.net> wrote: > >> Comments? > > > A less radical change would be some sort of tagging notation on each > feature to indicate their usage. &g

[gentoo-portage-dev] Re: running ebuild in src tree

2015-03-12 Thread Duncan
unless you're talking embedded, which you didn't mention.) But of course, gentoo/portage lets you do it your way too, as demonstrated by the hacks you posted. =:^) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if yo

  1   2   >