Skip to content

Instantly share code, notes, and snippets.

@tclh123
Created November 2, 2013 07:30
Show Gist options
  • Save tclh123/7276519 to your computer and use it in GitHub Desktop.
Save tclh123/7276519 to your computer and use it in GitHub Desktop.
Installing aria2 on OS X using Homebrew fails
==> make install
Making install in po
if test "aria2" = "gettext-tools"; then \
.././install-sh -c -d /usr/local/Cellar/aria2/1.18.1/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/Cellar/aria2/1.18.1/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/Cellar/aria2/1.18.1/share/gettext/po/$file; \
done; \
else \
: ; \
fi
Making install in lib
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in deps
Making install in wslay
Making install in lib
Making install in includes
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c -o wslay_frame.lo wslay_frame.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c -o wslay_event.lo wslay_event.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c -o wslay_queue.lo wslay_queue.c
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c -o wslay_net.lo wslay_net.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c wslay_net.c -fno-common -DPIC -o .libs/wslay_net.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c wslay_event.c -fno-common -DPIC -o .libs/wslay_event.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c wslay_queue.c -fno-common -DPIC -o .libs/wslay_queue.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c wslay_frame.c -fno-common -DPIC -o .libs/wslay_frame.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c wslay_net.c -o wslay_net.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c wslay_queue.c -o wslay_queue.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c wslay_frame.c -o wslay_frame.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -DHAVE_CONFIG_H -I./includes -I./includes -Wall -g -O2 -c wslay_event.c -o wslay_event.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link cc -Wall -g -O2 -no-undefined -version-info 0:0:0 -o libwslay.la wslay_frame.lo wslay_event.lo wslay_queue.lo wslay_net.lo
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libwslay.a .libs/wslay_frame.o .libs/wslay_event.o .libs/wslay_queue.o .libs/wslay_net.o
libtool: link: ranlib .libs/libwslay.a
libtool: link: ( cd ".libs" && rm -f "libwslay.la" && ln -s "../libwslay.la" "libwslay.la" )
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in tests
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in src
Making install in includes
make[3]: Nothing to be done for `install-exec-am'.
CXX option_processing.lo
CXX version_usage.lo
CXX Context.lo
CXX SocketCore.lo
In file included from option_processing.cc:57:
In file included from ./SimpleRandomizer.h:41:
/usr/bin/../lib/c++/v1/random:1992:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:1989:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:2004:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2001:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:2377:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2373:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:2398:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2394:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:2683:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2680:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:2702:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2699:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:2854:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2851:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:2867:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2864:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:3326:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3323:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
In file included from Context.cc:49:
In file included from ./SimpleRandomizer.h:41:
/usr/bin/../lib/c++/v1/random:3343:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^/usr/bin/../lib/c++/v1/random:1992:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:1989:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:2004:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2001:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:3339:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:2377:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2373:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:2398:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2394:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:2683:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2680:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:2702:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2699:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:2854:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2851:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:2867:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:2864:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:3543:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3540:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:3558:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3552:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:3664:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3661:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:3680:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3674:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:3326:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3323:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:3343:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3339:44: note: /usr/bin/../lib/c++/v1/random:3775:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3773:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os, const bernoulli_distribution& __x)
^
previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:3789:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3785:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is, bernoulli_distribution& __x)
^
/usr/bin/../lib/c++/v1/random:3937:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3934:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:3953:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3947:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:4055:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:4052:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
/usr/bin/../lib/c++/v1/random:3543:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3540:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:3558:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3552:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:3664:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3661:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:3680:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3674:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:3775:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3773:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os, const bernoulli_distribution& __x)
^
/usr/bin/../lib/c++/v1/random:3789:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3785:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is, bernoulli_distribution& __x)
^
/usr/bin/../lib/c++/v1/random:3937:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3934:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/c++/v1/random:3953:37: error: redefinition of '__is' with a different type
__save_flags<_CharT, _Traits> _(__is);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:3947:44: note: previous definition is here
operator>>(basic_istream<_CharT, _Traits>& __is,
^
/usr/bin/../lib/c++/v1/random:4055:37: error: redefinition of '__os' with a different type
__save_flags<_CharT, _Traits> _(__os);
^
./common.h:81:20: note: expanded from macro '_'
# define _(String) String
^
/usr/bin/../lib/c++/v1/random:4052:44: note: previous definition is here
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
CXX Command.lo
20 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment