From John at mib-infotech.co.nz Mon Dec 1 15:54:30 2008 From: John at mib-infotech.co.nz (John Huttley) Date: Tue, 02 Dec 2008 09:54:30 +1300 Subject: [paludis-user] cdrtools and symlinks Message-ID: <49344F06.5020607@mib-infotech.co.nz> Hi I'm trying to install cdrtools and it gives this error and terminates >>> Checking whether we can merge to / ...... !!! Cannot overwrite directory '/usr/include/scsilib' with symlink '/var/tmp/paludis/app-cdr-cdrtools-2.01.01_alpha51/image/usr/include/scsilib' Any ideas greatfully received! --john From ciaran.mccreesh at googlemail.com Mon Dec 1 15:59:22 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Mon, 1 Dec 2008 20:59:22 +0000 Subject: [paludis-user] cdrtools and symlinks In-Reply-To: <49344F06.5020607@mib-infotech.co.nz> References: <49344F06.5020607@mib-infotech.co.nz> Message-ID: <20081201205922.2a8bb628@snowcone> On Tue, 02 Dec 2008 09:54:30 +1300 John Huttley wrote: > I'm trying to install cdrtools > > and it gives this error and terminates > > >>> Checking whether we can merge to / ...... > !!! Cannot overwrite directory '/usr/include/scsilib' with symlink > '/var/tmp/paludis/app-cdr-cdrtools-2.01.01_alpha51/image/usr/include/scsilib' The ebuild's doing something dodgy, and Paludis is playing it safe and not letting it. Uninstall the old cdrtools, then install the new one. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From John at mib-infotech.co.nz Mon Dec 1 16:11:11 2008 From: John at mib-infotech.co.nz (John Huttley) Date: Tue, 02 Dec 2008 10:11:11 +1300 Subject: [paludis-user] cdrtools and symlinks In-Reply-To: <20081201205922.2a8bb628@snowcone> References: <49344F06.5020607@mib-infotech.co.nz> <20081201205922.2a8bb628@snowcone> Message-ID: <493452EF.3070202@mib-infotech.co.nz> Thanks Ciaran, Thats fixed it. --John Ciaran McCreesh wrote: > On Tue, 02 Dec 2008 09:54:30 +1300 > John Huttley wrote: > >> I'm trying to install cdrtools >> >> and it gives this error and terminates >> >> >>>>> Checking whether we can merge to / ...... >>>>> >> !!! Cannot overwrite directory '/usr/include/scsilib' with symlink >> '/var/tmp/paludis/app-cdr-cdrtools-2.01.01_alpha51/image/usr/include/scsilib' >> > > The ebuild's doing something dodgy, and Paludis is playing it safe and > not letting it. Uninstall the old cdrtools, then install the new one. > > > ------------------------------------------------------------------------ > > _______________________________________________ > paludis-user mailing list > paludis-user at lists.pioto.org > http://lists.pioto.org/mailman/listinfo/paludis-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ciaran.mccreesh at googlemail.com Fri Dec 5 12:01:16 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Fri, 5 Dec 2008 17:01:16 +0000 Subject: [paludis-user] Paludis 0.32.2 Released Message-ID: <20081205170116.1157c7c1@snowcone> Paludis 0.32.2 has been released: * Fixed various compiler issues. * ERepository::package_names (and by extension, paludis --list-packages) are now quite a bit faster, but may list package names whose package directories include no versions. * DEFINED_PHASES is now used and supported (but not used for 0-based EAPIs with pre-generated cache, since a cache line has yet to be standardised). As a result, ebuild hooks for phases that aren't used will not necessarily be triggered. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From damian.only at gmail.com Sat Dec 6 09:31:48 2008 From: damian.only at gmail.com (damian) Date: Sat, 6 Dec 2008 15:31:48 +0100 Subject: [paludis-user] How to fix qt 4 blockage? Message-ID: <47a330c50812060631r1fd7ff97ye73d0b390932d640@mail.gmail.com> Hello, I'm trying to install kde4 apps, but I'm getting the following error: Building target list... Building dependency list... Dependency error: * In program paludis -pi kate: * When performing install action from command line: * When executing install task: * When building dependency list: * When adding PackageDepSpec 'kde-base/kate': * When adding package 'kde-base/kate-4.1.3:4.1::gentoo': * When adding build dependencies as pre dependencies: * When adding PackageDepSpec '>=kde-base/libplasma-4.1.3:4.1': * When adding package 'kde-base/libplasma-4.1.3:4.1::gentoo': * When adding build dependencies as pre dependencies: * When adding PackageDepSpec '>=kde-base/libkworkspace-4.1.3:4.1': * When adding package 'kde-base/libkworkspace-4.1.3:4.1::gentoo': * When adding build dependencies as pre dependencies: * When adding PackageDepSpec 'x11-libs/qt-core:4[qt3support,ssl]': * When adding package 'x11-libs/qt-core-4.4.1:4::gentoo': * When adding build dependencies as pre dependencies: * When checking BlockDepSpec '!<=x11-libs/qt-4.4.0_alpha:4': * Block: <=x11-libs/qt-4.4.0_alpha:4 (paludis::BlockError) Any Ideas? Best regards, Damian. From drantin at gmail.com Sat Dec 6 13:12:15 2008 From: drantin at gmail.com (Johannes Manhave) Date: Sat, 6 Dec 2008 12:12:15 -0600 Subject: [paludis-user] How to fix qt 4 blockage? In-Reply-To: <47a330c50812060631r1fd7ff97ye73d0b390932d640@mail.gmail.com> References: <47a330c50812060631r1fd7ff97ye73d0b390932d640@mail.gmail.com> Message-ID: gah, sorry for the double response, gmail defaults to reply instead of reply-to-all when you click the response text box... uninstall the alpha version of Qt and let what you're trying to install pull the split packages... On Sat, Dec 6, 2008 at 8:31 AM, damian wrote: > Hello, > > I'm trying to install kde4 apps, but I'm getting the following error: > > Building target list... > Building dependency list... > Dependency error: > * In program paludis -pi kate: > * When performing install action from command line: > * When executing install task: > * When building dependency list: > * When adding PackageDepSpec 'kde-base/kate': > * When adding package 'kde-base/kate-4.1.3:4.1::gentoo': > * When adding build dependencies as pre dependencies: > * When adding PackageDepSpec '>=kde-base/libplasma-4.1.3:4.1': > * When adding package 'kde-base/libplasma-4.1.3:4.1::gentoo': > * When adding build dependencies as pre dependencies: > * When adding PackageDepSpec '>=kde-base/libkworkspace-4.1.3:4.1': > * When adding package 'kde-base/libkworkspace-4.1.3:4.1::gentoo': > * When adding build dependencies as pre dependencies: > * When adding PackageDepSpec 'x11-libs/qt-core:4[qt3support,ssl]': > * When adding package 'x11-libs/qt-core-4.4.1:4::gentoo': > * When adding build dependencies as pre dependencies: > * When checking BlockDepSpec '!<=x11-libs/qt-4.4.0_alpha:4': > * Block: <=x11-libs/qt-4.4.0_alpha:4 (paludis::BlockError) > > Any Ideas? > > Best regards, > Damian. > _______________________________________________ > paludis-user mailing list > paludis-user at lists.pioto.org > http://lists.pioto.org/mailman/listinfo/paludis-user > From damian.only at gmail.com Sun Dec 7 06:46:32 2008 From: damian.only at gmail.com (damian) Date: Sun, 7 Dec 2008 12:46:32 +0100 Subject: [paludis-user] How to fix qt 4 blockage? In-Reply-To: References: <47a330c50812060631r1fd7ff97ye73d0b390932d640@mail.gmail.com> Message-ID: <47a330c50812070346s7a07506aped3423283823bc35@mail.gmail.com> As Johannes pointed out to me, I had the qt:4 libs installed. I've tried to remove it, but I cannot find a way to reference the qt:4 libs from the command line. If I run "paludis -q qt:4" I got the following output * x11-libs/qt:4 gentoo: 4.3.3 (4.3.4-r1)K (4.3.5)K (4.4.0)KR (4.4.1)K (4.4.1-r1)K 4.4.2* {:4} Homepage: http://www.trolltech.com/ Description: The Qt toolkit is a comprehensive C++ application development framework. Use flags: dbus opengl -qt3support Build Options: -optional_tests split strip But now, if I try to do "paludis -u qt:4", an error occurs saying that 'qt' could not be found. However, if I try to re-install the qt:4 libs via the command "paludis -i qt:4" the package is found. What can I do about it? On Sat, Dec 6, 2008 at 7:12 PM, Johannes Manhave wrote: > gah, sorry for the double response, gmail defaults to reply instead of > reply-to-all when you click the response text box... > > uninstall the alpha version of Qt and let what you're trying to > install pull the split packages... > > On Sat, Dec 6, 2008 at 8:31 AM, damian wrote: >> Hello, >> >> I'm trying to install kde4 apps, but I'm getting the following error: >> >> Building target list... >> Building dependency list... >> Dependency error: >> * In program paludis -pi kate: >> * When performing install action from command line: >> * When executing install task: >> * When building dependency list: >> * When adding PackageDepSpec 'kde-base/kate': >> * When adding package 'kde-base/kate-4.1.3:4.1::gentoo': >> * When adding build dependencies as pre dependencies: >> * When adding PackageDepSpec '>=kde-base/libplasma-4.1.3:4.1': >> * When adding package 'kde-base/libplasma-4.1.3:4.1::gentoo': >> * When adding build dependencies as pre dependencies: >> * When adding PackageDepSpec '>=kde-base/libkworkspace-4.1.3:4.1': >> * When adding package 'kde-base/libkworkspace-4.1.3:4.1::gentoo': >> * When adding build dependencies as pre dependencies: >> * When adding PackageDepSpec 'x11-libs/qt-core:4[qt3support,ssl]': >> * When adding package 'x11-libs/qt-core-4.4.1:4::gentoo': >> * When adding build dependencies as pre dependencies: >> * When checking BlockDepSpec '!<=x11-libs/qt-4.4.0_alpha:4': >> * Block: <=x11-libs/qt-4.4.0_alpha:4 (paludis::BlockError) >> >> Any Ideas? >> >> Best regards, >> Damian. >> _______________________________________________ >> paludis-user mailing list >> paludis-user at lists.pioto.org >> http://lists.pioto.org/mailman/listinfo/paludis-user >> > _______________________________________________ > paludis-user mailing list > paludis-user at lists.pioto.org > http://lists.pioto.org/mailman/listinfo/paludis-user > From dirk.heinrichs at online.de Sun Dec 7 08:21:04 2008 From: dirk.heinrichs at online.de (Dirk Heinrichs) Date: Sun, 7 Dec 2008 14:21:04 +0100 Subject: [paludis-user] How to fix qt 4 blockage? In-Reply-To: <47a330c50812060631r1fd7ff97ye73d0b390932d640@mail.gmail.com> References: <47a330c50812060631r1fd7ff97ye73d0b390932d640@mail.gmail.com> Message-ID: <200812071421.05630.dirk.heinrichs@online.de> Am Samstag, 6. Dezember 2008 15:31:48 schrieb damian: > I'm trying to install kde4 apps, but I'm getting the following error: > > * When adding package 'x11-libs/qt-core-4.4.1:4::gentoo': > * When adding build dependencies as pre dependencies: > * When checking BlockDepSpec '!<=x11-libs/qt-4.4.0_alpha:4': > * Block: <=x11-libs/qt-4.4.0_alpha:4 (paludis::BlockError) > > Any Ideas? Use "--dl-blocks discard" and _afterwards_ remove the (monolithic?) version of qt4 you have installed (4.3.5 I guess). HTH... Dirk From damian.only at gmail.com Sun Dec 7 08:55:37 2008 From: damian.only at gmail.com (damian) Date: Sun, 7 Dec 2008 14:55:37 +0100 Subject: [paludis-user] How to fix qt 4 blockage? In-Reply-To: <200812071421.05630.dirk.heinrichs@online.de> References: <47a330c50812060631r1fd7ff97ye73d0b390932d640@mail.gmail.com> <200812071421.05630.dirk.heinrichs@online.de> Message-ID: <47a330c50812070555m47449495se8bb278532addc64@mail.gmail.com> Sorry again, I didn't have any qt4 installed. I misread the output of paludis. But that leave me on square one again. Probably I should try to find out why the <=x11-libs/qt-4.4.0_alpha:4 are pulled. I will let you know if I suceed. Best regards, Damian. From dirk.heinrichs.ext at nsn.com Mon Dec 8 02:11:04 2008 From: dirk.heinrichs.ext at nsn.com (Heinrichs, Dirk (EXT-Capgemini - DE/Dusseldorf)) Date: Mon, 8 Dec 2008 08:11:04 +0100 Subject: [paludis-user] How to fix qt 4 blockage? In-Reply-To: <47a330c50812070555m47449495se8bb278532addc64@mail.gmail.com> References: <47a330c50812060631r1fd7ff97ye73d0b390932d640@mail.gmail.com> <200812071421.05630.dirk.heinrichs@online.de> <47a330c50812070555m47449495se8bb278532addc64@mail.gmail.com> Message-ID: <1228720264.5844.6.camel@mymachine> Am Sonntag, den 07.12.2008, 14:55 +0100 schrieb ext damian: > I didn't have any qt4 installed. I misread the output of paludis. But > that leave me on square one again. Probably I should try to find out > why the <=x11-libs/qt-4.4.0_alpha:4 are pulled. I will let you know if > I suceed. Even this can be done with "-p --dl-blocks discard". HTH... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: dirk.heinrichs at capgemini.com Wanheimerstra?e 68 | Web: http://www.capgemini.com D-40468 D?sseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil URL: From damian.only at gmail.com Mon Dec 8 03:09:34 2008 From: damian.only at gmail.com (damian) Date: Mon, 8 Dec 2008 09:09:34 +0100 Subject: [paludis-user] How to fix qt 4 blockage? In-Reply-To: <1228720264.5844.6.camel@mymachine> References: <47a330c50812060631r1fd7ff97ye73d0b390932d640@mail.gmail.com> <200812071421.05630.dirk.heinrichs@online.de> <47a330c50812070555m47449495se8bb278532addc64@mail.gmail.com> <1228720264.5844.6.camel@mymachine> Message-ID: <47a330c50812080009r4c43a196qded31a25bd279d7c@mail.gmail.com> On Mon, Dec 8, 2008 at 8:11 AM, Heinrichs, Dirk (EXT-Capgemini - DE/Dusseldorf) wrote: > Am Sonntag, den 07.12.2008, 14:55 +0100 schrieb ext damian: > >> I didn't have any qt4 installed. I misread the output of paludis. But >> that leave me on square one again. Probably I should try to find out >> why the <=x11-libs/qt-4.4.0_alpha:4 are pulled. I will let you know if >> I suceed. > > Even this can be done with "-p --dl-blocks discard". I eventually solve the blockage by masking =x11-libs/qt-4.3.3 Then everything went fine. Thanks everybody for your help. > HTH... > > Dirk > -- > Dirk Heinrichs | Tel: +49 (0)162 234 3408 > Configuration Manager | Fax: +49 (0)211 47068 111 > Capgemini Deutschland | Mail: dirk.heinrichs at capgemini.com > Wanheimerstra?e 68 | Web: http://www.capgemini.com > D-40468 D?sseldorf | ICQ#: 110037733 > GPG Public Key C2E467BB | Keyserver: www.keyserver.net > > _______________________________________________ > paludis-user mailing list > paludis-user at lists.pioto.org > http://lists.pioto.org/mailman/listinfo/paludis-user > > From gringo at slonko.net Mon Dec 8 04:14:15 2008 From: gringo at slonko.net (Marcin Deranek) Date: Mon, 08 Dec 2008 10:14:15 +0100 Subject: [paludis-user] write_cache not working ? Message-ID: <493CE567.4010903@slonko.net> Hi, I have been trying to generate metadata cache for some overlays using: write_cache = /some/path/to/cache setting, but apparently after sync directory is empty. Am I missing something ? I'm running ~amd64, so everything latest from the portage.. (paludis-0.32.2). Cheers, Marcin P.S. Currently I do not have access to my machine, so I cannot provide my configuration, but I tried some other ready-to-use examples and none of them created metadata cache.. From damian.only at gmail.com Mon Dec 8 04:43:33 2008 From: damian.only at gmail.com (damian) Date: Mon, 8 Dec 2008 10:43:33 +0100 Subject: [paludis-user] kdvi, kpdf not in the executable path Message-ID: <47a330c50812080143o1f32df33he7997468b55b0cc7@mail.gmail.com> Hello, I have installed kdvi and kpdf in my system, but the binaries are not in the executable path (/usr/kde/3.5/bin/). Does anybody has a similar problem? Should I report this as a bug in Gentoo bugtracker? Regards, Damian. From ciaran.mccreesh at googlemail.com Mon Dec 8 09:36:44 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Mon, 8 Dec 2008 14:36:44 +0000 Subject: [paludis-user] write_cache not working ? In-Reply-To: <493CE567.4010903@slonko.net> References: <493CE567.4010903@slonko.net> Message-ID: <20081208143644.0ae5b468@snowcone> On Mon, 08 Dec 2008 10:14:15 +0100 Marcin Deranek wrote: > I have been trying to generate metadata cache for some overlays using: > > write_cache = /some/path/to/cache > > setting, but apparently after sync directory is empty. Am I missing > something ? I'm running ~amd64, so everything latest from the > portage.. (paludis-0.32.2). Paludis generates write cache only when it needs it. It doesn't pregenerate it after a sync. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From gringo at slonko.net Mon Dec 8 10:29:37 2008 From: gringo at slonko.net (Marcin Deranek) Date: Mon, 08 Dec 2008 16:29:37 +0100 Subject: [paludis-user] write_cache not working ? In-Reply-To: <20081208143644.0ae5b468@snowcone> References: <493CE567.4010903@slonko.net> <20081208143644.0ae5b468@snowcone> Message-ID: <493D3D61.4030209@slonko.net> Ciaran McCreesh wrote: >> I have been trying to generate metadata cache for some overlays using: >> >> write_cache = /some/path/to/cache >> >> setting, but apparently after sync directory is empty. Am I missing >> something ? I'm running ~amd64, so everything latest from the >> portage.. (paludis-0.32.2). > > Paludis generates write cache only when it needs it. It doesn't > pregenerate it after a sync. In which circumstances "when it needs it" happens ? Is there a way to "convince" paludis to generate it on every sync ? Marcin From ciaran.mccreesh at googlemail.com Mon Dec 8 10:42:05 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Mon, 8 Dec 2008 15:42:05 +0000 Subject: [paludis-user] write_cache not working ? In-Reply-To: <493D3D61.4030209@slonko.net> References: <493CE567.4010903@slonko.net> <20081208143644.0ae5b468@snowcone> <493D3D61.4030209@slonko.net> Message-ID: <20081208154205.03432d16@snowcone> On Mon, 08 Dec 2008 16:29:37 +0100 Marcin Deranek wrote: > > Paludis generates write cache only when it needs it. It doesn't > > pregenerate it after a sync. > > In which circumstances "when it needs it" happens ? Paludis needs metadata cache of some kind (either repository provided or generated) to do any of the following with an ID: * Use its metadata. Package name and version are not metadata; slot is, as are things like keywords for working out masks. * Work out whether a package is installable (since EAPI is metadata). * Perform any action on that ID. > Is there a way to "convince" paludis to generate it on every sync ? You *could* use the instruo client to do that. But you probably don't want to, since it takes about 0.1s to generate metadata for each ID, and you probably won't use most of that generated metadata. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From esuarez at itccanarias.org Mon Dec 8 16:35:31 2008 From: esuarez at itccanarias.org (=?ISO-8859-1?Q?Eduardo_Su=E1rez?=) Date: Mon, 08 Dec 2008 21:35:31 +0000 Subject: [paludis-user] can't understand debug Message-ID: <493D9323.5000108@itccanarias.org> Hi, I am trying to rebuild my system with ehahn / *paludis-bashrc , with support for intel compiler. At first, I found some trouble with the 'userpriv' feature. I needed to change some perms for the user paludisbuild. But now I am having new trouble I don't know how to deal with (see big attach). I have switched back to my old bashrc. * Can anybody explain to me what's going on? (And by the way the 'userpriv' issue?) Thanks in advance, -Eduardo ------ BIG ATTACH STARTS HERE ------ zoidberg paludis # paludis --dl-reinstall always -i unifdef Building target list... Building dependency list... These packages will be installed: * dev-util/unifdef [R 1.20] build_options: -optional_tests split strip Total: 1 package (1 rebuild) (1 of 1) Installing dev-util/unifdef-1.20:0::gentoo Checking 'unifdef-1.20.tar.bz2'... ok >>> Running ebuild phase killold as root:root... >>> Starting builtin_killold >>> Done builtin_killold >>> Completed ebuild phase killold Install error: * In program paludis --dl-reinstall always -i unifdef: * When performing install action from command line: * When executing install task: * When installing 'dev-util/unifdef-1.20:0::gentoo': * When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': * Install error: Install failed for 'dev-util/unifdef-1.20:0::gentoo' Summary of failures: * dev-util/unifdef-1.20:0::gentoo: failure Total: 1 package, 0 successes, 0 skipped, 1 failure, 0 unreached Resume command: paludis --log-level qa --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P' * No unread news items found * Searching for configuration files requiring action... * Found 2 files in /etc * Found files in 1 directories * Your action is required zoidberg paludis # paludis --dl-reinstall always -i unifdef Building target list... ^[[B Building dependency list... These packages will be installed: ^C* dev-util/unifdef [R 1.20] Caught signal 2 Waiting for children... Resume command: paludis --log-level qa --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P' Exiting with failure zoidberg paludis # paludis --dl-reinstall always -i --log-devel debug unifdef Usage error: Error handling command line: Bad argument '--log-devel' Try paludis --help zoidberg paludis # paludis --dl-reinstall always -i --level-log debug unifdef Usage error: Error handling command line: Bad argument '--level-log' Try paludis --help zoidberg paludis # paludis --dl-reinstall always -i --log-level debug unifdef paludis at 1228769213: [DEBUG paludis_environment.paludis_config.initial_dir] PaludisConfig initial directory is '/etc/paludis' paludis at 1228769213: [DEBUG paludis_environment.reduced_username] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When making environment from specification '': ... When loading paludis configuration: ... When determining reduced username: ... Reduced username is 'paludisbuild' paludis at 1228769213: [DEBUG paludis_environment.reduced_username] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When making environment from specification '': ... When loading paludis configuration: ... When determining reduced UID: ... When determining reduced username: ... Reduced username is 'paludisbuild' paludis at 1228769213: [DEBUG paludis_environment.reduced_uid.value] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When making environment from specification '': ... When loading paludis configuration: ... When determining reduced UID: ... Reduced uid is '109' paludis at 1228769213: [DEBUG util.system.execl] execl /bin/sh -c ls -ld '/etc/paludis'/* >/dev/null 2>/dev/null [setgid 1010] [setuid 109] paludis at 1228769213: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When making environment from specification '': ... When loading paludis configuration: ... When running command 'ls -ld '/etc/paludis'/* >/dev/null 2>/dev/null': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769213: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When making environment from specification '': ... When loading paludis configuration: ... When running command 'ls -ld '/etc/paludis'/* >/dev/null 2>/dev/null': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769213: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769213: [DEBUG paludis_environment.paludis_config.real_dir] PaludisConfig real directory is '/etc/paludis', root prefix is '', config suffix is '' Building target list... paludis at 1228769213: [DEBUG environment_implementation.no_match_for_set] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When adding install target 'unifdef': ... When parsing user package dep spec 'unifdef': ... When parsing generic package dep spec 'unifdef': ... No match for set 'unifdef' paludis at 1228769214: [DEBUG virtuals.need_names] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When adding install target 'unifdef': ... When parsing user package dep spec 'unifdef': ... When parsing generic package dep spec 'unifdef': ... When disambiguating package name 'unifdef': ... When finding all versions in some arbitrary order from packages matching */unifdef with filter all matches filtered through supports action install: ... When finding category names containing package 'unifdef': ... When loading names for virtuals repository: ... VirtualsRepository need_names paludis at 1228769214: [DEBUG e.traditional_layout.need_category_names] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When adding install target 'unifdef': ... When parsing user package dep spec 'unifdef': ... When parsing generic package dep spec 'unifdef': ... When disambiguating package name 'unifdef': ... When finding all versions in some arbitrary order from packages matching */unifdef with filter all matches filtered through supports action install: ... When checking for package 'dev-util/unifdef' in 'gentoo: ... When loading category names for gentoo: ... need_category_names paludis at 1228769214: [DEBUG e.traditional_layout.need_category_names] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When adding install target 'unifdef': ... When parsing user package dep spec 'unifdef': ... When parsing generic package dep spec 'unifdef': ... When disambiguating package name 'unifdef': ... When finding all versions in some arbitrary order from packages matching */unifdef with filter all matches filtered through supports action install: ... When checking for package 'dev-util/unifdef' in 'gnome2-globalmenu: ... When loading category names for gnome2-globalmenu: ... need_category_names paludis at 1228769214: [DEBUG e.traditional_layout.need_category_names] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When adding install target 'unifdef': ... When parsing user package dep spec 'unifdef': ... When parsing generic package dep spec 'unifdef': ... When disambiguating package name 'unifdef': ... When finding all versions in some arbitrary order from packages matching */unifdef with filter all matches filtered through supports action install: ... When checking for package 'dev-util/unifdef' in 'paludis-extras: ... When loading category names for paludis-extras: ... need_category_names paludis at 1228769214: [DEBUG e.traditional_layout.need_category_names] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When adding install target 'unifdef': ... When parsing user package dep spec 'unifdef': ... When parsing generic package dep spec 'unifdef': ... When disambiguating package name 'unifdef': ... When finding all versions in some arbitrary order from packages matching */unifdef with filter all matches filtered through supports action install: ... When checking for package 'dev-util/unifdef' in 'zoidberg: ... When loading category names for zoidberg: ... need_category_names paludis at 1228769214: [DEBUG e.cache.flat_hash.not] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When adding install target 'unifdef': ... When parsing user package dep spec 'unifdef': ... When parsing generic package dep spec 'unifdef': ... When disambiguating package name 'unifdef': ... When finding all versions in some arbitrary order from packages matching */unifdef with filter all matches filtered through supports action install: ... When generating metadata for ID 'dev-util/unifdef-1.20::gentoo': ... When loading version metadata from '/usr/portage/metadata/cache/dev-util/unifdef-1.20': ... cache file lacks = on line 1, assuming flat_list paludis at 1228769214: [DEBUG e.cache.success] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When adding install target 'unifdef': ... When parsing user package dep spec 'unifdef': ... When parsing generic package dep spec 'unifdef': ... When disambiguating package name 'unifdef': ... When finding all versions in some arbitrary order from packages matching */unifdef with filter all matches filtered through supports action install: ... When generating metadata for ID 'dev-util/unifdef-1.20::gentoo': ... When loading version metadata from '/usr/portage/metadata/cache/dev-util/unifdef-1.20': ... When loading flat_list format cache file: ... Successfully loaded cache file paludis at 1228769214: [DEBUG paludis_environment.hook.skipping] Skipping hook directory candidate '/etc/paludis/hooks' paludis at 1228769214: [DEBUG paludis_environment.hooks.add_dir] Adding hook directory '/usr/libexec/paludis/hooks' paludis at 1228769214: [DEBUG paludis_environment.hooks.add_dir] Adding hook directory '/usr/share/paludis/hooks' paludis at 1228769214: [DEBUG paludis_environment.hooks.add_dir] Adding hook directory '/usr/lib/paludis/hooks' paludis at 1228769214: [DEBUG hook.starting] Starting hook 'install_task_execute_pre' paludis at 1228769214: [DEBUG hook.fancy.starting] Starting hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for auto hook names paludis at 1228769214: [DEBUG util.system.execl] execl /bin/sh -c /usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_auto_names' [setenv HOOK_FILE=/usr/libexec/paludis/hooks/auto/find_config_updates.hook] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv ROOT=/] paludis at 1228769214: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_pre': ... When loading auto hooks: ... When querying auto hook names for fancy hook '/usr/libexec/paludis/hooks/auto/find_config_updates.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_auto_names'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769214: [DEBUG util.pipe.fds] (same context) Pipe FDs are '5', '6' paludis at 1228769214: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_pre': ... When loading auto hooks: ... When querying auto hook names for fancy hook '/usr/libexec/paludis/hooks/auto/find_config_updates.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_auto_names'': ... internal_command_buffer is 'EXIT ' paludis at 1228769214: [DEBUG util.system.internal_command_buffer] (same context) internal_command_buffer is 'EXIT 0 ' paludis at 1228769214: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769214: [DEBUG hook.fancy.success] Hook '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' returned success '0' for auto hook names, result (install_task_execute_post) paludis at 1228769215: [DEBUG hook.fancy.starting] Starting hook script '/usr/libexec/paludis/hooks/auto/news.hook' for auto hook names paludis at 1228769215: [DEBUG util.system.execl] execl /bin/sh -c /usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_auto_names' [setenv HOOK_FILE=/usr/libexec/paludis/hooks/auto/news.hook] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv ROOT=/] paludis at 1228769215: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_pre': ... When loading auto hooks: ... When querying auto hook names for fancy hook '/usr/libexec/paludis/hooks/auto/news.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_auto_names'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769215: [DEBUG util.pipe.fds] (same context) Pipe FDs are '5', '6' paludis at 1228769215: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_pre': ... When loading auto hooks: ... When querying auto hook names for fancy hook '/usr/libexec/paludis/hooks/auto/news.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_auto_names'': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769215: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769215: [DEBUG hook.fancy.success] Hook '/usr/libexec/paludis/hooks/auto/news.hook' returned success '0' for auto hook names, result (sync_all_post, install_task_execute_post) Building dependency list...paludis at 1228769215: [DEBUG dep_list.best_visible_over_installed] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When building dependency list: ... When adding PackageDepSpec 'dev-util/unifdef': ... Not taking installed package 'dev-util/unifdef-1.20:0::installed' over 'dev-util/unifdef-1.20:0::gentoo' These packages will be installed: * dev-util/unifdef [R 1.20] build_options: -optional_tests split strip Total: 1 package (1 rebuild) paludis at 1228769215: [DEBUG hook.starting] Starting hook 'install_all_pre' paludis at 1228769215: [DEBUG hook.bash.starting] Starting hook script '/usr/libexec/paludis/hooks/install_all_pre/log.bash' for 'install_all_pre' paludis at 1228769215: [DEBUG util.system.execl] execl /bin/sh -c bash '/usr/libexec/paludis/hooks/install_all_pre/log.bash' [setenv HOOK=install_all_pre] [setenv HOOK_FILE=/usr/libexec/paludis/hooks/install_all_pre/log.bash] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_NO_LIVE_DESTINATION=] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv RESUME_COMMAND=paludis --log-level debug --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P'] [setenv ROOT=/] [setenv TARGETS=dev-util/unifdef] paludis at 1228769215: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When triggering hook 'install_all_pre': ... When running hook script '/usr/libexec/paludis/hooks/install_all_pre/log.bash' for hook 'install_all_pre': ... When running command 'bash '/usr/libexec/paludis/hooks/install_all_pre/log.bash'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769215: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When triggering hook 'install_all_pre': ... When running hook script '/usr/libexec/paludis/hooks/install_all_pre/log.bash' for hook 'install_all_pre': ... When running command 'bash '/usr/libexec/paludis/hooks/install_all_pre/log.bash'': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769215: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769215: [DEBUG hook.bash.success] Hook '/usr/libexec/paludis/hooks/install_all_pre/log.bash' returned success '0' paludis at 1228769215: [DEBUG hook.starting] Starting hook 'install_pre' paludis at 1228769215: [DEBUG hook.bash.starting] Starting hook script '/usr/libexec/paludis/hooks/install_pre/log.bash' for 'install_pre' paludis at 1228769215: [DEBUG util.system.execl] execl /bin/sh -c bash '/usr/libexec/paludis/hooks/install_pre/log.bash' [setenv HOOK=install_pre] [setenv HOOK_FILE=/usr/libexec/paludis/hooks/install_pre/log.bash] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_NO_LIVE_DESTINATION=] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv RESUME_COMMAND=paludis --log-level debug --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P'] [setenv ROOT=/] [setenv TARGET=dev-util/unifdef-1.20:0::gentoo] [setenv X_OF_Y=1 of 1] paludis at 1228769215: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When triggering hook 'install_pre': ... When running hook script '/usr/libexec/paludis/hooks/install_pre/log.bash' for hook 'install_pre': ... When running command 'bash '/usr/libexec/paludis/hooks/install_pre/log.bash'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769215: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When triggering hook 'install_pre': ... When running hook script '/usr/libexec/paludis/hooks/install_pre/log.bash' for hook 'install_pre': ... When running command 'bash '/usr/libexec/paludis/hooks/install_pre/log.bash'': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769215: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769215: [DEBUG hook.bash.success] Hook '/usr/libexec/paludis/hooks/install_pre/log.bash' returned success '0' (1 of 1) Installing dev-util/unifdef-1.20:0::gentoo paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When fetching 'dev-util/unifdef-1.20:0::gentoo': ... When visiting URI dep spec 'mirror://gentoo/unifdef-1.20.tar.bz2': ... When using URIMirrorsThenListedLabel: ... When adding local mirrors: ... Adding http://distfiles.gentoo.org/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] (same context) Adding http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.no_mirrors] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When fetching 'dev-util/unifdef-1.20:0::gentoo': ... When visiting URI dep spec 'mirror://gentoo/unifdef-1.20.tar.bz2': ... When using URIMirrorsThenListedLabel: ... When adding repository mirrors from 'gentoo': ... Environment mirrors set is empty paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When fetching 'dev-util/unifdef-1.20:0::gentoo': ... When visiting URI dep spec 'mirror://gentoo/unifdef-1.20.tar.bz2': ... When using URIMirrorsThenListedLabel: ... When adding repository mirrors from 'gentoo': ... When adding repository mirrors 'gentoo': ... Adding ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] (same context) Adding http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] (same context) Adding http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] (same context) Adding http://gentoo.mirrors.pair.com/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] (same context) Adding ftp://ftp.osuosl.org/pub/gentoo/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.no_mirrors] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When fetching 'dev-util/unifdef-1.20:0::gentoo': ... When visiting URI dep spec 'mirror://gentoo/unifdef-1.20.tar.bz2': ... When using URIMirrorsThenListedLabel: ... When adding listed locations: ... When adding from environment for listed mirror 'gentoo': ... Mirrors set is empty paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When fetching 'dev-util/unifdef-1.20:0::gentoo': ... When visiting URI dep spec 'mirror://gentoo/unifdef-1.20.tar.bz2': ... When using URIMirrorsThenListedLabel: ... When adding listed locations: ... When adding from repository for listed mirror 'gentoo': ... Adding ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] (same context) Adding http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] (same context) Adding http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] (same context) Adding http://gentoo.mirrors.pair.com/distfiles/unifdef-1.20.tar.bz2 paludis at 1228769215: [DEBUG e.source_uri_finder.adding_mirror] (same context) Adding ftp://ftp.osuosl.org/pub/gentoo/distfiles/unifdef-1.20.tar.bz2 Checking 'unifdef-1.20.tar.bz2'... paludis at 1228769215: [DEBUG e.manifest.size] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When fetching 'dev-util/unifdef-1.20:0::gentoo': ... When visiting URI dep spec 'mirror://gentoo/unifdef-1.20.tar.bz2': ... Actual size = 65748; Manifest file size = 65748 paludis at 1228769215: [DEBUG e.manifest.rmd160.result] (same context) Actual RMD160 = 030567f7f07c9033cf29d00d95eea7558e5ccf81 paludis at 1228769215: [DEBUG e.manifest.sha1.result] (same context) Actual SHA1 = 12595e650502134b40bc1689dd3c946b46a98dff paludis at 1228769215: [DEBUG e.manifest.sha256.result] (same context) Actual SHA256 = 8fa08acda5d6a6bb162ba240bc368b975942be35f7bd334da7d2b29243471bba paludis at 1228769215: [DEBUG e.check_fetched_files.success] (same context) Success for 'unifdef-1.20.tar.bz2' ok paludis at 1228769215: [DEBUG util.system.execl] execl /bin/sh -c /usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold [setenv A=unifdef-1.20.tar.bz2] [setenv AA=unifdef-1.20.tar.bz2] [setenv ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci] [setenv ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol] [setenv APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias] [setenv APACHE2_MPMS=] [setenv CAMERAS=] [setenv CATEGORY=dev-util] [setenv CROSSCOMPILE_OPTS=] [setenv DISTDIR=/usr/portage/distfiles] [setenv DVB_CARDS=] [setenv EAPI=0] [setenv ECLASSDIR=/usr/portage/eclass] [setenv ECLASSDIRS=/usr/portage/eclass] [setenv ELIBC=glibc] [setenv FCDSL_CARDS=] [setenv FILESDIR=/usr/portage/dev-util/unifdef/files] [setenv FOO2ZJS_DEVICES=] [setenv FRITZCAPI_CARDS=] [setenv INPUT_DEVICES=evdev keyboard mouse] [setenv KERNEL=linux] [setenv KV=2.6.26-gentoo-r3-edu06] [setenv LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text] [setenv LINGUAS=en es es_ES] [setenv LIRC_DEVICES=] [setenv MISDN_CARDS=] [setenv NETBEANS_MODULES=] [setenv P=unifdef-1.20] [setenv PALUDIS_ARCHIVES_VAR=A] [setenv PALUDIS_BASHRC_FILES=/etc/paludis/bashrc] [setenv PALUDIS_BINARY_DISTDIR_VARIABLE=DISTDIR] [setenv PALUDIS_BRACKET_MERGED_VARIABLES=] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_CONFIG_DIR=/etc/paludis/] [setenv PALUDIS_CONFIG_PROTECT=/var/lib/hsqldb /usr/kde/3.5/share/config /usr/kde/3.5/env /usr/kde/3.5/shutdown /usr/share/config /etc] [setenv PALUDIS_CONFIG_PROTECT_MASK=/etc/env.d/java/ /etc/udev/rules.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/revdep-rebuild /etc/splash /etc/env.d /etc/gconf] [setenv PALUDIS_DIRECTORY_IF_EXISTS_VARIABLES=build:FILESDIR] [setenv PALUDIS_DIRECTORY_VARIABLES=build:ECLASSDIR build:PORTDIR build:DISTDIR] [setenv PALUDIS_DOMAN_LANG_FILENAMES=] [setenv PALUDIS_DOSYM_NO_MKDIR=] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_EBUILD_FUNCTIONS=builtin_infovars builtin_init builtin_initrm builtin_initmisc builtin_loadenv builtin_metadata builtin_killold builtin_killoldrm builtin_killoldmisc builtin_saveenv builtin_tidyup builtin_tidyuprm builtin_tidyupmisc builtin_variable pkg_config pkg_info pkg_nofetch pkg_postinst pkg_postrm pkg_preinst pkg_prerm pkg_setup src_compile src_install src_test src_unpack] [setenv PALUDIS_EBUILD_LOG_LEVEL=debug] [setenv PALUDIS_EBUILD_MODULE_SUFFIXES=0] [setenv PALUDIS_EBUILD_MUST_NOT_SET_VARIABLES=] [setenv PALUDIS_ECLASS_MUST_NOT_SET_VARIABLES=qa:KEYWORDS] [setenv PALUDIS_FAILURE_IS_FATAL=] [setenv PALUDIS_FETCHERS_DIRS=/etc/paludis/fetchers /usr/share/paludis/fetchers /usr/libexec/paludis/fetchers] [setenv PALUDIS_F_FUNCTION_PREFIX=ebuild_f] [setenv PALUDIS_HOOK_DIRS=/usr/libexec/paludis/hooks /usr/share/paludis/hooks /usr/lib/paludis/hooks] [setenv PALUDIS_IGNORE_PIVOT_ENV_FUNCTIONS=] [setenv PALUDIS_IGNORE_PIVOT_ENV_VARIABLES=] [setenv PALUDIS_IMAGE_DIR_VAR=D] [setenv PALUDIS_LOADSAVEENV_DIR=/var/tmp/paludis/dev-util-unifdef-1.20/temp] [setenv PALUDIS_LOAD_MODULES=conditional_functions kernel_functions sandbox portage_stubs multilib_functions install_functions build_functions eclass_functions] [setenv PALUDIS_MUST_NOT_CHANGE_VARIABLES=SLOT CHOST] [setenv PALUDIS_NAME_VERSION_REVISION_VAR=PF] [setenv PALUDIS_NON_EMPTY_VARIABLES=P PV PR PN PVR PF CATEGORY build:FILESDIR build:ECLASSDIR build:PORTDIR build:DISTDIR PALUDIS_TMPDIR PALUDIS_EBUILD_LOG_LEVEL PALUDIS_EBUILD_DIR build:USERLAND build:KERNEL build:ARCH PALUDIS_COMMAND ROOT] [setenv PALUDIS_PIPE_COMMANDS_SUPPORTED=yes] [setenv PALUDIS_PROFILE_DIR=/usr/portage/profiles/default/linux/x86/2008.0/desktop] [setenv PALUDIS_PROFILE_DIRS=/usr/portage/profiles/default/linux/x86/2008.0/desktop] [setenv PALUDIS_RDEPEND_DEFAULTS_TO_DEPEND=yes] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv PALUDIS_SAVE_BASE_VARIABLES=CONFIG_PROTECT CONFIG_PROTECT_MASK] [setenv PALUDIS_SAVE_UNMODIFIABLE_VARIABLES=SLOT EAPI KEYWORDS ROOT PALUDIS_TMPDIR PALUDIS_CONFIG_DIR PALUDIS_BASHRC_FILES PALUDIS_HOOK_DIRS PALUDIS_FETCHERS_DIRS PALUDIS_SYNCERS_DIRS PALUDIS_COMMAND PALUDIS_REDUCED_UID PALUDIS_REDUCED_GID PALUDIS_EBUILD_LOG_LEVEL PALUDIS_EBUILD_DIR PALUDIS_UTILITY_PATH_SUFFIXES PALUDIS_EBUILD_MODULE_SUFFIXES PALUDIS_NON_EMPTY_VARIABLES PALUDIS_DIRECTORY_VARIABLES PALUDIS_EBUILD_MUST_NOT_SET_VARIABLES PALUDIS_SAVE_VARIABLES PALUDIS_SAVE_BASE_VARIABLES PALUDIS_DIRECTORY_IF_EXISTS_VARIABLES PALUDIS_SOURCE_MERGED_VARIABLES PALUDIS_MUST_NOT_CHANGE_VARIABLES PALUDIS_RDEPEND_DEFAULTS_TO_DEPEND ECLASSDIR ECLASSDIRS EXLIBSDIRS PALUDIS_VARIABLE PALUDIS_PROFILE_DIR PALUDIS_PROFILE_DIRS PALUDIS_LOADSAVEENV_DIR PALUDIS_BRACKET_MERGED_VARIABLES] [setenv PALUDIS_SAVE_VARIABLES=USE USE_EXPAND USE_EXPAND_HIDDEN $USE_EXPAND] [setenv PALUDIS_SOURCE_MERGED_VARIABLES=IUSE DEPEND RDEPEND PDEPEND] [setenv PALUDIS_SYNCERS_DIRS=/etc/paludis/syncers /usr/share/paludis/syncers /usr/libexec/paludis/syncers] [setenv PALUDIS_TEMP_DIR_VAR=T] [setenv PALUDIS_TMPDIR=/var/tmp/paludis] [setenv PALUDIS_UNPACK_FIX_PERMISSIONS=yes] [setenv PALUDIS_UNPACK_FROM_VAR=DISTDIR] [setenv PALUDIS_UNPACK_UNRECOGNISED_IS_FATAL=] [setenv PALUDIS_UTILITY_PATH_SUFFIXES=] [setenv PF=unifdef-1.20] [setenv PKGMANAGER=paludis-0.32.2] [setenv PN=unifdef] [setenv PORTAGE_ACTUAL_DISTDIR=/usr/portage/distfiles] [setenv PORTAGE_BASHRC=/dev/null] [setenv PORTAGE_BUILDDIR=/var/tmp/paludis/dev-util-unifdef-1.20] [setenv PORTAGE_CALLER=paludis --log-level debug] [setenv PORTAGE_GID=0] [setenv PORTAGE_INST_GID=0] [setenv PORTAGE_INST_UID=0] [setenv PORTAGE_MASTER_PID=8471] [setenv PORTAGE_NICENCESS=0] [setenv PORTAGE_TMPDIR=/var/tmp/paludis] [setenv PORTAGE_TMPFS=/dev/shm] [setenv PORTAGE_WORKDIR_MODE=0700] [setenv PORTDIR=/usr/portage] [setenv PR=r0] [setenv PV=1.20] [setenv PVR=1.20] [setenv REPOSITORY=gentoo] [setenv ROOT=/] [setenv SLOT=0] [setenv USE=x86 alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1 alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mmap_emul alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2_modules_actions apache2_modules_alias apache2_modules_auth_basic apache2_modules_authn_alias apache2_modules_authn_anon apache2_modules_authn_dbm apache2_modules_authn_default apache2_modules_authn_file apache2_modules_authz_dbm apache2_modules_authz_default apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_cache apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_deflate apache2_modules_dir apache2_modules_disk_cache apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers apache2_modules_include apache2_modules_info apache2_modules_log_config apache2_modules_logio apache2_modules_mem_cache apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_rewrite apache2_modules_setenvif apache2_modules_speling apache2_modules_status apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_vhost_alias elibc_glibc input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text linguas_en linguas_es linguas_es_ES userland_GNU video_cards_fbdev video_cards_nvidia video_cards_vesa video_cards_vga x86 ] [setenv USERLAND=GNU] [setenv USE_EXPAND=ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS NETBEANS_MODULES USERLAND VIDEO_CARDS] [setenv USE_EXPAND_HIDDEN=CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND] [setenv VIDEO_CARDS=fbdev nvidia vesa vga] paludis at 1228769215: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769215: [DEBUG util.pipe.fds] (same context) Pipe FDs are '5', '6' paludis at 1228769215: [DEBUG util.pipe.fds] (same context) Pipe FDs are '7', '8' paludis at 1228769215: [DEBUG util.system.pipe_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... pipe_command_buffer is 'PING DUNNOYET 8494 ' paludis at 1228769215: [DEBUG util.system.pipe_command_buffer] (same context) pipe_command_buffer is 'PING DUNNOYET 8494 ' paludis at 1228769215: [DEBUG util.system.pipe_command_op] (same context) Pipe command op 'PING DUNNOYET 8494 ' response 'OPONG 8494' paludis at 1228769216: [DEBUG util.system.pipe_command_buffer] (same context) pipe_command_buffer is 'LOG 0 debug Loading bashrc file /etc/paludis/bashrc ' paludis at 1228769216: [DEBUG util.system.pipe_command_buffer] (same context) pipe_command_buffer is 'LOG 0 debug Loading bashrc file /etc/paludis/bashrc ' paludis at 1228769216: [DEBUG e.child.message] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... In ebuild pipe command handler for 'LOG 0 debug Loading bashrc file /etc/paludis/bashrc ': ... Loading bashrc file /etc/paludis/bashrc paludis at 1228769216: [DEBUG util.system.pipe_command_op] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... Pipe command op 'LOG 0 debug Loading bashrc file /etc/paludis/bashrc ' response 'O' paludis at 1228769216: [DEBUG util.system.pipe_command_buffer] (same context) pipe_command_buffer is 'LOG 0 debug Using ebuild '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild', EAPI before source is '0' ' paludis at 1228769216: [DEBUG e.child.message] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... In ebuild pipe command handler for 'LOG 0 debug Using ebuild '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild', EAPI before source is '0' ': ... Using ebuild '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild', EAPI before source is '0' paludis at 1228769216: [DEBUG util.system.pipe_command_op] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... Pipe command op 'LOG 0 debug Using ebuild '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild', EAPI before source is '0' ' response 'O' >>> Running ebuild phase killold as root:root... paludis at 1228769216: [DEBUG util.system.pipe_command_buffer] (same context) pipe_command_buffer is 'LOG 0 debug Starting hook 'ebuild_killold_pre' ' paludis at 1228769216: [DEBUG util.system.pipe_command_buffer] (same context) pipe_command_buffer is 'LOG 0 debug Starting hook 'ebuild_killold_pre' ' paludis at 1228769216: [DEBUG e.child.message] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... In ebuild pipe command handler for 'LOG 0 debug Starting hook 'ebuild_killold_pre' ': ... Starting hook 'ebuild_killold_pre' paludis at 1228769216: [DEBUG util.system.pipe_command_op] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... Pipe command op 'LOG 0 debug Starting hook 'ebuild_killold_pre' ' response 'O' >>> Starting builtin_killold >>> Done builtin_killold paludis at 1228769216: [DEBUG util.system.pipe_command_buffer] (same context) pipe_command_buffer is 'LOG 0 debug Starting hook 'ebuild_killold_post' ' paludis at 1228769216: [DEBUG util.system.pipe_command_buffer] (same context) pipe_command_buffer is 'LOG 0 debug Starting hook 'ebuild_killold_post' ' paludis at 1228769216: [DEBUG e.child.message] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... In ebuild pipe command handler for 'LOG 0 debug Starting hook 'ebuild_killold_post' ': ... Starting hook 'ebuild_killold_post' paludis at 1228769216: [DEBUG util.system.pipe_command_op] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command '/usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' killold': ... Pipe command op 'LOG 0 debug Starting hook 'ebuild_killold_post' ' response 'O' >>> Completed ebuild phase killold paludis at 1228769216: [DEBUG util.system.internal_command_buffer] (same context) internal_command_buffer is 'EXIT 0 ' paludis at 1228769216: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769216: [DEBUG util.system.execl] execl /bin/sh -c sandbox /usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' init saveenv [setenv A=unifdef-1.20.tar.bz2] [setenv AA=unifdef-1.20.tar.bz2] [setenv ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci] [setenv ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol] [setenv APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias] [setenv APACHE2_MPMS=] [setenv BASH_ENV=/dev/null] [setenv CAMERAS=] [setenv CATEGORY=dev-util] [setenv CROSSCOMPILE_OPTS=] [setenv DISTDIR=/usr/portage/distfiles] [setenv DVB_CARDS=] [setenv EAPI=0] [setenv ECLASSDIR=/usr/portage/eclass] [setenv ECLASSDIRS=/usr/portage/eclass] [setenv ELIBC=glibc] [setenv FCDSL_CARDS=] [setenv FILESDIR=/usr/portage/dev-util/unifdef/files] [setenv FOO2ZJS_DEVICES=] [setenv FRITZCAPI_CARDS=] [setenv INPUT_DEVICES=evdev keyboard mouse] [setenv KERNEL=linux] [setenv KV=2.6.26-gentoo-r3-edu06] [setenv LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text] [setenv LINGUAS=en es es_ES] [setenv LIRC_DEVICES=] [setenv MISDN_CARDS=] [setenv NETBEANS_MODULES=] [setenv P=unifdef-1.20] [setenv PALUDIS_ARCHIVES_VAR=A] [setenv PALUDIS_BASHRC_FILES=/etc/paludis/bashrc] [setenv PALUDIS_BINARY_DISTDIR_VARIABLE=DISTDIR] [setenv PALUDIS_BRACKET_MERGED_VARIABLES=] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_CONFIG_DIR=/etc/paludis/] [setenv PALUDIS_CONFIG_PROTECT=/var/lib/hsqldb /usr/kde/3.5/share/config /usr/kde/3.5/env /usr/kde/3.5/shutdown /usr/share/config /etc] [setenv PALUDIS_CONFIG_PROTECT_MASK=/etc/env.d/java/ /etc/udev/rules.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/ca-certificates.conf /etc/texmf/web2c /etc/revdep-rebuild /etc/splash /etc/env.d /etc/gconf] [setenv PALUDIS_DIRECTORY_IF_EXISTS_VARIABLES=build:FILESDIR] [setenv PALUDIS_DIRECTORY_VARIABLES=build:ECLASSDIR build:PORTDIR build:DISTDIR] [setenv PALUDIS_DOMAN_LANG_FILENAMES=] [setenv PALUDIS_DOSYM_NO_MKDIR=] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_EBUILD_FUNCTIONS=builtin_infovars builtin_init builtin_initrm builtin_initmisc builtin_loadenv builtin_metadata builtin_killold builtin_killoldrm builtin_killoldmisc builtin_saveenv builtin_tidyup builtin_tidyuprm builtin_tidyupmisc builtin_variable pkg_config pkg_info pkg_nofetch pkg_postinst pkg_postrm pkg_preinst pkg_prerm pkg_setup src_compile src_install src_test src_unpack] [setenv PALUDIS_EBUILD_LOG_LEVEL=debug] [setenv PALUDIS_EBUILD_MODULE_SUFFIXES=0] [setenv PALUDIS_EBUILD_MUST_NOT_SET_VARIABLES=] [setenv PALUDIS_ECLASS_MUST_NOT_SET_VARIABLES=qa:KEYWORDS] [setenv PALUDIS_FAILURE_IS_FATAL=] [setenv PALUDIS_FETCHERS_DIRS=/etc/paludis/fetchers /usr/share/paludis/fetchers /usr/libexec/paludis/fetchers] [setenv PALUDIS_F_FUNCTION_PREFIX=ebuild_f] [setenv PALUDIS_HOOK_DIRS=/usr/libexec/paludis/hooks /usr/share/paludis/hooks /usr/lib/paludis/hooks] [setenv PALUDIS_IGNORE_PIVOT_ENV_FUNCTIONS=] [setenv PALUDIS_IGNORE_PIVOT_ENV_VARIABLES=] [setenv PALUDIS_IMAGE_DIR_VAR=D] [setenv PALUDIS_LOADSAVEENV_DIR=/var/tmp/paludis/dev-util-unifdef-1.20/temp] [setenv PALUDIS_LOAD_MODULES=conditional_functions kernel_functions sandbox portage_stubs multilib_functions install_functions build_functions eclass_functions] [setenv PALUDIS_MUST_NOT_CHANGE_VARIABLES=SLOT CHOST] [setenv PALUDIS_NAME_VERSION_REVISION_VAR=PF] [setenv PALUDIS_NON_EMPTY_VARIABLES=P PV PR PN PVR PF CATEGORY build:FILESDIR build:ECLASSDIR build:PORTDIR build:DISTDIR PALUDIS_TMPDIR PALUDIS_EBUILD_LOG_LEVEL PALUDIS_EBUILD_DIR build:USERLAND build:KERNEL build:ARCH PALUDIS_COMMAND ROOT] [setenv PALUDIS_PIPE_COMMANDS_SUPPORTED=yes] [setenv PALUDIS_PROFILE_DIR=/usr/portage/profiles/default/linux/x86/2008.0/desktop] [setenv PALUDIS_PROFILE_DIRS=/usr/portage/profiles/default/linux/x86/2008.0/desktop] [setenv PALUDIS_RDEPEND_DEFAULTS_TO_DEPEND=yes] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv PALUDIS_SAVE_BASE_VARIABLES=CONFIG_PROTECT CONFIG_PROTECT_MASK] [setenv PALUDIS_SAVE_UNMODIFIABLE_VARIABLES=SLOT EAPI KEYWORDS ROOT PALUDIS_TMPDIR PALUDIS_CONFIG_DIR PALUDIS_BASHRC_FILES PALUDIS_HOOK_DIRS PALUDIS_FETCHERS_DIRS PALUDIS_SYNCERS_DIRS PALUDIS_COMMAND PALUDIS_REDUCED_UID PALUDIS_REDUCED_GID PALUDIS_EBUILD_LOG_LEVEL PALUDIS_EBUILD_DIR PALUDIS_UTILITY_PATH_SUFFIXES PALUDIS_EBUILD_MODULE_SUFFIXES PALUDIS_NON_EMPTY_VARIABLES PALUDIS_DIRECTORY_VARIABLES PALUDIS_EBUILD_MUST_NOT_SET_VARIABLES PALUDIS_SAVE_VARIABLES PALUDIS_SAVE_BASE_VARIABLES PALUDIS_DIRECTORY_IF_EXISTS_VARIABLES PALUDIS_SOURCE_MERGED_VARIABLES PALUDIS_MUST_NOT_CHANGE_VARIABLES PALUDIS_RDEPEND_DEFAULTS_TO_DEPEND ECLASSDIR ECLASSDIRS EXLIBSDIRS PALUDIS_VARIABLE PALUDIS_PROFILE_DIR PALUDIS_PROFILE_DIRS PALUDIS_LOADSAVEENV_DIR PALUDIS_BRACKET_MERGED_VARIABLES] [setenv PALUDIS_SAVE_VARIABLES=USE USE_EXPAND USE_EXPAND_HIDDEN $USE_EXPAND] [setenv PALUDIS_SOURCE_MERGED_VARIABLES=IUSE DEPEND RDEPEND PDEPEND] [setenv PALUDIS_SYNCERS_DIRS=/etc/paludis/syncers /usr/share/paludis/syncers /usr/libexec/paludis/syncers] [setenv PALUDIS_TEMP_DIR_VAR=T] [setenv PALUDIS_TMPDIR=/var/tmp/paludis] [setenv PALUDIS_UNPACK_FIX_PERMISSIONS=yes] [setenv PALUDIS_UNPACK_FROM_VAR=DISTDIR] [setenv PALUDIS_UNPACK_UNRECOGNISED_IS_FATAL=] [setenv PALUDIS_UTILITY_PATH_SUFFIXES=] [setenv PF=unifdef-1.20] [setenv PKGMANAGER=paludis-0.32.2] [setenv PN=unifdef] [setenv PORTAGE_ACTUAL_DISTDIR=/usr/portage/distfiles] [setenv PORTAGE_BASHRC=/dev/null] [setenv PORTAGE_BUILDDIR=/var/tmp/paludis/dev-util-unifdef-1.20] [setenv PORTAGE_CALLER=paludis --log-level debug] [setenv PORTAGE_GID=0] [setenv PORTAGE_INST_GID=0] [setenv PORTAGE_INST_UID=0] [setenv PORTAGE_MASTER_PID=8471] [setenv PORTAGE_NICENCESS=0] [setenv PORTAGE_TMPDIR=/var/tmp/paludis] [setenv PORTAGE_TMPFS=/dev/shm] [setenv PORTAGE_WORKDIR_MODE=0700] [setenv PORTDIR=/usr/portage] [setenv PR=r0] [setenv PV=1.20] [setenv PVR=1.20] [setenv REPOSITORY=gentoo] [setenv ROOT=/] [setenv SLOT=0] [setenv USE=x86 alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1 alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mmap_emul alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2_modules_actions apache2_modules_alias apache2_modules_auth_basic apache2_modules_authn_alias apache2_modules_authn_anon apache2_modules_authn_dbm apache2_modules_authn_default apache2_modules_authn_file apache2_modules_authz_dbm apache2_modules_authz_default apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_cache apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_deflate apache2_modules_dir apache2_modules_disk_cache apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers apache2_modules_include apache2_modules_info apache2_modules_log_config apache2_modules_logio apache2_modules_mem_cache apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_rewrite apache2_modules_setenvif apache2_modules_speling apache2_modules_status apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_vhost_alias elibc_glibc input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text linguas_en linguas_es linguas_es_ES userland_GNU video_cards_fbdev video_cards_nvidia video_cards_vesa video_cards_vga x86 ] [setenv USERLAND=GNU] [setenv USE_EXPAND=ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS NETBEANS_MODULES USERLAND VIDEO_CARDS] [setenv USE_EXPAND_HIDDEN=CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND] [setenv VIDEO_CARDS=fbdev nvidia vesa vga] [setgid 1010] [setuid 109] paludis at 1228769216: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command 'sandbox /usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' init saveenv': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769216: [DEBUG util.pipe.fds] (same context) Pipe FDs are '5', '6' paludis at 1228769216: [DEBUG util.pipe.fds] (same context) Pipe FDs are '7', '8' paludis at 1228769216: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When executing install task: ... When installing 'dev-util/unifdef-1.20:0::gentoo': ... When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': ... When running command 'sandbox /usr/libexec/paludis/ebuild.bash '/usr/portage/dev-util/unifdef/unifdef-1.20.ebuild' init saveenv': ... internal_command_buffer is 'EXIT 1 ' paludis at 1228769216: [DEBUG util.system.exit_op] (same context) Got exit op ' 1' paludis at 1228769216: [DEBUG hook.starting] Starting hook 'install_fail' Install error: * In program paludis --dl-reinstall always -i --log-level debug unifdef: * When performing install action from command line: * When executing install task: * When installing 'dev-util/unifdef-1.20:0::gentoo': * When running an ebuild command on 'dev-util/unifdef-1.20:0::gentoo': * Install error: Install failed for 'dev-util/unifdef-1.20:0::gentoo' Summary of failures: * dev-util/unifdef-1.20:0::gentoo: failure Total: 1 package, 0 successes, 0 skipped, 1 failure, 0 unreached Resume command: paludis --log-level debug --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P' paludis at 1228769216: [DEBUG hook.starting] Starting hook 'install_task_execute_post' paludis at 1228769216: [DEBUG hook.fancy.starting_dependencies] Starting hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for dependencies of 'install_task_execute_post' paludis at 1228769216: [DEBUG util.system.execl] execl /bin/sh -c /usr/libexec/paludis/utils/outputwrapper --stdout-prefix '' --stderr-prefix 'find_config_updates.hook> ' -- /usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_after_install_task_execute_post' [setenv DEPLIST_HAS_ERRORS=false] [setenv FETCH_ONLY=false] [setenv HOOK=install_task_execute_post] [setenv HOOK_FILE=/usr/libexec/paludis/hooks/auto/find_config_updates.hook] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv PRETEND=false] [setenv RESUME_COMMAND=paludis --log-level debug --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P'] [setenv ROOT=/] [setenv SUCCESS=true] [setenv TARGETS=dev-util/unifdef] paludis at 1228769216: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for hook 'install_task_execute_post': ... When adding dependency class 'after' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/find_config_updates.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_after_install_task_execute_post'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769216: [DEBUG util.pipe.fds] (same context) Pipe FDs are '5', '6' paludis at 1228769216: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for hook 'install_task_execute_post': ... When adding dependency class 'after' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/find_config_updates.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_after_install_task_execute_post'': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769216: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769216: [DEBUG hook.fancy.success_dependencies] Hook dependencies for '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' returned success '0', result 'log write_cache_clean news ' paludis at 1228769216: [DEBUG hook.fancy.after_not_found] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for hook 'install_task_execute_post': ... When adding dependency class 'after' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/find_config_updates.hook': ... Hook after 'log' for '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' not found paludis at 1228769216: [DEBUG hook.fancy.after_not_found] (same context) Hook after 'write_cache_clean' for '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' not found paludis at 1228769216: [DEBUG hook.fancy.starting_dependencies] Starting hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for dependencies of 'install_task_execute_post' paludis at 1228769216: [DEBUG util.system.execl] execl /bin/sh -c /usr/libexec/paludis/utils/outputwrapper --stdout-prefix '' --stderr-prefix 'find_config_updates.hook> ' -- /usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_depend_install_task_execute_post' [setenv DEPLIST_HAS_ERRORS=false] [setenv FETCH_ONLY=false] [setenv HOOK=install_task_execute_post] [setenv HOOK_FILE=/usr/libexec/paludis/hooks/auto/find_config_updates.hook] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv PRETEND=false] [setenv RESUME_COMMAND=paludis --log-level debug --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P'] [setenv ROOT=/] [setenv SUCCESS=true] [setenv TARGETS=dev-util/unifdef] paludis at 1228769216: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for hook 'install_task_execute_post': ... When adding dependency class 'depend' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/find_config_updates.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_depend_install_task_execute_post'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769216: [DEBUG util.pipe.fds] (same context) Pipe FDs are '5', '6' paludis at 1228769216: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for hook 'install_task_execute_post': ... When adding dependency class 'depend' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/find_config_updates.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_depend_install_task_execute_post'': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769216: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769216: [DEBUG hook.fancy.success_dependencies] Hook dependencies for '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' returned success '0', result '' paludis at 1228769216: [DEBUG hook.fancy.starting_dependencies] Starting hook script '/usr/libexec/paludis/hooks/auto/news.hook' for dependencies of 'install_task_execute_post' paludis at 1228769216: [DEBUG util.system.execl] execl /bin/sh -c /usr/libexec/paludis/utils/outputwrapper --stdout-prefix '' --stderr-prefix 'news.hook> ' -- /usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_after_install_task_execute_post' [setenv DEPLIST_HAS_ERRORS=false] [setenv FETCH_ONLY=false] [setenv HOOK=install_task_execute_post] [setenv HOOK_FILE=/usr/libexec/paludis/hooks/auto/news.hook] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv PRETEND=false] [setenv RESUME_COMMAND=paludis --log-level debug --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P'] [setenv ROOT=/] [setenv SUCCESS=true] [setenv TARGETS=dev-util/unifdef] paludis at 1228769216: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/news.hook' for hook 'install_task_execute_post': ... When adding dependency class 'after' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/news.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_after_install_task_execute_post'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769216: [DEBUG util.pipe.fds] (same context) Pipe FDs are '5', '6' paludis at 1228769216: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/news.hook' for hook 'install_task_execute_post': ... When adding dependency class 'after' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/news.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_after_install_task_execute_post'': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769216: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769216: [DEBUG hook.fancy.success_dependencies] Hook dependencies for '/usr/libexec/paludis/hooks/auto/news.hook' returned success '0', result 'gnu_info_index eselect_env_update log write_cache_clean ' paludis at 1228769216: [DEBUG hook.fancy.after_not_found] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/news.hook' for hook 'install_task_execute_post': ... When adding dependency class 'after' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/news.hook': ... Hook after 'eselect_env_update' for '/usr/libexec/paludis/hooks/auto/news.hook' not found paludis at 1228769216: [DEBUG hook.fancy.after_not_found] (same context) Hook after 'gnu_info_index' for '/usr/libexec/paludis/hooks/auto/news.hook' not found paludis at 1228769216: [DEBUG hook.fancy.after_not_found] (same context) Hook after 'log' for '/usr/libexec/paludis/hooks/auto/news.hook' not found paludis at 1228769216: [DEBUG hook.fancy.after_not_found] (same context) Hook after 'write_cache_clean' for '/usr/libexec/paludis/hooks/auto/news.hook' not found paludis at 1228769216: [DEBUG hook.fancy.starting_dependencies] Starting hook script '/usr/libexec/paludis/hooks/auto/news.hook' for dependencies of 'install_task_execute_post' paludis at 1228769216: [DEBUG util.system.execl] execl /bin/sh -c /usr/libexec/paludis/utils/outputwrapper --stdout-prefix '' --stderr-prefix 'news.hook> ' -- /usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_depend_install_task_execute_post' [setenv DEPLIST_HAS_ERRORS=false] [setenv FETCH_ONLY=false] [setenv HOOK=install_task_execute_post] [setenv HOOK_FILE=/usr/libexec/paludis/hooks/auto/news.hook] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv PRETEND=false] [setenv RESUME_COMMAND=paludis --log-level debug --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P'] [setenv ROOT=/] [setenv SUCCESS=true] [setenv TARGETS=dev-util/unifdef] paludis at 1228769216: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/news.hook' for hook 'install_task_execute_post': ... When adding dependency class 'depend' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/news.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_depend_install_task_execute_post'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769216: [DEBUG util.pipe.fds] (same context) Pipe FDs are '5', '6' paludis at 1228769216: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When determining hook dependencies for 'install_task_execute_post': ... When finding dependencies of hook script '/usr/libexec/paludis/hooks/auto/news.hook' for hook 'install_task_execute_post': ... When adding dependency class 'depend' for hook 'install_task_execute_post' file '/usr/libexec/paludis/hooks/auto/news.hook': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_depend_install_task_execute_post'': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769216: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769216: [DEBUG hook.fancy.success_dependencies] Hook dependencies for '/usr/libexec/paludis/hooks/auto/news.hook' returned success '0', result '' paludis at 1228769216: [DEBUG hook.fancy.starting] Starting hook script '/usr/libexec/paludis/hooks/auto/news.hook' for 'install_task_execute_post' paludis at 1228769216: [DEBUG util.system.execl] execl /bin/sh -c /usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_run_install_task_execute_post' [setenv DEPLIST_HAS_ERRORS=false] [setenv FETCH_ONLY=false] [setenv HOOK=install_task_execute_post] [setenv HOOK_FILE=/usr/libexec/paludis/hooks/auto/news.hook] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv PRETEND=false] [setenv RESUME_COMMAND=paludis --log-level debug --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P'] [setenv ROOT=/] [setenv SUCCESS=true] [setenv TARGETS=dev-util/unifdef] paludis at 1228769216: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When running hook script '/usr/libexec/paludis/hooks/auto/news.hook' for hook 'install_task_execute_post': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_run_install_task_execute_post'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769216: [DEBUG paludis_environment.paludis_config.initial_dir] PaludisConfig initial directory is '/etc/paludis' paludis at 1228769216: [DEBUG paludis_environment.reduced_username] In program paludis --log-level debug --list-repositories: ... When making environment from specification '': ... When loading paludis configuration: ... When determining reduced username: ... Reduced username is 'paludisbuild' paludis at 1228769216: [DEBUG paludis_environment.reduced_username] In program paludis --log-level debug --list-repositories: ... When making environment from specification '': ... When loading paludis configuration: ... When determining reduced UID: ... When determining reduced username: ... Reduced username is 'paludisbuild' paludis at 1228769216: [DEBUG paludis_environment.reduced_uid.value] In program paludis --log-level debug --list-repositories: ... When making environment from specification '': ... When loading paludis configuration: ... When determining reduced UID: ... Reduced uid is '109' paludis at 1228769216: [DEBUG util.system.execl] execl /bin/sh -c ls -ld '/etc/paludis'/* >/dev/null 2>/dev/null [setgid 1010] [setuid 109] paludis at 1228769216: [DEBUG util.pipe.fds] In program paludis --log-level debug --list-repositories: ... When making environment from specification '': ... When loading paludis configuration: ... When running command 'ls -ld '/etc/paludis'/* >/dev/null 2>/dev/null': ... When creating pipe FDs: ... Pipe FDs are '3', '4' paludis at 1228769216: [DEBUG util.system.internal_command_buffer] In program paludis --log-level debug --list-repositories: ... When making environment from specification '': ... When loading paludis configuration: ... When running command 'ls -ld '/etc/paludis'/* >/dev/null 2>/dev/null': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769216: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769216: [DEBUG paludis_environment.paludis_config.real_dir] PaludisConfig real directory is '/etc/paludis', root prefix is '', config suffix is '' * No unread news items found paludis at 1228769216: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When running hook script '/usr/libexec/paludis/hooks/auto/news.hook' for hook 'install_task_execute_post': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/news.hook' 'hook_run_install_task_execute_post'': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769216: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769216: [DEBUG hook.fancy.success] Hook '/usr/libexec/paludis/hooks/auto/news.hook' returned success '0' paludis at 1228769216: [DEBUG hook.fancy.starting] Starting hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for 'install_task_execute_post' paludis at 1228769216: [DEBUG util.system.execl] execl /bin/sh -c /usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_run_install_task_execute_post' [setenv DEPLIST_HAS_ERRORS=false] [setenv FETCH_ONLY=false] [setenv HOOK=install_task_execute_post] [setenv HOOK_FILE=/usr/libexec/paludis/hooks/auto/find_config_updates.hook] [setenv HOOK_LOG_LEVEL=debug] [setenv PALUDIS_COMMAND=paludis --log-level debug] [setenv PALUDIS_EBUILD_DIR=/usr/libexec/paludis] [setenv PALUDIS_REDUCED_GID=1010] [setenv PALUDIS_REDUCED_UID=109] [setenv PRETEND=false] [setenv RESUME_COMMAND=paludis --log-level debug --install --add-to-world-spec 'dev-util/unifdef' --serialised 0.25 'package;=dev-util/unifdef-1.20:0::gentoo;installed;has_all_deps;P'] [setenv ROOT=/] [setenv SUCCESS=true] [setenv TARGETS=dev-util/unifdef] paludis at 1228769216: [DEBUG util.pipe.fds] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When running hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for hook 'install_task_execute_post': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_run_install_task_execute_post'': ... When creating pipe FDs: ... Pipe FDs are '3', '4' * Searching for configuration files requiring action... * Found 2 files in /etc * Found files in 1 directories * Your action is required paludis at 1228769216: [DEBUG util.system.internal_command_buffer] In program paludis --dl-reinstall always -i --log-level debug unifdef: ... When performing install action from command line: ... When triggering hook 'install_task_execute_post': ... When running hook script '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' for hook 'install_task_execute_post': ... When running command '/usr/libexec/paludis/hooker.bash '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' 'hook_run_install_task_execute_post'': ... internal_command_buffer is 'EXIT 0 ' paludis at 1228769216: [DEBUG util.system.exit_op] (same context) Got exit op ' 0' paludis at 1228769216: [DEBUG hook.fancy.success] Hook '/usr/libexec/paludis/hooks/auto/find_config_updates.hook' returned success '0' ------ BIG ATTACH ENDS HERE ------ From esuarez at itccanarias.org Tue Dec 9 13:53:00 2008 From: esuarez at itccanarias.org (=?ISO-8859-1?Q?Eduardo_Su=E1rez?=) Date: Tue, 09 Dec 2008 18:53:00 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <493D9323.5000108@itccanarias.org> References: <493D9323.5000108@itccanarias.org> Message-ID: <493EBE8C.5030907@itccanarias.org> I set the variable |PALUDIS_DO_NOTHING_SANDBOXY and it is working now. What is wrong with sandbox? I don't understand. Anyone can explain? Thanks, -Eduardo | Eduardo Su?rez wrote: > Hi, > > I am trying to rebuild my system with ehahn / > *paludis-bashrc , with > support for intel compiler. > > At first, I found some trouble with the 'userpriv' feature. I needed to > change some perms for the user paludisbuild. > > But now I am having new trouble I don't know how to deal with (see big > attach). I have switched back to my old bashrc. > * > Can anybody explain to me what's going on? (And by the way the > 'userpriv' issue?) > > Thanks in advance, > -Eduardo From ciaran.mccreesh at googlemail.com Tue Dec 9 14:01:51 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Tue, 9 Dec 2008 19:01:51 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <493EBE8C.5030907@itccanarias.org> References: <493D9323.5000108@itccanarias.org> <493EBE8C.5030907@itccanarias.org> Message-ID: <20081209190151.3eaa2879@snowcone> On Tue, 09 Dec 2008 18:53:00 +0000 Eduardo Su?rez wrote: > I set the variable |PALUDIS_DO_NOTHING_SANDBOXY and it is working now. > What is wrong with sandbox? I don't understand. Yick, don't do that. Sandbox disallows writes outside of the build area. It's a safety feature, to stop broken build systems from messing with your root filesystem. For distcc and ccache we work around this by adding to SANDBOX_WRITE in bashrc to tell sandbox to allow writes to certain other places. Have a look at [1]. [1]: http://paludis.pioto.org/faq/howdoi.html#distcc -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From esuarez at itccanarias.org Tue Dec 9 13:56:44 2008 From: esuarez at itccanarias.org (=?ISO-8859-1?Q?Eduardo_Su=E1rez?=) Date: Tue, 09 Dec 2008 18:56:44 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <493EBE8C.5030907@itccanarias.org> References: <493D9323.5000108@itccanarias.org> <493EBE8C.5030907@itccanarias.org> Message-ID: <493EBF6C.10900@itccanarias.org> Btw, I also removed gnome2-globalmenu and paludis-extra repositories. Eduardo Su?rez wrote: > I set the variable |PALUDIS_DO_NOTHING_SANDBOXY and it is working now. > What is wrong with sandbox? I don't understand. > > Anyone can explain? > > Thanks, > -Eduardo > | > Eduardo Su?rez wrote: > >> Hi, >> >> I am trying to rebuild my system with ehahn / >> *paludis-bashrc , with >> support for intel compiler. >> >> At first, I found some trouble with the 'userpriv' feature. I needed to >> change some perms for the user paludisbuild. >> >> But now I am having new trouble I don't know how to deal with (see big >> attach). I have switched back to my old bashrc. >> * >> Can anybody explain to me what's going on? (And by the way the >> 'userpriv' issue?) >> >> Thanks in advance, >> -Eduardo >> > _______________________________________________ > paludis-user mailing list > paludis-user at lists.pioto.org > http://lists.pioto.org/mailman/listinfo/paludis-user > From esuarez at itccanarias.org Wed Dec 10 04:36:15 2008 From: esuarez at itccanarias.org (=?UTF-8?B?RWR1YXJkbyBTdcOhcmV6?=) Date: Wed, 10 Dec 2008 09:36:15 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <20081209190151.3eaa2879@snowcone> References: <493D9323.5000108@itccanarias.org> <493EBE8C.5030907@itccanarias.org> <20081209190151.3eaa2879@snowcone> Message-ID: <493F8D8F.5040308@itccanarias.org> Ciaran McCreesh wrote: > On Tue, 09 Dec 2008 18:53:00 +0000 > Eduardo Su?rez wrote: > >> I set the variable |PALUDIS_DO_NOTHING_SANDBOXY and it is working now. >> What is wrong with sandbox? I don't understand. >> > > Yick, don't do that. > > Sandbox disallows writes outside of the build area. It's a safety > feature, to stop broken build systems from messing with your root > filesystem. > > For distcc and ccache we work around this by adding to SANDBOX_WRITE in > bashrc to tell sandbox to allow writes to certain other places. Have a > look at [1]. > > [1]: http://paludis.pioto.org/faq/howdoi.html#distcc At the moment, for me it looks more a problem with sandbox itself than with filesystem and sandbox permissions. sandbox version: 1.2.18.1-r2 paludis version: 0.32.2 I haven't found anything clear in the paludis debug. Is there a way to debug/log sandbox? From ciaran.mccreesh at googlemail.com Thu Dec 11 13:31:20 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Thu, 11 Dec 2008 18:31:20 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <493F8D8F.5040308@itccanarias.org> References: <493D9323.5000108@itccanarias.org> <493EBE8C.5030907@itccanarias.org> <20081209190151.3eaa2879@snowcone> <493F8D8F.5040308@itccanarias.org> Message-ID: <20081211183120.133f64ab@snowcone> On Wed, 10 Dec 2008 09:36:15 +0000 Eduardo Su?rez wrote: > At the moment, for me it looks more a problem with sandbox itself > than with filesystem and sandbox permissions. Uh, I had a look at that horrid mess of a bashrc. That's your problem, not sandbox... -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From esuarez at itccanarias.org Thu Dec 11 13:51:04 2008 From: esuarez at itccanarias.org (=?UTF-8?B?RWR1YXJkbyBTdcOhcmV6?=) Date: Thu, 11 Dec 2008 18:51:04 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <20081211183120.133f64ab@snowcone> References: <493D9323.5000108@itccanarias.org> <493EBE8C.5030907@itccanarias.org> <20081209190151.3eaa2879@snowcone> <493F8D8F.5040308@itccanarias.org> <20081211183120.133f64ab@snowcone> Message-ID: <49416118.5030206@itccanarias.org> Ciaran McCreesh wrote: > On Wed, 10 Dec 2008 09:36:15 +0000 > Eduardo Su?rez wrote: > >> At the moment, for me it looks more a problem with sandbox itself >> than with filesystem and sandbox permissions. >> > > Uh, I had a look at that horrid mess of a bashrc. That's your problem, > not sandbox... > I have tried with both bashrc (mess and normal). I had the same output. From ciaran.mccreesh at googlemail.com Thu Dec 11 13:59:58 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Thu, 11 Dec 2008 18:59:58 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <49416118.5030206@itccanarias.org> References: <493D9323.5000108@itccanarias.org> <493EBE8C.5030907@itccanarias.org> <20081209190151.3eaa2879@snowcone> <493F8D8F.5040308@itccanarias.org> <20081211183120.133f64ab@snowcone> <49416118.5030206@itccanarias.org> Message-ID: <20081211185958.3db1b3b4@snowcone> On Thu, 11 Dec 2008 18:51:04 +0000 Eduardo Su?rez wrote: > Ciaran McCreesh wrote: > > On Wed, 10 Dec 2008 09:36:15 +0000 > > Eduardo Su?rez wrote: > > > >> At the moment, for me it looks more a problem with sandbox itself > >> than with filesystem and sandbox permissions. > >> > > > > Uh, I had a look at that horrid mess of a bashrc. That's your > > problem, not sandbox... > > > I have tried with both bashrc (mess and normal). I had the same > output. Then you have a much bigger problem. You broke something important on your system. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From esuarez at itccanarias.org Thu Dec 11 14:03:32 2008 From: esuarez at itccanarias.org (=?UTF-8?B?RWR1YXJkbyBTdcOhcmV6?=) Date: Thu, 11 Dec 2008 19:03:32 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <20081211185958.3db1b3b4@snowcone> References: <493D9323.5000108@itccanarias.org> <493EBE8C.5030907@itccanarias.org> <20081209190151.3eaa2879@snowcone> <493F8D8F.5040308@itccanarias.org> <20081211183120.133f64ab@snowcone> <49416118.5030206@itccanarias.org> <20081211185958.3db1b3b4@snowcone> Message-ID: <49416404.6060108@itccanarias.org> Ciaran McCreesh wrote: > Then you have a much bigger problem. You broke something important on > your system. > :'-( Any hint about what could be? From ciaran.mccreesh at googlemail.com Thu Dec 11 14:16:21 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Thu, 11 Dec 2008 19:16:21 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <49416404.6060108@itccanarias.org> References: <493D9323.5000108@itccanarias.org> <493EBE8C.5030907@itccanarias.org> <20081209190151.3eaa2879@snowcone> <493F8D8F.5040308@itccanarias.org> <20081211183120.133f64ab@snowcone> <49416118.5030206@itccanarias.org> <20081211185958.3db1b3b4@snowcone> <49416404.6060108@itccanarias.org> Message-ID: <20081211191621.3b69568d@snowcone> On Thu, 11 Dec 2008 19:03:32 +0000 Eduardo Su?rez wrote: > Ciaran McCreesh wrote: > > Then you have a much bigger problem. You broke something important > > on your system. > > > :'-( > Any hint about what could be? Whatever you changed immediately between when things last worked and when they broke. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From ciaran.mccreesh at googlemail.com Thu Dec 11 14:45:33 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Thu, 11 Dec 2008 19:45:33 +0000 Subject: [paludis-user] Paludis 0.32.3 Released Message-ID: <20081211194534.39768103@snowcone> Paludis 0.32.3 has been released: * Fixed handling of VIDEO_CARDS="foo" in make.conf, ** in package.keywords with PortageEnvironment. * Fixed new/changed options display. * Fixed the stripper. * RESTRICTed build options are no longer shown. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From David.Pyke at csa.ca Thu Dec 11 14:50:10 2008 From: David.Pyke at csa.ca (David Pyke) Date: Thu, 11 Dec 2008 14:50:10 -0500 Subject: [paludis-user] Paludis 0.32.3 Released In-Reply-To: <20081211194534.39768103@snowcone> References: <20081211194534.39768103@snowcone> Message-ID: <73EBA28FD357C648B9B28C2FF2ABBE400246BAE1@stdmsxbe1.corp.csa-group.org> It must be a secret release as it doesn't seem to be part of the overlay... Sync paludis-overlay sync paludis-overlay> From git://git.pioto.org/paludis-overlay sync paludis-overlay> 49b805d..e681fcd master -> origin/master sync paludis-overlay> Updating 49b805d..e681fcd sync paludis-overlay> Fast forward sync paludis-overlay> sys-apps/paludis/paludis-scm.ebuild | 6 ++++++ sync paludis-overlay> 1 files changed, 6 insertions(+), 0 deletions(-) Sync paludis-overlay completed __________________ David Pyke Manager, Market Research Canadian Standards Association 416-747-2332 416-401-6945 (Fax) Please consider the environment before printing this email Merci de tenir compte de l'environnement avant d'imprimer ce courriel -----Original Message----- From: paludis-user-bounces at lists.pioto.org [mailto:paludis-user-bounces at lists.pioto.org] On Behalf Of Ciaran McCreesh Sent: December 11, 2008 2:46 PM To: paludis-user; paludis-sekrit Subject: [paludis-user] Paludis 0.32.3 Released Paludis 0.32.3 has been released: * Fixed handling of VIDEO_CARDS="foo" in make.conf, ** in package.keywords with PortageEnvironment. * Fixed new/changed options display. * Fixed the stripper. * RESTRICTed build options are no longer shown. -- Ciaran McCreesh This message is intended only for the use of the person or organization to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by email and delete the original message immediately. The sender, its subsidiaries and affiliates, do not accept liability for any errors, omissions, corruption or virus in the contents of this message or any attachments that arise as a result of e-mail transmission. Thank you. From ciaran.mccreesh at googlemail.com Thu Dec 11 14:51:47 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Thu, 11 Dec 2008 19:51:47 +0000 Subject: [paludis-user] Paludis 0.32.3 Released In-Reply-To: <73EBA28FD357C648B9B28C2FF2ABBE400246BAE1@stdmsxbe1.corp.csa-group.org> References: <20081211194534.39768103@snowcone> <73EBA28FD357C648B9B28C2FF2ABBE400246BAE1@stdmsxbe1.corp.csa-group.org> Message-ID: <20081211195147.0d2b5c41@snowcone> On Thu, 11 Dec 2008 14:50:10 -0500 "David Pyke" wrote: > It must be a secret release as it doesn't seem to be part of the > overlay... If you insist upon syncing three seconds after I send the release announcement, then yes, my git push may not have finished yet. I suggest you wait at least eight seconds next time to account for wireless hating cold weather. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From ciaran.mccreesh at googlemail.com Sun Dec 14 09:28:43 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Sun, 14 Dec 2008 14:28:43 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <083A29C4E5E4274F9559DF6403B802CF265D2F@EXCHANGEGC.corp.itccanarias.org> References: <20081211185958.3db1b3b4@snowcone> <083A29C4E5E4274F9559DF6403B802CF265D2F@EXCHANGEGC.corp.itccanarias.org> Message-ID: <20081214142843.5bf77e45@snowcone> On Sun, 14 Dec 2008 10:38:00 -0000 Eduardo Su?rez Santana wrote: > Ciaran McCreesh wrote: > > Then you have a much bigger problem. You broke something important > > on your system. > > I have faced it and have installed over my gentoo system. Before > breaking it again, could anyone explain me why I am having this > warning? > > Directory '/usr/portage/distfiles' owned by group 'portage', not > 'paludisbuild', so cannot enable userpriv Honestly, if that message doesn't make sense to you I'm not sure that you're the target audience for Gentoo, let alone Paludis. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From 169440 at stud.umk.pl Sun Dec 14 14:30:27 2008 From: 169440 at stud.umk.pl (169440) Date: Sun, 14 Dec 2008 20:30:27 +0100 Subject: [paludis-user] LINGUAS Message-ID: <49455ED3.2020505@stud.umk.pl> Hello How can I set different LINGUAS for some packages? For example I have */* LINGUAS: -* en ja in my /etc/paludis/use.conf Now I want www-client/mozilla-firefox without LINGUAS=jp. In older versions of paludis (v. 0.20 if I am not wrong) I could set it in my /etc/paludis/use.conf like this: www-client/mozilla-firefox -linguas_ja Now I have installed paludis-0.32.2 and it is not work. How can I turn off jp LINGUAS for mozilla? -- Arek From david at watzke.cz Sun Dec 14 14:40:51 2008 From: david at watzke.cz (David Watzke) Date: Sun, 14 Dec 2008 20:40:51 +0100 Subject: [paludis-user] LINGUAS In-Reply-To: <49455ED3.2020505@stud.umk.pl> References: <49455ED3.2020505@stud.umk.pl> Message-ID: <200812142040.51045.david@watzke.cz> On Sunday 14 of December 2008 20:30:27 169440 wrote: > Hello > > How can I set different LINGUAS for some packages? > For example I have > */* LINGUAS: -* en ja > in my /etc/paludis/use.conf > > Now I want www-client/mozilla-firefox without LINGUAS=jp. > In older versions of paludis (v. 0.20 if I am not wrong) I could set it > in my /etc/paludis/use.conf like this: > www-client/mozilla-firefox -linguas_ja > > Now I have installed paludis-0.32.2 and it is not work. > > How can I turn off jp LINGUAS for mozilla? try www-client/mozilla-firefox LINGUAS: -* en From paludis at benizi.com Sun Dec 14 15:07:20 2008 From: paludis at benizi.com (Benjamin R. Haskell) Date: Sun, 14 Dec 2008 15:07:20 -0500 (EST) Subject: [paludis-user] LINGUAS In-Reply-To: <200812142040.51045.david@watzke.cz> References: <49455ED3.2020505@stud.umk.pl> <200812142040.51045.david@watzke.cz> Message-ID: On Sun, 14 Dec 2008, David Watzke wrote: > On Sunday 14 of December 2008 20:30:27 169440 wrote: >> Hello >> >> How can I set different LINGUAS for some packages? >> For example I have >> */* LINGUAS: -* en ja >> in my /etc/paludis/use.conf >> >> Now I want www-client/mozilla-firefox without LINGUAS=jp. >> In older versions of paludis (v. 0.20 if I am not wrong) I could set it >> in my /etc/paludis/use.conf like this: >> www-client/mozilla-firefox -linguas_ja >> >> Now I have installed paludis-0.32.2 and it is not work. >> >> How can I turn off jp LINGUAS for mozilla? > > try > www-client/mozilla-firefox LINGUAS: -* en Or you could specifically remove Japanese: www-client/mozilla-firefox LINGUAS: -ja Best, Ben From paludis at benizi.com Sun Dec 14 15:38:22 2008 From: paludis at benizi.com (Benjamin R. Haskell) Date: Sun, 14 Dec 2008 15:38:22 -0500 (EST) Subject: [paludis-user] can't understand debug In-Reply-To: <20081214142843.5bf77e45@snowcone> References: <20081211185958.3db1b3b4@snowcone> <083A29C4E5E4274F9559DF6403B802CF265D2F@EXCHANGEGC.corp.itccanarias.org> <20081214142843.5bf77e45@snowcone> Message-ID: On Sun, 14 Dec 2008, Ciaran McCreesh wrote: > On Sun, 14 Dec 2008 10:38:00 -0000 > Eduardo Su?rez Santana wrote: >> Ciaran McCreesh wrote: >>> Then you have a much bigger problem. You broke something important >>> on your system. >> >> I have faced it and have installed over my gentoo system. Before >> breaking it again, could anyone explain me why I am having this >> warning? >> >> Directory '/usr/portage/distfiles' owned by group 'portage', not >> 'paludisbuild', so cannot enable userpriv > > Honestly, if that message doesn't make sense to you I'm not sure that > you're the target audience for Gentoo, let alone Paludis. > Based on the way Eduardo is phrasing things, I'm still willing to err on the side of this being a language-barrier issue, or him not knowing how to ask questions well (Be more explicit. Tell us what you tried/did, what you expected, and what didn't meet those expectations.). If the actual question is, "What is this 'userpriv' thing I'm getting a warning about?" Altered from /etc/make.conf.example: # 'userpriv' allows [paludis] to drop root privileges while it is compiling, # as a security measure. As a side effect this can remove # sandbox access violations for users. But Eduardo, if that wasn't your actual question, and you really didn't/don't know about directory permissions, Ciaran's probably right that you're not the target audience for Paludis. Best, Ben From damian.only at gmail.com Sun Dec 14 15:57:42 2008 From: damian.only at gmail.com (damian) Date: Sun, 14 Dec 2008 21:57:42 +0100 Subject: [paludis-user] Removing unused packages Message-ID: <47a330c50812141257h50ad1712gdc2e158261655d70@mail.gmail.com> Hello, With emerge I used to issue the following commands emerge --depclean && revrep-rebuild Now, since I'm using paludis, is it correct to run the following command to achieve the same effect? paludis --uninstall-unused && reconcilio Thanks in advance. Best, Damian. From ciaran.mccreesh at googlemail.com Sun Dec 14 16:07:16 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Sun, 14 Dec 2008 21:07:16 +0000 Subject: [paludis-user] Removing unused packages In-Reply-To: <47a330c50812141257h50ad1712gdc2e158261655d70@mail.gmail.com> References: <47a330c50812141257h50ad1712gdc2e158261655d70@mail.gmail.com> Message-ID: <20081214210716.5021ebe9@snowmobile> On Sun, 14 Dec 2008 21:57:42 +0100 damian wrote: > With emerge I used to issue the following commands > emerge --depclean && revrep-rebuild > > Now, since I'm using paludis, is it correct to run the following > command to achieve the same effect? > paludis --uninstall-unused && reconcilio More or less, yes (although Paludis is a bit more cautious about declaring something unused, so if the reconcilio finds anything new you've probably got buggy ebuilds). Just be very very sure you --pretend both of those first. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From esuarez at itccanarias.org Tue Dec 16 08:38:57 2008 From: esuarez at itccanarias.org (=?UTF-8?B?RWR1YXJkbyBTdcOhcmV6?=) Date: Tue, 16 Dec 2008 13:38:57 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: References: <20081211185958.3db1b3b4@snowcone> <083A29C4E5E4274F9559DF6403B802CF265D2F@EXCHANGEGC.corp.itccanarias.org> <20081214142843.5bf77e45@snowcone> Message-ID: <4947AF71.5000507@itccanarias.org> Benjamin R. Haskell wrote: > Based on the way Eduardo is phrasing things, I'm still willing to err > on the side of this being a language-barrier issue, or him not knowing > how to ask questions well (Be more explicit. Tell us what you > tried/did, what you expected, and what didn't meet those expectations.). > > If the actual question is, "What is this 'userpriv' thing I'm getting > a warning about?" > > Altered from /etc/make.conf.example: > # 'userpriv' allows [paludis] to drop root privileges while it is > compiling, > # as a security measure. As a side effect this can remove > # sandbox access violations for users. > > I assumed it was a 'language-barrier'. I have changed group of /usr/portage/distfiles and /var/tmp/paludis to 'paludisbuild'. I just wondered - whether there is no info about that in http://paludis.pioto.org/overview/gettingstarted.html - whether taking group 'portage' out of /usr/portage/distfiles will make emerge and paludis incompatible. Thank you very much. You are doing a very nice work. -Eduardo From esuarez at itccanarias.org Tue Dec 16 08:50:02 2008 From: esuarez at itccanarias.org (=?ISO-8859-1?Q?Eduardo_Su=E1rez?=) Date: Tue, 16 Dec 2008 13:50:02 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <4947AF71.5000507@itccanarias.org> References: <20081211185958.3db1b3b4@snowcone> <083A29C4E5E4274F9559DF6403B802CF265D2F@EXCHANGEGC.corp.itccanarias.org> <20081214142843.5bf77e45@snowcone> <4947AF71.5000507@itccanarias.org> Message-ID: <4947B20A.2090302@itccanarias.org> Eduardo Su?rez wrote: > Benjamin R. Haskell wrote: >> Based on the way Eduardo is phrasing things, I'm still willing to err >> on the side of this being a language-barrier issue, or him not >> knowing how to ask questions well (Be more explicit. Tell us what you >> tried/did, what you expected, and what didn't meet those expectations.). >> >> If the actual question is, "What is this 'userpriv' thing I'm getting >> a warning about?" >> >> Altered from /etc/make.conf.example: >> # 'userpriv' allows [paludis] to drop root privileges while it is >> compiling, >> # as a security measure. As a side effect this can >> remove >> # sandbox access violations for users. >> >> > I assumed it was a 'language-barrier'. I have changed group of > /usr/portage/distfiles and /var/tmp/paludis to 'paludisbuild'. > > I just wondered > - whether there is no info about that in > http://paludis.pioto.org/overview/gettingstarted.html > - whether taking group 'portage' out of /usr/portage/distfiles will > make emerge and paludis incompatible. > > Thank you very much. You are doing a very nice work. > -Eduardo I forgot. /var/tmp/paludis was installed with user paludisbuild and perms 755. It should be group paludisbuild and perms 775. -Eduardo From ciaran.mccreesh at googlemail.com Tue Dec 16 08:51:42 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Tue, 16 Dec 2008 13:51:42 +0000 Subject: [paludis-user] can't understand debug In-Reply-To: <4947B20A.2090302@itccanarias.org> References: <20081211185958.3db1b3b4@snowcone> <083A29C4E5E4274F9559DF6403B802CF265D2F@EXCHANGEGC.corp.itccanarias.org> <20081214142843.5bf77e45@snowcone> <4947AF71.5000507@itccanarias.org> <4947B20A.2090302@itccanarias.org> Message-ID: <20081216135142.5fc262fd@snowmobile> On Tue, 16 Dec 2008 13:50:02 +0000 Eduardo Su?rez wrote: > I forgot. > /var/tmp/paludis was installed with user paludisbuild and perms 755. > It should be group paludisbuild and perms 775. No, these are all decisions you have to make. Unlike Portage, Paludis will not dump you with a dangerous-by-default set of permissions. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From paludis at benizi.com Thu Dec 18 19:34:55 2008 From: paludis at benizi.com (Benjamin R. Haskell) Date: Thu, 18 Dec 2008 19:34:55 -0500 (EST) Subject: [paludis-user] Interpreting "--show-reasons full" output Message-ID: On an old Gentoo system, I'm in the middle of changing from the postgresql + libpq to postgresql-base + postgresql-server split. There are things that keep drawing in libpq as a dependency. While trying to figure out one such thing, I added --show-reasons full, and realized I don't know what it's telling me... Is there a useful description of its output somewhere (beyond "show why packages are being (un)installed")? I just can't understand how the linear list of packages it outputs relates to the dependency DAG. Is it just a topological sort? So, as a simple, abstract case, if the dependencies are: dev/aaa: no deps dev/bbb: no deps dev/ccc: needs dev/aaa sys/foo: needs dev/ccc sys/goo: needs dev/aaa, dev/bbb sys/hoo: needs dev/ccc, sys/goo, sys/foo and sys/goo is already installed (thus, dev/aaa and dev/bbb), could 'paludis --show-reasons full -pi sys/hoo' show up as: * dev/aaa [- 1] * dev/ccc [N 1] * sys/foo [N 1] * dev/bbb [- 1] * sys/goo [- 1] * sys/hoo [N 1] Or am I missing some other constraint on the ordering? The way I (think I) understand it: All things depended-on show up before the things that depend on them. For a concrete case, what does this final portion of this output mean? Is net-libs/openslp the culprit (thing that requires dev-db/postgresql)? # paludis --dl-upgrade as-needed --show-reasons full -1pi apr-util ================================================ [...] * sys-libs/pam::installed [- 0.78-r3] * sys-libs/cracklib::installed [- 2.8.9-r1] * sys-devel/bison::installed [- 2.2] * dev-db/libpq :4 [N 8.0.15] "PostgreSQL libraries." kerberos nls pam -pg-intdatetime readline ssl -threads zlib 10.73 MBytes to download * dev-python/egenix-mx-base::installed [- 2.0.5] * dev-libs/libxml2::installed :2 [- 2.6.26] * dev-libs/libxslt::installed [- 1.1.17] * dev-libs/libgcrypt::installed [- 1.2.2-r1] * dev-libs/libgpg-error::installed [- 1.0-r1] * virtual/logger::installed-virtuals (for app-admin/metalog-0.8_rc1-r2:0::installed) [- 0.8_rc1-r2 (for app-admin/metalog:0::installed)] * app-admin/metalog::installed [- 0.8_rc1-r2] * dev-util/pkgconfig::installed [- 0.20] * dev-db/postgresql [N 8.0.15] "Sophisticated and powerful Object-Relational DBMS." -doc kerberos nls pam perl -pg-intdatetime python readline (-selinux) ssl -tcl -test xml zlib * net-libs/openslp::installed [- 1.2.1] * virtual/mysql::installed [- 5.0] * virtual/postgresql-base::installed :8.0 [- 8.0] * dev-db/sqlite::installed [- 2.8.16-r4] * dev-libs/apr-util :1 [U 1.2.8-r1 -> 1.3.4] berkdb -doc+ -freetds+ gdbm ldap mysql odbc+ postgres sqlite -sqlite3 760.65 kBytes to download ================================================ Thanks for any help, and feel free to ridicule me if I'm overlooking the blatantly obvious. Best, Ben From ciaran.mccreesh at googlemail.com Sat Dec 20 09:29:42 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Sat, 20 Dec 2008 14:29:42 +0000 Subject: [paludis-user] Interpreting "--show-reasons full" output In-Reply-To: References: Message-ID: <20081220142942.6bb476d9@snowcone> On Thu, 18 Dec 2008 19:34:55 -0500 (EST) "Benjamin R. Haskell" wrote: > On an old Gentoo system, I'm in the middle of changing from the > postgresql > + libpq to postgresql-base + postgresql-server split. There are > things that keep drawing in libpq as a dependency. While trying to > figure out one such thing, I added --show-reasons full, and realized > I don't know what it's telling me... Is there a useful description of > its output somewhere (beyond "show why packages are being > (un)installed")? The 'reasons' are a list of packages whose dependencies include the item in question. That's all there is to it. > I just can't understand how the linear list of packages it outputs > relates to the dependency DAG. Is it just a topological sort? It's not just a topological sort, because deps are more complicated than a simple graph. The current resolver doesn't even approximately do a topological sort -- instead, it recursively builds up the dep list by adding in dependencies before (or after, for post deps) where they're needed in the list. > So, as a simple, abstract case, if the dependencies are: > > dev/aaa: no deps > dev/bbb: no deps > dev/ccc: needs dev/aaa > sys/foo: needs dev/ccc > sys/goo: needs dev/aaa, dev/bbb > sys/hoo: needs dev/ccc, sys/goo, sys/foo > > and sys/goo is already installed (thus, dev/aaa and dev/bbb), could > 'paludis --show-reasons full -pi sys/hoo' show up as: > > * dev/aaa [- 1] > * dev/ccc [N 1] > * sys/foo [N 1] > * dev/bbb [- 1] > * sys/goo [- 1] > * sys/hoo [N 1] > > Or am I missing some other constraint on the ordering? > > The way I (think I) understand it: All things depended-on show up > before the things that depend on them. That's correct for simple cases using only build dependencies. Unfortunately, we also have run and post dependencies, real circular dependencies, not really circular dependencies that can be resolved by using installed packages over something that needs upgrading, || dependencies, slots and blockers. > For a concrete case, what does this final portion of this output > mean? Is net-libs/openslp the culprit (thing that requires > dev-db/postgresql)? > > * dev-db/postgresql [N 8.0.15] > "Sophisticated and powerful Object-Relational DBMS." > -doc kerberos nls pam perl -pg-intdatetime python readline > (-selinux) ssl -tcl -test xml zlib I don't see any reasons listed at all there. -- Ciaran McCreesh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From esuarez at itccanarias.org Mon Dec 22 08:29:43 2008 From: esuarez at itccanarias.org (=?ISO-8859-1?Q?Eduardo_Su=E1rez?=) Date: Mon, 22 Dec 2008 13:29:43 +0000 Subject: [paludis-user] set AR and LD Message-ID: <494F9647.6050504@itccanarias.org> I'm compiling my system with Intel Compiler. I wonder whether bashrc is the right place to set not only the CXX variable, but also the intel LD(xild) and AR(xiar) variables. Thanks in advance, -Eduardo Su?rez From joekowalski at gmail.com Mon Dec 22 15:25:14 2008 From: joekowalski at gmail.com (Joseph Kowalski) Date: Mon, 22 Dec 2008 12:25:14 -0800 Subject: [paludis-user] Using portage style sets Message-ID: <44fd6f440812221225t7875ba2bpfef498545b4269eb@mail.gmail.com> Hi, Is there a simple, clean way to use Portage sets in Paludis yet? I'm particularly interested in the sets that come with the kde-crazy overlay. The overlay provides paludis compatible sets in an alternate folder (which can be used by setting the se