From owner-freebsd-current@freebsd.org Sat Sep 24 15:20:31 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E109DBE8AB2 for ; Sat, 24 Sep 2016 15:20:31 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from mail.xcllnt.net (mail.xcllnt.net [50.0.150.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9490F2C for ; Sat, 24 Sep 2016 15:20:31 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from Marcels-MacBook-Pro.local.mail (atc.xcllnt.net [50.0.150.213]) (authenticated bits=0) by mail.xcllnt.net (8.15.2/8.15.2) with ESMTPSA id u8OFKNdK098967 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 24 Sep 2016 08:20:23 -0700 (PDT) (envelope-from marcel@xcllnt.net) Date: Sat, 24 Sep 2016 08:20:23 -0700 From: Marcel Moolenaar To: "=?utf-8?Q?FreeBSD-CURRENT=40freebsd.org_Current?=" Message-ID: Subject: HEADSUP: *.So renamed to *.pico X-Mailer: Airmail (382) MIME-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.xcllnt.net [50.0.150.214]); Sat, 24 Sep 2016 08:20:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 15:20:32 -0000 All, =46reeBSD can now be compiled on a case-insensitive file system. =46or this to happen, relocatable objects compiled with -fpic (aka shared objects) were renamed from *.So to *.pico so that they don=E2=80=99t clash with shared libraries that have extension *.so. You may want to avoid using an incremental build (after updating the source tree) or otherwise first rename all *.So files to *.pico. =46YI, =E2=80=94=C2=A0 Marcel Moolenaar marcel=40xcllnt.net