[gentoo-portage-dev] [PATCH] Add the "has" function to the ebuild(5) man page.

2014-01-22 Thread Michael Orlitzky
I WTF'ed on this for a long time before I noticed that the docs for "has" were sort-of contained in "hasv". Might as well give "has" its own. >From 423123cc2ea429c06914ef858a6fdb86c0c6d30b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 22 Jan 20

Re: [gentoo-portage-dev] [RFC/PATCH] prepstrip/ecompressdir: parallelize operations

2012-05-14 Thread Michael Haubenwallner
On 05/11/2012 06:39 PM, Mike Frysinger wrote: > +multijob_child_init() { > + trap 'echo ${BASHPID} $? >&'${mj_control_fd} EXIT > + trap 'exit 1' INT TERM > +} Just wondering why $! in parent isn't used anywhere, even not for some integrity check if the child's BASHPID actually was forked

Re: [gentoo-portage-dev] EbuildProcess logs poll-error to already removed $T (on AIX)

2011-03-28 Thread Michael Haubenwallner
o they > seem to cause any problems? It might be something specific about pty > devices on AIX. There doesn't seem to go anything wrong so far. I've no idea about programming with pty devices at all. However, one relevant (IMHO) thing I can see is: portage/util/_pty.py:_can_test_pty_eof() returns True for Linux only. Anything I can try out? Thank you! /haubi/ -- Michael Haubenwallner Gentoo on a different level

[gentoo-portage-dev] EbuildProcess logs poll-error to already removed $T (on AIX)

2011-03-25 Thread Michael Haubenwallner
2 +echo "ebuild.sh: $0 $@" >&2 +echo "ebuild.sh: WORKDIR: ${WORKDIR}" >&2 @@ Any idea? Thank you! /haubi/ -- Michael Haubenwallner Gentoo on a different level WARNING: One or more repositories have missing repo_name entries: /big5tk/local/prefix-over

[gentoo-portage-dev] Re: Re: Patch problem

2011-03-08 Thread Michael
lf, portage.settings.configdict["conf"]["USE"] indeed does contain explicit enable/disable information from make.conf, however the other keys, such as those representing the env or package.use do not. How can I get this information? Thanks, Michael

[gentoo-portage-dev] Re: Re: Patch problem

2011-03-04 Thread Michael
ow, > so that the changes will be applied by the Scheduler at build time. > Normally, the config.setcpv() method calculates USE based on config > files, but you want it override the config files with whatever values > the depgraph's _needed_use_config_changes contains. Thanks - much appreciated. -Michael

[gentoo-portage-dev] Re: Patch problem

2011-03-03 Thread Michael
to edit config files automatically: > > http://bugs.gentoo.org/show_bug.cgi?id=345775 Interesting, especially #258371 as referenced by the above - it seems to be exactly what I was after. If I'm way off even in terms of code location, where would a more appropriate place for me to hack this be? -Michael

[gentoo-portage-dev] Patch problem

2011-03-03 Thread Michael
N] app-misc/mytest-1.0.0 USE="kde" 0 kB [1] however, not quite: The following USE changes are necessary to proceed: #required by =app-misc/mytest-1.0.0, required by mytest (argument) =x11-libs/qt-webkit-4.6.3-r1 pch Any pointers in the right direction would be much appreciated. -Mi

Re: [gentoo-portage-dev] portage's lafilefixer has problems with readonly la files

2010-12-22 Thread Michael Haubenwallner
On 12/20/10 14:52, Zac Medico wrote: > On 12/20/2010 04:21 AM, Michael Haubenwallner wrote: >> Thing is that portage rewrites fixed content to potentially readonly lafiles. > > Hopefully this will fix it: > > http://git.overlays.gentoo.org/gitweb/?p=proj/p

[gentoo-portage-dev] portage's lafilefixer has problems with readonly la files

2010-12-20 Thread Michael Haubenwallner
File "/prefix-launcher/inst/lib/portage/pym/portage/package/ebuild/doebuild.py", line 1501, in _post_src_install_uid_fix mode='wb') IOError: [Errno 13] Permission denied: '/toolsbase-2010.0/usr/lib/libncurses++.la' -- Michael Haubenwallner Gentoo on a different level

Re: [gentoo-portage-dev] install_qa_check() for hppa64 and ia64-hpux

2009-07-30 Thread Michael Haubenwallner
't think defining _REENTRANT inside gcc.c is a really good idea. However, now I'm wondering how I was able to merge gcc-4.2.4 at all, as it does have the same warnings... Maybe I'd better do the same as on AIX and always enable the '-pthread' flag, also because of this hackery: http://docs.hp.com/en/1896/pthreads.html Thank you anyway! /haubi/ -- Michael Haubenwallner Gentoo on a different level

Re: [gentoo-portage-dev] install_qa_check() for hppa64 and ia64-hpux

2009-07-16 Thread Michael Haubenwallner
On Thu, 2009-07-16 at 10:15 +0200, Michael Haubenwallner wrote: > On Wed, 2009-07-15 at 10:26 -0400, Mike Frysinger wrote: > > On Tuesday 14 July 2009 04:40:14 Michael Haubenwallner wrote: > > > have noticed that the "Evaluating misc gcc warnings" QA check does not >

Re: [gentoo-portage-dev] install_qa_check() for hppa64 and ia64-hpux

2009-07-16 Thread Michael Haubenwallner
On Wed, 2009-07-15 at 10:26 -0400, Mike Frysinger wrote: > On Tuesday 14 July 2009 04:40:14 Michael Haubenwallner wrote: > > have noticed that the "Evaluating misc gcc warnings" QA check does not > > know about "hppa64" cpu in bin/misc-functions.sh: > &g

[gentoo-portage-dev] install_qa_check() for hppa64 and ia64-hpux

2009-07-14 Thread Michael Haubenwallner
CHOST: sparc-*-solaris* (sparc64-*-solaris*) i386-*-solaris* (x86_64-*-solaris*) powerpc-ibm-aix* (powerpc64-ibm-aix*) Thank you! /haubi/ -- Michael Haubenwallner Gentoo on a different level

[gentoo-portage-dev] prefix-portage-2.2.00.13734 with --nodeps merges in reverse order

2009-07-02 Thread Michael Haubenwallner
Hi, seems prefix-portage as of r13734, when used with '--nodeps', does merge packages in reverse order than given on cmdline, but I don't believe this is a prefix issue... prefix-portage r13683 does merge in correct order. /haubi/ -- Michael Haubenwallner Gentoo on a different level

[gentoo-portage-dev] Symlinks with distutils

2009-05-05 Thread Michael A. Smith
ild dosyms, and leave distutils out of the business of symlinks, to be revisited at a later date. Agree? Best wishes, Michael (a.k.a. kojiro)

Re: [gentoo-portage-dev] prefix portage chaining

2009-03-26 Thread Michael Haubenwallner
27;). 2. To merge all DEPENDs to host-root (=$ROOT), although they are still used from build-root (='/') during build. /haubi/ -- Michael Haubenwallner Gentoo on a different level

Re: [gentoo-portage-dev] equery: deprecate --category filtering in belongs

2009-02-08 Thread Michael A. Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you do drop it, Douglas, I think you should keep it around as a "Warning: Deprecated" feature for a while before dropping it outright. That way the users can give feedback via bugzie and their scripts don't break. - -Michael D

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

2008-12-06 Thread Michael A. Smith
consensus than we have now. I think we need a formal declaration of what an equery tool (module?) should do (abstract methods), and naming conventions for the tools that hopefully make it hard for them to overlap too much. - -Michael Douglas Anderson wrote: | That's an awful lot of "search

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

2008-12-06 Thread Michael A. Smith
ely review your code. They simply do some sanity checks on the output of equery. - -Michael Douglas Anderson wrote: | On Sun, Dec 7, 2008 at 12:02 PM, Michael A. Smith <[EMAIL PROTECTED]> wrote: |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA1 |> |> Regarding gentoolkit/trunk/sr

