Hello,

On Wed, 11 Jan 2017, Bernard Cafarelli wrote:
>Le 11/01/2017 8:30, Ulrich Mueller a écrit :
[..]
>> Putting flag in arch/{amd64,x86}/package.use.stable.mask should solve
>> it.
>Indeed, I tested (and committed) this yesterday and repoman was happy again

gnustep-base/gnustep-make-2.6.8.ebuild is broken when built with USE=doc,
as it tries to install into the system, not the image. Easy fix:

==== 
diff -U7 -r a/gnustep-base/gnustep-make/gnustep-make-2.6.8.ebuild 
b/gnustep-base/gnustep-make/gnustep-make-2.6.8.ebuild
--- a/gnustep-base/gnustep-make/gnustep-make-2.6.8.ebuild       2017-01-14 
19:55:10.658259392 +0100
+++ b/gnustep-base/gnustep-make/gnustep-make-2.6.8.ebuild       2017-01-14 
19:55:17.158259179 +0100
@@ -97,15 +97,15 @@
 src_compile() {
        emake
        # Prepare doc here (needed when no gnustep-make is already installed)
        if use doc ; then
                # If a gnustep-1 environment is set
                unset GNUSTEP_MAKEFILES
                pushd Documentation &> /dev/null
-               emake -j1 all install
+               emake -j1 all install DESTDIR="${D}"
                popd &> /dev/null
        fi
 }
 
 src_install() {
        # Get GNUSTEP_* variables
        . ./GNUstep.conf
====

HTH,
-dnh

-- 
What once was muesli is now of a colour and (from the looks) consistency
unheard of in dairy produce.  At a second guess, it might be running for
political office by the time flattie's back.
                                       -- The Bastard Flatmate From Hell

Reply via email to