Make Execvp Install Permission Denied
Posted By admin On 30/05/18Gentoo Forums:: View topic - execvp Permission denied: in :: Author Message john Doe n00b Joined: 28 Jan 2003 Posts: 31 Posted: Mon Feb 10, 2003 10:13 am Post subject: execvp Permission denied Trying to emerge gnome today, i get this error Code: >>>md5;-) ladspa_sdk_1.12.tgz >>>Unpacking source. >>>Unpacking ladspa_sdk_1.12.tgz >>>Source unpacked. -Wall -Werror -march=athlon-xp -O3 -pipe -fPIC -o plugins/amp.o -c plugins/amp.c make: execvp: cc: Permission denied make: *** [./plugins/amp.so] Error 127!!! ERROR: media-libs/ladspa-sdk-1.12 failed.!!! Function src_compile, Line 29, Exitcode 2!!! (no error message) i'm logged as root. How can i fix?
Make Clean Permission Denied regards, uday. Make Execvp Permission Denied Linux include/generated/autoconf.h or include/config/auto.conf are missing. Two headers are just the two variants created by the particular distro - ubuntu here calixto its apt-get linux-source calixto sorry apt-get install linux-source. I'm trying to install something and it's throwing me an error: Permission denied when I try to run make on it. I'm not too fond of the universal rules of unix/linux.
John rac Bodhisattva Joined: 30 May 2002 Posts: 6553 Location: Japanifornia Posted: Mon Feb 10, 2003 5:10 pm Post subject: Do you have grsecurity enabled in your kernel? _________________ For every higher wall, there is a taller ladder john Doe n00b Joined: 28 Jan 2003 Posts: 31 Posted: Mon Feb 10, 2003 6:10 pm Post subject: mmm yep. I had vanilla-source, but now i use gentoo's.

And i have set security lvl 'low'. John rac Bodhisattva Joined: 30 May 2002 Posts: 6553 Location: Japanifornia Posted: Mon Feb 10, 2003 8:10 pm Post subject: low shouldn't cause this, although it's something to keep in mind. What does 'which cc' say, and is this file executable? _________________ For every higher wall, there is a taller ladder john Doe n00b Joined: 28 Jan 2003 Posts: 31 Posted: Mon Feb 10, 2003 8:38 pm Post subject: Code: bash-2.05b# which cc which: no cc in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/bin:/usr/X11R 6/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.2:/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1 _beta/bin:/opt/blackdown-jdk-1.4.1_beta/jre/bin:/usr/qt/3/bin)???
Even more confused John john Doe n00b Joined: 28 Jan 2003 Posts: 31 Posted: Mon Feb 10, 2003 8:40 pm Post subject: Code: bash-2.05b# cd /usr/bin/ bash-2.05b# ls -l cc -rw-r--r-- 1 root root 0 Feb 8 14:43 cc must set this as executable? I'll try [edit] get a differente error (I've set cc executable) Code: >>>md5;-) ladspa_sdk_1.12.tgz >>>Unpacking source. >>>Unpacking ladspa_sdk_1.12.tgz >>>Source unpacked. -Wall -Werror -march=athlon-xp -O3 -pipe -fPIC -o plugins/amp.o -c plugins/amp.c ld -o./plugins/amp.so plugins/amp. Eah2400pro Htp 256m A Xp Driver. o -shared ld: cannot open plugins/amp.o: No such file or directory make: *** [./plugins/amp.so] Error 1!!! Download Jadwal Sholat Sepanjang Masa Pontianak. ERROR: media-libs/ladspa-sdk-1.12 failed.!!! Function src_compile, Line 29, Exitcode 2!!! (no error message) John really Guru Joined: 27 Aug 2002 Posts: 430 Location: nowhere Posted: Mon Feb 10, 2003 8:46 pm Post subject: maybe you should run etc-update && source /etc/profile?
_________________ NoManNoProblem Get lost before you get shot. Rac Bodhisattva Joined: 30 May 2002 Posts: 6553 Location: Japanifornia Posted: Mon Feb 10, 2003 8:49 pm Post subject: What version of gcc-config do you have installed? _________________ For every higher wall, there is a taller ladder john Doe n00b Joined: 28 Jan 2003 Posts: 31 Posted: Mon Feb 10, 2003 9:09 pm Post subject: antonik: did before posting, lead to nothing rac: Code: bash-2.05b$ qpkg -i gcc-config sys-devel/gcc-config-1.3.1 * Utility to change the gcc compiler being used.
[ ] sys-devel/gcc-config-1.2.7 Utility to change the gcc compiler being used. [ ] sys-devel/gcc-config-1.3.0 Utility to change the gcc compiler being used. [ ] sys-devel/gcc-config-1.2.9 Utility to change the gcc compiler being used. [ ] sys-devel/gcc-config-1.3.1 Utility to change the gcc compiler being used.
[ ] thanks guys, i'm a bit confused John really Guru Joined: 27 Aug 2002 Posts: 430 Location: nowhere Posted: Mon Feb 10, 2003 11:05 pm Post subject: maybe you should get a binary gcc and compile a new gcc? _________________ NoManNoProblem Get lost before you get shot. John Doe n00b Joined: 28 Jan 2003 Posts: 31 Posted: Tue Feb 11, 2003 5:42 pm Post subject: ok, today i managed to emerge -u system. Everything went fine, but i still have this error while tryng to emerge new XFree or enlightenment-cvs or gnome2 (where it finds the error i've post above ) I'm far from the solution.