Skip to content

Instantly share code, notes, and snippets.

@adiroiban
Created December 24, 2015 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adiroiban/63916ff8b1dd61a0c7f8 to your computer and use it in GitHub Desktop.
Save adiroiban/63916ff8b1dd61a0c7f8 to your computer and use it in GitHub Desktop.
conch failure
$ pip install -e .
Obtaining file:///home/adi/chevah/twisted
Running setup.py (path:/home/adi/chevah/twisted/setup.py) egg_info for package from file:///home/adi/chevah/twisted
Requirement already satisfied (use --upgrade to upgrade): zope.interface>=3.6.0 in /usr/lib/python2.7/dist-packages (from Twisted==15.5.0)
Installing collected packages: Twisted
Running setup.py develop for Twisted
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c conftest.c -o conftest.o
building 'twisted.python._sendmsg' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c twisted/python/_sendmsg.c -o build/temp.linux-x86_64-2.7/twisted/python/_sendmsg.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/twisted/python/_sendmsg.o -o /home/adi/chevah/twisted/twisted/python/_sendmsg.so
Creating /home/adi/chevah/twisted/build/lib/python2.7/site-packages/Twisted.egg-link (link to .)
Twisted 15.5.0 is already the active version in easy-install.pth
Installing ckeygen script to /home/adi/chevah/twisted/build/bin
Installing twistd script to /home/adi/chevah/twisted/build/bin
Installing tap2rpm script to /home/adi/chevah/twisted/build/bin
Installing trial script to /home/adi/chevah/twisted/build/bin
Installing pyhtmlizer script to /home/adi/chevah/twisted/build/bin
Installing manhole script to /home/adi/chevah/twisted/build/bin
Installing conch script to /home/adi/chevah/twisted/build/bin
Installing tap2deb script to /home/adi/chevah/twisted/build/bin
Installing cftp script to /home/adi/chevah/twisted/build/bin
Installing tkconch script to /home/adi/chevah/twisted/build/bin
Installing mailmail script to /home/adi/chevah/twisted/build/bin
Installed /home/adi/chevah/twisted
Successfully installed Twisted
Cleaning up...
(build)
/home/adi/chevah/twisted ------------------------------------------------------------------------------------ @xps
$ ./bin/conch adi@localhost
Unhandled Error
Traceback (most recent call last):
File "/home/adi/chevah/twisted/twisted/python/log.py", line 101, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/home/adi/chevah/twisted/twisted/python/log.py", line 84, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/home/adi/chevah/twisted/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/home/adi/chevah/twisted/twisted/python/context.py", line 81, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/home/adi/chevah/twisted/twisted/internet/posixbase.py", line 597, in _doReadOrWrite
why = selectable.doRead()
File "/home/adi/chevah/twisted/twisted/internet/unix.py", line 167, in doRead
sendmsg.recvmsg, self.socket, self.bufferSize)
exceptions.AttributeError: 'module' object has no attribute 'recvmsg'
^CConnection to localhost closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment