Installation Problem (Probably trivial)

75 views
Skip to first unread message

Bill Edwards

unread,
Jun 4, 2010, 4:11:59 AM6/4/10
to typhoonae
Hello,

First off, I'm very excited to try out Typhoonae! I couldn't have
found this project at a more opportune time.

That being said, I ran into the following error while building out (./
bin/buildout) on my cygwin installation (1.7.5-1). I've checked to
make sure all the prereqs were available.

mv -f .deps/memcached-stats.Tpo .deps/memcached-stats.Po
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/home/Aaron/typhoonae/
parts/libev
ent/include -I/home/Aaron/typhoonae/parts/libevent/include -pthread -
Wall -Wer
ror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-
decls -MT
memcached-util.o -MD -MP -MF .deps/memcached-util.Tpo -c -o memcached-
util.o `te
st -f 'util.c' || echo './'`util.c
gcc: unrecognized option '-pthread'
cc1: warnings being treated as errors
util.c: In function `safe_strtoull':
util.c:19: error: array subscript has type `char'
util.c: In function `safe_strtoll':
util.c:42: error: array subscript has type `char'
util.c: In function `safe_strtoul':
util.c:62: error: array subscript has type `char'
util.c: In function `safe_strtol':
util.c:86: error: array subscript has type `char'
make[2]: *** [memcached-util.o] Error 1
make[2]: Leaving directory `/tmp/tmp2UTM-Dbuildout-memcached/
memcached-1.4.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/tmp2UTM-Dbuildout-memcached/
memcached-1.4.5'
make: *** [all] Error 2
While:
Installing memcached.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/home/Aaron/typhoonae/eggs/zc.buildout-1.4.3-py2.5.egg/zc/
buildout/build
out.py", line 1660, in main
getattr(buildout, command)(args)
File "/home/Aaron/typhoonae/eggs/zc.buildout-1.4.3-py2.5.egg/zc/
buildout/build
out.py", line 532, in install
installed_files = self[part]._call(recipe.install)
File "/home/Aaron/typhoonae/eggs/zc.buildout-1.4.3-py2.5.egg/zc/
buildout/build
out.py", line 1204, in _call
return f()
File "build/bdist.cygwin-1.7.5-i686/egg/zc/recipe/cmmi/__init__.py",
line 159,
in install
File "build/bdist.cygwin-1.7.5-i686/egg/zc/recipe/cmmi/__init__.py",
line 187,
in cmmi
File "build/bdist.cygwin-1.7.5-i686/egg/zc/recipe/cmmi/__init__.py",
line 32,
in system
SystemError: ('Failed', 'make')

Thanks in advance,
Aaron

Tobias

unread,
Jun 4, 2010, 7:07:37 AM6/4/10
to typhoonae
Hi,

many thanks for the interest in TyphoonAE!

Your system is missing the GNU make command.

However, I fear, TyphoonAE can't be installed with cygwin on a Windows
machine and I suggest to use a Debian Lenny or Ubuntu in a VMWare or
VirtualBox. We could provide you a preinstalled VMWare appliance if
you like.

Regards,
Tobias

download

unread,
Sep 18, 2011, 6:40:53 PM9/18/11
to typh...@googlegroups.com
I'm having this problem as well. I'm on Arch Linux and made sure that the make command was installed and available.
Any ideas?

Tobias

unread,
Sep 19, 2011, 2:12:39 PM9/19/11
to typh...@googlegroups.com
Hi,

Sorry for my late response! I made a misassumption in my reply to Bill's message, though. The actual problem there is that the compiler under cygwin does not understand the -pthread option when building libevent. As I said before, TyphoonAE can't be built with cygwin. But you're using Arch Linux. To be honest, I never tried to build TyphoonAE on Arch Linux.

Do you see a similar error? What is the exact output?

Cheers,
Tobias

download

unread,
Sep 19, 2011, 10:06:35 PM9/19/11
to typh...@googlegroups.com
make[2]: *** [memcached-memcached.o] Error 1
make[2]: Leaving directory `/tmp/tmpnQbompbuildout-memcached/memcached-1.4.5'

make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/tmpnQbompbuildout-memcached/memcached-1.4.5'

make: *** [all] Error 2
While:
  Installing memcached.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/home/download/typhoonae-buildout-0.2.0/eggs/zc.buildout-1.4.3-py2.7.egg/zc/buildout/buildout.py", line 1660, in main
    getattr(buildout, command)(args)
  File "/home/download/typhoonae-buildout-0.2.0/eggs/zc.buildout-1.4.3-py2.7.egg/zc/buildout/buildout.py", line 532, in install

    installed_files = self[part]._call(recipe.install)
  File "/home/download/typhoonae-buildout-0.2.0/eggs/zc.buildout-1.4.3-py2.7.egg/zc/buildout/buildout.py", line 1204, in _call
    return f()
  File "/home/download/typhoonae-buildout-0.2.0/eggs/zc.recipe.cmmi-1.3.1-py2.7.egg/zc/recipe/cmmi/__init__.py", line 159, in install
    self.cmmi(dest)
  File "/home/download/typhoonae-buildout-0.2.0/eggs/zc.recipe.cmmi-1.3.1-py2.7.egg/zc/recipe/cmmi/__init__.py", line 187, in cmmi
    system("make")
  File "/home/download/typhoonae-buildout-0.2.0/eggs/zc.recipe.cmmi-1.3.1-py2.7.egg/zc/recipe/cmmi/__init__.py", line 32, in system
    raise SystemError("Failed", c)

Tobias

unread,
Sep 20, 2011, 3:41:27 PM9/20/11
to typh...@googlegroups.com
Hi,

This seems to be a slightly different problem. Actually, I don't see what causes it. Is there some (compiler error) output missing? Furthermore, it would be interesting to see, if the development version from the mercurial repository has the same problem on Arch Linux. Please, let me know if you need help with pulling it from googlecode.

Thanks,
Tobias

download

unread,
Sep 21, 2011, 7:44:47 PM9/21/11
to typh...@googlegroups.com
Tried pulling the latest hg repo from google code. It's still getting that same error during the memcached buildout.

download

unread,
Sep 25, 2011, 11:17:16 PM9/25/11
to typh...@googlegroups.com
Nevermind, I decided to go with Node instead.
Reply all
Reply to author
Forward
0 new messages