Date: Tue, 6 May 2008 08:05:04 -0700 From: =?ISO-8859-1?Q?G=E9_Weijers?= <ge@weijers.org> To: ports@FreeBSD.org Subject: Little valgrind issue Message-ID: <C20BC3B4-00FE-47E8-B43C-692A31936E62@weijers.org>
next in thread | raw e-mail | index | archive | help
Hello, I tried to build 'valgrind' in a jail environment. The Makefile tries =20= to make sure that /proc is mounted before it build valgrind, which is =20= fine, but the way it does it won't work in a jail because /sbin/mount =20= does not show anything useful. A quick workaround: define the environment variable =20 'PACKAGE_BUILDING=3Dyes' and then run 'make' and 'make install' It would be better if the Makefile would just look for, say, the =20 existence of '/proc/curproc' in stead of relying on /sbin/mount. G=E9 -- G=E9 Weijers ge@weijers.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C20BC3B4-00FE-47E8-B43C-692A31936E62>