hello,
i would like to use and ship alpine chrooted dirs with alpine installed
as developpement env to a project i am involved in (please don't try to tell
me about docker) but apkbuild-cpan don't work because abuild don't work
because readlink's stdout (captured at the very begining of abuild to
set abuild_path) is empty in a chrooted env.
i guess i'm not the first one to ask but the FAQ don't mention readlink
or chroot. any clue, link and help would be appreciated.
regards,
marc
On Tue, Jun 30, 2020 at 03:32:23PM +0200, Marc Chantreux wrote:
> because readlink's stdout (captured at the very begining of abuild to
> set abuild_path) is empty in a chrooted env.
[[sroracle]] on #alpine-devel pointed out that /proc must be mounted
so
mount -t proc none /proc
made readlink happy.
have a nice day
marc