Re: TeXLive merge into FreeBSD ports tree - FreeBSD project idea

2012-06-18 Thread David Naylor
Hi all, Summary of below. I have started an effort to get TeXLive into the FreeBSD ports. See github.com/DragonSA/texlive for details. Volunteers welcome. On Sunday, 17 June 2012 22:04:15 David Schultz wrote: > On Sun, Jun 17, 2012, Jan Henrik Sylvester wrote: > > Even with a knob instead of

Re: rtld optimizations

2011-01-27 Thread David Naylor
On Wednesday 26 January 2011 06:49:11 Alexander Kabaev wrote: > On Tue, 25 Jan 2011 21:40:42 -0500 > > Mark Saad wrote: > > Hello Hackers > > > > The NetBSD folks have a nice improvement with the rtld-elf subsystem, > > known as "Negative Symbol Cache" . > > > > http://blog.netbsd.org/tnf/entry

python + build ports = failure (threading problem)

2010-11-10 Thread David Naylor
Hi, I've found a problem in FreeBSD's implementation for threads, pth does not have this problem. The following test case consistantly reproduces the problem: --- start --- #! /usr/bin/env python from subprocess import Popen, PIPE from threading import Lock, Thread def runner(): process =

Re: [RFR] mtree improvements (take 2)

2010-08-30 Thread David Naylor
On Friday 25 June 2010 22:12:42 David Naylor wrote: > On Friday 25 June 2010 20:01:42 Garrett Cooper wrote: > > On Fri, Jun 25, 2010 at 9:52 AM, David Naylor > > wrote: > > > Hi, > > > > > > I've created a patch that increases the performance of m

Re: [RFC] mtree improvements

2010-06-25 Thread David Naylor
On Friday 25 June 2010 20:01:42 Garrett Cooper wrote: > On Fri, Jun 25, 2010 at 9:52 AM, David Naylor wrote: > > Hi, > > > > I've created a patch that increases the performance of mtree. This is of > > particular use during a port install. In an extreme c

[RFC] mtree improvements

2010-06-25 Thread David Naylor
Hi, I've created a patch that increases the performance of mtree. This is of particular use during a port install. In an extreme case I have experienced a ~20% increase [1]. For a full discussion see PR bin/143732. This arose out of [2] where I experienced the increase. For your conven

Re: [Proof of Concept] Stacked unionfs based 'tinderbox'

2010-02-28 Thread David Naylor
Hi, Apologies for the delayed reply. On Thursday 25 February 2010 15:53:03 Ulrich Spörlein wrote: > On Thu, 25.02.2010 at 10:08:15 +0200, David Naylor wrote: > > Hi, > > > > As some may have noticed on -current I have been working on using > > stacked unionfs to i

Re: [Proof of Concept] Stacked unionfs based 'tinderbox'

2010-02-25 Thread David Naylor
On 25 February 2010 15:53, Ulrich Spörlein wrote: > On Thu, 25.02.2010 at 10:08:15 +0200, David Naylor wrote: >> Hi, >> >> As some may have noticed on -current I have been working on using >> stacked unionfs to implement a 'tinderbox' type build system.  I hav

[Proof of Concept] Stacked unionfs based 'tinderbox'

2010-02-25 Thread David Naylor
Hi, As some may have noticed on -current I have been working on using stacked unionfs to implement a 'tinderbox' type build system. I have successfully used the scripts to build x11/xorg (and have compared the results to using the traditional approach using pkg_add). The build system is stable e

Re: compiling root filesystem into kernel (preferably tmpfs root filesystem)

2009-04-10 Thread David Naylor
On Thursday 09 April 2009 08:34:22 Travis Daygale wrote: > David, thank you for the great information!  Yes, I would appreciate seeing > the scripts and hearing about the other method you outline.   Yes, you > understand what I want to achieve exactly. Please see attached for the scripts. There i

Re: compiling root filesystem into kernel (preferably tmpfs root filesystem)

2009-04-05 Thread David Naylor
On Saturday 04 April 2009 21:52:14 Travis Daygale wrote: > In both the loader and kernel compiling doc, I see snippets of information > like this: #Make space in the kernel for a root filesystem on a md > device.options MD_ROOT_SIZE=10 boot_dfltrootInstructs the kernel to mount > the statically com

Project Ideas and a question

2007-10-13 Thread David Naylor
Hi, The question first: init does allow a chroot before booting the system however does it allow the first device to be unmounted and use the new chroot as the root device. If it does how can that be achieved. My motivation for this: Allow a USB device or CDROM to boot the system, then init

Re: Nvidia amd64

2007-09-28 Thread David Naylor
On Friday 28 September 2007 10:21, you wrote: > Remko Lodder wrote: > >> Ok, let's see how we can fund this project. First of all the interested > >> developers > >> should assess the bulk of work to do and how long it will take them to > >> complete > >> it. Then we can think about how many p

FreeBSD and Information handling

2007-06-16 Thread David Naylor
Hi, I was wondering if there was any tool available in freebsd for handling information, specifically configuration files, package information and such. I know all information is available via text files however in order to access the information the program might have to hard code the retreva

fetch: Resume errors, help!

2007-06-07 Thread David Naylor
Hi, I have been having a very annoying problem with fetch and the ports distfiles fetching. Living in South Africa internet access is not what it could be, as such I have to use a proxy to access the internet. On to the problem: When fetch tries to resume from an ftp site that does not suppor

Re: Looking for speed increases in "make index" and pkg_version for ports

2007-05-28 Thread David Naylor
On Monday 28 May 2007 03:43, you wrote: > Maybe I should look at the inner workings of cmake and gmake. Maybe > they have some good ideas. However having looked through the source > code of make, and also looking at the cvs logs, it does seem to be well > written. The only possibility I see of m

DPS Initial Ideas

2007-05-11 Thread David Naylor
Hi, Thank you all for your responses, it has given me much to think about. I guess there is consenses that there is room for improvement in the current pkg system. Attached are some of my initial ideas about what is required and expected in any (and all future) package systems. Since I am

New FreeBSD package system (a.k.a. Daemon Package System (dps))

2007-05-10 Thread David Naylor
Dear Jordan Recently I stumbled across a document you wrote in 2001, entitled "FreeBSD installation and package tools, past, present and future". I find FreeBSD appealing and I would like to contribute it its success, and as your article describes, the installation and packaging system is lack