From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BFC4138334 for ; Wed, 9 Jan 2019 12:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1255AE0D59; Wed, 9 Jan 2019 12:11:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAC05E0D59 for ; Wed, 9 Jan 2019 12:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 151D2335CF4 for ; Wed, 9 Jan 2019 12:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF8774E7 for ; Wed, 9 Jan 2019 12:10:59 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1546964735.eae34e06e32a191f4b6b2e11687f8f473111774a.haubi@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: eae34e06e32a191f4b6b2e11687f8f473111774a X-VCS-Branch: master Date: Wed, 9 Jan 2019 12:10:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab845cda-5987-4b70-9363-aee18d3dbb22 X-Archives-Hash: 6defea53290d7223725897a16f7dc0bf commit: eae34e06e32a191f4b6b2e11687f8f473111774a Author: Michael Haubenwallner gentoo org> AuthorDate: Tue Jan 8 16:25:31 2019 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Tue Jan 8 16:25:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=eae34e06 bootstrap-prefix.sh: direct to wiki/Prefix/Cygwin Instead of details telling how to compile a working cygwin1.dll, show the Gentoo wiki/Prefix/Cygwin link now. Signed-off-by: Michael Haubenwallner gentoo.org> scripts/bootstrap-prefix.sh | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 7ce41e7b63..e547e6d1bf 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2029,28 +2029,10 @@ to Windows, in that he completed a piece of code to support myself. Although you already use that piece of code - yes, it's called Cygwin, you seem to not use this freaky guy's completions yet. -So let me tell you how to help me out of the incompatibility hole: -1) Make sure you have installed your Cygwin instance on the very same - NTFS partition you want myself to work on. And yes, I really need NTFS. -2) 'Clone or download' the Cygwin source including this guy's fixes - from https://github.com/haubi/newlib-cygwin/tree/gentoo -3) Back up your current /bin/cygwin1.dll: - $ cp /bin/cygwin1.dll /bin/cygwin1.dll.orig -4) Compile these Cygwin sources to get some cygwin0.dll, as in: - $ unzip newlib-cygwin-gentoo.zip - $ cd newlib-cygwin-gentoo - $ ./configure - $ make -5) Prepare the new cygwin0.dll for replacing your current one: - $ cp *-cygwin/winsup/cygwin0.dll /bin/cygwin1.dll.new -6) Create the /var/run/cygfork directory: - $ mkdir --mode=a=rwxt /var/run/cygfork -7) Stop all your Cygwin processes. -8) Replace your old cygwin1.dll with the new one, using your - Windows Explorer in $(cygpath -w /bin) -9) Start your Cygwin processes again, or reboot your Windows. -10) Start over with myself to continue. -11) Remember that you won't get support from upstream Cygwin now. +To help me out of the incompatibility hole, please read and follow +https://wiki.gentoo.org/wiki/Prefix/Cygwin first. + +But remember that you won't get support from upstream Cygwin now. EOF exit 1 fi