Skip to content

Instantly share code, notes, and snippets.

Created May 13, 2015 19:43
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 anonymous/cd0e3c647d607c1747f2 to your computer and use it in GitHub Desktop.
Save anonymous/cd0e3c647d607c1747f2 to your computer and use it in GitHub Desktop.
make all-recursive
make[1]: Entering directory '/tmp/pkgbuild-0/rtorrent-pyro-git/rtorrent-pyro-git/src/rtorrent'
Making all in doc
make[2]: Entering directory '/tmp/pkgbuild-0/rtorrent-pyro-git/rtorrent-pyro-git/src/rtorrent/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/pkgbuild-0/rtorrent-pyro-git/rtorrent-pyro-git/src/rtorrent/doc'
Making all in src
make[2]: Entering directory '/tmp/pkgbuild-0/rtorrent-pyro-git/rtorrent-pyro-git/src/rtorrent/src'
Making all in core
make[3]: Entering directory '/tmp/pkgbuild-0/rtorrent-pyro-git/rtorrent-pyro-git/src/rtorrent/src/core'
g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I./.. -I../.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector-strong --param=ssp-buffer-size=4 -std=c++11 -fno-strict-aliasing -DNDEBUG -Wall -pthread
-I/usr/include -MT curl_get.o -MD -MP -MF .deps/curl_get.Tpo -c -o curl_get.o curl_get.cc
In file included from curl_get.h:43:0,
from curl_get.cc:45:
/usr/local/include/torrent/http.h:42:27: fatal error: sigc++/signal.h: No such file or directory
#include <sigc++/signal.h>
^
compilation terminated.
Makefile:439: recipe for target 'curl_get.o' failed
make[3]: *** [curl_get.o] Error 1
make[3]: Leaving directory '/tmp/pkgbuild-0/rtorrent-pyro-git/rtorrent-pyro-git/src/rtorrent/src/core'
Makefile:616: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/tmp/pkgbuild-0/rtorrent-pyro-git/rtorrent-pyro-git/src/rtorrent/src'
Makefile:447: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/pkgbuild-0/rtorrent-pyro-git/rtorrent-pyro-git/src/rtorrent'
Makefile:379: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: the build failed
-> Status failed (1): rtorrent-pyro-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment