Google Groups Home
Help | Sign in
issue with installation as python module
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
Dilshod  
View profile
 More options Mar 22, 3:44 am
From: Dilshod <mainpl...@gmail.com>
Date: Sat, 22 Mar 2008 00:44:03 -0700 (PDT)
Local: Sat, Mar 22 2008 3:44 am
Subject: issue with installation as python module
trying to install on my sabayon (gentoo) linux

dilshod@localhost ~/projects/ebb $ python setup.py build
running build
running build_ext
building 'ebb' extension
creating build
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes -fPIC -Ilibev -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/
include -I/usr/include/python2.4 -c src/ebb_python.c -o build/
temp.linux-i686-2.4/src/ebb_python.o
In file included from src/ebb_python.c:6:
src/ebb.h:112:7: warning: no newline at end of file
src/ebb_python.c: In function 'py_start_response':
src/ebb_python.c:92: warning: suggest parentheses around assignment
used as truth value
src/ebb_python.c:98: warning: implicit declaration of function
'ebb_client_write'
src/ebb_python.c: In function 'request_cb':
src/ebb_python.c:198: warning: suggest parentheses around assignment
used as truth value
src/ebb_python.c:290:2: warning: no newline at end of file
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes -fPIC -Ilibev -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/
include -I/usr/include/python2.4 -c src/ebb.c -o build/temp.linux-
i686-2.4/src/ebb.o
In file included from src/ebb.c:24:
libev/ev.c:252:49: warning: "/*" within comment
In file included from src/ebb.c:24:
libev/ev.c: In function 'ev_feed_event':
libev/ev.c:523: warning: unused variable 'ocur_'
libev/ev.c: In function 'fd_change':
libev/ev.c:624: warning: unused variable 'ocur_'
In file included from libev/ev.c:912,
                 from src/ebb.c:24:
libev/ev_poll.c: In function 'poll_modify':
libev/ev_poll.c:56: warning: unused variable 'ocur_'
In file included from src/ebb.c:24:
libev/ev.c: In function 'ev_io_start':
libev/ev.c:1694: warning: suggest parentheses around arithmetic in
operand of |
libev/ev.c: In function 'ev_timer_start':
libev/ev.c:1724: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_periodic_start':
libev/ev.c:1794: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_idle_start':
libev/ev.c:2182: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_prepare_start':
libev/ev.c:2213: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_check_start':
libev/ev.c:2240: warning: unused variable 'ocur_'
libev/ev.c: In function 'ev_fork_start':
libev/ev.c:2348: warning: unused variable 'ocur_'
In file included from src/ebb.c:27:
src/ebb.h:112:7: warning: no newline at end of file
src/ebb.c: In function 'read_body_into_file':
src/ebb.c:174: warning: unused variable 'flags'
src/ebb.c: At top level:
src/ebb.c:338: warning: return type defaults to 'int'
src/ebb.c: In function 'client_init':
src/ebb.c:355: warning: 'return' with no value, in function returning
non-void
src/ebb.c:358: warning: unused variable 'flags'
src/ebb.c: In function 'ebb_server_init':
src/ebb.c:472: warning: label 'error' defined but not used
src/ebb.c: In function 'ebb_server_unlisten':
src/ebb.c:497: warning: unused variable 'client'
src/ebb.c:496: warning: unused variable 'i'
src/ebb.c: In function 'ebb_server_listen_on_socket':
src/ebb.c:574: warning: no return statement in function returning non-
void
src/ebb.c:755:2: warning: no newline at end of file
src/ebb.c: At top level:
libev/ev.h:370: warning: 'ev_default_loop' defined but not used
libev/ev.c:287: warning: 'have_monotonic' defined but not used
libev/ev.c:680: warning: 'fd_rearm_all' defined but not used
libev/ev.c:1126: warning: 'infy_fork' declared 'static' but never
defined
src/ebb.c:696: warning: 'server_socket_unix' defined but not used
src/ebb.c:163: warning: 'read_body_into_file' defined but not used
src/ebb.c: In function 'on_request':
src/ebb.c:422: warning: 'client' may be used uninitialized in this
function
src/ebb.c: In function 'on_client_readable':
src/ebb.c:275: warning: 'thread' is used uninitialized in this
function
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes -fPIC -Ilibev -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/
include -I/usr/include/python2.4 -c src/parser.c -o build/temp.linux-
i686-2.4/src/parser.o
gcc: src/parser.c: No such file or directory
gcc: no input files
error: command 'gcc' failed with exit status 1


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dilshod  
View profile
 More options Mar 22, 3:47 am
From: Dilshod <mainpl...@gmail.com>
Date: Sat, 22 Mar 2008 00:47:05 -0700 (PDT)
Local: Sat, Mar 22 2008 3:47 am
Subject: Re: issue with installation as python module
after compilation parser.rl with ragel by hand, it's installed


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google