|
From: Erinc A. <eri...@gm...> - 2012-05-23 05:59:22
|
I am trying to install vagring on a virtualbox debian lenny instance, at the make step, when I run: sudo make operation gets interrupted with the following error message: mkdir -p ../.in_place; \ for f in vgpreload_core-amd64-linux.so ; do \ rm -f ../.in_place/$f; \ ln -f -s ../coregrind/$f ../.in_place; \ done ln: creating symbolic link `../.in_place/vgpreload_core-amd64-linux.so': Operation not permitted make[3]: *** [inplace-noinst_PROGRAMS] Error 1 make[3]: Leaving directory `/home/earikan/projects/valgrind-3.7.0/coregrind' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/earikan/projects/valgrind-3.7.0/coregrind' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/earikan/projects/valgrind-3.7.0' make: *** [all] Error 2 I am running as root, yet I receive operation not permitted error, what else can I do to fix the issue? Erinc |
|
From: Manuel D. <ma...@de...> - 2012-05-23 09:00:17
|
On Wed, May 23, 2012 at 7:59 AM, Erinc Arikan <eri...@gm...> wrote: > I am running as root, yet I receive operation not permitted error, what else > can I do to fix the issue? As long as you do not really need the bleeding edge development version, you can also install the valgrind package of your debian lenny. It is at the 3.7.0 release. Might get you around these hassles. HTH, Manuel |
|
From: Erinc A. <eri...@gm...> - 2012-05-23 09:18:18
|
Thanks for the hint, worked like a charm, but I still think this might be something worth addressing. Sent from my iPhone On 23 May 2012, at 11:59, Manuel Dejonghe <ma...@de...> wrote: > On Wed, May 23, 2012 at 7:59 AM, Erinc Arikan <eri...@gm...> wrote: >> I am running as root, yet I receive operation not permitted error, what else >> can I do to fix the issue? > > As long as you do not really need the bleeding edge development > version, you can also install the valgrind package of your debian > lenny. It is at the 3.7.0 release. Might get you around these hassles. > > HTH, Manuel |
|
From: Brad H. <br...@fr...> - 2012-05-23 11:24:07
|
On Wednesday 23 May 2012 15:59:14 Erinc Arikan wrote: > I am trying to install vagring on a virtualbox debian lenny instance, at > the make step, when I run: > > sudo make > > operation gets interrupted with the following error message: > > mkdir -p ../.in_place; \ > for f in vgpreload_core-amd64-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../coregrind/$f ../.in_place; \ > done > ln: creating symbolic link `../.in_place/vgpreload_core-amd64-linux.so': > Operation not permitted What filesystem(s) are you using? Brad |
|
From: Erinc A. <eri...@gm...> - 2012-05-24 04:10:32
|
I am using ext2. Sent from my iPhone On 23 May 2012, at 14:08, Brad Hards <br...@fr...> wrote: > On Wednesday 23 May 2012 15:59:14 Erinc Arikan wrote: >> I am trying to install vagring on a virtualbox debian lenny instance, at >> the make step, when I run: >> >> sudo make >> >> operation gets interrupted with the following error message: >> >> mkdir -p ../.in_place; \ >> for f in vgpreload_core-amd64-linux.so ; do \ >> rm -f ../.in_place/$f; \ >> ln -f -s ../coregrind/$f ../.in_place; \ >> done >> ln: creating symbolic link `../.in_place/vgpreload_core-amd64-linux.so': >> Operation not permitted > What filesystem(s) are you using? > > Brad > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |