Re: [Twisted-Python] password reset not working?

2016-03-07 Thread Glyph Lefkowitz

> On Mar 6, 2016, at 12:51 PM, Donal McMullan  wrote:
> 
> I just reset my password at https://twistedmatrix.com/trac/reset_password 
>  a couple of times. In both 
> cases the new password that was sent to me is rejected when I try to log in.
> 
> Is this supposed to work? I only found the path to the reset_password form by 
> searching the Trac docs. I'm not sure it's linked to from anywhere on 
> twistedmatrix.com 
Our trac installation is ... slightly creaky, account management particularly.  
Spammers bulk-register accounts which generates more load than trac is really 
designed for.  I'm not sure why this isn't working today (as far as I know, it 
usually does?) but I'd be happy to delete your password to let you re-sign-up 
if you send me a private email.

-glyph

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] password reset not working?

2016-03-07 Thread Donal McMullan
Thanks Glyph - Hawkie was good enough to sort me out already :)

DJM

> On 7/03/2016, at 2:34 PM, Glyph Lefkowitz  wrote:
> 
> 
>> On Mar 6, 2016, at 12:51 PM, Donal McMullan  wrote:
>> 
>> I just reset my password at https://twistedmatrix.com/trac/reset_password a 
>> couple of times. In both cases the new password that was sent to me is 
>> rejected when I try to log in.
>> 
>> Is this supposed to work? I only found the path to the reset_password form 
>> by searching the Trac docs. I'm not sure it's linked to from anywhere on 
>> twistedmatrix.com
> 
> Our trac installation is ... slightly creaky, account management 
> particularly.  Spammers bulk-register accounts which generates more load than 
> trac is really designed for.  I'm not sure why this isn't working today (as 
> far as I know, it usually does?) but I'd be happy to delete your password to 
> let you re-sign-up if you send me a private email.
> 
> -glyph
> 
> ___
> Twisted-Python mailing list
> Twisted-Python@twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


[Twisted-Python] Build and installation problem

2016-03-07 Thread Angelo Conte
I'm new here and I want to report that I'm having troubles installing
Twisted on an embedded linux machine
.
uname -a reports:
Linux ccgx 3.7.1 #1 Tue Dec 1 14:59:18 CET 2015 armv7l GNU/Linux

I've tried to install both with pip and with setup.py (with a root user).
There is no opkg package for Twisted, All dependencies should be ok.
Here is what I get with setup.py build and install

root@ccgx:~/Twisted-15.5.0# python setup.py build
running build
running build_py
running egg_info
writing requirements to Twisted.egg-info/requires.txt
writing Twisted.egg-info/PKG-INFO
writing top-level names to Twisted.egg-info/top_level.txt
writing dependency_links to Twisted.egg-info/dependency_links.txt
reading manifest file 'Twisted.egg-info/SOURCES.txt'
writing manifest file 'Twisted.egg-info/SOURCES.txt'
running build_ext
arm-ve-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork
-mfloat-abi=softfp -mfpu=neon -D__SOFTFP__
.30/build/tmp-eglibc/sysroots/bpp3 -fno-strict-aliasing -O2 -pipe -g
-feliminate-unused-debug-types -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-fPIC -I/usr/include/python2.7 -c conftest.c -o conftest.o
arm-ve-linux-gnueabi-gcc: error: .30/build/tmp-eglibc/sysroots/bpp3: No
such file or directory
building 'twisted.test.raiser' extension
arm-ve-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork
-mfloat-abi=softfp -mfpu=neon -D__SOFTFP__
.30/build/tmp-eglibc/sysroots/bpp3 -fno-strict-aliasing -O2 -pipe -g
-feliminate-unused-debug-types -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-fPIC -I/usr/include/python2.7 -c twisted/test/raiser.c -o
build/temp.linux-armv7l-2.7/twisted/test/raiser.o
arm-ve-linux-gnueabi-gcc: error: .30/build/tmp-eglibc/sysroots/bpp3: No
such file or directory
error: command 'arm-ve-linux-gnueabi-gcc' failed with exit status 1


root@ccgx:~/Twisted-15.5.0# python setup.py  install
running install
running bdist_egg
running egg_info
writing requirements to Twisted.egg-info/requires.txt
writing Twisted.egg-info/PKG-INFO
writing top-level names to Twisted.egg-info/top_level.txt
writing dependency_links to Twisted.egg-info/dependency_links.txt
reading manifest file 'Twisted.egg-info/SOURCES.txt'
writing manifest file 'Twisted.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-armv7l/egg
running install_lib
running build_py
running build_ext
arm-ve-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork
-mfloat-abi=softfp -mfpu=neon -D__SOFTFP__
.30/build/tmp-eglibc/sysroots/bpp3 -fno-strict-aliasing -O2 -pipe -g
-feliminate-unused-debug-types -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-fPIC -I/usr/include/python2.7 -c conftest.c -o conftest.o
arm-ve-linux-gnueabi-gcc: error: .30/build/tmp-eglibc/sysroots/bpp3: No
such file or directory
building 'twisted.test.raiser' extension
arm-ve-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork
-mfloat-abi=softfp -mfpu=neon -D__SOFTFP__
.30/build/tmp-eglibc/sysroots/bpp3 -fno-strict-aliasing -O2 -pipe -g
-feliminate-unused-debug-types -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-fPIC -I/usr/include/python2.7 -c twisted/test/raiser.c -o
build/temp.linux-armv7l-2.7/twisted/test/raiser.o
arm-ve-linux-gnueabi-gcc: error: .30/build/tmp-eglibc/sysroots/bpp3: No
such file or directory
error: command 'arm-ve-linux-gnueabi-gcc' failed with exit status 1

I can't find any reference to the folder .30/build/tmp-eglibc/sysroots/bpp3
on my system.
Do you have any clue?
Thank you

Angelo
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python