You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to install on Ubuntu 16.04.2.
Libpostal is installed to /usr/local/lib and shows up.
Apparently the compilation process works but removes poster.so and the folder structure upon some calling failure. See output below:
Tried to install on Ubuntu 16.04.2.
Libpostal is installed to /usr/local/lib and shows up.
Apparently the compilation process works but removes poster.so and the folder structure upon some calling failure. See output below:
`> devtools::install_github("ironholds/poster")
Downloading GitHub repo ironholds/poster@master
from URL https://api.github.com/repos/ironholds/poster/zipball/master
Installing poster
'/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet
CMD INSTALL '/tmp/RtmpF40nNO/devtools760260deb57e/Ironholds-poster-dc7dd0b'
--library='/home/cataclysmic/R/x86_64-pc-linux-gnu-library/3.4'
--install-tests
Found pkg-config cflags and libs!
Using PKG_CFLAGS=-I/usr/local/include
Using PKG_LIBS=-L/usr/local/lib -lpostal
** libs
g++ -I/usr/share/R/include -DNDEBUG -I/usr/local/include -I"/home/cataclysmic/R/x86_64-pc-linux-gnu-library/3.4/Rcpp/include" -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c RcppExports.cpp -o RcppExports.o
gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I/usr/local/include -I"/home/cataclysmic/R/x86_64-pc-linux-gnu-library/3.4/Rcpp/include" -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c init.c -o init.o
g++ -I/usr/share/R/include -DNDEBUG -I/usr/local/include -I"/home/cataclysmic/R/x86_64-pc-linux-gnu-library/3.4/Rcpp/include" -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c postal.cpp -o postal.o
g++ -I/usr/share/R/include -DNDEBUG -I/usr/local/include -I"/home/cataclysmic/R/x86_64-pc-linux-gnu-library/3.4/Rcpp/include" -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c poster.cpp -o poster.o
g++ -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o poster.so RcppExports.o init.o postal.o poster.o -L/usr/local/lib -lpostal -L/usr/lib/R/lib -lR
installing to /home/cataclysmic/R/x86_64-pc-linux-gnu-library/3.4/poster/libs
** R
** tests
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Error: package or namespace load failed for ‘poster’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/cataclysmic/R/x86_64-pc-linux-gnu-library/3.4/poster/libs/poster.so':
libpostal.so.1: cannot open shared object file: No such file or directory
Error: loading failed
Execution halted
ERROR: loading failed
Installation failed: Command failed (1)`
Help would be much appreciated.
The text was updated successfully, but these errors were encountered: