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

2007-12-17 Thread Michael Haubenwallner
-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] prefix portage chaining

2009-03-26 Thread Michael Haubenwallner
(='/') during build. /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] install_qa_check() for hppa64 and ia64-hpux

2009-07-14 Thread Michael Haubenwallner
* (x86_64-*-solaris*) powerpc-ibm-aix* (powerpc64-ibm-aix*) Thank you! /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 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: alpha*|hppa64*|ia64*|powerpc64*|mips64*|sparc64

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 know about hppa64 cpu in bin/misc

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

2010-12-20 Thread Michael Haubenwallner
: '/toolsbase-2010.0/usr/lib/libncurses++.la' -- Michael Haubenwallner Gentoo on a different level

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/portage.git;a=commit;h

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

2011-03-25 Thread Michael Haubenwallner
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-overlay/profiles/repo_name /big5tk/local/gentoo-x86/profiles/repo_name NOTE

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

2011-03-28 Thread Michael Haubenwallner
out? Thank you! /haubi/ -- Michael Haubenwallner Gentoo on a different level

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 by

[gentoo-portage-dev] support multiple eclass variants (aka unstable eclasses)

2014-07-08 Thread Michael Haubenwallner
and for the eclass: to live in tree-or-overlay/eclass/testing/ Thoughts? (even for var-naming, manpage yes/no/wording, ...) Thank you! /haubi/ From 2ddc1db0f1c15873e2476fbf5ba0352464c8725a Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner ha...@gentoo.org Date: Tue, 8 Jul 2014 17:48:54 +0200 Subject

Re: [gentoo-portage-dev] support multiple eclass variants (aka unstable eclasses)

2014-07-08 Thread Michael Haubenwallner
Am 2014-07-08 19:11, schrieb Sebastian Luther: Am 08.07.2014 18:58, schrieb Michael Haubenwallner: Hello fellow Portage developers, attached portage patch draft aims to allow for easy distributing eclasses to be tested by multiple tinderboxes on various architectures, without being active

Re: [gentoo-portage-dev] support multiple eclass variants (aka unstable eclasses)

2014-07-14 Thread Michael Haubenwallner
On 07/08/2014 07:11 PM, Sebastian Luther wrote: Am 08.07.2014 18:58, schrieb Michael Haubenwallner: Hello fellow Portage developers, attached portage patch draft aims to allow for easy distributing eclasses to be tested by multiple tinderboxes on various architectures, without being active

[gentoo-portage-dev] Re: [PATCH] Make the USE variable readonly (bug 325009)

2015-06-23 Thread Michael Haubenwallner
On 04/26/2015 11:14 PM, Zac Medico wrote: This requires the EBUILD_FORCE_TEST code from dyn_test to execute before USE is declared readonly. X-Gentoo-Bug: 325009 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=325009 --- --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1,5 +1,5 @@

[gentoo-portage-dev] [PATCH] unpack: avoid useless chmods to improve speed

2015-07-07 Thread Michael Haubenwallner
X-Gentoo-Bug: 554084 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=554084 --- bin/phase-helpers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index efd2cfa..b446060 100644 --- a/bin/phase-helpers.sh +++

[gentoo-portage-dev] [PATCH] unpack: avoid useless chmods to improve speed

2015-07-07 Thread Michael Haubenwallner
X-Gentoo-Bug: 554084 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=554084 --- bin/phase-helpers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index efd2cfa..bf3ae1f 100644 --- a/bin/phase-helpers.sh +++

[gentoo-portage-dev] Re: [PATCH v2 3/3] _emerge.Ebuild*: delay creating DISTDIR shadow until src_unpack

2018-01-25 Thread Michael Haubenwallner
Hi, ${Subject} ringing a bell here: dev-db/oracle-instantclient is fetch restricted. As a binary package with multiple USE options there's a bunch of files to download - even for multiple archs when multilib is active. So in pkg_nofetch() I'm telling the user whether a file to download is

[gentoo-portage-dev] Re: [PATCH v2 3/3] _emerge.Ebuild*: delay creating DISTDIR shadow until src_unpack

2018-01-29 Thread Michael Haubenwallner
On 01/25/2018 10:11 AM, Michał Górny wrote: > W dniu czw, 25.01.2018 o godzinie 10∶07 +0100, użytkownik Michael > Haubenwallner napisał: >> Hi, >> >> ${Subject} ringing a bell here: >> >> dev-db/oracle-instantclient is fetch restricted. As a binary package