From owner-freebsd-questions@FreeBSD.ORG Thu Nov 11 10:14:53 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52088106564A for ; Thu, 11 Nov 2010 10:14:53 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost02.isp.att.net (fmailhost02.isp.att.net [207.115.11.52]) by mx1.freebsd.org (Postfix) with ESMTP id 3FAA48FC0C for ; Thu, 11 Nov 2010 10:14:53 +0000 (UTC) Received: from mueller6722.bellsouth.net (adsl-18-76-90.sdf.bellsouth.net[68.18.76.90]) by isp.att.net (frfwmhc02) with SMTP id <20101111100320H02002299ee>; Thu, 11 Nov 2010 10:03:21 +0000 X-Originating-IP: [68.18.76.90] Date: Thu, 11 Nov 2010 10:03:27 +0000 From: "Thomas Mueller" To: freebsd-questions@freebsd.org Message-ID: <4cdbbf6f.ZiUkI70OCmEez5oh%mueller6727@bellsouth.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD-similar build-from-source Linux? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 10:14:53 -0000 from "O. Hartmann" ; > Hello out there, > well, my question may sound heretic, but since we use mostly Linux based systems in our scientific environment and FreeBSD seems to lack in severe support in GPGPU/CUDA capable graphics boards I need to setup a kind of Linux facility to ensure having the software and tools I need for my work. I'm looking for a Linux distribution that is similar handled like FreeBSD, where I'm able to rebuild the whole system from sources, not even the the Linux kernel, also the GNU tools and the packages. Maybe there are some people out here having already taken this step. > Any suggestion is appreciated, > thanks in advance, > Oliver When I first saw that question, my first thoughts were Gentoo http://www.gentoo.org/ Linux from Scratch http://www.linuxfromscratch.org/ Lunar Linux http://www.lunar-linux.org/ Slackware is a full Linux distribution with its own binary, not source, package manager that knows nothing about dependencies. Linux does not come with a BSD-style base system, though a full distribution has many packages already put together and ready to install (like PC-BSD?). >From what I could tell from the web sites, Gentoo and Lunar Linux have package managers included, but Linux from Scratch doesn't. One package manager I've thought of for Linux is NetBSD pkgsrc, which has been ported to many Unixes and quasi-Unixes, am not sure what to start with for Linux. There is System Rescue CD, which includes gcc/GNU tools, which might work as a starter: I haven't tried but plan to do what you plan to do, when I get that new computer I've been planning on, in addition to FreeBSD and perhaps NetBSD. http://www.sysresccd.org/ Tom