Re: [Sugar-devel] Flake8 error

2013-12-04 Thread Daniel Narvaez
It's used to check python code style and syntax. So it's development only, not a runtime dep. On Wednesday, 4 December 2013, Ignacio Rodríguez wrote: > Thx. I "hacked" (remove flake8) modules.json and now works fine. > > ¿Flake 8 is dependency for what? > > Saludos. > Ignacio Rodríguez > > > 2013

Re: [Sugar-devel] Flake8 error

2013-12-04 Thread Ignacio Rodríguez
Thx. I "hacked" (remove flake8) modules.json and now works fine. ¿Flake 8 is dependency for what? Saludos. Ignacio Rodríguez 2013/12/4 Daniel Narvaez > It seems intentional because it was removed from their homepage too. > > Not sure what's the best fix. Maybe we should just pull these tools

Re: [Sugar-devel] Flake8 error

2013-12-04 Thread Daniel Narvaez
It seems intentional because it was removed from their homepage too. Not sure what's the best fix. Maybe we should just pull these tools from pypi into the sugar-build virtualenv. It's unlikely anyone will want to hack on them anyway. I'd rather avoid maintaining our own mirror and I don't want to

Re: [Sugar-devel] Flake8 error

2013-12-04 Thread Daniel Narvaez
As a workaround you can hack modules.js and remove the flake8 entry. On Wednesday, 4 December 2013, Ignacio Rodríguez wrote: > Oh ok, I need it :S > > Saludos. > Ignacio Rodríguez > > > 2013/12/4 Daniel Narvaez 'dwnarv...@gmail.com');>> > >> Looks like the official github flake8 mirror was taken

Re: [Sugar-devel] Flake8 error

2013-12-04 Thread Ignacio Rodríguez
Oh ok, I need it :S Saludos. Ignacio Rodríguez 2013/12/4 Daniel Narvaez > Looks like the official github flake8 mirror was taken down :/ I mailed > the owner to know if it's intentional... I will let you know. > > > On Wednesday, 4 December 2013, Ignacio Rodríguez wrote: > >> Hey, I'm trying u

Re: [Sugar-devel] Flake8 error

2013-12-04 Thread Daniel Narvaez
Looks like the official github flake8 mirror was taken down :/ I mailed the owner to know if it's intentional... I will let you know. On Wednesday, 4 December 2013, Ignacio Rodríguez wrote: > Hey, I'm trying update my sugar-build! > > I'm getting this error: > > * Pulling flake8 > > Command faile

[Sugar-devel] Flake8 error

2013-12-04 Thread Ignacio Rodríguez
Hey, I'm trying update my sugar-build! I'm getting this error: * Pulling flake8 Command failed: git fetch fatal: remote error: Repository not found. Retrying (attempt 1) in 1 minute I look at log and the log says: INFO:root:Running command git remote set-url origin git:// github.com/bmcusto

Re: [Sugar-devel] Flake8 error on last sugar_build

2013-06-03 Thread lionel
juin 2013 14:24 À : lio...@olpc-france.org Cc : sugar-devel@lists.sugarlabs.org Objet : Re: [Sugar-devel] Flake8 error on last sugar_build I improved the way we print out errors in sugar-build. Now you should see the full output of the failed command (up to 500 lines), so the download error rather

Re: [Sugar-devel] Flake8 error on last sugar_build

2013-06-03 Thread Daniel Narvaez
I improved the way we print out errors in sugar-build. Now you should see the full output of the failed command (up to 500 lines), so the download error rather then just the end of the trace. On 2 June 2013 22:33, Daniel Narvaez wrote: > This is what I got in my log right now > > > Searching fo

Re: [Sugar-devel] Flake8 error on last sugar_build

2013-06-02 Thread Daniel Narvaez
This is what I got in my log right now Searching for mccabe>=0.2 Reading http://pypi.python.org/simple/mccabe/ Best match: mccabe 0.2.1 Downloading http://pypi.python.org/packages/source/m/mccabe/mccabe-0.2.1.tar.gz#md5=5a3f3fa6a4bad126c887dab682f5 So it looks really like a network problem to

Re: [Sugar-devel] Flake8 error on last sugar_build

2013-06-02 Thread Daniel Narvaez
I tend to blame it on your VM network :) It seems to work consistently for me. On Sunday, 2 June 2013, wrote: > ** ** > > Here the end of the main.log (sorry for the list…). > > A link seems to be in error. However the main site ( > http://pypi.python.org/simple/mccabe/) is accessible from Fi

Re: [Sugar-devel] Flake8 error on last sugar_build

2013-06-02 Thread Daniel Narvaez
Try to send build/logs/main.log, maybe there is a better error there. On Sunday, 2 June 2013, wrote: > ** ** > > Thanks for your answer. Yes I’ve retried several times at different time.* > *** > > I’ve also retried after a “clean” then a “pull” (see full trace below).*** > * > > As you know, my

Re: [Sugar-devel] Flake8 error on last sugar_build

2013-06-02 Thread lionel
Here the end of the main.log (sorry for the list…). A link seems to be in error. However the main site (http://pypi.python.org/simple/mccabe/) is accessible from Firefox in my VM. Lionel. Running command python /home/fedora/sugar-build/flake8/setup.py install --prefix

Re: [Sugar-devel] Flake8 error on last sugar_build

2013-06-02 Thread Daniel Narvaez
Actually, can you send your build/logs/main.log? I wonder if there is a comprehensible error in the log but earlier then we tail. On 2 June 2013 22:00, Daniel Narvaez wrote: > Looking at the code, it seems like a network issue either on your or on > the pypi side. Did you retry? I've seen rando

Re: [Sugar-devel] Flake8 error on last sugar_build

2013-06-02 Thread lionel
Thanks for your answer. Yes I’ve retried several times at different time. I’ve also retried after a “clean” then a “pull” (see full trace below). As you know, my VM had sometimes network issues (thought I think it’s less the case now) but I don’t think it’s the problem here.

Re: [Sugar-devel] Flake8 error on last sugar_build

2013-06-02 Thread Daniel Narvaez
Looking at the code, it seems like a network issue either on your or on the pypi side. Did you retry? I've seen random pypi errors before. It's pretty bad, especially because setuptools errors doesn't really make clear what happened. On 2 June 2013 21:06, wrote: > Hi all, > > ** ** > > I’m

[Sugar-devel] Flake8 error on last sugar_build

2013-06-02 Thread lionel
Hi all, I’m building the latest sugar-build and I’ve got an error on flake8. Following is the detail. Could it be related to [1]? Lionel. [1] http://bugs.python.org/setuptools/issue90 [osbuild sugar-build]$ build = Building = * Building flake8 File "