Hello List,
I need some help/advice/suggestions regarding the problem I am facing nowadays. I have been trying to install aubio on my Mac osx but for that I need some other packages like fftw3, libsndfile, libsamplerate and pkgconfig.
The first three are installed without any trouble but when I try to install pkgconfig. Do the following ./configure make make check
Making check in check make check-TESTS /bin/sh: line 1: ./check-cflags: Permission denied FAIL: check-cflags /bin/sh: line 1: ./check-libs: Permission denied FAIL: check-libs /bin/sh: line 1: ./check-define-variable: Permission denied FAIL: check-define-variable /bin/sh: line 1: ./check-libs-private: Permission denied FAIL: check-libs-private /bin/sh: line 1: ./check-requires-private: Permission denied FAIL: check-requires-private /bin/sh: line 1: ./check-includedir: Permission denied FAIL: check-includedir =================== 6 of 6 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1
If I ignore the errors and go ahead with aubio installation, after ./configure , it returns with error message like that
checking for pkg-config... no checking pkg-config is at least version 0.9.0... ./configure: line 21348: no: command not found no checking for SNDLIB... configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config.
Alternatively, you may set the environment variables SNDLIB_CFLAGS and SNDLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig >. See `config.log' for more details.
after this I get this result and I do not know how to fix this problem. I tried posting a message on pkg-config list but did not get any positive results.
I am hoping to get some feedback from someone who is using aubio and has encoutered such an error. Your help will be highly appreciated
regards, tania
I don't think many people here have used pkgconfig, since this is the
Pd list. I can say that I never have. Perhaps try a forum or
mailing list for pkgconfig.
"permission denied" would lead me to believe that you need to run
that as root.
.hc
On Jun 30, 2007, at 5:13 PM, tania habib wrote:
Hello List,
I need some help/advice/suggestions regarding the problem I am
facing nowadays. I have been trying to install aubio on my Mac osx but for that I need some other packages like fftw3, libsndfile, libsamplerate and
pkgconfig.The first three are installed without any trouble but when I try to
install pkgconfig. Do the following ./configure make make checkMaking check in check make check-TESTS /bin/sh: line 1: ./check-cflags: Permission denied FAIL: check-cflags /bin/sh: line 1: ./check-libs: Permission denied FAIL: check-libs /bin/sh: line 1: ./check-define-variable: Permission denied FAIL: check-define-variable /bin/sh: line 1: ./check-libs-private: Permission denied FAIL: check-libs-private /bin/sh: line 1: ./check-requires-private: Permission denied FAIL: check-requires-private /bin/sh: line 1: ./check-includedir: Permission denied FAIL: check-includedir =================== 6 of 6 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1
If I ignore the errors and go ahead with aubio installation,
after ./configure , it returns with error message like thatchecking for pkg-config... no checking pkg-config is at least version 0.9.0... ./configure: line
21348: no: command not found no checking for SNDLIB... configure: error: The pkg-config script
could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config.Alternatively, you may set the environment variables SNDLIB_CFLAGS and SNDLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
To get pkg-config, see <http://www.freedesktop.org/software/ pkgconfig >. See `config.log' for more details.
after this I get this result and I do not know how to fix this
problem. I tried posting a message on pkg-config list but did not
get any positive results.I am hoping to get some feedback from someone who is using aubio
and has encoutered such an error. Your help will be highly appreciatedregards, tania _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either
change them, or perish. -William Carlos Williams
I don't think many people here have used pkgconfig, since this is the Pd
list. I can say that I never have. Perhaps try a forum or mailing list for pkgconfig.
I have already tried with pkg-config mailing lists but no positve replies.
"permission denied" would lead me to believe that you need to run that as
root. I am logged in as a root when I am doing the installations. I do not know what else to do?
On 6/30/07, Hans-Christoph Steiner hans@eds.org wrote:
I don't think many people here have used pkgconfig, since this is the Pd list. I can say that I never have. Perhaps try a forum or mailing list for pkgconfig.
"permission denied" would lead me to believe that you need to run that as root.
.hc
On Jun 30, 2007, at 5:13 PM, tania habib wrote:
Hello List,
I need some help/advice/suggestions regarding the problem I am facing nowadays. I have been trying to install aubio on my Mac osx but for that I need some other packages like fftw3, libsndfile, libsamplerate and pkgconfig.
The first three are installed without any trouble but when I try to install pkgconfig. Do the following ./configure make make check
Making check in check make check-TESTS /bin/sh: line 1: ./check-cflags: Permission denied FAIL: check-cflags /bin/sh: line 1: ./check-libs: Permission denied FAIL: check-libs /bin/sh: line 1: ./check-define-variable: Permission denied FAIL: check-define-variable /bin/sh: line 1: ./check-libs-private: Permission denied FAIL: check-libs-private /bin/sh: line 1: ./check-requires-private: Permission denied FAIL: check-requires-private /bin/sh: line 1: ./check-includedir: Permission denied FAIL: check-includedir =================== 6 of 6 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1
If I ignore the errors and go ahead with aubio installation, after ./configure , it returns with error message like that
checking for pkg-config... no checking pkg-config is at least version 0.9.0... ./configure: line 21348: no: command not found no checking for SNDLIB... configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config.
Alternatively, you may set the environment variables SNDLIB_CFLAGS and SNDLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
To get pkg-config, see < http://www.freedesktop.org/software/pkgconfig >. See `config.log' for more details.
after this I get this result and I do not know how to fix this problem. I tried posting a message on pkg-config list but did not get any positive results.
I am hoping to get some feedback from someone who is using aubio and has encoutered such an error. Your help will be highly appreciated
regards, tania _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams
Since you are on Mac OS X, try:
sudo make check
.hc
On Jun 30, 2007, at 7:05 PM, tania habib wrote:
I don't think many people here have used pkgconfig, since this is
the Pd list. I can say that I never have. Perhaps try a forum or
mailing list for pkgconfig.I have already tried with pkg-config mailing lists but no positve
replies."permission denied" would lead me to believe that you need to run
that as root. I am logged in as a root when I am doing the installations. I do not know what else to do?
On 6/30/07, Hans-Christoph Steiner < hans@eds.org> wrote:
I don't think many people here have used pkgconfig, since this is
the Pd list. I can say that I never have. Perhaps try a forum or
mailing list for pkgconfig."permission denied" would lead me to believe that you need to run
that as root..hc
On Jun 30, 2007, at 5:13 PM, tania habib wrote:
Hello List,
I need some help/advice/suggestions regarding the problem I am
facing nowadays. I have been trying to install aubio on my Mac osx but for that I need some other packages like fftw3, libsndfile, libsamplerate and
pkgconfig.The first three are installed without any trouble but when I try
to install pkgconfig. Do the following ./configure make make checkMaking check in check make check-TESTS /bin/sh: line 1: ./check-cflags: Permission denied FAIL: check-cflags /bin/sh: line 1: ./check-libs: Permission denied FAIL: check-libs /bin/sh: line 1: ./check-define-variable: Permission denied FAIL: check-define-variable /bin/sh: line 1: ./check-libs-private: Permission denied FAIL: check-libs-private /bin/sh: line 1: ./check-requires-private: Permission denied FAIL: check-requires-private /bin/sh: line 1: ./check-includedir: Permission denied FAIL: check-includedir =================== 6 of 6 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1
If I ignore the errors and go ahead with aubio installation,
after ./configure , it returns with error message like thatchecking for pkg-config... no checking pkg-config is at least version 0.9.0... ./configure: line
21348: no: command not found no checking for SNDLIB... configure: error: The pkg-config script
could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the
full path to pkg-config.Alternatively, you may set the environment variables SNDLIB_CFLAGS and SNDLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
To get pkg-config, see < http://www.freedesktop.org/software/ pkgconfig >. See `config.log' for more details.
after this I get this result and I do not know how to fix this
problem. I tried posting a message on pkg-config list but did not
get any positive results.I am hoping to get some feedback from someone who is using aubio
and has encoutered such an error. Your help will be highly appreciatedregards, tania _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how
to realize his wishes. Now that he can realize them, he must
either change them, or perish. -William Carlos Williams
News is what people want to keep hidden and everything else is
publicity. - Bill Moyers
I tried it but it does not seem to do the job! Anyways I am running out of ideas, do not know how to fix this permission denied bug.
On 7/1/07, Hans-Christoph Steiner hans@eds.org wrote:
Since you are on Mac OS X, try:
sudo make check
.hc
On Jun 30, 2007, at 7:05 PM, tania habib wrote:
I don't think many people here have used pkgconfig, since this is the Pd
list. I can say that I never have. Perhaps try a forum or mailing list for pkgconfig.
I have already tried with pkg-config mailing lists but no positve replies.
"permission denied" would lead me to believe that you need to run that
as root. I am logged in as a root when I am doing the installations. I do not know what else to do?
On 6/30/07, Hans-Christoph Steiner < hans@eds.org> wrote:
I don't think many people here have used pkgconfig, since this is the Pd list. I can say that I never have. Perhaps try a forum or mailing list for pkgconfig.
"permission denied" would lead me to believe that you need to run that as root.
.hc
On Jun 30, 2007, at 5:13 PM, tania habib wrote:
Hello List,
I need some help/advice/suggestions regarding the problem I am facing nowadays. I have been trying to install aubio on my Mac osx but for that I need some other packages like fftw3, libsndfile, libsamplerate and pkgconfig.
The first three are installed without any trouble but when I try to install pkgconfig. Do the following ./configure make make check
Making check in check make check-TESTS /bin/sh: line 1: ./check-cflags: Permission denied FAIL: check-cflags /bin/sh: line 1: ./check-libs: Permission denied FAIL: check-libs /bin/sh: line 1: ./check-define-variable: Permission denied FAIL: check-define-variable /bin/sh: line 1: ./check-libs-private: Permission denied FAIL: check-libs-private /bin/sh: line 1: ./check-requires-private: Permission denied FAIL: check-requires-private /bin/sh: line 1: ./check-includedir: Permission denied FAIL: check-includedir =================== 6 of 6 tests failed =================== make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1
If I ignore the errors and go ahead with aubio installation, after ./configure , it returns with error message like that
checking for pkg-config... no checking pkg-config is at least version 0.9.0... ./configure: line 21348: no: command not found no checking for SNDLIB... configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config.
Alternatively, you may set the environment variables SNDLIB_CFLAGS and SNDLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
To get pkg-config, see < http://www.freedesktop.org/software/pkgconfig
.
See `config.log' for more details.
after this I get this result and I do not know how to fix this problem. I tried posting a message on pkg-config list but did not get any positive results.
I am hoping to get some feedback from someone who is using aubio and has encoutered such an error. Your help will be highly appreciated
regards, tania _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
tania habib wrote:
I tried it but it does not seem to do the job! Anyways I am running out of ideas, do not know how to fix this permission denied bug.
i guess this is rather simple a thing of not having execute permissions (i guess hfs(+) doess have such a thing)
so the questions are:
./check-cflags where it should be?)
you need to have the "execute" bit set in order to execute a file. e.g. do an "ls -l" in the directory of question.
e.g when i do this (in my favourite fake directory), i get:
drwxr-x--- 2 zmoelnig iemusers 4,0K 2007-07-02 09:54 . drwx------ 7 zmoelnig iemusers 4,0K 2007-07-02 09:53 .. -rwxr----- 1 zmoelnig iemusers 8,0K 2007-07-02 09:54 bar.sh -rw-r----- 1 zmoelnig iemusers 9,0K 2007-07-02 09:54 foo.sh
as you can see, the "bar.sh" has the x(ecutable) flag, set, whereas the foo.sh has not; thus i can "run" ./bar.sh, but running ./foo.sh will result in a "no permissions" error.
mfg.asdr IOhannes
tania habib wrote:
Hello List,
I need some help/advice/suggestions regarding the problem I am facing nowadays. I have been trying to install aubio on my Mac osx but for that I need some other packages like fftw3, libsndfile, libsamplerate and pkgconfig.
stupid question on my side: but aren't most of these already in fink? you could do as simple as "apt-get install pkgconfig"
fmg.asdr IOhannes
On Jul 2, 2007, at 9:57 AM, IOhannes m zmoelnig wrote:
tania habib wrote:
Hello List,
I need some help/advice/suggestions regarding the problem I am facing nowadays. I have been trying to install aubio on my Mac osx but for that I need some other packages like fftw3, libsndfile, libsamplerate and
pkgconfig.stupid question on my side: but aren't most of these already in fink? you could do as simple as "apt-get install pkgconfig"
Good point, these are all in Fink:
.hc
fmg.asdr IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously. - Benjamin Franklin