From bo.andresen at zlin.dk Mon Dec 1 00:05:29 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Mon, 1 Dec 2008 06:05:29 +0100 Subject: [paludis-sekrit] Paludis nightly (12/01/08 - 0.32.1-3-g19dcef2) : success Message-ID: <20081201050529.GA17102@cannonball> The Paludis nightly (12/01/08 - 0.32.1-3-g19dcef2) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit 19dcef25afcf7943ec036ffdc6c632466f9cd790 Author: Ciaran McCreesh Date: Mon Dec 1 01:12:55 2008 +0000 oops ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:23, finished at 05:05:29 and ended in success. Process 2 on GCC 4.3 started at 04:30:23, finished at 05:02:50 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis 0d3ff4c..19dcef2 master -> master >From git://git.pioto.org/paludis * [new tag] 0.32.0 -> 0.32.0 * [new tag] 0.32.1 -> 0.32.1 -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-15191.gz Type: application/x-gunzip Size: 232136 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-15191.gz Type: application/x-gunzip Size: 230825 bytes Desc: not available URL: From trac at trac.pioto.org Mon Dec 1 15:11:26 2008 From: trac at trac.pioto.org (Paludis) Date: Mon, 01 Dec 2008 20:11:26 -0000 Subject: [paludis-sekrit] [Paludis] #10: Perl bindings for paludis In-Reply-To: <041.1d0a7a2e22328c4774235c263e8a1403@trac.pioto.org> References: <041.1d0a7a2e22328c4774235c263e8a1403@trac.pioto.org> Message-ID: <050.3325e66aa793927fec71a37f93250c96@trac.pioto.org> #10: Perl bindings for paludis -------------------------------------+-------------------------------------- Reporter: Bapt | Owner: pioto Type: enhancement | Status: accepted Priority: IfSomeoneSendsAPatch | Milestone: Component: core/paludis | Version: Resolution: | Keywords: Blockedby: | Blocking: Distribution: N/A | -------------------------------------+-------------------------------------- Comment(by pioto): Other things to potentially look into, besides XS, include: Inline::CPP http://search.cpan.org/perldoc?Inline::CPP SWIG http://www.swig.org/Doc1.3/SWIGPlus.html http://www.swig.org/papers/Perl98/swigperl.htm At the moment, I'm leaning towards SWIG. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Mon Dec 1 15:19:49 2008 From: trac at trac.pioto.org (Paludis) Date: Mon, 01 Dec 2008 20:19:49 -0000 Subject: [paludis-sekrit] [Paludis] #10: Perl bindings for paludis In-Reply-To: <041.1d0a7a2e22328c4774235c263e8a1403@trac.pioto.org> References: <041.1d0a7a2e22328c4774235c263e8a1403@trac.pioto.org> Message-ID: <050.88bf07f4707d5140b82d6b3f0a1567c7@trac.pioto.org> #10: Perl bindings for paludis -------------------------------------+-------------------------------------- Reporter: Bapt | Owner: pioto Type: enhancement | Status: accepted Priority: IfSomeoneSendsAPatch | Milestone: Component: core/paludis | Version: Resolution: | Keywords: Blockedby: | Blocking: Distribution: N/A | -------------------------------------+-------------------------------------- Comment(by ciaranm): SWIG's pretty much unusable, since its support for C++ sucks. You'd have to write a nearly-C API on top of the C++ API, and SWIG that. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Tue Dec 2 16:50:16 2008 From: trac at trac.pioto.org (Paludis) Date: Tue, 02 Dec 2008 21:50:16 -0000 Subject: [paludis-sekrit] [Paludis] #10: Perl bindings for paludis In-Reply-To: <041.1d0a7a2e22328c4774235c263e8a1403@trac.pioto.org> References: <041.1d0a7a2e22328c4774235c263e8a1403@trac.pioto.org> Message-ID: <050.6da23be0ecb105b44ba87a036d712d3d@trac.pioto.org> #10: Perl bindings for paludis -------------------------------------+-------------------------------------- Reporter: Bapt | Owner: pioto Type: enhancement | Status: accepted Priority: IfSomeoneSendsAPatch | Milestone: Component: core/paludis | Version: Resolution: | Keywords: Blockedby: | Blocking: Distribution: N/A | -------------------------------------+-------------------------------------- Comment(by pioto): Replying to [comment:9 ciaranm]: > SWIG's pretty much unusable, since its support for C++ sucks. You'd have to write a nearly-C API on top of the C++ API, and SWIG that. XS's C++ support is almost certainly worse still. Apparently SWIG at least knows about smart pointers and what not. I haven't actually done much w/ it yet aside from peruse some docs, so it may end up not working... But mucking around with XS is just like giving myself a root canal. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Tue Dec 2 19:55:04 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 03 Dec 2008 00:55:04 -0000 Subject: [paludis-sekrit] [Paludis] #10: Perl bindings for paludis In-Reply-To: <041.1d0a7a2e22328c4774235c263e8a1403@trac.pioto.org> References: <041.1d0a7a2e22328c4774235c263e8a1403@trac.pioto.org> Message-ID: <050.25314032282568d0593528c92c6ceff5@trac.pioto.org> #10: Perl bindings for paludis -------------------------------------+-------------------------------------- Reporter: Bapt | Owner: pioto Type: enhancement | Status: accepted Priority: IfSomeoneSendsAPatch | Milestone: Component: core/paludis | Version: Resolution: | Keywords: Blockedby: | Blocking: Distribution: N/A | -------------------------------------+-------------------------------------- Comment(by samvimes): Replying to [comment:10 pioto]: > Replying to [comment:9 ciaranm]: > > SWIG's pretty much unusable, since its support for C++ sucks. You'd have to write a nearly-C API on top of the C++ API, and SWIG that. > > XS's C++ support is almost certainly worse still. Apparently SWIG at least knows about smart pointers and what not. I haven't actually done much w/ it yet aside from peruse some docs, so it may end up not working... But mucking around with XS is just like giving myself a root canal. I tried using swig for the interface with paludis a while ago. The main problem I ran into is that there was no shared_ptr support for perl. However, there is shared_ptr support with python as the target language, and I was told on the swig ml that it will be easy to implement it for perl (though I tried and didn't succeed). So I think that it's reasonable to expect that if there is a swig interface that works for python, one day it will work with perl as well. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 3 16:57:04 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 03 Dec 2008 21:57:04 -0000 Subject: [paludis-sekrit] [Paludis] #678: ZSH completion is soo slow Message-ID: <041.23485611b432f880e4c52983a5812673@trac.pioto.org> #678: ZSH completion is soo slow ---------------------------------+------------------------------------------ Reporter: b2bb | Owner: Type: defect | Status: new Priority: MajorRelease | Milestone: Component: completion/zsh | Version: 0.30.3 Keywords: completion slow zsh | Blockedby: Blocking: | Distribution: Gentoo ---------------------------------+------------------------------------------ ZSH completion is soo slow on 0.30.3 not only package compeltion but also options such as paludis - same problem with all zsh versions -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 3 17:00:56 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 03 Dec 2008 22:00:56 -0000 Subject: [paludis-sekrit] [Paludis] #678: ZSH completion is soo slow In-Reply-To: <041.23485611b432f880e4c52983a5812673@trac.pioto.org> References: <041.23485611b432f880e4c52983a5812673@trac.pioto.org> Message-ID: <050.763f4acd40ea7ab562bfbf27271c15ef@trac.pioto.org> #678: ZSH completion is soo slow -------------------------------+-------------------------------------------- Reporter: b2bb | Owner: Type: defect | Status: closed Priority: MajorRelease | Milestone: Component: completion/zsh | Version: 0.30.3 Resolution: duplicate | Keywords: completion slow zsh Blockedby: | Blocking: Distribution: Gentoo | -------------------------------+-------------------------------------------- Changes (by ciaranm): * status: new => closed * resolution: => duplicate Comment: ticket:670 -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Thu Dec 4 00:21:32 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Thu, 4 Dec 2008 06:21:32 +0100 Subject: [paludis-sekrit] Paludis nightly (12/04/08 - 0.32.1-6-g296b3ad) : success Message-ID: <20081204052132.GA1434@cannonball> The Paludis nightly (12/04/08 - 0.32.1-6-g296b3ad) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit 296b3ad3a3663a841a4575527b93e170f06e04eb Author: Ciaran McCreesh Date: Wed Dec 3 22:15:50 2008 +0000 Make tests work as root. Really this time. ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:27, finished at 05:21:32 and ended in success. Process 2 on GCC 4.3 started at 04:30:24, finished at 05:16:36 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis 19dcef2..296b3ad master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-20894.gz Type: application/x-gunzip Size: 232765 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-20894.gz Type: application/x-gunzip Size: 229547 bytes Desc: not available URL: From trac at trac.pioto.org Thu Dec 4 06:53:19 2008 From: trac at trac.pioto.org (Paludis) Date: Thu, 04 Dec 2008 11:53:19 -0000 Subject: [paludis-sekrit] [Paludis] #679: use/useq/usev break if IFS is set in ebuild Message-ID: <046.73471104414c3e7ee2ed748080232b04@trac.pioto.org> #679: use/useq/usev break if IFS is set in ebuild -----------------------------------+---------------------------------------- Reporter: arachnist | Owner: Type: ebuild-defect | Status: new Priority: Sometime | Milestone: Component: repositories/e/ebuild | Version: 0.30.3 Keywords: use useq usev IFS | Blockedby: Blocking: | Distribution: Gentoo -----------------------------------+---------------------------------------- If an ebuild developer set "IFS" variable in the ebuild, use/useq/usev functions break. Attached file is a test ebuild (set alsa, qt4 and X flags first). -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Thu Dec 4 09:33:05 2008 From: trac at trac.pioto.org (Paludis) Date: Thu, 04 Dec 2008 14:33:05 -0000 Subject: [paludis-sekrit] [Paludis] #680: repository dependency problems Message-ID: <043.58384b128c9dadc9ca16a897a94736e4@trac.pioto.org> #680: repository dependency problems -----------------------------+---------------------------------------------- Reporter: kimrhh | Owner: ciaranm Type: defect | Status: new Priority: Sometime | Milestone: Component: clients/paludis | Version: scm Keywords: repository | Blockedby: Blocking: | Distribution: Exherbo -----------------------------+---------------------------------------------- with the x11 repository on Exherbo, running accerso gives: Unhandled exception: * In program accerso (--extra-repository-dir /var/db/paludis/repositories/arbor --extra-repository-dir /var/db/paludis/repositories/x11 --extra- repository-dir /var/db/paludis/repositories/gnome --extra-repository-dir /var/db/paludis/repositories/kde --extra-repository-dir /var/db/paludis/repositories/media) -d /var/www/distfiles -f: * When initialising NoConfigEnvironment at '/var/db/paludis/repositories/x11': * When creating repository: * When making ebuild repository from repo_file '': * When finding configuration information for master 'x11': * E Repository configuration error: According to '/var/db/paludis/repositories/gnome/metadata/layout.conf', the repository specified by '' requires repository 'x11', which you do not have available (paludis::ERepositoryConfigurationError) paludis at 1228385068: [WARNING no_config_environment.extra_repository.ignoring] In thread ID '4905': ... In program accerso (--extra-repository-dir /var/db/paludis/repositories/arbor --extra-repository-dir /var/db/paludis/repositories/x11 --extra- repository-dir /var/db/paludis/repositories/gnome --extra-repository-dir /var/db/paludis/repositories/kde --extra-repository-dir /var/db/paludis/repositories/media) -d /var/www/distfiles -f: ... When initialising NoConfigEnvironment at '/var/db/paludis/repositories/x11': ... Ignoring extra_repository_dir '/var/db/paludis/repositories/x11' because it is the same as repository_dir -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Thu Dec 4 09:33:42 2008 From: trac at trac.pioto.org (Paludis) Date: Thu, 04 Dec 2008 14:33:42 -0000 Subject: [paludis-sekrit] [Paludis] #679: use/useq/usev break if IFS is set in ebuild In-Reply-To: <046.73471104414c3e7ee2ed748080232b04@trac.pioto.org> References: <046.73471104414c3e7ee2ed748080232b04@trac.pioto.org> Message-ID: <055.91e4404aca12e1c18a0f8b6619997e77@trac.pioto.org> #679: use/useq/usev break if IFS is set in ebuild --------------------------------------+------------------------------------- Reporter: arachnist | Owner: Type: ebuild-defect | Status: closed Priority: Sometime | Milestone: Component: repositories/e/ebuild | Version: 0.30.3 Resolution: invalid | Keywords: use useq usev IFS Blockedby: | Blocking: Distribution: Gentoo | --------------------------------------+------------------------------------- Changes (by ciaranm): * status: new => closed * resolution: => invalid Comment: So don't do that then. -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Fri Dec 5 00:09:30 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Fri, 5 Dec 2008 06:09:30 +0100 Subject: [paludis-sekrit] Paludis nightly (12/05/08 - 0.32.1-11-geb990eb) : success Message-ID: <20081205050930.GA14854@cannonball> The Paludis nightly (12/05/08 - 0.32.1-11-geb990eb) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit eb990ebbb519b7363e2a4e9d999339677743cd3d Author: Mike Kelly Date: Thu Dec 4 19:35:40 2008 -0500 Speed up Layout::package_names() This provides a reasonable speedup for paludis --list-packages and cave print-packages. ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:21, finished at 05:09:29 and ended in success. Process 2 on GCC 4.3 started at 04:30:21, finished at 05:06:47 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis 296b3ad..eb990eb master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-12986.gz Type: application/x-gunzip Size: 231959 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-12986.gz Type: application/x-gunzip Size: 230478 bytes Desc: not available 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-sekrit] 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 ciaran.mccreesh at googlemail.com Fri Dec 5 13:53:24 2008 From: ciaran.mccreesh at googlemail.com (Ciaran McCreesh) Date: Fri, 5 Dec 2008 18:53:24 +0000 Subject: [paludis-sekrit] Current branches Message-ID: <20081205185324.3ff34a7c@snowcone> Until 0.34 is out, we have two active branches: * master is 0.33, which will be released as 0.34. Apply everything here. Note that threads are now always on. * There's a 0.32 branch. Apply anything useful that doesn't break ABI here, since there'll probably be a 0.32.3. -- 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 bo.andresen at zlin.dk Sat Dec 6 00:04:17 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Sat, 6 Dec 2008 06:04:17 +0100 Subject: [paludis-sekrit] Paludis nightly (12/06/08 - 0.32.2-18-g26e9d4a) : failure Message-ID: <20081206050417.GA2781@cannonball> The Paludis nightly (12/06/08 - 0.32.2-18-g26e9d4a) build resulted in failure. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit 26e9d4a80c83fa61580e54b9251713e733242365 Author: Ciaran McCreesh Date: Sat Dec 6 01:15:24 2008 +0000 Kill more sr ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:26, finished at 05:04:17 and ended in failure. Process 2 on GCC 4.3 started at 04:30:27, finished at 05:02:19 and ended in failure. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis eb990eb..26e9d4a master -> master >From git://git.pioto.org/paludis * [new tag] 0.32.2 -> 0.32.2 -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-28341.gz Type: application/x-gunzip Size: 136973 bytes Desc: not available URL: -------------- next part -------------- BZh91AY&SY???+V??????????????`b?|?@ ?) )!@(?4?RK&RN0??????B?Td2???? ??P?hQ@ (??24?T?dh4@?4?i?Md4i?c??h4?? 4i? ??2 %?U$??LL?@14?4?hdh ?????4h? ???D??R??I$?;??b? ??eL)??iS ??**~ M ??d?J??[?I??$???3????K,???????????g??6?????? ?2???+(?qU?Q8n?,.???|?&?_??]u?????G??????Y??Y??b?????W???u?u??v?n???F??????????u?????u??j??u?u??0Ye?SFe?FZ?j?$?I$???Ir]u?l???f???????U?{????.?<:??4??lN??*VY??TM@??1U&"*?>??}??8c?????????????????M???p:???,??????]v?.'????w???e??'e??n???????''??cF?5??????sg??,?????}??a?tj?????u???^???|x?uuw0?2??w0?au?Oe7R??????).??R?a?(?????Xw?J,?u8?'5 .????8\?????UUJ?????????)??e??>?????v}???v eY?)s???????%.?R???N S.?R??E???"q??> ????$? ?"]??R{?v.??????s???????fN??"3?}K??R????E$YE? ??*?Z?h?ED? $??4*gG:>?-? ???:j??c??oc??????=?]vZ2?????C??O3?kh?l?x??o????.K??e??d???SQ??9??)?tO?WU'TuE?}???1'?8u= ????{6~?????4&??::?;?????:??^?d??8y?I??J??3RI# ?e#???\??]????E ?O??sA?'0Pli??f?'5H???p??w????vy,????l??*?)t^HYq??G????XX???x????c?K({???X?????7?> ?D???8F5?????*Q?6??k??&?????4Q?(?48.?C?Q5(o?????,??;?????n???6??m&???????F?'Crw?N?R???IJ????E0?????.?y???;?N???????Y?>???????? ?q?z,???aM?ux ?ZQ?}w??I?5 ?#??e???????~$jw?MM????FN??rn7?QO??|??????0?p??-??9Y?mScr?0?)?Ja?????? ????????J ?????Gg???g3???M?2"???/??????9??YdYu,???V????XRO? 5S??tm???%P?2d?z???????4?h?????'???????s]f?h????[F?V`????W{??????%??!???.?M?.?2???.?w??nG???T? SW??_?9???X?'T?r?os???\??f??????Ge????vD???\?=????Y:a?b???*w?V????6X?g??rNo??p?????O?Nv~?k$?Wj?Y?2v??4J>??r?9?????r?6?????????n|???w???v?>??3??Zz??????????r?? ]??Tx??h9&z#??s# ??Q~??Wz??i??Wrz)g??L?R?L??Vl??:???8 '}Js?,??)Fs?????^?~D,?? MZnS7ReNK2???<:?Sg???E??w???? ? ??9??$7??%?f???n???R??K-{]_?2????R???U2?T?_????????Y??+;?45fl???7????^:????:???3????????????????e?K????v?/??|??O?p?~N?j??????tw?~L sS?k???????k&??UD??S??b?$??I?L????%UJ????Id?T??a?0,?JT??[?O??? ~w?????u???? ??2?Bwj??????????,???QU?4????Y)0???e)<;?6?G??%????D}??P??9?JS?&j???9?%2J3??I8|???m?q}?'??Y?~?g??--?W??K *I!p?bn?,????6??UUxR?*?,???$?Yc3*I2?$??JRI)RY?W ?' ?A? ??RI?S R$Uq0L$??H??'d?;?U+????K*R?[? )??m??J??m8??9?u???????\?????G?T@??'?fu?S: R??V?kD????b?????f?=4????:DG??R?????Ee? ?0????D?g7??j??q??f!u?????cnI?????x?$9?OqM[??C?uD?.>???]?h?#G?N????I8P??H??)?J?N? ??7?5?&!????VFSIS???!??e)D-,?l??d?{ ?D?B?{?v'?VS?.?&O4??&^??'?%?Osd6P)?G7?T??h?H?5"??r?? KJ)??6?M??:2&?J#y??`?t=??G?.??Qe??Wc?E)???ZxD?????c? ,XR?=?4X?HOrN;??jZ*??D??$?:?"pO?w?%?F[9?;????5nuF?"?R??4+?]????o??8Ta\???].?>??:??????S??*{?1??Nv?F??4?K??4?3?y?N?L?Uy?a???; ????46H?p??z*.RO????K?????C?;??&t]Y????c?d?%? 7eN?%??&??`?B\?&????sIt?F"?'????f??E?]???#'%2??E??-CDy2?(?v??7?r??j?8y6w:???nuX????t???fy) ????XX?Ho??/?Z??c???MweW???=??*;?$uaD?*???mUFI$????"`?$??Tr='?>?U*?????u????????????????(?E(??%B?(??#/????? ?s~?e??????????s??? ???d7z??F?l??4e?nvSV?N?T?(???????'????uL??a<?T?W''b?ggg ??7?n ??W???a???[?????sad?????N???]????.~?' ??N??p???\?N?I#n]??);&K?%?It?$????9???T?).Y?.?T?????t???|???A??O?:?)I?(??;?ST]:??FI????Y??)=P?$H????ty:?IJx?Ic?E????S?N6#?E%D??tx?|??Bp?M??RP??? (??Q??RR????ru?y?(?????me/?????M?a???$??D??J,??%??q??De?t????a R????P?X??5d?x??????]??'C)d??Ys?)D??E?I$y???DF?TL,?8n?NxL5????H? ?<.?????= ??rp?R??RX?54 OWT?a?,??K6J7?? ??$?2??)HRS?????"?????h"5?K=?e??YD(njQE?.??e5Y?F?=?r{X????\??I?|??s????&??;??R????K?$???B?G??]$a ????&??(?95Ig???:?4`?q??Y,w:??e?Y?au?.????%?r)I???&??uI??a?K????bKJ?TJ?UJE)MS????RD??e?NG?}? 0?rR?y??aRK ??v?.??E$???????N?\?%$??o?w$S???t?$?L?k????I$?,??j??&T????R?,??'??????Y?5.XVj??a).w???mK<? ?Y????M[?g ???????'A????&?6?oC??????p.??O$???G?)???????)b??)?e???JI??y?7?&???Dn????B$l$0'gT|n?E?????#"?&?O4s9?R:?l?D????Z5???!D?92???e$?$H?)D???S?I9?H?X????@?E?6pY8?h??R?8sS??$?e????Tp6??a??.??KB%??????J)?E???????? R??O+X?EI??????]",?H?XE%???}Q"???$Dj??D???H?XD???????,??x!hI???Rh?3)5Bn?Pn!?}Z??Y>?.?J?u???U?H??"*H"?JQPJ????????????G?\?Ig??nn??jD????R???rw0a+Pi0jo???RN/* 5????R&??IH?Y)%?QD?U ?YAD???bI?t*,TR?E?''G$?'???#??08N????e?RrS???????8J?wB92?.??a?????ad???S??????rSb?I?{?a???g????~?5???ttL'C?}?#&^ct????>???Q??G?re1$???.i?U?:?+?bD?=??U!J ??5p%????%LX????Q?t??)???*H????B?C??G'???sP??GRR?????H2?N?Y*JT?JEA? ,P)??4Y ?A?'?(2?ju?&???D?F|*Q)=S?;?'???? ?GA?V?lq??0???l???n??0???O?,?&?I"\?F?:?? ?!?????^R?E%x%????I X]???*??q$?0J???p8.???"\??y??&???e??:&?-?#g4?????R?f??!0?R{??+S}Z???im?T??~L??M ?"?E#+????H?h?SU&?.pMM4???ok??z???b7???????w?v,?6a0??avBX???{?P? eVHee??,R?JS???uHX?X???0Qd??BQIRRT?*?P4\??0?J/.,??0? RI))"?0??,????? ??E)?7s?O?v??}?????$??2R???J??D?aq?YE!HH?'??2":?P??I[&?x:??>i"??:=Q2?6/?? !?JRsdhIE ????5Ba?)'???????J,y??)JIIB??"{??????AeD?'?T????.RN???_J???b?FI????9IG".\?]G{??JP??$??'??n??at??????T?R{????r?{?au):Y&???rv?D??T?$?????????+F??,?z?M???0??X??F??7??R??p?n?W???jVXj?N???sB`?0??wWs?97,??|SE(c????~?????q???o?m2??58]9.Id]w ?K?L4Y:??)??X].S?F?)8<???^\?????6XsJ).l??s?????bs???,G???RN???uI?!????V]?H????u?,?????2GjWTm?Ig? I??? JK???I4~???6?QI,????+-"*???R??uQL??P???7a???? ?>?JI?E2?????v]?0???;??j??%???_?)???,???QI9?l?27!D?I?0?zU%{???(??d?8????)?R?w??%2????n?b??JY??)&?{?e6X??]??U??f??MU??-?V?U????esY? ,??M?d? tE???XK??AL? ?LH??V??.?M??R?GfR?:??a????B??0?.?G5?NM?????suII4%?????zC??tR"j?Ht]bsj?????2?U?.?,??(?? ;?40?n??`?I4jK??(??????Dd?J?5?:????T????d58#????? ?D???z?4)$??P~??M? -?????e)?+?T???????z{??[??????#??~????? 8Q??????6TI?}o}Ue"?pG?:??????"??'??L?uX?n??t???h???????D???bG???N?D??N?2z,YV???A?L???y???$??G??6?BO,S?? ?;?J?a?I???r& -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-28341.gz Type: application/x-gunzip Size: 135644 bytes Desc: not available URL: -------------- next part -------------- BZh91AY&SYw??)??????????????@``/` ?(?PD???S#ML???SM 2@?F?4?d?C at 4 h ?4???c? ???2?@2????L)?41F?@ 2 ?4444@b??M ? ???hjb1?D????F??DFS??Y?0?R??)e$|?P~?%?R? ???'??Lc?????N?D?K"D?????U?1?I3RB?),???),???)D?L??)u&I?`? ???K,???????N?/k??8??L??S?nv%'g???C??J?RF(???D*???'?B???)????D???a4h?"?h??u????q=mXv??K??u??????]u?,??? ?v?????u?v??a??]vmZ??q]u????u????????U?u??`??S6d?&?4R??)JR??)?u?)J|]u)?E0??f???K?????]V?Wud?d???V>??Ug?f?_???2?.tDR?D=????TuIY???H\?m???)?X1?rK ??0?G3O?A??n?j?????????????;???uJ]???g5::?9?????e?'??????Y?X?c?Y?>????????94aJn??!?.??u??w?M??b???nn?0??c'???]u???M???y?s 0R??w????)u=??d>?tx????qX??M???T6{?? ?????J(?)J(?,??z??%?)????>'??g???$??PK(???????))B??(?K?????} Sr??sYF?e(l;S?qt?h'???sQ?y?#?i??K??;\T?$??OR?????????O???&??????N?rRE?Y??h2Q?(x?!I%tQ??????g?? ??{?x?!c?>??w??K??&l>?C?O??O??Y????? )K??I?w%,??n???q>??N???~'a??5D? ?%Bd?~\g8??N$ ?&}?^?KI??n=?bOD???$??Rc?INd???7b??Wj????(M?~c?8???(5?(qI?S???H?d?????gcL?w??!??S??ON?)P%QK???js?8????4??,? ?X{l=7??=????]gs?#?O?.?M[??????Ws6n.H?!sY?9+t?!JE??$l????2??)RI??6f?7d?????0R??R??,???&????????????;?d??? ???????f???0?<?????6ss7?????????9;\x?rY?.?R??rt]????9?|???G??Ws??%?XpqX??????{????? ?XR?+?l???dNNf??O?C%?x?aL??uL?????B???j??lj?&?%?x-?HG?sD??-???`???S??%8>???L??fe???)?G?Y??I?.?c%????x.v??/?:???O????)?G&?"?S??&jd?/&???4MW9??k???nM???S|50?H???2v2z?????4C ??4]???v)D??U*I?DYh???J(??R??R?Q)D?????R?J)D??JQ)D??J PR????)J%(??????FI??D$?????O????:?"BR]??OG???}Jl??G?O???2???????1b^??%??K%?qSt???a?EFqQGgg\??T?5R??? d?%"?y????)?K?'????,w G?u??? j%?AyS(u??*?)J~e}?????6dl?????e?0?x=????? ?????J???L?eU????*z???????Z5????,{[<]D???'h??????"O?w'??)B?!`?R?????Q??????E?????? ~???r?S???YD??? ?$?)dS???YD??}?c ??{?????? LYe0??q??????)??o??j)e;J{????G?8?~G?>gr#g?G?E??*d R?ba???y?????{?DU?2?qs:S??????.?yoP?? ?f?H[R?K~??)Ze?0???l@???d?g??.?.??#&L?D.?????M??cq???W$? ???;?rY$?? ??????Za????j?.???e?r?Ut?? S?a? f???,??X???Qf??GG?jR?z???$J? {xV ????Q)?=?)c??"????)J=j}k.?ak-R\?????????{j??4L??????:YR?DY????????????wL? O?2K?? *???}????????v ????Z???0???????'?Y????V?6f?9??7`?R???%aY3?7n?fIfkSVMh?cY??j?UF?????]????4*???U?&??T??0??c ?Ys ?Yye???????/.??j??C?O?V%?H??)?.??QTa???V????iJQS?f??m???j?DT?"???K??Y??j???5.?? (?d???L?,?0m?U?? RR?U???????Y?%RU4?SU??R5Q?!?u?)6P??7P???]Ce?TN??V??o?????????3R??pN-#?Qe?gAw5??]??vj982h?v?[S&???U?4]?E)v???i?}??SU?mO?x&??????I$w5FZ??w?????~#?8?>?cV????? P?JB)?K)JAr??P?9?F )T?T?d?N???%?B??Q(??d}J2ae(???????;??Jv?#??f??L%?y90? ?P?gHS?,O?0??R??)JR??)JR??)JS??F??$s(??l??l????q?R??!L?M|? ??&??CL vDm?/G??a?????3?j?SW?Nn?,L??x|?a?w?r]???Y?O?????=^l?l?8;???)????????????l?{???;;?????i?R?z?&????????_?G???2K%)??u??cI?????%?R???GW5?.Y??R?p???l&&????a??.?OZ$??|H?????R??"R?>w1D?R??}?w$C??l$???{???gw???\?tWZ??"0?Y??I#c ?h???B?_2y#??).??B\???f??s H?yK??(,?)b??0???)?]'??O??R??L??c???%)?Y????&?N????YJy]???????)Bv??f??K4IL9)??u2)?????e??ba????N 8???I?????b?????????+? $?J?N??N ?p,?G? 5B???$?;???D?*??? I??ae???L$?j?a?]?f?#7?????n?I(???,??R??A???K3R)!d?RJ(?YdYe"JL?245C%?d???V]5Y?E?3L????d4z:w??$?????>JI??B?????T s7Q??>)d??3I$hC??JI?u$?KJ???h??%????R?'????L?Qe??+??7?????D?\Dy?7Yb???Ok5???a????????;??F?7'?;?&?)N?gc0????`w??FO?+?]c????M?W?(??O[g?%?8?L&?? ????f?M)?R??ivrQE,??G&?Nigbj&bd? 4?E?mT???6MT\????d?X?K?fF?R??J??B??I"??I${?-?'b;T????{ K?H?aN?*UUB????56L?j?H??D??T???B.pIK?]?&?b??)I=??F?,?48? R?)HR???a8?(f?Xy??????I?l????f>-?M??pQ??iH??$?'4?))RQJ)J3aN'???&h??U]%???z?.??q,?5Y$??fv8???3G$???L)??z?Hf?L??Ip???R?N??????? ]'???2????d<????g??|VXQO3??rv)??x??x??+2w?? ?-"??Hf??B????;???]9;??j??9".8???G?U??gaG%(?N #??[a??Yt?)?&??"4v??{??????4w??U??L????jU$?,YN??E L?S???l?&???;???D???ID??$?????X ??XI2y?4ej?KB??r'?GQ????'?????r?I??? ???#?%?????????????????b?`?????????j?H???I?/Z???$??????5H}???f?3_?????g????)???)????L2fK??;XHQg?I$b)?x?9??!?5f?]???)?K+fM4w?~V(?fh?sp??j?7w?usN??r~???A?'F? d????x?rZ?8c??Z??2_?Y???4?K??#? &?UUUU]I(]$?????<?????}>?????'?]???????@???(?E(??%B?(??#'O?>???3?"??:?v?jwG'????????ce?Z????p\???????\????Q??U????3?SU2??FL6j?C?C?3dz???b?i??.???N?f?f????C???t???????????????????;??aor?*%???))$G????n??Jz=O??3Y?$??"^I.07x ?????G?L??'???3)eR?~!!G?? pX??,???e9??(???.?6???? )R?U ?$x???w=?jj??K/ ?????5.?$?5E5|??s?G??XNoz???%>??c????F??N??t???.????~???#?'?F?jp6%%?%????w.??;?&J\l6=???nb{??NF?d?SwR??Nd,???Rfbdv?K5]K$8??D?QT???)"?? )?'?g"C?2%??? ?$??????(??????gs Z?k???E0?R?0]??`? ?????u!?#X???%??,??X[4?d?K??=?%(???h?????\????Y?Rn???,?K???????? ;Z.???Ng??dx???D?K?I?A???f?F???L?R?uHK?? ??6 ?8??%?'D?;?A???,???? ?#?bd??B$?h????,?E)K)??-rFk ?]"??aqEE?,E?-u0Yt?$??%?a!r???aE?"?)t???P,? "Rz?"???I???B?h??)????tw?OZ???I?????w??uql??c?ag??l??"??4?T???N??$S??)#????rO?q??????5?????????>?)gj????uf?'????&????:??7GD???6,>K?~-????????3??K????????z|??r}/?jS?Q?{ .]?&?ibY???f??%)?I?,?????Q?W?k6Z??RB??\???H??3(?sF???$?'i??!????|?????d??$?FigP?Rl???IND??=?D?R??RL?????J } ????E??;P?tI9.???T???O?d?'?{?%??I?????u?MY?dt].? b?n??eh??B?S??.])???2Ry?)I)eqt~?O??n???$?> c?E*????J!APU"U%TUln??I??Q?x? J?R?K$??&tU$&??%?0????B??L?????>a5d??r?.' #A??Jlh?Oye?.?8#??E?Z???u*Y?????jD???RB4??? 72??(tf?+7??BX???)r?3],?Yb?]e??f??)?-??]"?????d?R???NP??fRqi?N?9?(FE#w ?%0??l?(?j??=??$?YL(???S??????5S?'??`?????B?????O/?????????I*FIQe)??#?=?~??z?7?????e;?UF???#?Ot?\??$????????3b?rre?,n???gk ?????2?????O?P8?X???,uh?$?K)???(N*)IW??Jla??:)?????F??Qr????ae&?????!EG??z????????D?st?D?F?h??),??& a0??* Q?oaL%Dpf?]f0?u.??J?9.?.Yl??]?Qt?0?%?]?m?]??d???%z?f???$??$?K??)r?z?%=?]%8??Q?%&f?,?d??t??`??%????J?u?IIw??0?d?2?%Ir?$?.????2JKG??y<+?Fi RA??IJQQ#iP????q?????#dA?(???????Rs?)IE?:??Y)?,ptK?j?N???8?IG ,?M?,? ?Q%(?JIE$?Q%?)E?PR.at?.????RH?d?N &F?m?k$$)?Ct?z??ZN `???t??O?M?a)K??n?-st??,??/?qS???,???f[e???Rn???l7|?v?w,??I'ad{?#?a9??22x ?9&?H???N!89$}O&??O1??3h?W7EpB?BE???*??Rl?,?-?J)+r?UR????)t??("H??#?\???'? ?????G?lK?N*?????6a? ???)RI)???d?93Y WHa ?&?;?=?'???r?EJO#??:?'?2Q??3?????2w<K;???????S??OH]I'jX?2T?%?2d??`??z?S&?l; ????R?J?>????d?h?7???(?)JN??J:?~?"(w?$????I4sl?H?6R?????"~?#F?]&?????hL#DD???8:)??d?%*???R?c?????I ?????|??s?.?V?#???aM?.?\?e?WL?Y????P?????a?wcGB?? ?? ????I??F?Hd??????Et?!??xK?Pf??Y?Z?)E??)D??IsH?=N?q"M8GR?RTH?{?Ik(Y"???????*?+????p??\??Ie_%?????????A?l??d????H???n*MeRK2DYs?Y?a?EY6Jf]????E2]?uE???sF??9??????`???P???u)??;?K?e 8'?IoB?O?$??,?????j?2?y?,?$?Xd6^?I^|VR?a'??v2Iw??Bs'?45'4??uz??JHMDr]bqh????&e??d??"3=?4uH?I????4%$H?.?????G7q;?B?S&?N?G?a????C?????(??.????!t??:?M????D??}?????C??>???????'??)?}D??I???M#U!t?x;M????)"D)z??e?R???Q2G)$????R?Q?Q?9),e8?8?!H?2?????>O?BR?TU(??J*???????dieFl"q42bI??j??M4NFat??8>?~R?>g:J#?} @{??I$}?u?'a????Wh???c4???W,`????m??kh???"???,?E???u????Uw~'?Ud?zj?$7'?9????ZE?+?&O??)JS ]E?M??E:23]'?MtF&K$?HRG????*M?P?Ba9???G?R?J?O!?>??%??L???R"?0&?????e'?(?u?RT5I?rE8P?w?? From trac at trac.pioto.org Sat Dec 6 13:41:10 2008 From: trac at trac.pioto.org (Paludis) Date: Sat, 06 Dec 2008 18:41:10 -0000 Subject: [paludis-sekrit] [Paludis] #76: paludis --list-packages / cave print-packages actions are too slow In-Reply-To: <042.d48831bfcfab1997e9ac975bdb92145f@trac.pioto.org> References: <042.d48831bfcfab1997e9ac975bdb92145f@trac.pioto.org> Message-ID: <051.876ad2fb6d6842d1a8a8a5a42857a918@trac.pioto.org> #76: paludis --list-packages / cave print-packages actions are too slow --------------------------------+------------------------------------------- Reporter: pioto | Owner: pioto Type: defect | Status: accepted Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.16.2 Resolution: | Keywords: Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Changes (by pioto): * status: new => accepted Comment: Forward progress made with eb990eb. Dunno if I want to mark this as FIXED yet. -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Sun Dec 7 00:05:45 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Sun, 7 Dec 2008 06:05:45 +0100 Subject: [paludis-sekrit] Paludis nightly (12/07/08 - 0.32.2-24-gb3183c7) : success Message-ID: <20081207050545.GA16865@cannonball> The Paludis nightly (12/07/08 - 0.32.2-24-gb3183c7) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit b3183c71e4bdd6a85978f4e887092090489dc009 Author: Mike Kelly Date: Sat Dec 6 22:18:09 2008 -0500 Fix upgrade_TEST. ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:56, finished at 05:05:45 and ended in success. Process 2 on GCC 4.3 started at 04:30:57, finished at 05:03:12 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis 26e9d4a..b3183c7 master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-23002.gz Type: application/x-gunzip Size: 224942 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-23002.gz Type: application/x-gunzip Size: 223706 bytes Desc: not available URL: From trac at trac.pioto.org Sun Dec 7 09:58:13 2008 From: trac at trac.pioto.org (Paludis) Date: Sun, 07 Dec 2008 14:58:13 -0000 Subject: [paludis-sekrit] [Paludis] #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES Message-ID: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES ------------------------------------+--------------------------------------- Reporter: NikeL | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.30.3 Keywords: avr toolchain crossdev | Blockedby: Blocking: | Distribution: Gentoo ------------------------------------+--------------------------------------- Crosscomplie fail while ebuildscripts not allowed to change SLOT and CHOST variables. My solution is to create cross-overlay repository and where category cross-avr and symlinks for sys-devel/gcc, sys-devel/binutils and dev- embedded/avr-libc. cross-avr must be in profiles/categories. And this must be added to /etc/paludis/nashrc: if [[ "${CATEGORY}" == "cross-avr" ]] then PALUDIS_MUST_NOT_CHANGE_VARIABLES="" fi At least SLOT and CHOST must be filtered out of PALUDIS_MUST_NOT_CHANGE_VARIABLES. Those variable will be set correct for crosscompiling. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Sun Dec 7 09:58:42 2008 From: trac at trac.pioto.org (Paludis) Date: Sun, 07 Dec 2008 14:58:42 -0000 Subject: [paludis-sekrit] [Paludis] #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES In-Reply-To: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> References: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> Message-ID: <051.bc9b5f31402f8c78c48beb929f41c3fe@trac.pioto.org> #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES --------------------------------+------------------------------------------- Reporter: NikeL | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.32.2 Resolution: | Keywords: avr toolchain crossdev Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Changes (by NikeL): * version: 0.30.3 => 0.32.2 -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Sun Dec 7 09:59:34 2008 From: trac at trac.pioto.org (Paludis) Date: Sun, 07 Dec 2008 14:59:34 -0000 Subject: [paludis-sekrit] [Paludis] #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES In-Reply-To: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> References: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> Message-ID: <051.d4f99d65a1d34aab0a9c89b2ed72f870@trac.pioto.org> #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES --------------------------------+------------------------------------------- Reporter: NikeL | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.32.2 Resolution: | Keywords: avr toolchain crossdev Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Comment(by NikeL): /etc/paludis/nashrc -> /etc/paludis/bashrc if [[ "${CATEGORY}" == "cross-avr" ]] then PALUDIS_MUST_NOT_CHANGE_VARIABLES="" fi -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Sun Dec 7 10:24:37 2008 From: trac at trac.pioto.org (Paludis) Date: Sun, 07 Dec 2008 15:24:37 -0000 Subject: [paludis-sekrit] [Paludis] #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES In-Reply-To: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> References: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> Message-ID: <051.5dd91d1a95a254699b0770889239a6e0@trac.pioto.org> #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES --------------------------------+------------------------------------------- Reporter: NikeL | Owner: Type: defect | Status: closed Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.32.2 Resolution: invalid | Keywords: avr toolchain crossdev Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Changes (by ciaranm): * status: new => closed * resolution: => invalid Comment: Ebuilds can't change SLOT or CHOST. Doing what you did will just cause very nasty breakages. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Sun Dec 7 10:45:11 2008 From: trac at trac.pioto.org (Paludis) Date: Sun, 07 Dec 2008 15:45:11 -0000 Subject: [paludis-sekrit] [Paludis] #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES In-Reply-To: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> References: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> Message-ID: <051.39a0dd1910b2d1e0d907384e40d39fec@trac.pioto.org> #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES --------------------------------+------------------------------------------- Reporter: NikeL | Owner: Type: defect | Status: closed Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.32.2 Resolution: invalid | Keywords: avr toolchain crossdev Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Comment(by NikeL): Replying to [comment:3 ciaranm]: > Ebuilds can't change SLOT or CHOST. Doing what you did will just cause very nasty breakages. Why? And how do i crosscompiling when? -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Sun Dec 7 10:50:41 2008 From: trac at trac.pioto.org (Paludis) Date: Sun, 07 Dec 2008 15:50:41 -0000 Subject: [paludis-sekrit] [Paludis] #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES In-Reply-To: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> References: <042.c746dce54e56fd8776021a1ca9ec12cb@trac.pioto.org> Message-ID: <051.421701de47de20df27432a64329fb35c@trac.pioto.org> #681: avr toolchain: must not have SLOT and CHOST in PALUDIS_MUST_NOT_CHANGE_VARIABLES --------------------------------+------------------------------------------- Reporter: NikeL | Owner: Type: defect | Status: closed Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.32.2 Resolution: invalid | Keywords: avr toolchain crossdev Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Comment(by ciaranm): Ebuilds don't support cross-compiling. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Sun Dec 7 18:48:34 2008 From: trac at trac.pioto.org (Paludis) Date: Sun, 07 Dec 2008 23:48:34 -0000 Subject: [paludis-sekrit] [Paludis] #682: paludis --install --dl-upgrade always --pretend world is doesn't work ok Message-ID: <041.127753c0866701354eb4de1441510c46@trac.pioto.org> #682: paludis --install --dl-upgrade always --pretend world is doesn't work ok -----------------------------+---------------------------------------------- Reporter: olek | Owner: Type: support-request | Status: new Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.30.3 Keywords: | Blockedby: Blocking: | Distribution: Gentoo -----------------------------+---------------------------------------------- why: {{{ #paludis --install --pretend --dl-upgrade always world These packages will be installed: Total: 0 packages * No unread news items found }}} but {{{ for i in `cat /var/db/pkg/world` ; do paludis -ip $i ; done > somefile && cat somfile | grep -v ^$ | grep '\[' | grep -v '\[32' | grep -v '\[R' * dev-libs/libxslt [U 1.1.24 -> 1.1.24-r1] * app-text/build-docbook-catalog [U 1.2 -> 1.4] }}} here is my bashrc file {{{ # bashrc # This file created by portage2paludis.bash CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer -mno-tls-direct- seg-refs" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" }}} and here is my environment.conf file {{{ # environment.conf # This file created by portage2paludis.bash world="${ROOT}/var/db/pkg/world" }}} -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Sun Dec 7 18:57:32 2008 From: trac at trac.pioto.org (Paludis) Date: Sun, 07 Dec 2008 23:57:32 -0000 Subject: [paludis-sekrit] [Paludis] #682: paludis --install --dl-upgrade always --pretend world is doesn't work ok In-Reply-To: <041.127753c0866701354eb4de1441510c46@trac.pioto.org> References: <041.127753c0866701354eb4de1441510c46@trac.pioto.org> Message-ID: <050.6e5a5d5c687d9a57c1cb92639abcadb1@trac.pioto.org> #682: paludis --install --dl-upgrade always --pretend world is doesn't work ok --------------------------------+------------------------------------------- Reporter: olek | Owner: Type: support-request | Status: new Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.30.3 Resolution: | Keywords: Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Comment(by olek): Oh i'm sorry. First message has a mistake (version of paludis is wrong). {{{ # paludis -ip paludis Building target list... Building dependency list... These packages will be installed: * sys-apps/paludis [R 0.32.2] Reasons: app-admin/python-updater-0.5:0::installed bash-completion -doc -inquisitio -pink -portage python -qa -ruby vim- syntax -visibility -xml -zsh-completion build_options: -optional_tests split strip Total: 1 package (1 rebuild) * No unread news items found }}} -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Mon Dec 8 00:05:50 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Mon, 8 Dec 2008 06:05:50 +0100 Subject: [paludis-sekrit] Paludis nightly (12/08/08 - 0.32.2-26-gae39fcb) : success Message-ID: <20081208050550.GA24318@cannonball> The Paludis nightly (12/08/08 - 0.32.2-26-gae39fcb) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit ae39fcba8a7354fe31e73f8ee6b6898356260524 Author: Ciaran McCreesh Date: Mon Dec 8 00:10:33 2008 +0000 more dead sr ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:21, finished at 05:05:50 and ended in success. Process 2 on GCC 4.3 started at 04:30:20, finished at 05:03:19 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis b3183c7..ae39fcb master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-30638.gz Type: application/x-gunzip Size: 224327 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-30638.gz Type: application/x-gunzip Size: 223177 bytes Desc: not available URL: From trac at trac.pioto.org Mon Dec 8 09:35:54 2008 From: trac at trac.pioto.org (Paludis) Date: Mon, 08 Dec 2008 14:35:54 -0000 Subject: [paludis-sekrit] [Paludis] #682: paludis --install --dl-upgrade always --pretend world is doesn't work ok In-Reply-To: <041.127753c0866701354eb4de1441510c46@trac.pioto.org> References: <041.127753c0866701354eb4de1441510c46@trac.pioto.org> Message-ID: <050.316b3135acb25d3ecdec487079def3c8@trac.pioto.org> #682: paludis --install --dl-upgrade always --pretend world is doesn't work ok --------------------------------+------------------------------------------- Reporter: olek | Owner: Type: support-request | Status: closed Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.30.3 Resolution: worksforme | Keywords: Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Changes (by ciaranm): * status: new => closed * resolution: => worksforme Comment: Plenty of possible reasons, mostly involving = or < deps. --log-level debug will tell you for sure. -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Tue Dec 9 00:03:53 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Tue, 9 Dec 2008 06:03:53 +0100 Subject: [paludis-sekrit] Paludis nightly (12/09/08 - 0.32.2-34-g12a065f) : success Message-ID: <20081209050353.GA1306@cannonball> The Paludis nightly (12/09/08 - 0.32.2-34-g12a065f) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit 12a065ff94baf61a8d16576e3e76e019013c3d85 Author: David Leverton Date: Mon Dec 8 23:35:36 2008 +0000 Fix ** in package.keywords ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:21, finished at 05:03:52 and ended in success. Process 2 on GCC 4.3 started at 04:30:22, finished at 05:02:18 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis ae39fcb..12a065f master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-8518.gz Type: application/x-gunzip Size: 223901 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-8518.gz Type: application/x-gunzip Size: 223035 bytes Desc: not available URL: From trac at trac.pioto.org Tue Dec 9 11:25:06 2008 From: trac at trac.pioto.org (Paludis) Date: Tue, 09 Dec 2008 16:25:06 -0000 Subject: [paludis-sekrit] [Paludis] #201: superfluous video card use flags with xorg-server In-Reply-To: <041.4c7f3690827f3df8b37b425877f9bd4f@trac.pioto.org> References: <041.4c7f3690827f3df8b37b425877f9bd4f@trac.pioto.org> Message-ID: <050.3640b0a45167c5b0ad488a9d17d42c72@trac.pioto.org> #201: superfluous video card use flags with xorg-server -----------------------------+---------------------------------------------- Reporter: rwst | Owner: ciaranm Type: defect | Status: reopened Priority: Sometime | Milestone: Component: core/paludis | Version: 0.32.2 Resolution: | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -----------------------------+---------------------------------------------- Changes (by hrz): * status: closed => reopened * distribution: => Gentoo * version: 0.22.2 => 0.32.2 * resolution: invalid => Comment: I'm testing Paludis whilst still using the Portage environment and ran across the same problem (i.e. lots of unwanted x11-drivers/xf86-* packages). Originally I had VIDEO_CARDS="radeon" in /etc/make.conf but set it to VIDEO_CARDS="-* radeon" after reading this bug only to end up with the following error: Unhandled exception: * In program paludis --environment portage --install --dl-reinstall if- use-changed --pretend x11-base/xorg-server: * When performing install action from command line: * When executing install task: * When building dependency list: * When adding PackageDepSpec 'x11-base/xorg-server': * When adding package 'x11-base/xorg-server-1.3.0.0-r6:0::gentoo': * When showing suggestions in post dependencies key: * When making Choices key for 'x11-base/xorg- server-1.3.0.0-r6:0::gentoo': * When using raw_iuse_key and raw_use_key to populate choices: * When loading known use expand names for prefix 'video_cards: * Name '-*' is not a valid choice name with prefix (paludis::ChoiceNameWithPrefixError) Maybe I'm missing something as well? Hopefully it's not a brain. Apart from this problem Paludis is looking like a very real improvement over Portage; many thanks. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 10 15:41:21 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 10 Dec 2008 20:41:21 -0000 Subject: [paludis-sekrit] [Paludis] #683: Cannot install paludis-0.32.2 from paludis-overlay: 2 of 14 tests failed Message-ID: <047.9687c94fc958ff639c235bb116488820@trac.pioto.org> #683: Cannot install paludis-0.32.2 from paludis-overlay: 2 of 14 tests failed -----------------------------+---------------------------------------------- Reporter: Ivan_Dives | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.32.2 Keywords: | Blockedby: Blocking: | Distribution: Gentoo -----------------------------+---------------------------------------------- I use 0.32.1 -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 10 15:53:58 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 10 Dec 2008 20:53:58 -0000 Subject: [paludis-sekrit] [Paludis] #201: superfluous video card use flags with xorg-server In-Reply-To: <041.4c7f3690827f3df8b37b425877f9bd4f@trac.pioto.org> References: <041.4c7f3690827f3df8b37b425877f9bd4f@trac.pioto.org> Message-ID: <050.787f305139bbf6af4f1e896ca0fcae16@trac.pioto.org> #201: superfluous video card use flags with xorg-server -----------------------------+---------------------------------------------- Reporter: rwst | Owner: ciaranm Type: defect | Status: closed Priority: Sometime | Milestone: Component: core/paludis | Version: 0.32.2 Resolution: invalid | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -----------------------------+---------------------------------------------- Changes (by ciaranm): * status: reopened => closed * resolution: => invalid Comment: The syntax is different for Paludis and Portage configs. This bug's about Paludis configs; if there's something broken with Portage configs, please open a new bug. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 10 16:35:53 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 10 Dec 2008 21:35:53 -0000 Subject: [paludis-sekrit] [Paludis] #684: superfluous video card use flags with xorg-server Message-ID: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> #684: superfluous video card use flags with xorg-server ----------------------------------+----------------------------------------- Reporter: hrz | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: environments/portage | Version: 0.32.2 Keywords: | Blockedby: Blocking: | Distribution: Gentoo ----------------------------------+----------------------------------------- As per http://trac.pioto.org/paludis/ticket/201#comment:3 I'm opening a new bug. I'm testing Paludis whilst still using the Portage environment and ran across a problem whereby running paludis --environment portage --install --dl-reinstall if-use-changed --pretend x11-base/xorg-server caused many unwanted x11-drivers/xf86-* packages to be pulled in. Originally I had VIDEO_CARDS="radeon" in /etc/make.conf but after reading bug #201 set it to VIDEO_CARDS="-* radeon" only to end up with the following error: Unhandled exception: * In program paludis --environment portage --install --dl-reinstall if-use-changed --pretend x11-base/xorg-server: * When performing install action from command line: * When executing install task: * When building dependency list: * When adding PackageDepSpec 'x11-base/xorg-server': * When adding package 'x11-base/xorg-server-1.3.0.0-r6:0::gentoo': * When showing suggestions in post dependencies key: * When making Choices key for 'x11-base/xorg- server-1.3.0.0-r6:0::gentoo': * When using raw_iuse_key and raw_use_key to populate choices: * When loading known use expand names for prefix 'video_cards: * Name '-*' is not a valid choice name with prefix (paludis::ChoiceNameWithPrefixError) In summary I can't seem to find any way of building xorg-server with only the driver specified in VIDEO_CARDS. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 10 16:42:34 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 10 Dec 2008 21:42:34 -0000 Subject: [paludis-sekrit] [Paludis] #684: superfluous video card use flags with xorg-server In-Reply-To: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> References: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> Message-ID: <049.cf512d08277a4e3683d1a5150ea6082a@trac.pioto.org> #684: superfluous video card use flags with xorg-server -------------------------------------+-------------------------------------- Reporter: hrz | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: environments/portage | Version: 0.32.2 Resolution: | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -------------------------------------+-------------------------------------- Comment(by ciaranm): Please provide your make.conf and the output of {{{paludis -q xorg- server::/?}}}. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 10 16:51:01 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 10 Dec 2008 21:51:01 -0000 Subject: [paludis-sekrit] [Paludis] #684: superfluous video card use flags with xorg-server In-Reply-To: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> References: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> Message-ID: <049.992cc89947c28350c031f6bc593bf1dc@trac.pioto.org> #684: superfluous video card use flags with xorg-server -------------------------------------+-------------------------------------- Reporter: hrz | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: environments/portage | Version: 0.32.2 Resolution: | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -------------------------------------+-------------------------------------- Comment(by hrz): '''paludis -q xorg-server::/?''' {{{ paludis at 1228945470: [WARNING portage_environment.dodgy] Use of Portage configuration files will lead to sub-optimal performance and loss of functionality. Full support for Portage configuration formats is not guaranteed; issues should be reported via trac. * x11-base/xorg-server::/? gentoo: 1.3.0.0-r6* {:0} Homepage: http://xorg.freedesktop.org/ Description: X.Org X servers Herds: x11 Use flags: -3dfx -debug -dmx dri ipv6 -kdrive -minimal nptl sdl xorg -xprint input_devices: -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics evdev -fpit -hyperpen -jamstudio -joystick keyboard -magellan -microtouch mouse -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom video_cards: apm ark chips cirrus cyrix dummy -epson fbdev -fglrx glint i128 i740 (-impact) imstt intel mach64 mga neomagic (-newport) nsc nv -nvidia r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) tdfx tga trident tseng v4l vesa vga via vmware voodoo Build Options: -optional_tests split strip }}} -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 10 17:23:31 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 10 Dec 2008 22:23:31 -0000 Subject: [paludis-sekrit] [Paludis] #685: paludis should give fetch restriction errors / pkg_nofetch at pkg_pretend etc time Message-ID: <046.3315be81a5e97593addf6d51675856a3@trac.pioto.org> #685: paludis should give fetch restriction errors / pkg_nofetch at pkg_pretend etc time ----------------------------+----------------------------------------------- Reporter: dleverton | Owner: Type: enhancement | Status: new Priority: Sometime | Milestone: Component: repositories/e | Version: scm Keywords: | Blockedby: Blocking: | Distribution: Gentoo ----------------------------+----------------------------------------------- -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 10 17:24:49 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 10 Dec 2008 22:24:49 -0000 Subject: [paludis-sekrit] [Paludis] #684: superfluous video card use flags with xorg-server In-Reply-To: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> References: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> Message-ID: <049.42c548ba703c49df888ebdb66079bb14@trac.pioto.org> #684: superfluous video card use flags with xorg-server -------------------------------------+-------------------------------------- Reporter: hrz | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: environments/portage | Version: 0.32.2 Resolution: | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -------------------------------------+-------------------------------------- Comment(by ciaranm): I can't reproduce this. For me VIDEO_CARDS="radeon" in make.conf gives me just radeon. This is also what I'd expect from the code. Are you sure you're running 0.32.2? -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Wed Dec 10 17:36:22 2008 From: trac at trac.pioto.org (Paludis) Date: Wed, 10 Dec 2008 22:36:22 -0000 Subject: [paludis-sekrit] [Paludis] #684: superfluous video card use flags with xorg-server In-Reply-To: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> References: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> Message-ID: <049.88d413c18d5a6d0b4e5c23f08d11b62d@trac.pioto.org> #684: superfluous video card use flags with xorg-server -------------------------------------+-------------------------------------- Reporter: hrz | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: environments/portage | Version: 0.32.2 Resolution: | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -------------------------------------+-------------------------------------- Comment(by ciaranm): Oh, yes, I can reproduce this so long as I don't have USE="-*" in there. -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Thu Dec 11 00:04:02 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Thu, 11 Dec 2008 06:04:02 +0100 Subject: [paludis-sekrit] Paludis nightly (12/11/08 - 0.32.2-35-ga577075) : success Message-ID: <20081211050402.GA4580@cannonball> The Paludis nightly (12/11/08 - 0.32.2-35-ga577075) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit a577075f7c03397b6cc3d6b8847523568a325a92 Author: David Leverton Date: Wed Dec 10 21:17:30 2008 +0000 Fix new/changed options display Prefer to compare against installed package in the same slot, if any, and display flag descriptions for brand new packages. ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:18, finished at 05:04:02 and ended in success. Process 2 on GCC 4.3 started at 04:30:18, finished at 05:01:33 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis 12a065f..a577075 master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-11528.gz Type: application/x-gunzip Size: 224119 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-11528.gz Type: application/x-gunzip Size: 222956 bytes Desc: not available URL: From trac at trac.pioto.org Thu Dec 11 11:26:46 2008 From: trac at trac.pioto.org (Paludis) Date: Thu, 11 Dec 2008 16:26:46 -0000 Subject: [paludis-sekrit] [Paludis] #684: superfluous video card use flags with xorg-server In-Reply-To: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> References: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> Message-ID: <049.50c4ac60ef462f54b168084ba22b5f30@trac.pioto.org> #684: superfluous video card use flags with xorg-server -------------------------------------+-------------------------------------- Reporter: hrz | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: environments/portage | Version: 0.32.2 Resolution: | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -------------------------------------+-------------------------------------- Comment(by ciaranm): I think 3679eab and cfcb7e0 fix this. Can someone confirm? -- Ticket URL: Paludis Paludis, the Other Package Mangler 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-sekrit] 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 trac at trac.pioto.org Thu Dec 11 15:13:29 2008 From: trac at trac.pioto.org (Paludis) Date: Thu, 11 Dec 2008 20:13:29 -0000 Subject: [paludis-sekrit] [Paludis] #684: superfluous video card use flags with xorg-server In-Reply-To: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> References: <040.6c1f9d1000810c095017eacd95a5df73@trac.pioto.org> Message-ID: <049.3707570ebf414c14dd03eab3b88be9d7@trac.pioto.org> #684: superfluous video card use flags with xorg-server -------------------------------------+-------------------------------------- Reporter: hrz | Owner: Type: defect | Status: closed Priority: Sometime | Milestone: Component: environments/portage | Version: 0.32.2 Resolution: fixed | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -------------------------------------+-------------------------------------- Changes (by ciaranm): * status: new => closed * resolution: => fixed -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at trac.pioto.org Thu Dec 11 15:13:43 2008 From: trac at trac.pioto.org (Paludis) Date: Thu, 11 Dec 2008 20:13:43 -0000 Subject: [paludis-sekrit] [Paludis] #683: Cannot install paludis-0.32.2 from paludis-overlay: 2 of 14 tests failed In-Reply-To: <047.9687c94fc958ff639c235bb116488820@trac.pioto.org> References: <047.9687c94fc958ff639c235bb116488820@trac.pioto.org> Message-ID: <056.b374274467473cbb77e1a7f5106b0b80@trac.pioto.org> #683: Cannot install paludis-0.32.2 from paludis-overlay: 2 of 14 tests failed --------------------------------+------------------------------------------- Reporter: Ivan_Dives | Owner: Type: defect | Status: closed Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.32.2 Resolution: fixed | Keywords: Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Changes (by ciaranm): * status: new => closed * resolution: => fixed Comment: 0.32.3 should fix this. -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Fri Dec 12 00:11:28 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Fri, 12 Dec 2008 06:11:28 +0100 Subject: [paludis-sekrit] Paludis nightly (12/12/08 - 0.32.2-37-g51898c8) : success Message-ID: <20081212051128.GA17249@cannonball> The Paludis nightly (12/12/08 - 0.32.2-37-g51898c8) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit 51898c84d3ab2cf4e18883aec02c072e79881cb3 Author: Ciaran McCreesh Date: Thu Dec 11 19:10:31 2008 +0000 Blacklist paludis-extras. ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:30, finished at 05:11:27 and ended in success. Process 2 on GCC 4.3 started at 04:30:31, finished at 05:08:48 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis a577075..51898c8 master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-9101.gz Type: application/x-gunzip Size: 223505 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-9101.gz Type: application/x-gunzip Size: 222995 bytes Desc: not available URL: From bo.andresen at zlin.dk Sat Dec 13 00:06:23 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Sat, 13 Dec 2008 06:06:23 +0100 Subject: [paludis-sekrit] Paludis nightly (12/13/08 - 0.32.2-41-g3ff3aa4) : success Message-ID: <20081213050622.GA18725@cannonball> The Paludis nightly (12/13/08 - 0.32.2-41-g3ff3aa4) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit 3ff3aa41ac733cb8a0c0d7e532b3cdd56673ddd0 Author: Ciaran McCreesh Date: Fri Dec 12 19:29:09 2008 +0000 New, simpler visitor framework. Convert everything except the tree things, to begin with. ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:24, finished at 05:06:20 and ended in success. Process 2 on GCC 4.3 started at 04:30:21, finished at 05:03:29 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis 51898c8..3ff3aa4 master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-25670.gz Type: application/x-gunzip Size: 2110408 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-25670.gz Type: application/x-gunzip Size: 223394 bytes Desc: not available URL: From bo.andresen at zlin.dk Tue Dec 16 00:07:23 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Tue, 16 Dec 2008 06:07:23 +0100 Subject: [paludis-sekrit] Paludis nightly (12/16/08 - 0.32.2-42-gff85952) : success Message-ID: <20081216050723.GA1240@cannonball> The Paludis nightly (12/16/08 - 0.32.2-42-gff85952) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit ff85952386c31913d930677bbf3eca2e41ef10fb Author: Ciaran McCreesh Date: Mon Dec 15 07:54:47 2008 +0000 silly bug ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:17, finished at 05:07:20 and ended in success. Process 2 on GCC 4.3 started at 04:30:18, finished at 05:03:41 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis 3ff3aa4..ff85952 master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-7590.gz Type: application/x-gunzip Size: 2127967 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-7590.gz Type: application/x-gunzip Size: 223310 bytes Desc: not available URL: From trac at pioto.org Tue Dec 16 10:32:22 2008 From: trac at pioto.org (Paludis) Date: Tue, 16 Dec 2008 15:32:22 -0000 Subject: [paludis-sekrit] [Paludis] #687: Make docs and completions forget about debug-build Message-ID: <043.9e57a9cc2f73462db9f3e5106ba2008b@pioto.org> #687: Make docs and completions forget about debug-build ----------------------+----------------------------------------------------- Reporter: filko_ | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: doc | Version: 0.30.3 Keywords: | Blockedby: Blocking: | Distribution: Gentoo ----------------------+----------------------------------------------------- bash-completion/paludis: --debug-build \ bash-completion/paludis: --debug-build) bash-completion/reconcilio: --debug-build \ bash-completion/reconcilio: --debug-build) doc/configuration/envvars.html.part:export PALUDIS_OPTIONS="--show-reasons summary --debug-build split --dl-reinstall-scm weekly" doc/faq/different.html.part:
Use --debug-build internal.
doc/faq/different.html.part:
Use --debug-build split.
doc/faq/howdoi.html.part:
  • --debug-build split, to make debugging easier (at the cost of disk zsh-completion/_paludis: "--debug-build[What to do with debug information]:Debug Build:(( none\:Discard\ debug\ information split\:Split\ debug\ information internal\:Keep\ debug\ information\ with\ binaries ))" zsh-completion/_reconcilio: "--debug-build[What to do with debug information]:Debug Build:(( none\:Discard\ debug\ information split\:Split\ debug\ information internal\:Keep\ debug\ information\ with\ binaries ))" -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at pioto.org Tue Dec 16 16:27:12 2008 From: trac at pioto.org (Paludis) Date: Tue, 16 Dec 2008 21:27:12 -0000 Subject: [paludis-sekrit] [Paludis] #687: Make docs and completions forget about debug-build In-Reply-To: <043.9e57a9cc2f73462db9f3e5106ba2008b@pioto.org> References: <043.9e57a9cc2f73462db9f3e5106ba2008b@pioto.org> Message-ID: <052.5f4c991eb508d1d5f456263d3e5c6b03@pioto.org> #687: Make docs and completions forget about debug-build -------------------------+-------------------------------------------------- Reporter: filko_ | Owner: Type: defect | Status: closed Priority: Sometime | Milestone: Component: doc | Version: 0.30.3 Resolution: fixed | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -------------------------+-------------------------------------------------- Changes (by ingmar): * status: new => closed * resolution: => fixed Comment: Fixed with e592e4040793 & 3b0db6a4d8f8 in git. -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Wed Dec 17 00:07:07 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Wed, 17 Dec 2008 06:07:07 +0100 Subject: [paludis-sekrit] Paludis nightly (12/17/08 - 0.32.2-44-ge592e40) : success Message-ID: <20081217050707.GA23377@cannonball> The Paludis nightly (12/17/08 - 0.32.2-44-ge592e40) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit e592e4040793c6bb847c3e53fda92387216cfee3 Author: Ingmar Vanhassel Date: Tue Dec 16 20:56:36 2008 +0100 Update documentation for removal of --checks, --debug-build. ticket #687. ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:18, finished at 05:07:04 and ended in success. Process 2 on GCC 4.3 started at 04:30:17, finished at 05:03:39 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis ff85952..e592e40 master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-29953.gz Type: application/x-gunzip Size: 2123775 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-29953.gz Type: application/x-gunzip Size: 223405 bytes Desc: not available URL: From trac at pioto.org Wed Dec 17 08:51:07 2008 From: trac at pioto.org (Paludis) Date: Wed, 17 Dec 2008 13:51:07 -0000 Subject: [paludis-sekrit] [Paludis] #688: paludis::args::ManWriter should escape \t and \n Message-ID: <043.c0d7fec4028bbb4d148476b759dd12cb@pioto.org> #688: paludis::args::ManWriter should escape \t and \n -------------------------------+-------------------------------------------- Reporter: ingmar | Owner: ciaranm Type: defect | Status: new Priority: Sometime | Milestone: Component: core/paludis/util | Version: 0.30.3 Keywords: | Blockedby: Blocking: | Distribution: Exherbo -------------------------------+-------------------------------------------- The descriptions of cave commands that have a --format option include a literal \t and \n, which doesn't show up properly in the resulting manpage: {{{ cave-print-environment-metadata cave-print-id-contents cave-print-id-metadata }}} I guess ManWriter::arg_group_item in paludis/util/man.cc should escape \t as \\t in the description key.. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at pioto.org Thu Dec 18 08:16:23 2008 From: trac at pioto.org (Paludis) Date: Thu, 18 Dec 2008 13:16:23 -0000 Subject: [paludis-sekrit] [Paludis] #689: Unable to umnask dev-libs/boost-1.37.0 and dev-utils/boost-build-1.37.0 Message-ID: <042.85c2f397a388bda80550947e269a2b5c@pioto.org> #689: Unable to umnask dev-libs/boost-1.37.0 and dev-utils/boost-build-1.37.0 -----------------------------+---------------------------------------------- Reporter: zaufi | Owner: Type: defect | Status: new Priority: MajorRelease | Milestone: Component: clients/paludis | Version: 0.30.3 Keywords: | Blockedby: Blocking: | Distribution: Gentoo -----------------------------+---------------------------------------------- $subj. I've tryed the following lines in /etc/paludis/package_unmask.conf: >=dev-libs/boost-1.37.0 >=dev-utils/boost-build-1.37.0 and when I try to `paludis --install --dl-reinstall if-use-changed -p everything` I've got the following errors: paludis at 1229606076: [WARNING repository.blacklisted] Repository 'paludis- extras' is blacklisted with reason 'Repeatedly broken, full of highly buggy code and all round harmful. Do not use.'. Building target list... * I can't find //usr/bin/update-eix-functions.sh, aborting Building dependency list...paludis at 1229606078: [WARNING dep_list.ignoring_dependencies] In program paludis (--log-level warning --dl-reinstall-scm weekly --show-package-descriptions all) --install --dl- reinstall if-use-changed -p everything: ... When performing install action from command line: ... When executing install task: ... When building dependency list: ... When adding NamedSetDepSpec 'everything': ... When adding PackageDepSpec 'app-admin/eselect-paludis-hooks': ... When adding installed package 'app-admin/eselect-paludis- hooks-0.3.0:0::installed': ... When adding run dependencies as post dependencies: ... When adding PackageDepSpec 'sys-apps/paludis': ... When adding installed package 'sys- apps/paludis-0.32.3:0::installed': ... Ignoring run dependencies due to exception 'Error searching for 'dev-util/boost-build:1.37': no available versions' (paludis::AllMaskedError) Query error: * In program paludis (--log-level warning --dl-reinstall-scm weekly --show-package-descriptions all) --install --dl-reinstall if-use-changed -p everything: * When performing install action from command line: * When executing install task: * When building dependency list: * When adding NamedSetDepSpec 'everything': * When adding PackageDepSpec 'dev-libs/boost': * When adding package 'dev-libs/boost-1.37.0:1.37::gentoo': * When adding build dependencies as pre dependencies: * When adding PackageDepSpec 'dev-util/boost-build:1.37': * All versions of 'dev-util/boost-build:1.37' are masked. Candidates are: * dev-util/boost-build-1.37.0:1.37::gentoo: Masked by repository (/usr/portage/profiles/package.mask: Tiziano M?ller (16 Dec 2008) Mask for testing) paludis at 1229606086: [WARNING repository.blacklisted] Repository 'paludis- extras' is blacklisted with reason 'Repeatedly broken, full of highly buggy code and all round harmful. Do not use.'. * No unread news items found -- Ticket URL: Paludis Paludis, the Other Package Mangler From bronksos at gmail.com Thu Dec 18 09:10:53 2008 From: bronksos at gmail.com (=?UTF-8?Q?=C5=81ukasz_P._Michalik?=) Date: Thu, 18 Dec 2008 15:10:53 +0100 Subject: [paludis-sekrit] [Paludis] #689: Unable to umnask dev-libs/boost-1.37.0 and dev-utils/boost-build-1.37.0 In-Reply-To: <042.85c2f397a388bda80550947e269a2b5c@pioto.org> References: <042.85c2f397a388bda80550947e269a2b5c@pioto.org> Message-ID: <148d282c0812180610g211a0839o8661ffe0d33d55eb@mail.gmail.com> 2008/12/18 Paludis : > #689: Unable to umnask dev-libs/boost-1.37.0 and dev-utils/boost-build-1.37.0 > -----------------------------+---------------------------------------------- > Reporter: zaufi | Owner: > Type: defect | Status: new > Priority: MajorRelease | Milestone: > Component: clients/paludis | Version: 0.30.3 > Keywords: | Blockedby: > Blocking: | Distribution: Gentoo > -----------------------------+---------------------------------------------- > $subj. > > I've tryed the following lines in /etc/paludis/package_unmask.conf: > >=dev-libs/boost-1.37.0 > >=dev-utils/boost-build-1.37.0 It's dev-util. ?M From trac at pioto.org Thu Dec 18 09:12:21 2008 From: trac at pioto.org (Paludis) Date: Thu, 18 Dec 2008 14:12:21 -0000 Subject: [paludis-sekrit] [Paludis] #689: Unable to umnask dev-libs/boost-1.37.0 and dev-utils/boost-build-1.37.0 In-Reply-To: <042.85c2f397a388bda80550947e269a2b5c@pioto.org> References: <042.85c2f397a388bda80550947e269a2b5c@pioto.org> Message-ID: <051.443c0fb1a515c4d6e3e2e8da319aed4e@pioto.org> #689: Unable to umnask dev-libs/boost-1.37.0 and dev-utils/boost-build-1.37.0 --------------------------------+------------------------------------------- Reporter: zaufi | Owner: Type: defect | Status: new Priority: MajorRelease | Milestone: Component: clients/paludis | Version: 0.30.3 Resolution: | Keywords: Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Comment(by filko_): Replying to [ticket:689 zaufi]: > $subj. > > I've tryed the following lines in /etc/paludis/package_unmask.conf: > >=dev-libs/boost-1.37.0 > >=dev-utils/boost-build-1.37.0 It's dev-util. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at pioto.org Thu Dec 18 09:29:22 2008 From: trac at pioto.org (Paludis) Date: Thu, 18 Dec 2008 14:29:22 -0000 Subject: [paludis-sekrit] [Paludis] #689: Unable to umnask dev-libs/boost-1.37.0 and dev-utils/boost-build-1.37.0 In-Reply-To: <042.85c2f397a388bda80550947e269a2b5c@pioto.org> References: <042.85c2f397a388bda80550947e269a2b5c@pioto.org> Message-ID: <051.3238fcc244539cb244d023d43b994894@pioto.org> #689: Unable to umnask dev-libs/boost-1.37.0 and dev-utils/boost-build-1.37.0 --------------------------------+------------------------------------------- Reporter: zaufi | Owner: Type: defect | Status: closed Priority: MajorRelease | Milestone: Component: clients/paludis | Version: 0.30.3 Resolution: invalid | Keywords: Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Changes (by ingmar): * status: new => closed * resolution: => invalid -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at pioto.org Fri Dec 19 07:28:12 2008 From: trac at pioto.org (Paludis) Date: Fri, 19 Dec 2008 12:28:12 -0000 Subject: [paludis-sekrit] [Paludis] #690: Bad slot dep matching when try to uninstall a slot package Message-ID: <041.10113aee58dcf7e208191281ceb8a748@pioto.org> #690: Bad slot dep matching when try to uninstall a slot package -----------------------------+---------------------------------------------- Reporter: Jack | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.28.2 Keywords: | Blockedby: Blocking: | Distribution: Gentoo -----------------------------+---------------------------------------------- Exemple: -------------------------------------------------------------------------- paludis -q jdk * virtual/jdk gentoo: 1.4.1 1.4.2 {:1.4} 1.5.0 {:1.5} 1.6.0 {:1.6} installed: 1.4.2 {:1.4} 1.5.0 {:1.5} 1.6.0* {:1.6} Description: Virtual for JDK Homepage: http://java.sun.com/ License: as-is Installed time: Sun Aug 24 16:15:07 2008 Use flags: From repositories: gentoo Installed using: paludis-0.28.2 -------------------------------------------------------------------------- paludis -up =jdk-1.4.2 These packages will be uninstalled: * dev-java/ant-antlr-1.7.1::installed requires * dev-java/ant-apache-bcel-1.7.1::installed requires * dev-java/ant-apache-bsf-1.7.1::installed requires Many others.......... * dev-java/xpp3-1.1.4c-r1:0::installed requires * dev-java/xsdlib-20050627-r2:0::installed requires * virtual/jdk-1.4.2::installed Total: 1 package and 126 errors Use either --with-dependencies or --permit-unsafe-uninstalls ------------------------------------------------------------------------ i check 1 of this package: dev-java/xsdlib-20050627-r2 RDEPEND=">=virtual/jre-1.4 DEPEND=">=virtual/jdk-1.4 so if i have sun-jkd-1.6 installed i think i can safetly remove sun- jdk-1.4 but i'm not sure, because i need to check all the package of the list if all of them have >=1.4. I think you must check that there aren't any other slotted package that meet the dependency before print it in the list of package that will be uninstalled. Jack -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at pioto.org Fri Dec 19 09:00:27 2008 From: trac at pioto.org (Paludis) Date: Fri, 19 Dec 2008 14:00:27 -0000 Subject: [paludis-sekrit] [Paludis] #690: Bad slot dep matching when try to uninstall a slot package In-Reply-To: <041.10113aee58dcf7e208191281ceb8a748@pioto.org> References: <041.10113aee58dcf7e208191281ceb8a748@pioto.org> Message-ID: <050.eec9acc5653393ac9f0c7b234faf0d87@pioto.org> #690: Bad slot dep matching when try to uninstall a slot package --------------------------------+------------------------------------------- Reporter: Jack | Owner: Type: defect | Status: closed Priority: Sometime | Milestone: Component: clients/paludis | Version: 0.28.2 Resolution: duplicate | Keywords: Blockedby: | Blocking: Distribution: Gentoo | --------------------------------+------------------------------------------- Changes (by ciaranm): * status: new => closed * resolution: => duplicate Comment: ticket:512 -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at pioto.org Fri Dec 19 21:03:44 2008 From: trac at pioto.org (Paludis) Date: Sat, 20 Dec 2008 02:03:44 -0000 Subject: [paludis-sekrit] [Paludis] #691: build_options replaces --checks in faq Message-ID: <041.5b0d90c809688440ef6fc675a25f5b5f@pioto.org> #691: build_options replaces --checks in faq ----------------------+----------------------------------------------------- Reporter: zlin | Owner: Type: defect | Status: new Priority: Sometime | Milestone: Component: doc | Version: 0.32.0_alpha1 Keywords: | Blockedby: Blocking: | Distribution: Gentoo ----------------------+----------------------------------------------------- [http://paludis.pioto.org/faq/stricter.html#testfailures] still refers to --checks which as of 0.32* is dead in favour of the new build_options concept, which presents either a optional_tests (disabled by default) or a recommended_tests (enabled..) option depending upon eapi. Not really sure how much history we want to preserve in that faq entry. -- Ticket URL: Paludis Paludis, the Other Package Mangler From trac at pioto.org Sat Dec 20 09:24:11 2008 From: trac at pioto.org (Paludis) Date: Sat, 20 Dec 2008 14:24:11 -0000 Subject: [paludis-sekrit] [Paludis] #691: build_options replaces --checks in faq In-Reply-To: <041.5b0d90c809688440ef6fc675a25f5b5f@pioto.org> References: <041.5b0d90c809688440ef6fc675a25f5b5f@pioto.org> Message-ID: <050.b584aafbbc024eec19f29d6ccfdd14c2@pioto.org> #691: build_options replaces --checks in faq --------------------------+------------------------------------------------- Reporter: zlin | Owner: Type: defect | Status: closed Priority: Sometime | Milestone: Component: doc | Version: 0.32.0_alpha1 Resolution: duplicate | Keywords: Blockedby: | Blocking: Distribution: Gentoo | --------------------------+------------------------------------------------- Changes (by ciaranm): * status: new => closed * resolution: => duplicate Comment: Didn't Ingmar already fix this? ticket:687 -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Mon Dec 22 00:10:25 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Mon, 22 Dec 2008 06:10:25 +0100 Subject: [paludis-sekrit] Paludis nightly (12/22/08 - 0.32.2-45-gb7486ba) : success Message-ID: <20081222051024.GA3294@cannonball> The Paludis nightly (12/22/08 - 0.32.2-45-gb7486ba) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit b7486baa74779a6a139bebff5fa97feaa07d2785 Author: David Leverton Date: Sun Dec 21 20:39:34 2008 +0000 Don't duplicate flags that appear multiple times in IUSE with different defaults ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:21, finished at 05:10:23 and ended in success. Process 2 on GCC 4.3 started at 04:30:22, finished at 05:06:37 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis e592e40..b7486ba master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-7105.gz Type: application/x-gunzip Size: 2117807 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-7105.gz Type: application/x-gunzip Size: 223343 bytes Desc: not available URL: From spb at attenuate.org Mon Dec 22 15:53:48 2008 From: spb at attenuate.org (Stephen Bennett) Date: Mon, 22 Dec 2008 20:53:48 +0000 Subject: [paludis-sekrit] Paludis 0.32.4 released Message-ID: <20081222205348.GS23815@adipose.attenuate.org> Paludis 0.32.4 has been released: * DEFINED_PHASES can now be cached for 0-based EAPIs. * Tidy up documentation and completion functions after the removal of --checks and --debug-build. * Profile EAPI files are now supported for E repositories. * Fix bug where IUSE="foo +foo -foo" would show three foos rather than one. From trac at pioto.org Tue Dec 23 20:16:46 2008 From: trac at pioto.org (Paludis) Date: Wed, 24 Dec 2008 01:16:46 -0000 Subject: [paludis-sekrit] [Paludis] #692: don't show deprecated profile warnings for repositories with master_repository set Message-ID: <042.c1472dcac4b988da5515727fe668d9cc@pioto.org> #692: don't show deprecated profile warnings for repositories with master_repository set ----------------------------+----------------------------------------------- Reporter: pioto | Owner: Type: enhancement | Status: new Priority: Sometime | Milestone: Component: repositories/e | Version: scm Keywords: | Blockedby: Blocking: | Distribution: Gentoo ----------------------------+----------------------------------------------- It's annoying, and potentially confusing, to have the same warning scroll by a bunch of times, for all your Gentoo overlays, when the warning should really be just for the profiles setting for the gentoo repo, not for any of the overlays. -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Thu Dec 25 00:06:38 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Thu, 25 Dec 2008 06:06:38 +0100 Subject: [paludis-sekrit] Paludis nightly (12/25/08 - 0.32.2-46-g3aacc78) : success Message-ID: <20081225050638.GA25907@cannonball> The Paludis nightly (12/25/08 - 0.32.2-46-g3aacc78) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit 3aacc78ba0818a292c1baae4f656eb11375e630b Author: David Leverton Date: Wed Dec 24 18:17:24 2008 +0000 adjutrix -r should ignore use deps ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:18, finished at 05:06:37 and ended in success. Process 2 on GCC 4.3 started at 04:30:18, finished at 05:03:21 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis b7486ba..3aacc78 master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-32608.gz Type: application/x-gunzip Size: 2116444 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-32608.gz Type: application/x-gunzip Size: 223207 bytes Desc: not available URL: From trac at pioto.org Sun Dec 28 08:56:29 2008 From: trac at pioto.org (Paludis) Date: Sun, 28 Dec 2008 13:56:29 -0000 Subject: [paludis-sekrit] [Paludis] #670: Zsh completion is very slow In-Reply-To: <043.ee1f1b5088a87815dab9af393abbedee@pioto.org> References: <043.ee1f1b5088a87815dab9af393abbedee@pioto.org> Message-ID: <052.a8bb865166880e331e915197f849d553@pioto.org> #670: Zsh completion is very slow -------------------------------+-------------------------------------------- Reporter: nicooo | Owner: ingmar Type: defect | Status: closed Priority: Sometime | Milestone: Component: completion/zsh | Version: 0.30.3 Resolution: fixed | Keywords: Blockedby: | Blocking: Distribution: Gentoo | -------------------------------+-------------------------------------------- Changes (by ingmar): * status: assigned => closed * resolution: => fixed Comment: Patch committed (50f078c on master). -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Mon Dec 29 00:08:23 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Mon, 29 Dec 2008 06:08:23 +0100 Subject: [paludis-sekrit] Paludis nightly (12/29/08 - 0.32.2-49-gd9ed685) : success Message-ID: <20081229050823.GA17860@cannonball> The Paludis nightly (12/29/08 - 0.32.2-49-gd9ed685) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit d9ed6857090f7417777ee089bb102f4978cff520 Author: David Leverton Date: Sun Dec 28 18:13:11 2008 +0000 mfi ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:23, finished at 05:08:21 and ended in success. Process 2 on GCC 4.3 started at 04:30:21, finished at 05:04:53 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis 3aacc78..d9ed685 master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-24115.gz Type: application/x-gunzip Size: 2127837 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-24115.gz Type: application/x-gunzip Size: 222809 bytes Desc: not available URL: From trac at pioto.org Mon Dec 29 16:33:37 2008 From: trac at pioto.org (Paludis) Date: Mon, 29 Dec 2008 21:33:37 -0000 Subject: [paludis-sekrit] [Paludis] #693: add inefficient mask with --query Message-ID: <043.79ad763c99860b67aca2c57a6e1210be@pioto.org> #693: add inefficient mask with --query -----------------------------+---------------------------------------------- Reporter: dagger | Owner: Type: enhancement | Status: new Priority: MinorRelease | Milestone: Component: clients/paludis | Version: 0.32.4 Keywords: | Blockedby: Blocking: | Distribution: Gentoo -----------------------------+---------------------------------------------- If you are on ~arch you cant see keyworded packages. It would be useful to see inefficient mask too. Example query could look like: * media-sound/amarok gentoo: 1.4.8 1.4.9.1 1.4.9.1-r1 1.4.10 1.4.10-r1 (1.4.9999-r2)KR {:0} ~1.90-r1 {:4.1} ~2.0 {:2}[[BR]] installed: 2.0-r1* {:2}[[BR]] kde: ~2.0-r1 {:2}[[BR]] kde-crazy: ~2.0-r1 {:2} (9999)K {:live}[[BR]] Description: Advanced audio player based on KDE framework.[[BR]] Homepage: http://amarok.kde.org/[[BR]] License: GPL-2[[BR]] Installed time: Sun Dec 21 20:14:08 2008[[BR]] Use flags: (cdaudio) (daap) (-debug) (ifp) (ipod) (kdeprefix) (mp3tunes) (mp4) (mtp) (njb) (opengl)(semantic-desktop)[[BR]] From repositories: kde[[BR]] Installed using: paludis-0.32.3[[BR]] -- Ticket URL: Paludis Paludis, the Other Package Mangler From bo.andresen at zlin.dk Tue Dec 30 00:28:41 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Tue, 30 Dec 2008 06:28:41 +0100 Subject: [paludis-sekrit] Paludis nightly (12/30/08 - 0.32.2-50-gf3b029e) : success Message-ID: <20081230052841.GA14857@cannonball> The Paludis nightly (12/30/08 - 0.32.2-50-gf3b029e) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit f3b029ecb15111b372fab6d8ddd877fdfb161297 Author: Ingmar Vanhassel Date: Mon Dec 29 20:24:37 2008 +0100 zsh-completion: Fix syntax in _adjutrix, _reconcilio. ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:22, finished at 05:28:39 and ended in success. Process 2 on GCC 4.3 started at 04:30:23, finished at 05:19:28 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis d9ed685..f3b029e master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-19799.gz Type: application/x-gunzip Size: 2140898 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-19799.gz Type: application/x-gunzip Size: 223178 bytes Desc: not available URL: From bo.andresen at zlin.dk Wed Dec 31 00:08:42 2008 From: bo.andresen at zlin.dk (Bo =?iso-8859-1?Q?=D8rsted?= Andresen) Date: Wed, 31 Dec 2008 06:08:42 +0100 Subject: [paludis-sekrit] Paludis nightly (12/31/08 - 0.32.2-51-gb4efb24) : success Message-ID: <20081231050842.GA13003@cannonball> The Paludis nightly (12/31/08 - 0.32.2-51-gb4efb24) build resulted in success. The full gzipped logs have been attached. ------------------------------------------------------------------------------------------- commit b4efb24ab50b6d961129b55294119be4c3a67fec Author: Ingmar Vanhassel Date: Tue Dec 30 08:13:25 2008 +0100 zsh-completion: Don't pollute global namespace. ------------------------------------------------------------------------------------------- Process 1 on GCC 4.1 started at 04:30:18, finished at 05:08:40 and ended in success. Process 2 on GCC 4.3 started at 04:30:20, finished at 05:04:49 and ended in success. ------------------------------------------------------------------------------------------- >From git://git.pioto.org/paludis f3b029e..b4efb24 master -> master -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.1-13100.gz Type: application/x-gunzip Size: 2119019 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: nightly-out-4.3-13100.gz Type: application/x-gunzip Size: 223334 bytes Desc: not available URL: