Skip to content

Instantly share code, notes, and snippets.

@saper
Created March 21, 2015 19:52
Show Gist options
  • Save saper/7576142318997ce27a4d to your computer and use it in GitHub Desktop.
Save saper/7576142318997ce27a4d to your computer and use it in GitHub Desktop.
===> Building for libsass-3.1.0
--- all ---
/usr/bin/make all-am
--- libsass_la-functions.lo ---
--- libsass_la-inspect.lo ---
--- libsass_la-functions.lo ---
/bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -Wall -fPIC -DLIBSASS_VERSION="\"3.1.0\"" -std=c++0x -O2 -pipe -fstack-protector -fno-strict-aliasing -MT libsass_la-functions.lo -MD -MP -MF .deps/libsass_la-functions.Tpo -c -o libsass_la-functions.lo `test -f 'functions.cpp' || echo './'`functions.cpp
--- libsass_la-inspect.lo ---
/bin/sh ./libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -Wall -fPIC -DLIBSASS_VERSION="\"3.1.0\"" -std=c++0x -O2 -pipe -fstack-protector -fno-strict-aliasing -MT libsass_la-inspect.lo -MD -MP -MF .deps/libsass_la-inspect.Tpo -c -o libsass_la-inspect.lo `test -f 'inspect.cpp' || echo './'`inspect.cpp
libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -fPIC -DLIBSASS_VERSION=\"3.1.0\" -std=c++0x -O2 -pipe -fstack-protector -fno-strict-aliasing -MT libsass_la-inspect.lo -MD -MP -MF .deps/libsass_la-inspect.Tpo -c inspect.cpp -fPIC -DPIC -o .libs/libsass_la-inspect.o
--- libsass_la-functions.lo ---
libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -fPIC -DLIBSASS_VERSION=\"3.1.0\" -std=c++0x -O2 -pipe -fstack-protector -fno-strict-aliasing -MT libsass_la-functions.lo -MD -MP -MF .deps/libsass_la-functions.Tpo -c functions.cpp -fPIC -DPIC -o .libs/libsass_la-functions.o
functions.cpp:1079:9: error: use of undeclared identifier 'uniform_real'
uniform_real<double> distributor(1, l->value() + 1);
^
functions.cpp:1079:28: error: expected '(' for function-style cast or type construction
uniform_real<double> distributor(1, l->value() + 1);
~~~~~~^
functions.cpp:1079:30: error: use of undeclared identifier 'distributor'
uniform_real<double> distributor(1, l->value() + 1);
^
functions.cpp:1080:9: error: use of undeclared identifier 'variate_generator'
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
^
functions.cpp:1080:40: error: expected '(' for function-style cast or type construction
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
~~~~~~~~~~~~^
functions.cpp:1080:47: error: no member named 'uniform_real' in namespace 'std'
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
~~~~~^
functions.cpp:1080:66: error: expected '(' for function-style cast or type construction
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
~~~~~~^
functions.cpp:1080:68: error: expected expression
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
^
functions.cpp:1080:80: error: use of undeclared identifier 'distributor'
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
^
functions.cpp:1081:37: error: use of undeclared identifier 'gen'
uint_fast32_t distributed = gen();
^
functions.cpp:1087:9: error: use of undeclared identifier 'uniform_real'
uniform_real<> distributor(0, 1);
^
functions.cpp:1087:22: error: expected expression
uniform_real<> distributor(0, 1);
^
functions.cpp:1087:24: error: use of undeclared identifier 'distributor'
uniform_real<> distributor(0, 1);
^
functions.cpp:1088:9: error: use of undeclared identifier 'variate_generator'
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
^
functions.cpp:1088:40: error: expected '(' for function-style cast or type construction
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
~~~~~~~~~~~~^
functions.cpp:1088:47: error: no member named 'uniform_real' in namespace 'std'
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
~~~~~^
functions.cpp:1088:66: error: expected '(' for function-style cast or type construction
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
~~~~~~^
functions.cpp:1088:68: error: expected expression
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
^
functions.cpp:1088:80: error: use of undeclared identifier 'distributor'
variate_generator <std::mt19937, std::uniform_real<double> > gen(rand, distributor);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
--- libsass_la-inspect.lo ---
libtool: compile: c++ -DHAVE_CONFIG_H -I. -Wall -fPIC -DLIBSASS_VERSION=\"3.1.0\" -std=c++0x -O2 -pipe -fstack-protector -fno-strict-aliasing -MT libsass_la-inspect.lo -MD -MP -MF .deps/libsass_la-inspect.Tpo -c inspect.cpp -o libsass_la-inspect.o >/dev/null 2>&1
--- libsass_la-functions.lo ---
*** [libsass_la-functions.lo] Error code 1
make[2]: stopped in /home/saper/sw/FreeBSD/textproc/libsass/work/am11-libsass-5138b02
--- libsass_la-inspect.lo ---
mv -f .deps/libsass_la-inspect.Tpo .deps/libsass_la-inspect.Plo
1 error
make[2]: stopped in /home/saper/sw/FreeBSD/textproc/libsass/work/am11-libsass-5138b02
*** [all] Error code 2
make[1]: stopped in /home/saper/sw/FreeBSD/textproc/libsass/work/am11-libsass-5138b02
make[1]: stopped in /home/saper/sw/FreeBSD/textproc/libsass/work/am11-libsass-5138b02
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /home/saper/sw/FreeBSD/textproc/libsass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment