Skip to content

Instantly share code, notes, and snippets.

@exodist
Created April 23, 2016 11:49
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 exodist/ea882cec5d8874b0b173eee6f64bb738 to your computer and use it in GitHub Desktop.
Save exodist/ea882cec5d8874b0b173eee6f64bb738 to your computer and use it in GitHub Desktop.
cgi-speedy
cpanm (App::cpanminus) 1.7040 on perl 5.020003 built for x86_64-linux-thread-multi
Work directory is /home/exodist/.cpanm/work/1461412129.15680
You have make /usr/bin/make
You have LWP 6.15
You have /usr/bin/tar: tar (GNU tar) 1.28
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
You have /usr/bin/unzip
Cloning git://github.com/dbsrgits/cgi-speedycgi.git ... Cloning into '/tmp/TRdFWeY0HO'...
remote: Counting objects: 894, done.
remote: Total 894 (delta 0), reused 0 (delta 0), pack-reused 894
Receiving objects: 100% (894/894), 365.61 KiB | 87.00 KiB/s, done.
Resolving deltas: 100% (595/595), done.
Checking connectivity... done.
OK
--> Working on git://github.com/dbsrgits/cgi-speedycgi.git
Entering /tmp/TRdFWeY0HO
Running Makefile.PL
Configuring /tmp/TRdFWeY0HO ...
Optional mod_speedycgi support.
Mod_speedycgi increases performance under Apache by avoiding the fork/exec
overhead associated with each request under normal SpeedyCGI. However, it
requires a working copy of "apxs" in your path, Apache with mod_so
support, and additional Apache configuration.
Compile mod_speedycgi (default no)?
Checking if your kit is complete...
Looks good
Writing Makefile for src
Generating a Unix-style Makefile
Writing Makefile for speedy_backend
Writing MYMETA.yml and MYMETA.json
Generating a Unix-style Makefile
Writing Makefile for speedy
Writing MYMETA.yml and MYMETA.json
Generating a Unix-style Makefile
Writing Makefile for CGI::SpeedyCGI
Writing MYMETA.yml and MYMETA.json
OK
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.98)
Building CGI-SpeedyCGI-2.22 ... cd src && make
make[1]: Entering directory '/tmp/TRdFWeY0HO/src'
/home/exodist/perl5/perlbrew/perls/main/bin/perl -w optdefs.pl /home/exodist/perl5/perlbrew/perls/main/bin
Writing speedy_optdefs.c
Writing speedy_optdefs.h
Writing mod_speedycgi_cmds.c
Writing mod_speedycgi2_cmds.c
Writing SpeedyCGI.pm
make[1]: Leaving directory '/tmp/TRdFWeY0HO/src'
/home/exodist/perl5/perlbrew/perls/main/bin/perl -MExtUtils::Command -e 'mkpath' -- lib/CGI
cp src/SpeedyCGI.pm lib/CGI/SpeedyCGI.pm
cp lib/CGI/SpeedyCGI.pm blib/lib/CGI/SpeedyCGI.pm
make[1]: Entering directory '/tmp/TRdFWeY0HO/src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/TRdFWeY0HO/src'
make[1]: Entering directory '/tmp/TRdFWeY0HO/speedy_backend'
rm -f speedy_backend_main.c
cp ../src/speedy_backend_main.c speedy_backend_main.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_backend_main.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_backend_main.c:24:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_backend_main.c:24:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_backend_main.c:24:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_perl.c
cp ../src/speedy_perl.c speedy_perl.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_perl.c
speedy_perl.c: In function ‘onerun’:
speedy_perl.c:809:9: warning: implicit declaration of function ‘PerlIO_reopen’ [-Wimplicit-function-declaration]
if (PerlIO_reopen(dev_null, "r", pio_in ) == NULL ||
^
speedy_perl.c:809:47: warning: comparison between pointer and integer
if (PerlIO_reopen(dev_null, "r", pio_in ) == NULL ||
^
speedy_perl.c:810:40: warning: comparison between pointer and integer
PerlIO_reopen(dev_null, "w", pio_out) == NULL ||
^
speedy_perl.c:811:40: warning: comparison between pointer and integer
PerlIO_reopen(dev_null, "w", pio_err) == NULL)
^
speedy_perl.c: In function ‘speedy_perl_init’:
speedy_perl.c:918:29: warning: passing argument 2 of ‘perl_parse’ from incompatible pointer type [-Wincompatible-pointer-types]
if (perl_parse(my_perl, xs_init,
^
In file included from /home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE/perl.h:5059:0,
from ../src/speedy_inc_perl.h:25,
from speedy.h:1,
from speedy_perl.c:20:
/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE/proto.h:3226:19: note: expected ‘XSINIT_t {aka void (*)(struct interpreter *)}’ but argument is of type ‘void (*)(void)’
PERL_CALLCONV int perl_parse(PerlInterpreter *my_perl, XSINIT_t xsinit, int argc, char** argv, char** env)
^
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_perl.c:20:
speedy_perl.c: At top level:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_perl.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_perl.c:20:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_util.c
cp ../src/speedy_util.c speedy_util.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_util.c
speedy_util.c:184:11: warning: ‘saved_time’ is static but used in inline function ‘speedy_util_gettimeofday’ which is not static
*tv = saved_time;
^
speedy_util.c:183:16: warning: ‘saved_time’ is static but used in inline function ‘speedy_util_gettimeofday’ which is not static
gettimeofday(&saved_time, NULL);
^
speedy_util.c:182:10: warning: ‘saved_time’ is static but used in inline function ‘speedy_util_gettimeofday’ which is not static
if (!saved_time.tv_sec)
^
speedy_util.c:91:12: warning: ‘saved_pid’ is static but used in inline function ‘speedy_util_getpid’ which is not static
return saved_pid;
^
speedy_util.c:90:21: warning: ‘saved_pid’ is static but used in inline function ‘speedy_util_getpid’ which is not static
if (!saved_pid) saved_pid = getpid();
^
speedy_util.c:90:10: warning: ‘saved_pid’ is static but used in inline function ‘speedy_util_getpid’ which is not static
if (!saved_pid) saved_pid = getpid();
^
speedy_util.c:74:16: warning: ‘uid’ is static but declared in inline function ‘speedy_util_getuid’ which is not static
static int uid = -1;
^
speedy_util.c:61:12: warning: ‘my_euid’ is static but used in inline function ‘speedy_util_geteuid’ which is not static
return my_euid;
^
speedy_util.c:60:2: warning: ‘my_euid’ is static but used in inline function ‘speedy_util_geteuid’ which is not static
my_euid = geteuid();
^
speedy_util.c:59:9: warning: ‘my_euid’ is static but used in inline function ‘speedy_util_geteuid’ which is not static
if (my_euid == -1)
^
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_util.c:20:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_util.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
rm -f speedy_sig.c
cp ../src/speedy_sig.c speedy_sig.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_sig.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_sig.c:20:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_sig.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_sig.c:20:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_frontend.c
cp ../src/speedy_frontend.c speedy_frontend.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_frontend.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_frontend.c:20:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_frontend.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_frontend.c:20:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_backend.c
cp ../src/speedy_backend.c speedy_backend.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_backend.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_backend.c:20:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_backend.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_backend.c:20:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_file.c
cp ../src/speedy_file.c speedy_file.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_file.c
speedy_file.c:301:2: warning: ‘cur_state’ is static but used in inline function ‘speedy_file_set_state’ which is not static
cur_state = new_state;
^
speedy_file.c:300:2: warning: ‘switch_state’ is static but used in inline function ‘speedy_file_set_state’ which is not static
switch_state(new_state);
^
speedy_file.c:299:22: warning: ‘cur_state’ is static but used in inline function ‘speedy_file_set_state’ which is not static
if (new_state != cur_state) {
^
speedy_file.c:297:18: warning: ‘cur_state’ is static but used in inline function ‘speedy_file_set_state’ which is not static
int retval = cur_state;
^
speedy_file.c:113:5: warning: ‘fd_is_suspect’ is static but used in inline function ‘speedy_file_fd_is_suspect’ which is not static
fd_is_suspect = 1;
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_file.c:22:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_file.c:22:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_slot.c
cp ../src/speedy_slot.c speedy_slot.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_slot.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_slot.c:20:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_slot.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_slot.c:20:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_poll.c
cp ../src/speedy_poll.c speedy_poll.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_poll.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_poll.c:20:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_poll.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_poll.c:20:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_ipc.c
cp ../src/speedy_ipc.c speedy_ipc.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_ipc.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_ipc.c:20:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_ipc.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_ipc.c:20:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_group.c
cp ../src/speedy_group.c speedy_group.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_group.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_group.c:20:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_group.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_group.c:20:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_script.c
cp ../src/speedy_script.c speedy_script.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_script.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_script.c:20:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_script.c:20:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_script.c:20:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_opt.c
cp ../src/speedy_opt.c speedy_opt.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_opt.c
speedy_opt.c:445:39: warning: ‘script_argv_loc’ is static but used in inline function ‘speedy_opt_script_fname’ which is not static
return strlist_export(&exec_argv)[script_argv_loc];
^
speedy_opt.c:445:28: warning: ‘exec_argv’ is static but used in inline function ‘speedy_opt_script_fname’ which is not static
return strlist_export(&exec_argv)[script_argv_loc];
^
speedy_opt.c:445:12: warning: ‘strlist_export’ is static but used in inline function ‘speedy_opt_script_fname’ which is not static
return strlist_export(&exec_argv)[script_argv_loc];
^
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_opt.c:21:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_opt.c:21:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
rm -f speedy_optdefs.c
cp ../src/speedy_optdefs.c speedy_optdefs.c
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND speedy_optdefs.c
In file included from ../src/speedy_inc.h:90:0,
from speedy.h:2,
from speedy_optdefs.c:4:
../src/speedy_file.h:54:19: warning: inline function ‘speedy_file_set_state’ declared but never defined
SPEEDY_INLINE int speedy_file_set_state(int new_state);
^
../src/speedy_file.h:52:20: warning: inline function ‘speedy_file_fd_is_suspect’ declared but never defined
SPEEDY_INLINE void speedy_file_fd_is_suspect(void);
^
In file included from ../src/speedy_inc.h:82:0,
from speedy.h:2,
from speedy_optdefs.c:4:
../src/speedy_opt.h:47:27: warning: inline function ‘speedy_opt_script_fname’ declared but never defined
SPEEDY_INLINE const char *speedy_opt_script_fname(void);
^
In file included from ../src/speedy_inc.h:80:0,
from speedy.h:2,
from speedy_optdefs.c:4:
../src/speedy_util.h:56:19: warning: inline function ‘speedy_util_open_stat’ declared but never defined
SPEEDY_INLINE int speedy_util_open_stat(const char *path, struct stat *stbuf);
^
../src/speedy_util.h:55:28: warning: inline function ‘speedy_util_stat_devino’ declared but never defined
SPEEDY_INLINE SpeedyDevIno speedy_util_stat_devino(const struct stat *stbuf);
^
../src/speedy_util.h:49:20: warning: inline function ‘speedy_util_gettimeofday’ declared but never defined
SPEEDY_INLINE void speedy_util_gettimeofday(struct timeval *tv);
^
../src/speedy_util.h:48:19: warning: inline function ‘speedy_util_time’ declared but never defined
SPEEDY_INLINE int speedy_util_time(void);
^
../src/speedy_util.h:42:19: warning: inline function ‘speedy_util_getpid’ declared but never defined
SPEEDY_INLINE int speedy_util_getpid(void);
^
../src/speedy_util.h:39:19: warning: inline function ‘speedy_util_geteuid’ declared but never defined
SPEEDY_INLINE int speedy_util_geteuid(void);
^
../src/speedy_util.h:38:19: warning: inline function ‘speedy_util_getuid’ declared but never defined
SPEEDY_INLINE int speedy_util_getuid(void);
^
cc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.22\" -DXS_VERSION=\"2.22\" -fPIC "-I/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE" -DSPEEDY_PROGNAME=\"speedy_backend\" -DSPEEDY_VERSION=\"2.22\" -DSPEEDY_BACKEND xsinit.c
rm -f speedy_backend
BIN=speedy_backend ../util/remove_libs cc -o speedy_backend speedy_backend_main.o speedy_perl.o speedy_util.o speedy_sig.o speedy_frontend.o speedy_backend.o speedy_file.o speedy_slot.o speedy_poll.o speedy_ipc.o speedy_group.o speedy_script.o speedy_opt.o speedy_optdefs.o xsinit.o -Wl,-E -fstack-protector -L/usr/local/lib -L/home/exodist/perl5/perlbrew/perls/main/lib/5.20.3/x86_64-linux-thread-multi/CORE -lperl -lpthread -lnsl -lnm -ldl -lm -lcrypt -lutil -lc
speedy_backend_main.o: In function `start_child':
speedy_backend_main.c:(.text+0x1f): undefined reference to `speedy_util_getpid'
speedy_backend_main.c:(.text+0x123): undefined reference to `speedy_file_set_state'
speedy_backend_main.o: In function `main':
speedy_backend_main.c:(.text+0x25c): undefined reference to `speedy_file_set_state'
speedy_backend_main.c:(.text+0x2aa): undefined reference to `speedy_util_getpid'
speedy_backend_main.c:(.text+0x2cd): undefined reference to `speedy_file_set_state'
speedy_backend_main.c:(.text+0x317): undefined reference to `speedy_file_set_state'
speedy_backend_main.c:(.text+0x32b): undefined reference to `speedy_file_set_state'
speedy_backend_main.c:(.text+0x790): undefined reference to `speedy_file_set_state'
speedy_backend_main.c:(.text+0x7a3): undefined reference to `speedy_file_set_state'
speedy_perl.o: In function `load_script':
speedy_perl.c:(.text+0x2e1): undefined reference to `speedy_util_open_stat'
speedy_perl.o: In function `all_done':
speedy_perl.c:(.text+0x656): undefined reference to `speedy_file_set_state'
speedy_perl.o: In function `cleanup_after_perl':
speedy_perl.c:(.text+0x6bb): undefined reference to `speedy_util_getpid'
speedy_perl.c:(.text+0x6d3): undefined reference to `speedy_file_fd_is_suspect'
speedy_perl.o: In function `stat_cwd_fd':
speedy_perl.c:(.text+0x80d): undefined reference to `speedy_util_stat_devino'
speedy_perl.o: In function `chdir_path':
speedy_perl.c:(.text+0x934): undefined reference to `speedy_util_stat_devino'
speedy_perl.o: In function `speedy_perl_init':
speedy_perl.c:(.text+0x1002): undefined reference to `speedy_util_stat_devino'
speedy_perl.c:(.text+0x1027): undefined reference to `speedy_opt_script_fname'
speedy_perl.c:(.text+0x1037): undefined reference to `speedy_util_stat_devino'
speedy_perl.c:(.text+0x10ad): undefined reference to `speedy_util_stat_devino'
speedy_perl.o: In function `speedy_perl_run':
speedy_perl.c:(.text+0x1273): undefined reference to `speedy_util_getpid'
speedy_perl.c:(.text+0x12ce): undefined reference to `speedy_file_set_state'
speedy_perl.c:(.text+0x131a): undefined reference to `speedy_util_getpid'
speedy_perl.c:(.text+0x1366): undefined reference to `speedy_file_set_state'
speedy_perl.c:(.text+0x1c4f): undefined reference to `speedy_file_set_state'
speedy_perl.c:(.text+0x1d2b): undefined reference to `speedy_util_getpid'
speedy_perl.c:(.text+0x1d66): undefined reference to `speedy_util_getpid'
speedy_perl.c:(.text+0x1d9d): undefined reference to `speedy_file_set_state'
speedy_perl.c:(.text+0x1de3): undefined reference to `speedy_util_getpid'
speedy_perl.c:(.text+0x1e1e): undefined reference to `speedy_util_getpid'
speedy_ipc.o: In function `speedy_ipc_listen':
speedy_ipc.c:(.text+0x139): undefined reference to `speedy_util_geteuid'
speedy_group.o: In function `speedy_group_lock':
speedy_group.c:(.text+0x71c): undefined reference to `speedy_file_set_state'
speedy_script.o: In function `speedy_script_open_failure':
speedy_script.c:(.text+0x51): undefined reference to `speedy_util_time'
speedy_script.c:(.text+0x8b): undefined reference to `speedy_opt_script_fname'
speedy_script.c:(.text+0xa4): undefined reference to `speedy_util_open_stat'
speedy_script.o: In function `speedy_script_open':
speedy_script.c:(.text+0xe5): undefined reference to `speedy_opt_script_fname'
collect2: error: ld returned 1 exit status
Makefile:766: recipe for target 'speedy_backend' failed
make[1]: *** [speedy_backend] Error 1
make[1]: Leaving directory '/tmp/TRdFWeY0HO/speedy_backend'
Makefile:519: recipe for target 'subdirs' failed
make: *** [subdirs] Error 2
FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment