[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
signature.asc
Description: Digital signature
- Cross compiling coreutils and manpages, Christer Solskogen, 2014/11/06
- Re: Cross compiling coreutils and manpages, Bernhard Voelker, 2014/11/07
- Re: Cross compiling coreutils and manpages, Christer Solskogen, 2014/11/09
- Re: Cross compiling coreutils and manpages, Bernhard Voelker, 2014/11/10
- Re: Cross compiling coreutils and manpages, Christer Solskogen, 2014/11/11