Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve seewave dependency which hinders installation of rroad #2

Closed
kelaub opened this issue Apr 20, 2016 · 3 comments
Closed

Solve seewave dependency which hinders installation of rroad #2

kelaub opened this issue Apr 20, 2016 · 3 comments
Labels

Comments

@kelaub
Copy link
Collaborator

kelaub commented Apr 20, 2016

installing rroad causes following error:
"installation of package ‘seewave’ had non-zero exit status"

@kelaub kelaub added the bug label Apr 20, 2016
@vsimko vsimko added the wontfix label Apr 21, 2016
@vsimko
Copy link
Owner

vsimko commented Apr 21, 2016

I cannot reproduce the bug on my machine (Linux Mint). Perhaps this is a bug in seewave package.

@vsimko vsimko removed the wontfix label Apr 21, 2016
@vsimko
Copy link
Owner

vsimko commented Apr 21, 2016

I noticed the same problem on Travis.
The error was:

gcc -std=gnu99 -I/home/travis/R-bin/lib/R/include -DNDEBUG  -I/home/travis/R-bin/include    -fpic  -g -O2  -c stft.c -o stft.o
stft.c:3:61: fatal error: sndfile.h: No such file or directory
compilation terminated.
make: *** [stft.o] Error 1
ERROR: compilation failed for package ‘seewave’
* removing ‘/usr/local/lib/R/site-library/seewave’

Then, I searched for linux package which contains sndfile.h:

> apt-file search sndfile.h

and among the results, there was:

libsndfile1-dev: /usr/include/sndfile.h

I updated the .travis.yml file and added libsndfile1-dev as apt requirement

@vsimko
Copy link
Owner

vsimko commented Apr 21, 2016

Another problem with fftw3.h:
apt-file search fftw3.h found libfftw3-dev

@vsimko vsimko closed this as completed Apr 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants