From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: kqueue in Emacs 25.1? Date: Fri, 13 Nov 2015 14:00:38 +0100 Message-ID: <85pozef409.fsf@iznogoud.viz> References: <871tc315y3.fsf@lifelogs.com> <83k2pvqg0l.fsf@gnu.org> <87io5ddh7c.fsf_-_@gmx.de> <83d1vlq3g6.fsf@gnu.org> <87egg1dfnv.fsf@gmx.de> <83bnb5q19l.fsf@gnu.org> <87lha6yn2z.fsf@gmx.de> <85twourkly.fsf@iznogoud.viz> <87d1vhzz2w.fsf@gmx.de> <87y4e43gra.fsf@gmx.de> <85d1vg4kej.fsf@iznogoud.viz> <87lha41qke.fsf@gmx.de> <8737wb14lg.fsf@gmx.de> <854mgrukws.fsf@iznogoud.viz> <87y4e2yzv5.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447419737 19250 80.91.229.3 (13 Nov 2015 13:02:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Nov 2015 13:02:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 13 14:02:07 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZxDzS-0003u5-RL for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2015 14:02:06 +0100 Original-Received: from localhost ([::1]:52873 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxDzS-0003Fc-KU for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2015 08:02:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxDz8-0003Cv-H0 for emacs-devel@gnu.org; Fri, 13 Nov 2015 08:01:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxDz4-0004hk-8Z for emacs-devel@gnu.org; Fri, 13 Nov 2015 08:01:46 -0500 Original-Received: from b2bfep13.mx.upcmail.net ([62.179.121.58]:52329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxDz3-0004hQ-UQ for emacs-devel@gnu.org; Fri, 13 Nov 2015 08:01:42 -0500 Original-Received: from edge11.upcmail.net ([192.168.13.81]) by b2bfep13.mx.upcmail.net (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20151113130140.PAJY10641.b2bfep13-int.chello.at@edge11.upcmail.net> for ; Fri, 13 Nov 2015 14:01:40 +0100 Original-Received: from iznogoud.viz ([91.119.225.192]) by edge11.upcmail.net with edge id h10f1r01n49hVLT0B10fii; Fri, 13 Nov 2015 14:00:40 +0100 X-SourceIP: 91.119.225.192 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZxDy3-0000Hf-As; Fri, 13 Nov 2015 14:00:39 +0100 Mail-Followup-To: Michael Albinus , emacs-devel@gnu.org In-Reply-To: <87y4e2yzv5.fsf@gmx.de> (Michael Albinus's message of "Fri, 13 Nov 2015 11:09:50 +0100") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 62.179.121.58 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194353 Archived-At: On Fri, Nov 13 2015, Michael Albinus wrote: > Do you know a *BSD VM I could download? It shall be prepared to compile > and run Emacs; I don't know too much how to install a proper environment > for Emacs under *BSD. The official FreeBSD VM images contain a complete base system, including a working (clang) toolchain, see https://www.freebsd.org/where.html I'd suggest one of ftp://ftp.freebsd.org/pub/FreeBSD/releases/VM-IMAGES/10.2-RELEASE/amd64/Latest/ see ftp://ftp.freebsd.org/pub/FreeBSD/releases/VM-IMAGES/README.txt (I've just tried the .raw disk image under qemu and compiled a simple hello world program, which works fine. Also, storage is persistent in this case, i.e., the test program was still there after rebooting the VM.) Almost everything should be there to compile a non-X emacs from source, with the exception of GNU make (gmake) and pkg-config (actually pkgconf, a compatible replacement without glib dependency). If you can bring up the network in the emulator (with DHCP everything should be automatic), `pkg install gmake pkgconf' should do the trick. Mounting ext2fs loopback (in GNU/Linux parlance) disk images should also work r/w. For any questions, please feel free to email me (I think they would be slightly off topic for the list...). Wolfgang