Last active
October 3, 2015 22:19
-
-
Save cannikin/cd4319f9a6c8a4de5c0a to your computer and use it in GitHub Desktop.
Post portaudio instructions on the Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/usr/bin/install -c -d /usr/local/include | |
for include in portaudio.h; do \ | |
/usr/bin/install -c -m 644 -m 644 ./include/$include /usr/local/include/$include; \ | |
done | |
/usr/bin/install -c -d /usr/local/lib/pkgconfig | |
/usr/bin/install -c -m 644 portaudio-2.0.pc /usr/local/lib/pkgconfig/portaudio-2.0.pc | |
------------------------------------------------------------ | |
PortAudio was successfully installed. | |
On some systems (e.g. Linux) you should run 'ldconfig' now | |
to make the shared object available. You may also need to | |
modify your LD_LIBRARY_PATH environment variable to include | |
the directory /usr/local/lib | |
------------------------------------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. | |
/home/pi/.rubies/ruby-2.2.3/bin/ruby -r ./siteconf20151003-11392-a1ne94.rb extconf.rb | |
checking for main() in -lrtlsdr... yes | |
checking for rtl-sdr.h in /usr/local/include... yes | |
creating Makefile | |
make "DESTDIR=" clean | |
make "DESTDIR=" | |
compiling librtlsdr.c | |
linking shared-object librtlsdr/librtlsdr.so | |
./librtlsdr.so: file not recognized: File truncated | |
collect2: ld returned 1 exit status | |
Makefile:253: recipe for target 'librtlsdr.so' failed | |
make: *** [librtlsdr.so] Error 1 | |
make failed, exit code 2 | |
Gem files will remain installed in /home/pi/.gem/ruby/2.2.3/gems/turtleshell-1.0.7 for inspection. | |
Results logged to /home/pi/.gem/ruby/2.2.3/extensions/armv7l-linux/2.2.0-static/turtleshell-1.0.7/gem_make.out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHELL = /bin/sh | |
# V=0 quiet, V=1 verbose. other values don't work. | |
V = 0 | |
Q1 = $(V:1=) | |
Q = $(Q1:0=@) | |
ECHO1 = $(V:1=@:) | |
ECHO = $(ECHO1:0=@echo) | |
NULLCMD = : | |
#### Start of system configuration section. #### | |
srcdir = . | |
topdir = /home/pi/.rubies/ruby-2.2.3/include/ruby-2.2.0 | |
hdrdir = $(topdir) | |
arch_hdrdir = /home/pi/.rubies/ruby-2.2.3/include/ruby-2.2.0/armv7l-linux-eabihf | |
PATH_SEPARATOR = : | |
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby | |
prefix = $(DESTDIR)/home/pi/.rubies/ruby-2.2.3 | |
rubysitearchprefix = $(rubylibprefix)/$(sitearch) | |
rubyarchprefix = $(rubylibprefix)/$(arch) | |
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME) | |
exec_prefix = $(prefix) | |
vendorarchhdrdir = $(vendorhdrdir)/$(sitearch) | |
sitearchhdrdir = $(sitehdrdir)/$(sitearch) | |
rubyarchhdrdir = $(rubyhdrdir)/$(arch) | |
vendorhdrdir = $(rubyhdrdir)/vendor_ruby | |
sitehdrdir = $(rubyhdrdir)/site_ruby | |
rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME) | |
vendorarchdir = $(vendorlibdir)/$(sitearch) | |
vendorlibdir = $(vendordir)/$(ruby_version) | |
vendordir = $(rubylibprefix)/vendor_ruby | |
sitearchdir = $(DESTDIR)./.gem.20151003-12213-sf6krg | |
sitelibdir = $(DESTDIR)./.gem.20151003-12213-sf6krg | |
sitedir = $(rubylibprefix)/site_ruby | |
rubyarchdir = $(rubylibdir)/$(arch) | |
rubylibdir = $(rubylibprefix)/$(ruby_version) | |
sitearchincludedir = $(includedir)/$(sitearch) | |
archincludedir = $(includedir)/$(arch) | |
sitearchlibdir = $(libdir)/$(sitearch) | |
archlibdir = $(libdir)/$(arch) | |
ridir = $(datarootdir)/$(RI_BASE_NAME) | |
mandir = $(datarootdir)/man | |
localedir = $(datarootdir)/locale | |
libdir = $(exec_prefix)/lib | |
psdir = $(docdir) | |
pdfdir = $(docdir) | |
dvidir = $(docdir) | |
htmldir = $(docdir) | |
infodir = $(datarootdir)/info | |
docdir = $(datarootdir)/doc/$(PACKAGE) | |
oldincludedir = $(DESTDIR)/usr/include | |
includedir = $(prefix)/include | |
localstatedir = $(prefix)/var | |
sharedstatedir = $(prefix)/com | |
sysconfdir = $(prefix)/etc | |
datadir = $(datarootdir) | |
datarootdir = $(prefix)/share | |
libexecdir = $(exec_prefix)/libexec | |
sbindir = $(exec_prefix)/sbin | |
bindir = $(exec_prefix)/bin | |
archdir = $(rubyarchdir) | |
CC = gcc | |
CXX = g++ | |
LIBRUBY = $(LIBRUBY_A) | |
LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a | |
LIBRUBYARG_SHARED = -Wl,-R$(libdir) -L$(libdir) | |
LIBRUBYARG_STATIC = -Wl,-R$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static | |
empty = | |
OUTFLAG = -o $(empty) | |
COUTFLAG = -o $(empty) | |
RUBY_EXTCONF_H = | |
cflags = $(optflags) $(debugflags) $(warnflags) | |
optflags = -O3 -fno-fast-math | |
debugflags = -ggdb3 | |
warnflags = -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat | |
CCDLFLAGS = -fPIC | |
CFLAGS = $(CCDLFLAGS) $(cflags) $(ARCH_FLAG) | |
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir) | |
DEFS = -D_FILE_OFFSET_BITS=64 | |
CPPFLAGS = $(DEFS) $(cppflags) | |
CXXFLAGS = $(CCDLFLAGS) $(cxxflags) $(ARCH_FLAG) | |
ldflags = -Wl,-R/usr/local/lib | |
dldflags = | |
ARCH_FLAG = | |
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG) | |
LDSHARED = $(CC) -shared | |
LDSHAREDXX = $(CXX) -shared | |
AR = ar | |
EXEEXT = | |
RUBY_INSTALL_NAME = $(RUBY_BASE_NAME) | |
RUBY_SO_NAME = ruby | |
RUBYW_INSTALL_NAME = | |
RUBY_VERSION_NAME = $(RUBY_BASE_NAME)-$(ruby_version) | |
RUBYW_BASE_NAME = rubyw | |
RUBY_BASE_NAME = ruby | |
arch = armv7l-linux-eabihf | |
sitearch = $(arch) | |
ruby_version = 2.2.0 | |
ruby = $(bindir)/$(RUBY_BASE_NAME) | |
RUBY = $(ruby) | |
ruby_headers = $(hdrdir)/ruby.h $(hdrdir)/ruby/ruby.h $(hdrdir)/ruby/defines.h $(hdrdir)/ruby/missing.h $(hdrdir)/ruby/intern.h $(hdrdir)/ruby/st.h $(hdrdir)/ruby/subst.h $(arch_hdrdir)/ruby/config.h | |
RM = rm -f | |
RM_RF = $(RUBY) -run -e rm -- -rf | |
RMDIRS = rmdir --ignore-fail-on-non-empty -p | |
MAKEDIRS = /bin/mkdir -p | |
INSTALL = /usr/bin/install -c | |
INSTALL_PROG = $(INSTALL) -m 0755 | |
INSTALL_DATA = $(INSTALL) -m 644 | |
COPY = cp | |
TOUCH = exit > | |
#### End of system configuration section. #### | |
preload = | |
libpath = . $(libdir) | |
LIBPATH = -L. -L$(libdir) -Wl,-R$(libdir) | |
DEFFILE = | |
CLEANFILES = mkmf.log | |
DISTCLEANFILES = | |
DISTCLEANDIRS = | |
extout = | |
extout_prefix = | |
target_prefix = /librtlsdr | |
LOCAL_LIBS = | |
LIBS = -lrtlsdr -lpthread -lrt -ldl -lcrypt -lm -lc | |
ORIG_SRCS = librtlsdr.c | |
SRCS = $(ORIG_SRCS) | |
OBJS = librtlsdr.o | |
HDRS = | |
TARGET = librtlsdr | |
TARGET_NAME = librtlsdr | |
TARGET_ENTRY = Init_$(TARGET_NAME) | |
DLLIB = $(TARGET).so | |
EXTSTATIC = | |
STATIC_LIB = | |
TIMESTAMP_DIR = . | |
BINDIR = $(bindir) | |
RUBYCOMMONDIR = $(sitedir)$(target_prefix) | |
RUBYLIBDIR = $(sitelibdir)$(target_prefix) | |
RUBYARCHDIR = $(sitearchdir)$(target_prefix) | |
HDRDIR = $(rubyhdrdir)/ruby$(target_prefix) | |
ARCHHDRDIR = $(rubyhdrdir)/$(arch)/ruby$(target_prefix) | |
TARGET_SO = $(DLLIB) | |
CLEANLIBS = $(TARGET).so | |
CLEANOBJS = *.o *.bak | |
all: $(DLLIB) | |
static: $(STATIC_LIB) | |
.PHONY: all install static install-so install-rb | |
.PHONY: clean clean-so clean-static clean-rb | |
clean-static:: | |
clean-rb-default:: | |
clean-rb:: | |
clean-so:: | |
clean: clean-so clean-static clean-rb-default clean-rb | |
-$(Q)$(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES) .*.time | |
distclean-rb-default:: | |
distclean-rb:: | |
distclean-so:: | |
distclean-static:: | |
distclean: clean distclean-so distclean-static distclean-rb-default distclean-rb | |
-$(Q)$(RM) Makefile $(RUBY_EXTCONF_H) conftest.* mkmf.log | |
-$(Q)$(RM) core ruby$(EXEEXT) *~ $(DISTCLEANFILES) | |
-$(Q)$(RMDIRS) $(DISTCLEANDIRS) 2> /dev/null || true | |
realclean: distclean | |
install: install-so install-rb | |
install-so: $(DLLIB) $(TIMESTAMP_DIR)/.RUBYARCHDIR.-.librtlsdr.time | |
$(INSTALL_PROG) $(DLLIB) $(RUBYARCHDIR) | |
clean-static:: | |
-$(Q)$(RM) $(STATIC_LIB) | |
install-rb: pre-install-rb install-rb-default | |
install-rb-default: pre-install-rb-default | |
pre-install-rb: Makefile | |
pre-install-rb-default: Makefile | |
pre-install-rb-default: | |
@$(NULLCMD) | |
$(TIMESTAMP_DIR)/.RUBYARCHDIR.-.librtlsdr.time: | |
$(Q) $(MAKEDIRS) $(@D) $(RUBYARCHDIR) | |
$(Q) $(TOUCH) $@ | |
site-install: site-install-so site-install-rb | |
site-install-so: install-so | |
site-install-rb: install-rb | |
.SUFFIXES: .c .m .cc .mm .cxx .cpp .o .S | |
.cc.o: | |
$(ECHO) compiling $(<) | |
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $< | |
.cc.S: | |
$(ECHO) translating $(<) | |
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -S $< | |
.mm.o: | |
$(ECHO) compiling $(<) | |
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $< | |
.mm.S: | |
$(ECHO) translating $(<) | |
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -S $< | |
.cxx.o: | |
$(ECHO) compiling $(<) | |
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $< | |
.cxx.S: | |
$(ECHO) translating $(<) | |
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -S $< | |
.cpp.o: | |
$(ECHO) compiling $(<) | |
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $< | |
.cpp.S: | |
$(ECHO) translating $(<) | |
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -S $< | |
.c.o: | |
$(ECHO) compiling $(<) | |
$(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $< | |
.c.S: | |
$(ECHO) translating $(<) | |
$(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -S $< | |
.m.o: | |
$(ECHO) compiling $(<) | |
$(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $< | |
.m.S: | |
$(ECHO) translating $(<) | |
$(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -S $< | |
$(DLLIB): $(OBJS) Makefile | |
$(ECHO) linking shared-object librtlsdr/$(DLLIB) | |
-$(Q)$(RM) $(@) | |
$(Q) $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS) | |
$(OBJS): $(HDRS) $(ruby_headers) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@picluster2 ~/superham $ ll /usr/local/lib | |
total 708 | |
-rw-r--r-- 1 root root 310534 Oct 3 21:41 libportaudio.a | |
-rwxr-xr-x 1 root root 989 Oct 3 21:41 libportaudio.la | |
lrwxrwxrwx 1 root root 21 Oct 3 21:41 libportaudio.so -> libportaudio.so.2.0.0 | |
lrwxrwxrwx 1 root root 21 Oct 3 21:41 libportaudio.so.2 -> libportaudio.so.2.0.0 | |
-rwxr-xr-x 1 root root 228699 Oct 3 21:41 libportaudio.so.2.0.0 | |
drwxr-xr-x 2 root root 4096 Oct 3 21:51 librtlsdr | |
-rw-r--r-- 1 root staff 81618 Oct 3 21:30 librtlsdr.a | |
lrwxrwxrwx 1 root staff 14 Oct 3 21:31 librtlsdr.so -> librtlsdr.so.0 | |
lrwxrwxrwx 1 root staff 19 Oct 3 21:31 librtlsdr.so.0 -> librtlsdr.so.0.5git | |
-rw-r--r-- 1 root staff 77264 Oct 3 21:30 librtlsdr.so.0.5git | |
drwxr-xr-x 2 root staff 4096 Oct 3 21:41 pkgconfig | |
drwxrwsr-x 4 root staff 4096 Jan 1 1970 python2.7 | |
drwxrwsr-x 3 root staff 4096 Jan 1 1970 python3.2 | |
drwxr-sr-x 3 root staff 4096 Jan 1 1970 site_ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment