Gentoo Archives: gentoo-alt

From: Al <oss.elmar@××××××××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] 2 open issues
Date: Fri, 03 Sep 2010 13:54:33
Message-Id: AANLkTikOt=hZxQuFMv1gJ0tw0iXgxVQwrshaMewu6-ai@mail.gmail.com
In Reply to: Re: [gentoo-alt] 2 open issues by Fabian Groffen
1 >
2 > hmmm, weird.
3 >
4 >> The Cygwin coreutils work fine and have the same version. So there is
5 >> a solution. Unfortunatly the Cygwin patch for coreutils has a few
6 >> thousend lines without doc. Next thing I could try, is to blindly
7 >> apply it.
8 >
9 > see if it applies indeed, if not then they do something else first.
10
11 Great! It works. Additionally the compilation of coreutils brought a
12 big boost of performance. It feels more like native Linux now.
13
14 One conflict I got with
15
16 # interix has no method to determine mounted filesystems
17 epatch "${FILESDIR}"/${PN}-8.5-interix-warn-mount.patch
18
19 Commented it out for now.
20
21 Quick and dirty what is required for the ebuild:
22
23 epatch "${FILESDIR}"/${PN}-8.5-cygwin.patch
24 einfo "Running autoreconf:"
25 autoreconf
26 mkdir -p man/install.td/
27 cp /usr/bin/install.exe.manifest man/install.td/install.exe.manifest
28 mkdir src
29 cp /usr/bin/install.exe.manifest src/ginstall.exe.manifest
30 cp /usr/bin/install.exe.manifest
31 /home/prefix/gentoo/usr/bin/install.exe.manifest
32
33
34 Al