coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cross compiling coreutils and manpages


From: Mike Frysinger
Subject: Re: Cross compiling coreutils and manpages
Date: Mon, 10 Nov 2014 21:22:59 -0500

On 09 Nov 2014 21:44, Christer Solskogen wrote:
> Still the same :(
> I build by using a seperate build directory, but that shouldn't matter. 
> Should it?

ugh, sorry, i'm dumb and completely blanked.  you'll want this patch too:
http://sources.gentoo.org/gentoo/src/patchsets/coreutils/8.23/051_all_coreutils-mangen.patch

i verified this time it works :)
        tar xf coreutils-8.23.tar.xz
        tar xf coreutils-8.23-man.tar.xz
        cd coreutils-8.23
        patch -p1 < ../051_all_coreutils-mangen.patch
        mkdir build
        cd build
        ../configure --host=aarch64-unknown-linux-gnu
        make -j4
        make install DESTDIR=$PWD/foo

the current situation with man pages in coreutils is really sad</editorial>
-mike

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]