[gentoo-portage-dev] Re: equery refactorization

2008-12-06 Thread Michael A. Smith
output of each module is correct. I think it might be more work than it's worth to try to maintain those... Thoughts? - -Michael Douglas Anderson wrote: | Hi, I'm interesting in tinkering with equery and doing some | refactorization in my spare time. I wrote a script that some people | m

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

2008-12-06 Thread Michael A. Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I sent this to Douglas, but not to the list. Re-sending. - Original Message From: Michael Smith <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], Douglas Anderson <[EMAIL PROTECTED]> Subject: Re: equery refactorization Date

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

2008-12-06 Thread Michael A. Smith
uld be easy enough. |> Does that make sense or am I full of crap? Are those two things mutually exclusive, Alec? (j/k) :P - -Michael -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkk7C5AACgkQzwtr5yY0JZxWkACdF6+DK/C3b4k66A+ZlwQ7njHB CsIAn3AIhNt6o6Wwbcrj7ClkOOUIbRsx =iO5I -END PGP SIGNATURE-

[gentoo-portage-dev] Python style (Was: equery refactorization)

2008-12-06 Thread Michael A. Smith
hread in a different email. - -Michael Douglas Anderson wrote: |> [1] http://code.google.com/p/soc/wiki/PythonStyleGuide |> | | I'm with you there, I really like that style guide as well. We should | adopt it :) | | -Doug -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux)

[gentoo-portage-dev] How to know CONTENTS in pkg_postinst/pkg_prerm/pkg_postrm

2007-12-17 Thread Michael Haubenwallner
shared objects' part at gcc's platform specific install site[2]. [1] http://overlays.gentoo.org/proj/alt/browser/trunk/prefix-overlay/profiles/default-prefix/aix/profile.bashrc?rev=14009 [2] http://gcc.gnu.org/install/specific.html#x-ibm-aix Thank you! /haubi/ -- Michael Haubenwallner Gentoo on a different level -- [EMAIL PROTECTED] mailing list

Re: [gentoo-portage-dev] Sugestion

2007-02-15 Thread Michael Haubenwallner
On Fri, 2007-02-16 at 06:13 +0100, oxi wrote: > Surely it has been sugested before, or there are currently plans to implement > it. If this is the case, then again, my apologies. Read the GWN from December, 04, 2006, Part three "Tips and Tricks" [1]. Well, this is a script around portage, not ins

Re: [gentoo-portage-dev] Questions regarding the new portage API (savior branch)

2006-03-02 Thread Michael Schilling
; [EMAIL PROTECTED] ~ $ > > After getting 156 items in saviour/.bzr/revision-store (219 items in weaves) I'm getting exactly the same error after a few minutes and 285 of 384 packages. Bye, Michael -- Michael Schilling eMail : [EMAIL PROTECTED] URL : http://g

[gentoo-portage-dev] Questions regarding the new portage API (savior branch)

2006-02-28 Thread Michael Schilling
-portage (I don't have time to lure in the # all the time, but it's probably the best and quickest way to get more informations) Any help is very much appreciated! Bye, Michael -- Michael Schilling eMail : [EMAIL PROTECTED] URL : http://glcu.sf.net/

Re: [gentoo-portage-dev] Re: Bugzilla Bug 112779: New and Improved Way to Handle /etc/portage

2005-11-22 Thread Michael Stewart (vericgar)
ntax. (and spaces in the path can be dealt with in the same way as when the issue crops up for PORTDIR_OVERLAY) I agree on the gotcha of leaving out /etc/portage - it should *always* be included - this is mostly a global documentation issue. -- Michael Stewart

Re: [gentoo-portage-dev] status of "prefixed" portage (or portage as a secondary package manager)?

2005-09-09 Thread Michael Haubenwallner
reciate some guidance > (have experience with python and bash but know little of portage > internals, only have briefly glanced at code and read developer > documentation). > > Comments, thoughts or suggestions? > > thanks > > matt -- Michael Haubenwallner

<    1   2