From owner-freebsd-ports@FreeBSD.ORG Sat Jul 13 09:30:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 14B13C26; Sat, 13 Jul 2013 09:30:43 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id C2CA0188C; Sat, 13 Jul 2013 09:30:42 +0000 (UTC) X-Authority-Analysis: v=2.0 cv=Tr1kdUrh c=1 sm=0 a=68NkTaeYMVLl2m++3813FQ==:17 a=i4YerQ4AwY4A:10 a=WYT1yyyXqi0A:10 a=DvSzqBOGy98A:10 a=pedpZTtsAAAA:8 a=ayC55rCoAAAA:8 a=KGjhK52YXX0A:10 a=gmnWQ1Hb8LcA:10 a=MESg6lBeAAAA:8 a=D5h6WD5oAAAA:8 a=7E97I_X8AAAA:8 a=yIw9oVGI_oELYur-vdAA:9 a=68NkTaeYMVLl2m++3813FQ==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 74.130.200.176 Received: from [74.130.200.176] ([74.130.200.176:35332] helo=localhost) by hrndva-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 3F/1A-16377-C3E11E15; Sat, 13 Jul 2013 09:30:36 +0000 Date: Sat, 13 Jul 2013 09:30:36 +0000 Message-ID: <3F.1A.16377.C3E11E15@hrndva-omtalb.mail.rr.com> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: Use of sysutils/pacman in FreeBSD? Cc: amdmi3@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2013 09:30:43 -0000 > Well, there's ArchBSD project (http://archbsd.net/), and pacman may > be used to install packages from it (to quickly set up a jail, for > example, as FreeBSD world is just another package there). > However, the original reason I've ported it was to be able to install > a genuine linux distribution into a chroot, as linux_base* from ports > are outdated to complete uselessness. Unfortunately, that didn't work > because our linuxulator is outdated as well: recent linux binaries > either demand higher kernel version or (if compat.linux.osrelease is > bumped) segfault. If that issue is resolved (I've heard there's > some work on linuxulator ongoing), pacman will be ready for installing > ArchLinux into jail/chroot. > > would it be used to add packages to an Arch Linux installation while > > running from FreeBSD? > That too, but it's currently impossible, as it needs to run linux > binaries in the chroot, while they doesn't really run. -- > Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D > amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru Thanks for response. So I guess it can't be used for its intended purpose unless one wants to use an outdated Linux kernel. I also looked for Gentoo portage in the ports but didn't find it. But again, Gentoo portage wouldn't be useful unless one wants to use an outdated Linux kernel. With rather new computer hardware, I don't really want anything outdated. I am curious to see how pacman and the Arch Build System work, though I am held back by hostile Arch Linux emailing lists and fora. Tom