Skip to content

Instantly share code, notes, and snippets.

@Incognito
Created December 1, 2015 12:55
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 Incognito/7f47c3d50d5a82f4dd9f to your computer and use it in GitHub Desktop.
Save Incognito/7f47c3d50d5a82f4dd9f to your computer and use it in GitHub Desktop.
make: x86_64-rumprun-netbsd-gcc: Command not found
make -C ../sqlite
make[1]: Entering directory '/home/brian/rumprun-packages/sqlite'
make[1]: x86_64-rumprun-netbsd-gcc: Command not found
make -C build
make[2]: Entering directory '/home/brian/rumprun-packages/sqlite/build'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/brian/rumprun-packages/sqlite/build'
make install -C build
make[2]: Entering directory '/home/brian/rumprun-packages/sqlite/build'
make[3]: Entering directory '/home/brian/rumprun-packages/sqlite/build'
/usr/bin/mkdir -p '/home/brian/rumprun-packages/pkgs/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libsqlite3.la '/home/brian/rumprun-packages/pkgs/lib'
libtool: install: /usr/bin/install -c .libs/libsqlite3.lai /home/brian/rumprun-packages/pkgs/lib/libsqlite3.la
libtool: install: /usr/bin/install -c .libs/libsqlite3.a /home/brian/rumprun-packages/pkgs/lib/libsqlite3.a
libtool: install: chmod 644 /home/brian/rumprun-packages/pkgs/lib/libsqlite3.a
libtool: install: x86_64-rumprun-netbsd-ranlib /home/brian/rumprun-packages/pkgs/lib/libsqlite3.a
./libtool: line 1082: x86_64-rumprun-netbsd-ranlib: command not found
Makefile:330: recipe for target 'install-libLTLIBRARIES' failed
make[3]: *** [install-libLTLIBRARIES] Error 127
make[3]: Leaving directory '/home/brian/rumprun-packages/sqlite/build'
Makefile:808: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/home/brian/rumprun-packages/sqlite/build'
Makefile:10: recipe for target 'build/libsqlite3.a' failed
make[1]: *** [build/libsqlite3.a] Error 2
make[1]: Leaving directory '/home/brian/rumprun-packages/sqlite'
Makefile:11: recipe for target '/home/brian/rumprun-packages/pkgs/lib/libsqlite.a' failed
make: *** [/home/brian/rumprun-packages/pkgs/lib/libsqlite.a] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment