Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11
El sáb, 01-11-2014 a las 21:10 -0400, Ian Stakenvicius escribió: [...] > Not at the moment ; I'm going to want to do a fair bit of cleanup > before i let anyone else's eyes on it.. :) > > It's just a bash script, though -- i use 'pybugz search' to get a list > of the bugs Diego's filed (using --offset and --limit to restrict the > list returned), get the content of each one, and if it has no > attachments but has a URL with 'https://tinderboxlogs' in the comment, > then i wget the URL to a temp file, strip the HTML out, and attach it > (compressing if necessary to save space) to the bug with 'pybugz attach'. > > Add in a couple of files that lets me keep track of the current search > offset i should be using as well as the bug#'s the script has > processed and skipped, and that's about it. > > How do you strip the html code? I was unsure about to do that :/ Thanks!
[gentoo-dev] scheme herd needs your help (or maybe be dissolved?)
I have hit this: https://bugs.gentoo.org/show_bug.cgi?id=465348 that is present for really a long time, apart of that is the guile:2 migration that never ends and still blocks aisleriot from being unmasked, and also many other bug reports assigned to them. I am not sure if anyone would be interesting or would like to join the herd (I am not familiar with that packages at all :S). If people are instead only interested on part of the packages, maybe the herd should be dissolved to stop getting bugs falling there forever :/ Thanks a lot
Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11
> How do you strip the html code? I was unsure about to do that :/ You should have asked. There is no need to strip. I upload both HTML and text alike.
Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11
El dom, 02-11-2014 a las 13:07 +, Diego Elio Pettenò escribió: > > > How do you strip the html code? I was unsure about to do that :/ > > You should have asked. There is no need to strip. I upload both HTML > and text alike. > Ah, ok. Anyway, if AxS can tell me how was doing that would be interesting as who knows when could become useful to me in the future :)
Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11
On 02/11/14 14:22, Pacho Ramos wrote: El dom, 02-11-2014 a las 13:07 +, Diego Elio Pettenò escribió: How do you strip the html code? I was unsure about to do that :/ You should have asked. There is no need to strip. I upload both HTML and text alike. Ah, ok. Anyway, if AxS can tell me how was doing that would be interesting as who knows when could become useful to me in the future :) in python you can (ab)use BeautifulSoup.
Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/11/14 09:44 AM, Luca Barbato wrote: > On 02/11/14 14:22, Pacho Ramos wrote: >> El dom, 02-11-2014 a las 13:07 +, Diego Elio Pettenò >> escribió: >>> How do you strip the html code? I was unsure about to do that :/ >>> >>> You should have asked. There is no need to strip. I upload both >>> HTML and text alike. >>> >> >> Ah, ok. Anyway, if AxS can tell me how was doing that would be >> interesting as who knows when could become useful to me in the >> future :) >> >> > in python you can (ab)use BeautifulSoup. > Because the html tags used in this file are fairly limited, I just dropped all instances of <.../> and then substituted the proper '<' and '>' for the < and > tags. sed, awk, etc. work fine for this. It doesn't work as a general-case solution, though. However, i'm dropping that now to use the text form directly. Thanks for the tip, Diego! -BEGIN PGP SIGNATURE- Version: GnuPG v2 iF4EAREIAAYFAlRWRmEACgkQ2ugaI38ACPAerQD/Tl/a+s683brxfzd28pmmetES 2ub60nAjTDn8aatuRhsA/2AnlJZ6DRFpIkSvoA4jaxxl++Km5QqCQ7BRhKQCjUWd =ufJS -END PGP SIGNATURE-
Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11
On 11/02/2014 03:08 AM, Rich Freeman wrote: > > Well, nothing is ever ideal, but as issues come up they are being > dealt with now. I can't think of any situations where somebody has > been able to block out new contributors in the last year or two. > Sure, there have been a few attempts, but we've squashed them. > You are being specific now. But the problem is not that specific. It just manifests in specific conflicts. Are you saying the solution is to fix these conflicts as they come up and don't worry about the reasons they came up in the first place? As I said. All that does is slow down the regression. It doesn't even keep status quo.
Re: [gentoo-dev] Unifying the PostgreSQL Ebuilds
On 2014-10-11 18:02, Aaron W. Swenson wrote: > On 2014-09-19 10:11, Aaron W. Swenson wrote: > > I'm hoping to press forward with this change in the next week or so. > > > > Thank you in advance! > > > > [1] https://bugs.gentoo.org/show_bug.cgi?id=505540 > > [2] https://bugs.gentoo.org/show_bug.cgi?id=456876 > > [3] https://github.com/titanofold/titanofold-gentoo-x86 > > Anyone opposed to my fixing the dependencies of the above packages? I'm currently running repoman full on the affected packages. I'll be committing the changes within the next few hours. -- Mr. Aaron W. Swenson Gentoo Linux Developer PostgreSQL Herd Bull Email : titanof...@gentoo.org GnuPG FP : 2C00 7719 4F85 FB07 A49C 0E31 5713 AA03 D1BB FDA0 GnuPG ID : D1BBFDA0 signature.asc Description: Digital signature
[gentoo-dev] typo in "scrypt" USE-Flag
There's a typo in the "scrypt" USE-FLAG. A bug-report seemed to big for that. Correct would be "scrypt: Use libscrypt for the scrypt algorithm" Found here: # equery u tor [ Legend : U - final flag setting for installation] [: I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for net-misc/tor-0.2.6.1_alpha: U I - - bufferevents : Use libevent's buffered IO implementation (unstable, buggy) + - nat-pmp : Enable NAT Port Mapping Protocol + - scrypt: Use libscript for the scrypt algorithm + - seccomp : Enable seccomp for system call filtering + - stats : Enable tracking of how much of each kind of resource we download - - test : Workaround to pull in packages needed to run with FEATURES=test. Portage-2.1.2 handles this internally, so don't set it in make.conf/package.use anymore + - tor-hardening : Compile tor with hardening on vanilla compilers/linkers + - transparent-proxy : Enable transparent proxying + - upnp : Enable UPnP port mapping support - - web : Build a tor2web service instead of a tor client signature.asc Description: PGP signature
Re: [gentoo-dev] typo in "scrypt" USE-Flag
On 02/11/14 11:41 AM, Marco Ziebell wrote: > There's a typo in the "scrypt" USE-FLAG. A bug-report seemed to big for > that. > Correct would be "scrypt: Use libscrypt for the scrypt > algorithm" so... instead of emailing 4 people (three bug-wranglers plus one maintainer), you email around 300 people (assuming that subscriber count is around the same as #gentoo-dev users, which is probably a severe underestimate). signature.asc Description: OpenPGP digital signature
Re: [gentoo-dev] typo in "scrypt" USE-Flag
Le 02/11/2014 17:48, Alex Xu a écrit : > so... instead of emailing 4 people (three bug-wranglers plus one > maintainer), you email around 300 people (assuming that subscriber count > is around the same as #gentoo-dev users, which is probably a severe > underestimate). Alex: no need for a snarky comment. A simple "a bug is fine, please do open one" would have been enough. Marco: thank you for your contribution, however small. Bugzilla is indeed the proper place for any and all ebuild improvements. Cheers, Rémi
Re: [gentoo-dev] typo in "scrypt" USE-Flag
Am Sun, 02 Nov 2014 17:56:02 +0100 schrieb Rémi Cardona : > Le 02/11/2014 17:48, Alex Xu a écrit : > > so... instead of emailing 4 people (three bug-wranglers plus one > > maintainer), you email around 300 people (assuming that subscriber > > count is around the same as #gentoo-dev users, which is probably a > > severe underestimate). > > Alex: no need for a snarky comment. A simple "a bug is fine, please do > open one" would have been enough. > > Marco: thank you for your contribution, however small. Bugzilla is > indeed the proper place for any and all ebuild improvements. > > Cheers, > > Rémi > I agree with Alex. You reach less people by opening a bug-report and not everyone who's on the list. But my email received far more attention than it should. My idea was to hit everyone, so 99% of the list could easily ignored it and only the 1 person with enough time and commit-rights could silently change it. There are enough bug-reports around in the whole of community which should gain some attention. ... this report would be none of it. Be as it may. Thanks for your time. signature.asc Description: PGP signature
Re: [gentoo-dev] typo in "scrypt" USE-Flag
On Sun, 2 Nov 2014 17:41:12 +0100 Marco Ziebell wrote: > There's a typo in the "scrypt" USE-FLAG. A bug-report seemed to big for > that. > Correct would be "scrypt: Use libscrypt for the scrypt > algorithm" > > Found here: > > # equery u tor ... > + - scrypt: Use libscript for the scrypt algorithm Nice catch! Pushed as: > 02 Nov 2014; Sergei Trofimovich metadata.xml: > Fix USE typo noticed by Marco Ziebell. To be most efficient that kind of emails should go directly to written in metadata.xml for a package. Thanks! -- Sergei signature.asc Description: PGP signature
[gentoo-dev] terminal spreadsheet - sc fork
Hello there!! I am working on a terminal spreadsheet based on "sc", but with some adds like undo/redo.. you can find it here: https://github.com/andmarti1424/scim Any new ideas and/or contribution is always welcome! Thanks! -- Andrés M.