Skip to content

Instantly share code, notes, and snippets.

@Nothing4You
Created December 20, 2013 23:30
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 Nothing4You/8063308 to your computer and use it in GitHub Desktop.
Save Nothing4You/8063308 to your computer and use it in GitHub Desktop.
make
Making all in src
make[1]: Entering directory '/home/rschwab/build/torsocks-git/ts/src'
Making all in common
make[2]: Entering directory '/home/rschwab/build/torsocks-git/ts/src/common'
CC log.lo
In file included from <command-line>:0:0:
../../include/config.h:149:19: warning: missing terminating " character [enabled by default]
#define LIBC_NAME "libcap.so.2
^
CC config-file.lo
In file included from <command-line>:0:0:
../../include/config.h:149:19: warning: missing terminating " character [enabled by default]
#define LIBC_NAME "libcap.so.2
^
CC utils.lo
In file included from <command-line>:0:0:
../../include/config.h:149:19: warning: missing terminating " character [enabled by default]
#define LIBC_NAME "libcap.so.2
^
CC compat.lo
In file included from <command-line>:0:0:
../../include/config.h:149:19: warning: missing terminating " character [enabled by default]
#define LIBC_NAME "libcap.so.2
^
CC socks5.lo
In file included from <command-line>:0:0:
../../include/config.h:149:19: warning: missing terminating " character [enabled by default]
#define LIBC_NAME "libcap.so.2
^
CC connection.lo
In file included from <command-line>:0:0:
../../include/config.h:149:19: warning: missing terminating " character [enabled by default]
#define LIBC_NAME "libcap.so.2
^
CC onion.lo
In file included from <command-line>:0:0:
../../include/config.h:149:19: warning: missing terminating " character [enabled by default]
#define LIBC_NAME "libcap.so.2
^
CCLD libcommon.la
make[2]: Leaving directory '/home/rschwab/build/torsocks-git/ts/src/common'
Making all in lib
make[2]: Entering directory '/home/rschwab/build/torsocks-git/ts/src/lib'
CC torsocks.lo
In file included from <command-line>:0:0:
../../include/config.h:149:19: warning: missing terminating " character [enabled by default]
#define LIBC_NAME "libcap.so.2
^
torsocks.c: In function 'init_libc_symbols':
torsocks.c:129:2: error: missing terminating " character
libc_ptr = dlopen(LIBC_NAME, RTLD_LAZY);
^
torsocks.c:129:29: error: expected expression before ',' token
libc_ptr = dlopen(LIBC_NAME, RTLD_LAZY);
^
torsocks.c:131:3: error: missing terminating " character
ERR("Unable to dlopen() library " LIBC_NAME "(%s)", dlerror());
^
In file included from ../../src/common/defaults.h:22:0,
from ../../src/common/connection.h:25,
from ../../src/common/config-file.h:25,
from torsocks.c:25:
torsocks.c:131:47: error: expected ')' before string constant
ERR("Unable to dlopen() library " LIBC_NAME "(%s)", dlerror());
^
../../src/common/log.h:58:14: note: in definition of macro '__tsocks_print'
log_print(fmt, ## args); \
^
../../src/common/log.h:67:27: note: in expansion of macro '_ERRMSG'
#define ERR(fmt, args...) _ERRMSG("ERROR", MSGERR, fmt, ## args)
^
torsocks.c:131:3: note: in expansion of macro 'ERR'
ERR("Unable to dlopen() library " LIBC_NAME "(%s)", dlerror());
^
torsocks.c:142:3: error: missing terminating " character
ERR("Unable to lookup symbols in " LIBC_NAME "(%s)", dlerror());
^
In file included from ../../src/common/defaults.h:22:0,
from ../../src/common/connection.h:25,
from ../../src/common/config-file.h:25,
from torsocks.c:25:
torsocks.c:142:48: error: expected ')' before string constant
ERR("Unable to lookup symbols in " LIBC_NAME "(%s)", dlerror());
^
../../src/common/log.h:58:14: note: in definition of macro '__tsocks_print'
log_print(fmt, ## args); \
^
../../src/common/log.h:67:27: note: in expansion of macro '_ERRMSG'
#define ERR(fmt, args...) _ERRMSG("ERROR", MSGERR, fmt, ## args)
^
torsocks.c:142:3: note: in expansion of macro 'ERR'
ERR("Unable to lookup symbols in " LIBC_NAME "(%s)", dlerror());
^
Makefile:439: recipe for target 'torsocks.lo' failed
make[2]: *** [torsocks.lo] Error 1
make[2]: Leaving directory '/home/rschwab/build/torsocks-git/ts/src/lib'
Makefile:351: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/rschwab/build/torsocks-git/ts/src'
Makefile:455: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment