On Saturday, 17. Sep 2016, 10:31:17 +0200, Kai Krakow wrote: > Am Tue, 13 Sep 2016 19:49:04 +0200 > schrieb Bertram Scharpf <[email protected]>: > > > The rfkill make suite looks for a version number and in case > > the work directory is a Git repo it tries to query the > > version number there. Then, it finds the Git repo in > > /usr/portage and fails. Not very friendly! > > You could > > # mount -o bind /usr/portage/tmp /var/tmp/portage > > and then point the portage tmp dir to that directory. From there, > ebuilds cannot see the .git of /usr/portage.
As long as I do not set GIT_DISCOVERY_ACROSS_FILESYSTEM... I decided to add the following line to /etc/portage/make.conf: GIT_CEILING_DIRECTORIES="$GIT_CEILING_DIRECTORIES:$PORTAGE_TMPDIR" This should be part of the documentation. Where do I best report it? Bertram -- Bertram Scharpf Stuttgart, Deutschland/Germany http://www.bertram-scharpf.de

