From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 10 02:58:35 2013 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 93548E6; Sun, 10 Mar 2013 02:58:35 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2D03783E; Sun, 10 Mar 2013 02:58:35 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id D92EA6149; Sat, 9 Mar 2013 21:58:33 -0500 (EST) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: x-enigmail-version:openpgp:content-type; b=LM4OPUw2EgrLzHiJ2taTnjxu1XED1T6LzuGxm8NV8BlnWGcOaPC0QABn89T3eRtsw JpbLLUSk4/3km6zPuxhPsSwh6P3XM+XPBmU6cKoaQSx3/4DrgwQJ07zmn8wWU18 Message-ID: <513BF6D7.1010509@protected-networks.net> Date: Sat, 09 Mar 2013 21:58:31 -0500 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: emulation@FreeBSD.org, FreeBSD Current Subject: VirtualBox driver patch for -current post SVN r248084 X-Enigmail-Version: 1.5.1 OpenPGP: id=0442D492 Content-Type: multipart/mixed; boundary="------------070900040706060205080306" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 02:58:35 -0000 This is a multi-part message in MIME format. --------------070900040706060205080306 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit With the changing of the vm_object mutex to a rwlock, the VirtualBox drivers (emulators/virtualbox-ose-kmod) need the attached patch to run, imb --------------070900040706060205080306-- From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 10 03:02:24 2013 Return-Path: Delivered-To: emulation@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 E5B932C6; Sun, 10 Mar 2013 03:02:24 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id B68DB8EA; Sun, 10 Mar 2013 03:02:24 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id D1BD36149; Sat, 9 Mar 2013 22:02:17 -0500 (EST) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=TCtxvGVgXAAOv0j2odegi2skZI6aU1sSeyLsw7RegoSKVYeAT72tHjhE1R0Ca+eif AYhtwkvcB9jeUl21Ze09b70ebdc6KvahQCvdz4p9TT0y6nBsOIl7RhcI8kAKu5l Message-ID: <513BF7B8.9040901@protected-networks.net> Date: Sat, 09 Mar 2013 22:02:16 -0500 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: emulation@FreeBSD.org, FreeBSD Current Subject: Re: VirtualBox driver patch for -current post SVN r248084 References: <513BF6D7.1010509@protected-networks.net> In-Reply-To: <513BF6D7.1010509@protected-networks.net> X-Enigmail-Version: 1.5.1 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 03:02:25 -0000 On 03/09/13 21:58, Michael Butler wrote: > With the changing of the vm_object mutex to a rwlock, the VirtualBox > drivers (emulators/virtualbox-ose-kmod) need the attached patch to run, > > imb *** src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c~ Sat Mar 9 21:15:12 2013 --- src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c Sat Mar 9 21:21:20 2013 *************** *** 162,168 **** case RTR0MEMOBJTYPE_PHYS: case RTR0MEMOBJTYPE_PHYS_NC: { ! VM_OBJECT_LOCK(pMemFreeBSD->pObject); vm_page_t pPage = vm_page_find_least(pMemFreeBSD->pObject, 0); #if __FreeBSD_version < 900000 /* See http://lists.freebsd.org/pipermail/freebsd-current/2012-November/037963.html */ --- 162,168 ---- case RTR0MEMOBJTYPE_PHYS: case RTR0MEMOBJTYPE_PHYS_NC: { ! VM_OBJECT_WLOCK(pMemFreeBSD->pObject); vm_page_t pPage = vm_page_find_least(pMemFreeBSD->pObject, 0); #if __FreeBSD_version < 900000 /* See http://lists.freebsd.org/pipermail/freebsd-current/2012-November/037963.html */ *************** *** 177,183 **** #if __FreeBSD_version < 900000 vm_page_unlock_queues(); #endif ! VM_OBJECT_UNLOCK(pMemFreeBSD->pObject); vm_object_deallocate(pMemFreeBSD->pObject); break; } --- 177,183 ---- #if __FreeBSD_version < 900000 vm_page_unlock_queues(); #endif ! VM_OBJECT_WUNLOCK(pMemFreeBSD->pObject); vm_object_deallocate(pMemFreeBSD->pObject); break; } *************** *** 205,214 **** while (cTries <= 1) { ! VM_OBJECT_LOCK(pObject); pPages = vm_page_alloc_contig(pObject, iPIndex, fFlags, cPages, 0, VmPhysAddrHigh, uAlignment, 0, VM_MEMATTR_DEFAULT); ! VM_OBJECT_UNLOCK(pObject); if (pPages) break; vm_pageout_grow_cache(cTries, 0, VmPhysAddrHigh); --- 205,214 ---- while (cTries <= 1) { ! VM_OBJECT_WLOCK(pObject); pPages = vm_page_alloc_contig(pObject, iPIndex, fFlags, cPages, 0, VmPhysAddrHigh, uAlignment, 0, VM_MEMATTR_DEFAULT); ! VM_OBJECT_WUNLOCK(pObject); if (pPages) break; vm_pageout_grow_cache(cTries, 0, VmPhysAddrHigh); *************** *** 228,234 **** if (!pPages) return pPages; ! VM_OBJECT_LOCK(pObject); for (vm_pindex_t iPage = 0; iPage < cPages; iPage++) { vm_page_t pPage = pPages + iPage; --- 228,234 ---- if (!pPages) return pPages; ! VM_OBJECT_WLOCK(pObject); for (vm_pindex_t iPage = 0; iPage < cPages; iPage++) { vm_page_t pPage = pPages + iPage; *************** *** 240,246 **** atomic_add_int(&cnt.v_wire_count, 1); } } ! VM_OBJECT_UNLOCK(pObject); return pPages; #endif } --- 240,246 ---- atomic_add_int(&cnt.v_wire_count, 1); } } ! VM_OBJECT_WUNLOCK(pObject); return pPages; #endif } *************** *** 264,270 **** if (!pPage) { /* Free all allocated pages */ ! VM_OBJECT_LOCK(pObject); while (iPage-- > 0) { pPage = vm_page_lookup(pObject, iPage); --- 264,270 ---- if (!pPage) { /* Free all allocated pages */ ! VM_OBJECT_WLOCK(pObject); while (iPage-- > 0) { pPage = vm_page_lookup(pObject, iPage); *************** *** 278,284 **** vm_page_unlock_queues(); #endif } ! VM_OBJECT_UNLOCK(pObject); return rcNoMem; } } --- 278,284 ---- vm_page_unlock_queues(); #endif } ! VM_OBJECT_WUNLOCK(pObject); return rcNoMem; } } *************** *** 411,419 **** if (fContiguous) { Assert(enmType == RTR0MEMOBJTYPE_PHYS); ! VM_OBJECT_LOCK(pMemFreeBSD->pObject); pMemFreeBSD->Core.u.Phys.PhysBase = VM_PAGE_TO_PHYS(vm_page_find_least(pMemFreeBSD->pObject, 0)); ! VM_OBJECT_UNLOCK(pMemFreeBSD->pObject); pMemFreeBSD->Core.u.Phys.fAllocated = true; } --- 411,419 ---- if (fContiguous) { Assert(enmType == RTR0MEMOBJTYPE_PHYS); ! VM_OBJECT_WLOCK(pMemFreeBSD->pObject); pMemFreeBSD->Core.u.Phys.PhysBase = VM_PAGE_TO_PHYS(vm_page_find_least(pMemFreeBSD->pObject, 0)); ! VM_OBJECT_WUNLOCK(pMemFreeBSD->pObject); pMemFreeBSD->Core.u.Phys.fAllocated = true; } *************** *** 823,831 **** case RTR0MEMOBJTYPE_PHYS_NC: { RTHCPHYS addr; ! VM_OBJECT_LOCK(pMemFreeBSD->pObject); addr = VM_PAGE_TO_PHYS(vm_page_lookup(pMemFreeBSD->pObject, iPage)); ! VM_OBJECT_UNLOCK(pMemFreeBSD->pObject); return addr; } --- 823,831 ---- case RTR0MEMOBJTYPE_PHYS_NC: { RTHCPHYS addr; ! VM_OBJECT_WLOCK(pMemFreeBSD->pObject); addr = VM_PAGE_TO_PHYS(vm_page_lookup(pMemFreeBSD->pObject, iPage)); ! VM_OBJECT_WUNLOCK(pMemFreeBSD->pObject); return addr; } *** src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h~ Wed Dec 19 13:27:29 2012 --- src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h Sat Mar 9 21:37:09 2013 *************** *** 57,62 **** --- 57,63 ---- #include #include #include + #include #include #include /* for vtophys */ #include From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 10 05:03:07 2013 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7A488FE5; Sun, 10 Mar 2013 05:03:07 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 53B44C2F; Sun, 10 Mar 2013 05:03:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2A537So042453; Sun, 10 Mar 2013 05:03:07 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2A537AK042452; Sun, 10 Mar 2013 05:03:07 GMT (envelope-from linimon) Date: Sun, 10 Mar 2013 05:03:07 GMT Message-Id: <201303100503.r2A537AK042452@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-emulation@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/174908: [vmware] "unsupportable block size 0" after upgrading from 9.0-RELEASE-p5 to 9.1-RELEASE [regression] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 05:03:07 -0000 Old Synopsis: "unsupportable block size 0" after upgrading from 9.0-RELEASE-p5 to 9.1-RELEASE New Synopsis: [vmware] "unsupportable block size 0" after upgrading from 9.0-RELEASE-p5 to 9.1-RELEASE [regression] Responsible-Changed-From-To: freebsd-bugs->freebsd-emulation Responsible-Changed-By: linimon Responsible-Changed-When: Sun Mar 10 05:02:20 UTC 2013 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=174908 From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 10 05:15:13 2013 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.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 E55CD628; Sun, 10 Mar 2013 05:15:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B6B83D23; Sun, 10 Mar 2013 05:15:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2A5FDYh045875; Sun, 10 Mar 2013 05:15:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2A5FDF2045874; Sun, 10 Mar 2013 05:15:13 GMT (envelope-from linimon) Date: Sun, 10 Mar 2013 05:15:13 GMT Message-Id: <201303100515.r2A5FDF2045874@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-emulation@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/174238: [qemu] FreeBSD 9.0 doesn't boot under QEMU due to ACPI issues X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 05:15:14 -0000 Old Synopsis: FreeBSD 9.0 doesn't boot under QEMU due to ACPI issues New Synopsis: [qemu] FreeBSD 9.0 doesn't boot under QEMU due to ACPI issues Responsible-Changed-From-To: freebsd-bugs->freebsd-emulation Responsible-Changed-By: linimon Responsible-Changed-When: Sun Mar 10 05:12:52 UTC 2013 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=174238 From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 10 19:50:02 2013 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 828B39B3 for ; Sun, 10 Mar 2013 19:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5391ED4F for ; Sun, 10 Mar 2013 19:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2AJo1Ka007784 for ; Sun, 10 Mar 2013 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2AJo1XJ007783; Sun, 10 Mar 2013 19:50:01 GMT (envelope-from gnats) Date: Sun, 10 Mar 2013 19:50:01 GMT Message-Id: <201303101950.r2AJo1XJ007783@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org Cc: From: Juergen Lock Subject: Re: kern/174238: [qemu] FreeBSD 9.0 doesn't boot under QEMU due to ACPI issues X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Juergen Lock List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 19:50:02 -0000 The following reply was made to PR kern/174238; it has been noted by GNATS. From: Juergen Lock To: bug-followup@freebsd.org Cc: Subject: Re: kern/174238: [qemu] FreeBSD 9.0 doesn't boot under QEMU due to ACPI issues Date: Sun, 10 Mar 2013 20:42:03 +0100 This has meanwhile been fixed in seabios shipped with qemu 1.3.1 (and 1.4.0), a patch and fixed bios.bin that you can pass to qemu 1.3.0 with -bios has been posted in this thread: https://lists.nongnu.org/archive/html/qemu-devel/2012-12/msg01703.html HTH, :) Juergen From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 10 20:10:10 2013 Return-Path: Delivered-To: emulation@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E89D2F59; Sun, 10 Mar 2013 20:10:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C450BDF2; Sun, 10 Mar 2013 20:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2AKAAYk011438; Sun, 10 Mar 2013 20:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2AKAAlo011437; Sun, 10 Mar 2013 20:10:10 GMT (envelope-from edwin) Date: Sun, 10 Mar 2013 20:10:10 GMT Message-Id: <201303102010.r2AKAAlo011437@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176819: [patch] emulators/linux_base-f10: add symlinks for matlab X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 20:10:11 -0000 Synopsis: [patch] emulators/linux_base-f10: add symlinks for matlab Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 10 20:10:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176819 From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 11 09:25:25 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F1A12AE6 for ; Mon, 11 Mar 2013 09:25:25 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ea0-x22c.google.com (mail-ea0-x22c.google.com [IPv6:2a00:1450:4013:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 8F868FDD for ; Mon, 11 Mar 2013 09:25:25 +0000 (UTC) Received: by mail-ea0-f172.google.com with SMTP id d10so1042008eaj.17 for ; Mon, 11 Mar 2013 02:25:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=0d85Xt8xM2xjOkKZ2+VLxAYS6gFleZ7apNFRNxrUdc8=; b=AFSdNJt7iKvYTAsjqvwyrmoypWB7558YWDSeRttHfFYPJsAMmilNZ8NAWywb7k0soe Tj466R/6hQjIGUkQMTPEdEwAHd9R+lHtRGAyl/d+3nAn2ClNbMYaglrY62dyS6+zFIUB BnLg4sShbbwFhrgrNps7THth1kv0haPdhzt4ZmwBkk+AdAcFVjhVD0dDxg2ensDfMBdg E58QYANmz9xbNMweif8dzRMvfM5uelHGOJWSDbT2vD/JfgcxBskTWe17jltWpY7ivR8r ggD2Gt9Wx/VEzkoqEp4g4QFaIPzMzSSH5W0j/RdHtzEZ1i86Qw7baELYLzYENY/41zvW Ca+Q== X-Received: by 10.14.175.129 with SMTP id z1mr34785822eel.7.1362993924654; Mon, 11 Mar 2013 02:25:24 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:51c2:633e:5f93:6b06? ([2001:980:d7ed:1:51c2:633e:5f93:6b06]) by mx.google.com with ESMTPS id 46sm22390310eea.3.2013.03.11.02.25.22 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Mar 2013 02:25:23 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <513DA2F7.1060208@freebsd.org> Date: Mon, 11 Mar 2013 10:25:11 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130228 Thunderbird/17.0.3 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Re: [cfr] patch to clean up old Linux ports References: <513A0C04.8090907@freebsd.org> <20130309121625.00004279@unknown> <513B2937.7080304@coosemans.org> In-Reply-To: <513B2937.7080304@coosemans.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 09:25:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 09-03-2013 13:21, Tijl Coosemans wrote: > On 2013-03-09 12:16, Alexander Leidinger wrote: >>> [emulators/linux_base-c6] - - remove the unsupported Linux >>> 2.4.2 case - - new Makefile header - - portlint fixes >> >> I think the "-p" for makedir was placed there on purpose... can't >> remember what the error-case was which triggered this. > > ${MKDIR} already has -p. > > c6 doesn't fetch any more by the way. You have to change > MASTER_SITES into > > MASTER_SITES= > http://vault.centos.org/${PORTVERSION}/os/i386/Packages/ > I have tested and fixed the 'make fetch' ('make checksum' actually) in r313862, and left the ${MKDIR} change for the big patch. Rene -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRPaL3AAoJEK27+GEKN4m3WgMP/0boJrYVeJmffpIvtEjsnaRl 921nGne/upSZlzGMe2h6Y+EmnpOGWuFAceDvBaG3Cz1QvdAsr906khwCgMVjwv3p 8JgHXoA+s6eWx1SUUFnlO0ec4VljFkeBbnH2J8h420mlXxGPljPNX1psm0dmq9cw M19fGs6jnYTt8OjjNW9RXVxvcTwcx13KDGfHkIbH45FJE3+4OujKcBDEb5O6XI9K SeaA/bHPselZ+UGL9OzS/6jcPmtZDZ+Ds4msue2/phhXRDGdwZP1o0zh+OkIc5E9 9766uipYWNqhzyieeL3w3d4J8R1GHgdhiB/U/AZDsHRdNCRyq5WyWDfEiiojvkfu 7XhRvGlLuqlazYeSsqLLEPCuJWv0Qbk5SSY20oNYOEXdDWHeGa/nTbWWDQgWYiNU p64zzqN8OajFeFBoN0/JS3xrkt+39/kw5UVLefJbHG/pxPbGr/TxEmTk3YV42zVs qpgQpVFurhyKrZPV2Np+ii/tDaFQ3aXw4KHGuYvD41xzsE6BGvZRtnX3R8Vuncqt 2aXJ7czH3IFsHQdQzUaXixlz+3h+QYj9gmgVDq6WmpwtSNgI9Xvh+pIIpF81977e SChl7hLGLq+/4GO9SO1D9WJbJ6moSvUlGY2xH/h5tcp3k3blcamgRO5QIp+122/t xkcbgnpFHc+LXQC14H0v =keFr -----END PGP SIGNATURE----- From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 11 09:48:00 2013 Return-Path: Delivered-To: emulation@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 B45EBE3D for ; Mon, 11 Mar 2013 09:48:00 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-bk0-x229.google.com (mail-bk0-x229.google.com [IPv6:2a00:1450:4008:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 3662F1A5 for ; Mon, 11 Mar 2013 09:48:00 +0000 (UTC) Received: by mail-bk0-f41.google.com with SMTP id q16so1561272bkw.28 for ; Mon, 11 Mar 2013 02:47:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=/wxSbSjKL1JeGybRXP8B12hv4TTZKF42iCXhOraVIoc=; b=Ouukvf70KyQKgmFo8730McCM80blkTyEw1zNkYuLWn438dIqzO3S4CcDoEmb7z+y7Q de1kIT0Lo/9/E/ULe2ZCCSY6Kgifxw048TSXnE1xGBnAWjCus/mJNaER3Ko4Dbf+icE9 K0Opln9G9E//E7xKrJ0kCmuSUfsWXp7Q4mHxD4coc2zxQRHXAvNRNfuuGUgSPqZLFamr VW4SUhDmtjbRQul8NmBVYPoeVsROxla00Yk4Fi4LqUbyHaNz0kXGdlJ5l9rH+iyQZhHO tzFJ7XjfHqMOWgx0nmjhPgwuLMWRMS5Bhodq2iQq7UPLz/px5x0ydW7k7ALt0ZTKuJ+l QpCw== X-Received: by 10.205.40.202 with SMTP id tr10mr1361892bkb.24.1362995279088; Mon, 11 Mar 2013 02:47:59 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:51c2:633e:5f93:6b06? ([2001:980:d7ed:1:51c2:633e:5f93:6b06]) by mx.google.com with ESMTPS id x18sm3763234bkw.4.2013.03.11.02.47.57 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Mar 2013 02:47:58 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <513DA84C.20102@freebsd.org> Date: Mon, 11 Mar 2013 10:47:56 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130228 Thunderbird/17.0.3 MIME-Version: 1.0 To: Alexander Leidinger Subject: Re: [cfr] patch to clean up old Linux ports References: <513A0C04.8090907@freebsd.org> <20130309121625.00004279@unknown> <513BA4AE.4000802@freebsd.org> <20130309233148.00004ad1@unknown> In-Reply-To: <20130309233148.00004ad1@unknown> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 09:48:00 -0000 On 09-03-2013 23:31, Alexander Leidinger wrote: > On Sat, 09 Mar 2013 22:07:58 +0100 > René Ladan wrote: > >> On 09-03-2013 12:16, Alexander Leidinger wrote: >>> On Fri, 08 Mar 2013 17:04:20 +0100 >>> René Ladan wrote: >>> >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> Hash: SHA1 >>>> >>>> Hi, >>>> >>>> I have made a patch to clean up the old Linux ports (those that >>>> expired together with FreeBSD 7) at [1] >>>> >>>> Besides removing expired ports, it: >>>> - - de-orbits support for Linux 2.4.2 (is that still available in >>>> the kernel?) >>> Yes, we can still switch to 2.4.2-emulation in the kernel. >> Time to de-orbit that too? > It doesn't seem to hurt, and you can run an old program how it was > meant to run. Nothing prevents someone to put an old linux FS into > FreeBSD and use it there. We just do not want to distribute an old and > unsupported by upstream linux_base port. If you use a trusted > environment for a specific purpose, it's still possible with FreeBSD > to run this e.g. in a jail (and as such have a lightweight > virtualization without the need to have driver support inside the old > linux version which is used inside). > >>>> [emulators/linux_base-c6] >>>> - - remove the unsupported Linux 2.4.2 case >>>> - - new Makefile header >>>> - - portlint fixes >>> I think the "-p" for makedir was placed there on purpose... can't >>> remember what the error-case was which triggered this. >> If you remember, could you write it down in the Makefile? The -p flag >> is the default for ${MKDIR} (see Mk/bsd.commands.mk) > Hmmm... I would rather say let's forget about it, what you do in the > patch is supposed to work correctly. I have updated the patch against r313862, with the following changes: - update LEGAL for deletion of x11-toolkits/linux-gtk2 - update MOVED (the dates should be adjusted) - update category Makefiles - refresh patch for emulators/linux_base-c6 I also noted PR ports/169988 containing a patch to update sysutils/linux-procps to a Fedora 10 version, we might apply that instead of just deleting it. ftp://rene-ladan.nl/pub/freebsd/liQ0nuxports-cleanup.diff SIZE = 650980 SHA256 = a65a03142f89832e41e6e928147388fc816a9c6a711a3c649fd6c462aa4f0805 ftp://rene-ladan.nl/pub/freebsd/linuxports-cleanup-ndd.diff (svn --no-diff-deleted) SIZE = 70889 SHA256 = 2d09891b4eab3119a33239e85b46c503792c13ba0ccb0d30bf128fd11c66da38 Rene From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 11 10:40:02 2013 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C0A9A7D for ; Mon, 11 Mar 2013 10:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 063D560F for ; Mon, 11 Mar 2013 10:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BAe1wk082600 for ; Mon, 11 Mar 2013 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BAe149082599; Mon, 11 Mar 2013 10:40:01 GMT (envelope-from gnats) Date: Mon, 11 Mar 2013 10:40:01 GMT Message-Id: <201303111040.r2BAe149082599@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Ren=E9_Ladan?= Subject: Re: ports/169988: [PATCH] Update sysutils/linux-procps to 3.2.7; also update to FC10 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?ISO-8859-1?Q?Ren=E9_Ladan?= List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 10:40:02 -0000 The following reply was made to PR ports/169988; it has been noted by GNATS. From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: bug-followup@FreeBSD.org, sluggo@unknown.nu Cc: Subject: Re: ports/169988: [PATCH] Update sysutils/linux-procps to 3.2.7; also update to FC10 Date: Mon, 11 Mar 2013 11:34:52 +0100 How about svn copy this port to syutils/linux-f10-procps and updating that? From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 11 11:06:35 2013 Return-Path: Delivered-To: emulation@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 7A1BDA6C for ; Mon, 11 Mar 2013 11:06:35 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5319B7B0 for ; Mon, 11 Mar 2013 11:06:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BB6Zl8088818 for ; Mon, 11 Mar 2013 11:06:35 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BB6Yqd088816 for emulation@FreeBSD.org; Mon, 11 Mar 2013 11:06:34 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Mar 2013 11:06:34 GMT Message-Id: <201303111106.r2BB6Yqd088816@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: emulation@FreeBSD.org Subject: Current problem reports assigned to emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 11:06:35 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/176819 emulation [patch] emulators/linux_base-f10: add symlinks for mat 1 problem total. From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 11 11:06:41 2013 Return-Path: Delivered-To: freebsd-emulation@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 4FFFAA8C for ; Mon, 11 Mar 2013 11:06:41 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 334907C2 for ; Mon, 11 Mar 2013 11:06:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2BB6f1O088949 for ; Mon, 11 Mar 2013 11:06:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2BB6e4k088947 for freebsd-emulation@FreeBSD.org; Mon, 11 Mar 2013 11:06:40 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Mar 2013 11:06:40 GMT Message-Id: <201303111106.r2BB6e4k088947@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 11:06:41 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/174933 emulation [linux] if_nameindex fail in linuxulator enviroment o kern/174908 emulation [vmware] "unsupportable block size 0" after upgrading o kern/174238 emulation [qemu] FreeBSD 9.0 doesn't boot under QEMU due to ACPI o ports/169988 emulation [PATCH] Update sysutils/linux-procps to 3.2.7; also up o ports/169896 emulation [patch] audio/linux-f10-alsa-lib: use OSS plugin by de o kern/169814 emulation [linux] ptrace is broken in Linux emulation o kern/169805 emulation [linux] utime() syscall does not work in linuxulator o kern/159646 emulation [linux] [patch] bump Linux version in linuxulator f kern/156691 emulation [vmware] [panic] panic when using hard disks as RAW de o kern/156353 emulation [ibcs2] ibcs2 binaries that execute on 4.x not working o kern/155577 emulation [boot] BTX halted after install. Reboot during install o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/153990 emulation [hyper-v]: Will not install into Hyper-V on Server 200 o kern/153887 emulation [linux] Linux emulator not understand STB_GNU_UNIQUE b o kern/153243 emulation [ibcs2] Seg fault whne running COFF binary using iBCS2 o kern/151714 emulation [linux] print/acroread9 not usable due to lack of supp a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o ports/148097 emulation [patch] suggested addition to linux_base-* packages to o ports/148096 emulation emulators/linux_base-* can not be built from ports on o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/146237 emulation [linux] Linux binaries not reading directories mounted p kern/144584 emulation [linprocfs][patch] bogus values in linprocfs o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o kern/140156 emulation [linux] cdparanoia fails to read drive data f kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o kern/86619 emulation [linux] linux emulator interacts oddly with cp a kern/72920 emulation [linux] path "prefixing" is not done on unix domain so o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 36 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 11 18:35:23 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1A43FE9E; Mon, 11 Mar 2013 18:35:23 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id C2E5F7FA; Mon, 11 Mar 2013 18:35:22 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward2h.mail.yandex.net (Yandex) with ESMTP id D96937014FD; Mon, 11 Mar 2013 22:35:19 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 7F2EB170017D; Mon, 11 Mar 2013 22:35:19 +0400 (MSK) Received: from 93.91.2.200.tel.ru (93.91.2.200.tel.ru [93.91.2.200]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id ZIxqKavo-ZJx4q4qB; Mon, 11 Mar 2013 22:35:19 +0400 Message-ID: <513E23E6.3030204@passap.ru> Date: Mon, 11 Mar 2013 22:35:18 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: =?UTF-8?B?UmVuw6kgTGFkYW4=?= Subject: Re: ports/169988: [PATCH] Update sysutils/linux-procps to 3.2.7; also update to FC10 References: <201303111040.r2BAe149082599@freefall.freebsd.org> In-Reply-To: <201303111040.r2BAe149082599@freefall.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 18:35:23 -0000 11.03.2013 14:40, René Ladan пишет: > The following reply was made to PR ports/169988; it has been noted by GNATS. > > From: =?ISO-8859-1?Q?Ren=E9_Ladan?= > To: bug-followup@FreeBSD.org, sluggo@unknown.nu > Cc: > Subject: Re: ports/169988: [PATCH] Update sysutils/linux-procps to 3.2.7; also > update to FC10 > Date: Mon, 11 Mar 2013 11:34:52 +0100 > > How about svn copy this port to syutils/linux-f10-procps and updating that? I'd say that this is the best what we can do. Thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 11 18:55:00 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 38AE14FB for ; Mon, 11 Mar 2013 18:55:00 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by mx1.freebsd.org (Postfix) with ESMTP id BF9FA8DC for ; Mon, 11 Mar 2013 18:54:59 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id e53so2320562eek.12 for ; Mon, 11 Mar 2013 11:54:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type; bh=ByVzRpsWJfcT4hG7Fv0e9x3wqrvMzIYWbljnHMZynSg=; b=YFJFoDYrx9YcMQzPJMeoGlKrNd5psRrKLhXdYEAqGtGUDAo3xoWxvx82XeJNOXcrb8 lTCLV+3Gps4yQOr/CYwwzC2IlD4GRZUc/fLRNGlc36m5WL5NRVi18E/d/Vk8tjvtedfh y1rrafbWWlSWMLRSm9MovWmluNuAJ18yVBzVXCQztHXroMn/MKvS/5p5jrjMv+RY9ehj s1ZMeqWvgCaM3u54MZH/1mnwq1MhsgssfMpynXIcmxHlNYX8c5eWHYNQCwPmeyGNOTeW gsL8R95Fl4lMRoKNWVtyNcCY+qjL9MgRN8JdRFTDCvtJuEU6Xj7nB4ONxlXl7NNAg2Te l6sg== X-Received: by 10.14.210.8 with SMTP id t8mr39272250eeo.35.1363028093206; Mon, 11 Mar 2013 11:54:53 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:a488:b8c5:6c5a:cefe? ([2001:980:d7ed:1:a488:b8c5:6c5a:cefe]) by mx.google.com with ESMTPS id f47sm25213275eep.13.2013.03.11.11.54.51 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Mar 2013 11:54:52 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <513E2870.4040303@freebsd.org> Date: Mon, 11 Mar 2013 19:54:40 +0100 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130228 Thunderbird/17.0.3 MIME-Version: 1.0 To: Boris Samorodov Subject: Re: ports/169988: [PATCH] Update sysutils/linux-procps to 3.2.7; also update to FC10 References: <201303111040.r2BAe149082599@freefall.freebsd.org> <513E23E6.3030204@passap.ru> In-Reply-To: <513E23E6.3030204@passap.ru> X-Enigmail-Version: 1.5.1 Content-Type: multipart/mixed; boundary="------------060308090209060503020106" Cc: freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 18:55:00 -0000 This is a multi-part message in MIME format. --------------060308090209060503020106 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11-03-2013 19:35, Boris Samorodov wrote: > 11.03.2013 14:40, René Ladan пишет: >> The following reply was made to PR ports/169988; it has been noted by GNATS. >> >> From: =?ISO-8859-1?Q?Ren=E9_Ladan?= >> To: bug-followup@FreeBSD.org, sluggo@unknown.nu >> Cc: >> Subject: Re: ports/169988: [PATCH] Update sysutils/linux-procps to 3.2.7; also >> update to FC10 >> Date: Mon, 11 Mar 2013 11:34:52 +0100 >> >> How about svn copy this port to syutils/linux-f10-procps and updating that? > > I'd say that this is the best what we can do. Thanks! > The attached patch should work, but both linux_base-f10 and this port have some leftovers on 10.X (8.X and 9.X are OK, the 'clang' suffix is from long ago): http://rene-ladan.nl/tb/logs/10-FreeBSD-clang/linux-f10-procps-3.2.7.log Unlike the PR, I have used the default MASTER_SITES. The port seems to run fine on amd64 too. I think it would be the easiest to copy/update this port before the big cleanup patch. Rene -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRPihvAAoJEK27+GEKN4m39roQAIIOLhLkXk6cv4ySRCI3RsHV qiJpkHg1SfIK6/ySDijJVtunJ/hOYCqriC2M1r13tliDVuqqa9LOd+rZTzqMDBlP F8Ah1WYn7VyXqtiNBrnkM0P/nWSnYLHdaj60m2IfStcfi7lzS5xkGxJO5cssPVsj iTISdrJpRRWZ3+nLt4Wud4PtpQ7Eit/iUCBF6nM9xYrQY7NraRNjOzgNyKvDqM/d L9wcgdzt8zY3eA2/Q901CSO7MDDLuAkwDNFSUkasRN8y1ioeOu7oTzDgJjKE8WWv riWPdrkO76y/LsrPLH1Gx9uSMYHpz40DB6cI3RBaJTCQun7dopwQzizvpnn3LPtO 3o7vRffTcLk35g4/u7q4JNGriv/jF+W9LyfCc3YasmUe8LrStM/xb0k7kQguo4KS 8YEO8ClfTRpFFRuqcc3hncXBOtbRIo2Rs0h36Q8vve1sa+M8/NdpOakC5b3B748R GlnQCq/UtYHUiJToROyIcGaSgU6FOOHBGH025lSTp6WTTDSnKN0cFog6SN/WwuU7 TwkGO6Lwg8NRmQsKJsxFOyzqAqpfoR5m04pGs604zJAtJMByTXwicIxvZMjth1kD SVdhjDaRFldW23FsG578VP+VC0MZXmufQB2LDa1KhmwwZiGjcnH8UM5RsafDagPF 2FRdp/lLkMpqwI1sTEjk =TiOx -----END PGP SIGNATURE----- --------------060308090209060503020106 Content-Type: text/plain; charset=UTF-8; name="linux-f10-procps.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="linux-f10-procps.diff" SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIE1ha2VmaWxlCSh3b3JraW5nIGNv cHkpCisrKyBNYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMSwyNCArMSwxOSBAQAotIyBO ZXcgcG9ydHMgY29sbGVjdGlvbiBtYWtlZmlsZSBmb3I6CWxpbnV4LXByb2NwcwotIyBEYXRl IGNyZWF0ZWQ6CQkJCTIwMDctMDQtMDQKLSMgV2hvbToJCQkJCWxlcmVzCi0jCisjIENyZWF0 ZWQgYnk6IGxlcmVzCiAjICRGcmVlQlNEJAotIwogCiBQT1JUTkFNRT0JcHJvY3BzCi1QT1JU VkVSU0lPTj0JMy4yLjUKK1BPUlRWRVJTSU9OPQkzLjIuNwogQ0FURUdPUklFUz0Jc3lzdXRp bHMgbGludXgKLU1BU1RFUl9TSVRFUz0JQ1JJVElDQUwvcnBtLyR7TElOVVhfUlBNX0FSQ0h9 L2ZlZG9yYS8ke0xJTlVYX0RJU1RfVkVSfQotRElTVE5BTUU9CSR7UE9SVE5BTUV9LSR7UE9S VFZFUlNJT059LTYuNAorUEtHTkFNRVBSRUZJWD0JbGludXgtZjEwLQorRElTVE5BTUU9CSR7 UE9SVE5BTUV9LSR7UE9SVFZFUlNJT059LSR7UlBNVkVSU0lPTn0uZmMke0xJTlVYX0RJU1Rf VkVSfQogCiBNQUlOVEFJTkVSPQllbXVsYXRpb25ARnJlZUJTRC5vcmcKLUNPTU1FTlQ9CUxp bnV4IHBzcHJvYyBiaW5hcmllcworQ09NTUVOVD0JTGludXggcHNwcm9jIGJpbmFyaWVzIChM aW51eCBGZWRvcmEgMTApCiAKLSMgRVhQSVJBVElPTl9EQVRFIGlzIHRoZSBFb0wgb2YgdGhl IGxhc3QgNy54IHJlbGVhc2UKLUVYUElSQVRJT05fREFURT0yMDEzLTAyLTI4CiBVU0VfTElO VVhfUlBNPQl5ZXMKIE9OTFlfRk9SX0FSQ0hTPQlpMzg2IGFtZDY0Ci1MSU5VWF9ESVNUX1ZF Uj0JNAorTElOVVhfRElTVF9WRVI9CTEwCitSUE1WRVJTSU9OPQkyMQogVVNFX0xEQ09ORklH PQl5ZXMKIEJSQU5ERUxGX0RJUlM9CWJpbiBzYmluIHVzci9iaW4KIFBMSVNUX1NVQis9CVBP UlRWRVJTSU9OPSIke1BPUlRWRVJTSU9OfSIKSW5kZXg6IGRpc3RpbmZvLmkzODYKPT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PQotLS0gZGlzdGluZm8uaTM4Ngkod29ya2luZyBjb3B5KQorKysgZGlzdGluZm8u aTM4Ngkod29ya2luZyBjb3B5KQpAQCAtMSw0ICsxLDQgQEAKLVNIQTI1NiAocnBtL2kzODYv ZmVkb3JhLzQvcHJvY3BzLTMuMi41LTYuNC5pMzg2LnJwbSkgPSA4M2M4MjZhMzQyZjg2NGRi NmJjNjcxMzgyOGQyNTg0ODhmMDc2ODU5ZGNkYjEzMDE2OTkyMGFlZDlhZDc4ZDM0Ci1TSVpF IChycG0vaTM4Ni9mZWRvcmEvNC9wcm9jcHMtMy4yLjUtNi40LmkzODYucnBtKSA9IDIwNzEy MgotU0hBMjU2IChycG0vaTM4Ni9mZWRvcmEvNC9wcm9jcHMtMy4yLjUtNi40LnNyYy5ycG0p ID0gY2UxNzhkYjlmODQ4YjcyNWY1ZTQxZDgxM2IwNDI5MzE4MjIxNTg0YTNkZDgyMDRhODE1 NDEyYmEzYWI2ZTgyMQotU0laRSAocnBtL2kzODYvZmVkb3JhLzQvcHJvY3BzLTMuMi41LTYu NC5zcmMucnBtKSA9IDMwNTYzNworU0hBMjU2IChycG0vaTM4Ni9mZWRvcmEvMTAvcHJvY3Bz LTMuMi43LTIxLmZjMTAuaTM4Ni5ycG0pID0gMmQwZTUwMTQ0NzBlNjYyZWU2NDI5OGI2NmQ4 MmU1NWExNjA1MTkwZDg5ZmU4NjQ5ZmNiMDE1MzdlNDZjNDMzMworU0laRSAocnBtL2kzODYv ZmVkb3JhLzEwL3Byb2Nwcy0zLjIuNy0yMS5mYzEwLmkzODYucnBtKSA9IDIxNjEzNgorU0hB MjU2IChycG0vaTM4Ni9mZWRvcmEvMTAvcHJvY3BzLTMuMi43LTIxLmZjMTAuc3JjLnJwbSkg PSA2ODgwYzUxMjFkNTU3MmQ1Zjc3YjM5YTg3MTA2ZjliNTU1NWQ1ODlmYzQzNjA5M2YwMjdm YWE0YjM0MzU4NTE2CitTSVpFIChycG0vaTM4Ni9mZWRvcmEvMTAvcHJvY3BzLTMuMi43LTIx LmZjMTAuc3JjLnJwbSkgPSAzMzA0OTkKSW5kZXg6IHBrZy1wbGlzdAo9PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 Ci0tLSBwa2ctcGxpc3QJKHdvcmtpbmcgY29weSkKKysrIHBrZy1wbGlzdAkod29ya2luZyBj b3B5KQpAQCAtMzYsNSArMzYsNCBAQAogdXNyL3NoYXJlL21hbi9tYW41L3N5c2N0bC5jb25m LjUuZ3oKIHVzci9zaGFyZS9tYW4vbWFuOC9zeXNjdGwuOC5negogdXNyL3NoYXJlL21hbi9t YW44L3Ztc3RhdC44Lmd6Ci0KIEBkaXJybSB1c3Ivc2hhcmUvZG9jL3Byb2Nwcy0lJVBPUlRW RVJTSU9OJSUK --------------060308090209060503020106 Content-Type: application/octet-stream; name="linux-f10-procps.diff.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="linux-f10-procps.diff.sig" iQIcBAABAgAGBQJRPihwAAoJEK27+GEKN4m3vIcP/1zsJLxi8DRmY/RpWC+G/uBJhohGpcjC dL16+GLHfobZtSJ38Y2Ks2CaC0apFET2DSAs1y+3CUVwJVkQjyocpsBiYxjBzpGQuG6240qR g3v2elu/lM/2CgYRFuoY3aYfL7AhiWX/flcUkbF7HQjuLEpkWJp46WmEzaIEI0SAkOEX3Jgv W7neVefzeHFLb8U/PxzA4VFzA7efeV3T8y1A3BT9cS8MPYURaURE+rWly7qsW887usDEz+Pw EBTe0ZGWmooXSg1eLgwQk/q5fr5zS+b+p92pSn87mrC0pJAr/g7tuLAXzSX6pEukOlBaA74t SvsbKXZpzhf6G90YhspfQ6Hv/g1zyCbwrvUgiKNMVEfczqDkQB5WZMoLE4zZNf6aQpCQ4Ej/ +6kHphyv8aaEU/Zt1qFYnEQchPdXyyiNPgGK4JumNZTRNf51GHvrklRNtdg4PacnuzxnWEhp 3gqWQMv5pttU1QDHllLkkynSmZgwkKvCud1oyhSzvUAR8Ngwg65f81YqTqEJODEtAsLHqZds R4BXAM5sY/Z74mdluXYuV1aDmyqNBiGekaYLQgbGsWUq6IG593bneSJhbsqcvjzZHPt95/Le QJIIrsdxzzTsJmU3M3RCRVgWn1JIITgtNF4rJ5YHgeuJnYT/A/Yq34NPkryO0EzUSnUghfCY uQ08 --------------060308090209060503020106-- From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 11 20:10:32 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BC897E60; Mon, 11 Mar 2013 20:10:32 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 7F124DA1; Mon, 11 Mar 2013 20:10:32 +0000 (UTC) Received: from outgoing.leidinger.net (pD9FBB6CA.dip.t-dialin.net [217.251.182.202]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 4BDEA844064; Mon, 11 Mar 2013 21:10:25 +0100 (CET) Received: from unknown (Titan.Leidinger.net [192.168.1.17]) by outgoing.leidinger.net (Postfix) with ESMTP id AF426648A; Mon, 11 Mar 2013 21:10:22 +0100 (CET) Date: Mon, 11 Mar 2013 21:10:22 +0100 From: Alexander Leidinger To: =?ISO-8859-1?Q?Ren=E9?= Ladan Subject: Re: [cfr] patch to clean up old Linux ports Message-ID: <20130311211022.0000342a@unknown> In-Reply-To: <513DA84C.20102@freebsd.org> References: <513A0C04.8090907@freebsd.org> <20130309121625.00004279@unknown> <513BA4AE.4000802@freebsd.org> <20130309233148.00004ad1@unknown> <513DA84C.20102@freebsd.org> X-Mailer: Claws Mail 3.9.0cvs12 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 4BDEA844064.A089F X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-0.919, required 6, autolearn=disabled, ALL_TRUSTED -1.00, AWL 0.09, T_RP_MATCHES_RCVD -0.01) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1363637427.96358@+MueOpzCnlGTUSdcGY/HzQ X-EBL-Spam-Status: No Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 20:10:32 -0000 On Mon, 11 Mar 2013 10:47:56 +0100 Ren=E9 Ladan wrote: > I also noted PR ports/169988 containing a patch to update > sysutils/linux-procps to a Fedora 10 version, we might apply that > instead of just deleting it. Decide yourself: - Does something depend upon this which still exists after the fc4 ports are deleted? - Does it provide something (if updated) which is not available in FreeBSD? If the answer to both is "no", we should delete. Bye, Alexander. --=20 http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 11 21:12:36 2013 Return-Path: Delivered-To: emulation@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 B29FC32B for ; Mon, 11 Mar 2013 21:12:36 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by mx1.freebsd.org (Postfix) with ESMTP id 4DA9F1E1 for ; Mon, 11 Mar 2013 21:12:35 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id e12so5299343wge.34 for ; Mon, 11 Mar 2013 14:12:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=NvI0Cfmo+Rnqq4ccm2OVIaLGLXInklkaHdYoXqYp4vg=; b=X1AAx0fCVYfQrpgW2r8YneSkqECkDmZTym4xSRJlnQs5qWFNVVMM4c1KaSiPecuj4d tOO0mTA1v1IlCRR+Hkkf3eMS6zEhTwkMfAnnnMADQHpxXr0CgjFbQSloq6REkORwiJqE m8L2gUDwmWrekUU9EjgkyA/8u5gOU3YgPsSzp8S0wMNFeXSa86ur43HqXc01EyoSde0+ xKBCG1tXIAlsKbWymxDO0EDPMwb4/3FP/5Jc6EyfQ221fZKeGmEwP4DePEF1zo7mpqcw DRnQ/4XCpzvBFHuSvjoLmoqr3ECOWw8T63vBGIYWMkbg2AHMKWOr5c4/7NiY+kaft+JA sIQQ== X-Received: by 10.180.14.233 with SMTP id s9mr15446627wic.25.1363036349280; Mon, 11 Mar 2013 14:12:29 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:a488:b8c5:6c5a:cefe? ([2001:980:d7ed:1:a488:b8c5:6c5a:cefe]) by mx.google.com with ESMTPS id dm9sm18234714wib.3.2013.03.11.14.12.27 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Mar 2013 14:12:28 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <513E48BA.4090001@freebsd.org> Date: Mon, 11 Mar 2013 22:12:26 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130228 Thunderbird/17.0.3 MIME-Version: 1.0 To: Alexander Leidinger Subject: Re: sysutils/linux-[f10-]procps (was: [cfr] patch to clean up old Linux ports) References: <513A0C04.8090907@freebsd.org> <20130309121625.00004279@unknown> <513BA4AE.4000802@freebsd.org> <20130309233148.00004ad1@unknown> <513DA84C.20102@freebsd.org> <20130311211022.0000342a@unknown> In-Reply-To: <20130311211022.0000342a@unknown> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 21:12:36 -0000 On 11-03-2013 21:10, Alexander Leidinger wrote: > On Mon, 11 Mar 2013 10:47:56 +0100 > René Ladan wrote: > >> I also noted PR ports/169988 containing a patch to update >> sysutils/linux-procps to a Fedora 10 version, we might apply that >> instead of just deleting it. > Decide yourself: > - Does something depend upon this which still exists after the fc4 > ports are deleted? No, since sysutils/linux-procps is scheduled to be deleted. > - Does it provide something (if updated) which is not available in > FreeBSD? It provides these binaries not in the FreeBSD base: free, pmap, pwdx, skill, slabtop, snice, tload > If the answer to both is "no", we should delete. > So it depends on the usefulness of the above binaries. Rene From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 12 06:55:03 2013 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 479FB24E; Tue, 12 Mar 2013 06:55:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2346FBD8; Tue, 12 Mar 2013 06:55:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2C6t3tW068153; Tue, 12 Mar 2013 06:55:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2C6t24P068152; Tue, 12 Mar 2013 06:55:02 GMT (envelope-from linimon) Date: Tue, 12 Mar 2013 06:55:02 GMT Message-Id: <201303120655.r2C6t24P068152@freefall.freebsd.org> To: linimon@FreeBSD.org, emulation@FreeBSD.org, freebsd-emulation@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/176819: [patch] emulators/linux_base-f10: add symlinks for matlab X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 06:55:03 -0000 Synopsis: [patch] emulators/linux_base-f10: add symlinks for matlab Responsible-Changed-From-To: emulation->freebsd-emulation Responsible-Changed-By: linimon Responsible-Changed-When: Tue Mar 12 06:54:49 UTC 2013 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=176819 From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 12 10:40:01 2013 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.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 4C609F4D for ; Tue, 12 Mar 2013 10:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3F3149EF for ; Tue, 12 Mar 2013 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CAe1MQ063587 for ; Tue, 12 Mar 2013 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2CAe13w063586; Tue, 12 Mar 2013 10:40:01 GMT (envelope-from gnats) Date: Tue, 12 Mar 2013 10:40:01 GMT Message-Id: <201303121040.r2CAe13w063586@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/169988: commit references a PR X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 10:40:01 -0000 The following reply was made to PR ports/169988; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/169988: commit references a PR Date: Tue, 12 Mar 2013 10:33:34 +0000 (UTC) Author: rene Date: Tue Mar 12 10:33:26 2013 New Revision: 313959 URL: http://svnweb.freebsd.org/changeset/ports/313959 Log: Copy sysutils/linux-procps to sysutils/linux-f10-procps, adjust for linux_base-f10, and update to 3.2.7. Unlike the PR, use the default MASTER_SITES and also mark amd64 as a supported architecture. PR: ports/169988 Submitted by: Kim Scarborough Added: head/sysutils/linux-f10-procps/ - copied from r313858, head/sysutils/linux-procps/ Modified: head/sysutils/Makefile head/sysutils/linux-f10-procps/Makefile (contents, props changed) head/sysutils/linux-f10-procps/distinfo.i386 (contents, props changed) head/sysutils/linux-f10-procps/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Mar 12 10:33:04 2013 (r313958) +++ head/sysutils/Makefile Tue Mar 12 10:33:26 2013 (r313959) @@ -477,9 +477,9 @@ SUBDIR += lineakd SUBDIR += linrename SUBDIR += linux-afaapps + SUBDIR += linux-f10-procps SUBDIR += linux-megamgr SUBDIR += linux-nero - SUBDIR += linux-procps SUBDIR += linuxfdisk SUBDIR += lire SUBDIR += livecd Modified: head/sysutils/linux-f10-procps/Makefile ============================================================================== --- head/sysutils/linux-procps/Makefile Mon Mar 11 07:39:15 2013 (r313858) +++ head/sysutils/linux-f10-procps/Makefile Tue Mar 12 10:33:26 2013 (r313959) @@ -1,24 +1,19 @@ -# New ports collection makefile for: linux-procps -# Date created: 2007-04-04 -# Whom: leres -# +# Created by: leres # $FreeBSD$ -# PORTNAME= procps -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.7 CATEGORIES= sysutils linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} -DISTNAME= ${PORTNAME}-${PORTVERSION}-6.4 +PKGNAMEPREFIX= linux-f10- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.fc${LINUX_DIST_VER} MAINTAINER= emulation@FreeBSD.org -COMMENT= Linux psproc binaries +COMMENT= Linux psproc binaries (Linux Fedora 10) -# EXPIRATION_DATE is the EoL of the last 7.x release -EXPIRATION_DATE=2013-02-28 USE_LINUX_RPM= yes ONLY_FOR_ARCHS= i386 amd64 -LINUX_DIST_VER= 4 +LINUX_DIST_VER= 10 +RPMVERSION= 21 USE_LDCONFIG= yes BRANDELF_DIRS= bin sbin usr/bin PLIST_SUB+= PORTVERSION="${PORTVERSION}" Modified: head/sysutils/linux-f10-procps/distinfo.i386 ============================================================================== --- head/sysutils/linux-procps/distinfo.i386 Mon Mar 11 07:39:15 2013 (r313858) +++ head/sysutils/linux-f10-procps/distinfo.i386 Tue Mar 12 10:33:26 2013 (r313959) @@ -1,4 +1,4 @@ -SHA256 (rpm/i386/fedora/4/procps-3.2.5-6.4.i386.rpm) = 83c826a342f864db6bc6713828d258488f076859dcdb130169920aed9ad78d34 -SIZE (rpm/i386/fedora/4/procps-3.2.5-6.4.i386.rpm) = 207122 -SHA256 (rpm/i386/fedora/4/procps-3.2.5-6.4.src.rpm) = ce178db9f848b725f5e41d813b0429318221584a3dd8204a815412ba3ab6e821 -SIZE (rpm/i386/fedora/4/procps-3.2.5-6.4.src.rpm) = 305637 +SHA256 (rpm/i386/fedora/10/procps-3.2.7-21.fc10.i386.rpm) = 2d0e5014470e662ee64298b66d82e55a1605190d89fe8649fcb01537e46c4333 +SIZE (rpm/i386/fedora/10/procps-3.2.7-21.fc10.i386.rpm) = 216136 +SHA256 (rpm/i386/fedora/10/procps-3.2.7-21.fc10.src.rpm) = 6880c5121d5572d5f77b39a87106f9b5555d589fc436093f027faa4b34358516 +SIZE (rpm/i386/fedora/10/procps-3.2.7-21.fc10.src.rpm) = 330499 Modified: head/sysutils/linux-f10-procps/pkg-plist ============================================================================== --- head/sysutils/linux-procps/pkg-plist Mon Mar 11 07:39:15 2013 (r313858) +++ head/sysutils/linux-f10-procps/pkg-plist Tue Mar 12 10:33:26 2013 (r313959) @@ -36,5 +36,4 @@ usr/share/man/man1/watch.1.gz usr/share/man/man5/sysctl.conf.5.gz usr/share/man/man8/sysctl.8.gz usr/share/man/man8/vmstat.8.gz - @dirrm usr/share/doc/procps-%%PORTVERSION%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 12 10:41:03 2013 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.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 3E6AFFA6; Tue, 12 Mar 2013 10:41:03 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 19515A02; Tue, 12 Mar 2013 10:41:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CAf25C065064; Tue, 12 Mar 2013 10:41:02 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2CAf0JD065062; Tue, 12 Mar 2013 10:41:00 GMT (envelope-from rene) Date: Tue, 12 Mar 2013 10:41:00 GMT Message-Id: <201303121041.r2CAf0JD065062@freefall.freebsd.org> To: sluggo@unknown.nu, rene@FreeBSD.org, freebsd-emulation@FreeBSD.org From: rene@FreeBSD.org Subject: Re: ports/169988: [PATCH] Update sysutils/linux-procps to 3.2.7; also update to FC10 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 10:41:03 -0000 Synopsis: [PATCH] Update sysutils/linux-procps to 3.2.7; also update to FC10 State-Changed-From-To: open->closed State-Changed-By: rene State-Changed-When: Tue Mar 12 10:40:33 UTC 2013 State-Changed-Why: Committed with slight modifications, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=169988 From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 12 11:58:56 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 05225DDD for ; Tue, 12 Mar 2013 11:58:56 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-oa0-f44.google.com (mail-oa0-f44.google.com [209.85.219.44]) by mx1.freebsd.org (Postfix) with ESMTP id B8BDCF71 for ; Tue, 12 Mar 2013 11:58:55 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id h1so5651690oag.17 for ; Tue, 12 Mar 2013 04:58:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=np6LZbGgwNi4fR40sT4pPEDtMriR56/TnjStoXvDhE0=; b=SBDa4ed2tth2kY/AZ+E3mQH5/sypPawPm0EsQ9+xLEslxqCnGFNKahgE+zIpKGdaSk 1asP4S2m7yOSeQ9nBOv/Xkb+L3/f+QveO3ijvkWdsbsHpHoyCc/6Xk+6HcDomIH3qznA 92m7QKAbD8Hp8NX1wlomNtsklNUbeoblkuuuuKm62jytfjW4TEOX431VYYd7Jv3IZW4/ dSUH6G/aNU7yruHMj6WuHxY+laThZD0vqc3Dmtv63nDU6pPCRTuGiz2Pj70kSzFqcYjz n+kVg2tOioQM5fCFdNeKJyEdQvfCsuqNKtXi2Goz5F9CFAZIqEswVEcjcQWrZjX6FP/j LUNw== MIME-Version: 1.0 X-Received: by 10.182.127.47 with SMTP id nd15mr11578506obb.11.1363089535121; Tue, 12 Mar 2013 04:58:55 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.107.196 with HTTP; Tue, 12 Mar 2013 04:58:55 -0700 (PDT) In-Reply-To: <201303121150.r2CBo1GY077202@freefall.freebsd.org> References: <201303121141.r2CBfrFt066455@red.freebsd.org> <201303121150.r2CBo1GY077202@freefall.freebsd.org> Date: Tue, 12 Mar 2013 12:58:55 +0100 X-Google-Sender-Auth: NyZsGQMYmIUmPYvM1s5cH8bU2ek Message-ID: Subject: Fwd: ports/176877: [exp-run] remove Fedora Core 4 ports, adjust Mk/bsd.*.mk From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 11:58:56 -0000 PR intended for the exp-run ---------- Forwarded message ---------- From: Date: 2013/3/12 Subject: Re: ports/176877: [exp-run] remove Fedora Core 4 ports, adjust Mk/bsd.*.mk To: Rene Ladan Thank you very much for your problem report. It has the internal identification `ports/176877'. The individual assigned to look at your report is: freebsd-ports-bugs. You can access the state of your problem report at any time via this link: http://www.freebsd.org/cgi/query-pr.cgi?pr=176877 >Category: ports >Responsible: freebsd-ports-bugs >Synopsis: [exp-run] remove Fedora Core 4 ports, adjust Mk/bsd.*.mk >Arrival-Date: Tue Mar 12 11:50:01 UTC 2013 From owner-freebsd-emulation@FreeBSD.ORG Fri Mar 15 13:31:08 2013 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D3836354 for ; Fri, 15 Mar 2013 13:31:08 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (grizzly.droso.dk [IPv6:2a01:4f8:100:9424::3]) by mx1.freebsd.org (Postfix) with ESMTP id DB6E3FAE for ; Fri, 15 Mar 2013 13:31:07 +0000 (UTC) Received: by mail.droso.net (Postfix, from userid 1001) id 3EDCC831C; Fri, 15 Mar 2013 14:31:07 +0100 (CET) Date: Fri, 15 Mar 2013 14:31:07 +0100 From: Erwin Lansing To: emulation@FreeBSD.org Subject: [portbuild@FreeBSD.org: linux_base-f10-10_5 failed on amd64 9] Message-ID: <20130315133106.GF5236@droso.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline X-Operating-System: FreeBSD/amd64 9.0-RELEASE User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 13:31:08 -0000 FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, -erwin ----- Forwarded message from Portbuild user ----- Date: Fri, 15 Mar 2013 12:45:50 GMT From: Portbuild user To: erwin@freebsd.org Subject: linux_base-f10-10_5 failed on amd64 9 You can also find this build log at http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.9.20130315072540/linux_base-f10-10_5.log building linux_base-f10-10_5 on gohan13.freebsd.org in directory /a/pkgbuild/9/20130315072540/chroot/48749 building for: 9.1-RELEASE-p1 amd64 maintained by: emulation@FreeBSD.org port directory: /usr/ports/emulators/linux_base-f10 Makefile ident: $FreeBSD: head/emulators/linux_base-f10/Makefile 300896 2012-07-14 13:54:48Z beat $ build started at Fri Mar 15 12:40:17 UTC 2013 FETCH_DEPENDS= PATCH_DEPENDS= EXTRACT_DEPENDS=gettext-0.18.1.1.txz libiconv-1.14.txz popt-1.16.txz rpm-3.0.6_15.txz BUILD_DEPENDS= RUN_DEPENDS= PKG_DEPENDS=pkg-1.0.9_1.txz prefixes: LOCALBASE=usr/local add_pkg pkg-1.0.9_1.txz adding dependencies adding package pkg-1.0.9_1.txz pkg-static: No package(s) matching pkg-1.0.9_1 Installing pkg-1.0.9_1... done If you are upgrading from the old package format, first run: # pkg2ng add_pkg ================================================================ ======================================== ===> linux_base-f10-10_5 depends on file: /usr/local/sbin/pkg - found => basesystem-10.0-1.noarch.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/basesystem-10.0-1.noarch.rpm basesystem-10.0-1.noarch.rpm 2915 B 11 MBps => bash-3.2-30.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/bash-3.2-30.fc10.i386.rpm bash-3.2-30.fc10.i386.rpm 1843 kB 28 MBps => bzip2-1.0.5-3.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.i386.rpm bzip2-1.0.5-3.fc10.i386.rpm 48 kB 7467 kBps => bzip2-libs-1.0.5-3.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/bzip2-libs-1.0.5-3.fc10.i386.rpm bzip2-libs-1.0.5-3.fc10.i386.rpm 38 kB 92 MBps => compat-db-4.6.21-5.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.i386.rpm compat-db-4.6.21-5.fc10.i386.rpm 10 kB 34 MBps => compat-libstdc++-296-2.96-141.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/compat-libstdc++-296-2.96-141.i386.rpm compat-libstdc++-296-2.96-141.i386.rpm 91 kB 5834 kBps => compat-libstdc++-33-3.2.3-64.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/compat-libstdc++-33-3.2.3-64.i386.rpm compat-libstdc++-33-3.2.3-64.i386.rpm 224 kB 12 MBps => coreutils-6.12-20.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/coreutils-6.12-20.fc10.i386.rpm coreutils-6.12-20.fc10.i386.rpm 4654 kB 13 MBps => db4-4.7.25-7.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/db4-4.7.25-7.fc10.i386.rpm db4-4.7.25-7.fc10.i386.rpm 652 kB 7860 kBps => e2fsprogs-1.41.4-6.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.i386.rpm e2fsprogs-1.41.4-6.fc10.i386.rpm 738 kB 38 MBps => e2fsprogs-libs-1.41.4-6.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/e2fsprogs-libs-1.41.4-6.fc10.i386.rpm e2fsprogs-libs-1.41.4-6.fc10.i386.rpm 151 kB 29 MBps => elfutils-0.142-1.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/elfutils-0.142-1.fc10.i386.rpm elfutils-0.142-1.fc10.i386.rpm 240 kB 7197 kBps => fedora-release-10-1.noarch.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/fedora-release-10-1.noarch.rpm fedora-release-10-1.noarch.rpm 25 kB 2484 kBps => filesystem-2.4.19-1.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.i386.rpm filesystem-2.4.19-1.fc10.i386.rpm 119 kB 7555 kBps => freetype-2.3.7-3.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/freetype-2.3.7-3.fc10.i386.rpm freetype-2.3.7-3.fc10.i386.rpm 354 kB 14 MBps => gamin-0.1.9-6.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/gamin-0.1.9-6.fc10.i386.rpm gamin-0.1.9-6.fc10.i386.rpm 124 kB 45 MBps => gdbm-1.8.0-29.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.i386.rpm gdbm-1.8.0-29.fc10.i386.rpm 27 kB 16 MBps => glib-1.2.10-32.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/glib-1.2.10-32.fc10.i386.rpm glib-1.2.10-32.fc10.i386.rpm 138 kB 36 MBps => glib2-2.18.4-2.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/glib2-2.18.4-2.fc10.i386.rpm glib2-2.18.4-2.fc10.i386.rpm 1466 kB 14 MBps => glibc-2.9-3.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/glibc-2.9-3.i386.rpm glibc-2.9-3.i386.rpm 4882 kB 26 MBps => glibc-common-2.9-3.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/glibc-common-2.9-3.i386.rpm glibc-common-2.9-3.i386.rpm 21 MB 43 MBps => grep-2.5.1a-61.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/grep-2.5.1a-61.fc10.i386.rpm grep-2.5.1a-61.fc10.i386.rpm 182 kB 14 MBps => info-4.12-4.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/info-4.12-4.fc10.i386.rpm info-4.12-4.fc10.i386.rpm 177 kB 31 MBps => keyutils-libs-1.2-3.fc9.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/keyutils-libs-1.2-3.fc9.i386.rpm keyutils-libs-1.2-3.fc9.i386.rpm 17 kB 8268 kBps => krb5-libs-1.6.3-18.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/krb5-libs-1.6.3-18.fc10.i386.rpm krb5-libs-1.6.3-18.fc10.i386.rpm 719 kB 17 MBps => libacl-2.2.47-3.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libacl-2.2.47-3.fc10.i386.rpm libacl-2.2.47-3.fc10.i386.rpm 22 kB 3598 kBps => libattr-2.4.43-2.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libattr-2.4.43-2.fc10.i386.rpm libattr-2.4.43-2.fc10.i386.rpm 13 kB 1100 kBps => libcap-2.10-2.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libcap-2.10-2.fc10.i386.rpm libcap-2.10-2.fc10.i386.rpm 29 kB 9261 kBps => libgcc-4.3.2-7.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libgcc-4.3.2-7.i386.rpm libgcc-4.3.2-7.i386.rpm 52 kB 14 MBps => libidn-0.6.14-8.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libidn-0.6.14-8.i386.rpm libidn-0.6.14-8.i386.rpm 210 kB 34 MBps => libselinux-2.0.78-1.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libselinux-2.0.78-1.fc10.i386.rpm libselinux-2.0.78-1.fc10.i386.rpm 103 kB 6912 kBps => libsepol-2.0.33-1.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.i386.rpm libsepol-2.0.33-1.fc10.i386.rpm 130 kB 35 MBps => libstdc++-4.3.2-7.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libstdc++-4.3.2-7.i386.rpm libstdc++-4.3.2-7.i386.rpm 324 kB 18 MBps => ncurses-5.6-20.20080927.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.i386.rpm ncurses-5.6-20.20080927.fc10.i386.rpm 169 kB 12 MBps => ncurses-libs-5.6-20.20080927.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/ncurses-libs-5.6-20.20080927.fc10.i386.rpm ncurses-libs-5.6-20.20080927.fc10.i386.rpm 326 kB 38 MBps => pcre-7.8-1.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/pcre-7.8-1.fc10.i386.rpm pcre-7.8-1.fc10.i386.rpm 212 kB 6334 kBps => popt-1.13-4.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/popt-1.13-4.fc10.i386.rpm popt-1.13-4.fc10.i386.rpm 39 kB 12 MBps => readline-5.2-13.fc9.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/readline-5.2-13.fc9.i386.rpm readline-5.2-13.fc9.i386.rpm 184 kB 4988 kBps => setserial-2.17-22.fc9.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/setserial-2.17-22.fc9.i386.rpm setserial-2.17-22.fc9.i386.rpm 22 kB 14 MBps => setup-2.7.4-4.fc10.noarch.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/setup-2.7.4-4.fc10.noarch.rpm setup-2.7.4-4.fc10.noarch.rpm 143 kB 18 MBps => slang-2.1.4-1.fc10.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/slang-2.1.4-1.fc10.i386.rpm slang-2.1.4-1.fc10.i386.rpm 495 kB 9835 kBps => zlib-1.2.3-18.fc9.i386.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/zlib-1.2.3-18.fc9.i386.rpm zlib-1.2.3-18.fc9.i386.rpm 74 kB 17 MBps => acl-2.2.47-3.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/acl-2.2.47-3.fc10.src.rpm acl-2.2.47-3.fc10.src.rpm 165 kB 3614 kBps => attr-2.4.43-1.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/attr-2.4.43-1.fc10.src.rpm attr-2.4.43-1.fc10.src.rpm 124 kB 6790 kBps => basesystem-10.0-1.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/basesystem-10.0-1.src.rpm basesystem-10.0-1.src.rpm 4079 B 17 MBps => bash-3.2-29.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/bash-3.2-29.fc10.src.rpm bash-3.2-29.fc10.src.rpm 4699 kB 3422 kBps => bzip2-1.0.5-3.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.src.rpm bzip2-1.0.5-3.fc10.src.rpm 832 kB 16 MBps => compat-db-4.6.21-5.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.src.rpm compat-db-4.6.21-5.fc10.src.rpm 20 MB 20 MBps => coreutils-6.12-17.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/coreutils-6.12-17.fc10.src.rpm coreutils-6.12-17.fc10.src.rpm 3778 kB 21 MBps => db4-4.7.25-5.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/db4-4.7.25-5.fc10.src.rpm db4-4.7.25-5.fc10.src.rpm 12 MB 51 MBps => e2fsprogs-1.41.4-6.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.src.rpm e2fsprogs-1.41.4-6.fc10.src.rpm 4304 kB 4753 kBps => elfutils-0.142-1.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/elfutils-0.142-1.fc10.src.rpm elfutils-0.142-1.fc10.src.rpm 1518 kB 13 MBps => fedora-release-10-1.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/fedora-release-10-1.src.rpm fedora-release-10-1.src.rpm 29 kB 1790 kBps => filesystem-2.4.19-1.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.src.rpm filesystem-2.4.19-1.fc10.src.rpm 15 kB 1310 kBps => freetype-2.3.7-1.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/freetype-2.3.7-1.fc10.src.rpm freetype-2.3.7-1.fc10.src.rpm 1557 kB 16 MBps => gamin-0.1.9-6.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/gamin-0.1.9-6.fc10.src.rpm gamin-0.1.9-6.fc10.src.rpm 10 kB 38 MBps => gcc-4.3.2-7.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/gcc-4.3.2-7.src.rpm gcc-4.3.2-7.src.rpm 46 MB 52 MBps => gdbm-1.8.0-29.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.src.rpm gdbm-1.8.0-29.fc10.src.rpm 141 kB 23 MBps => glib-1.2.10-32.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/glib-1.2.10-32.fc10.src.rpm glib-1.2.10-32.fc10.src.rpm 424 kB 34 MBps => glib2-2.18.2-3.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/glib2-2.18.2-3.fc10.src.rpm glib2-2.18.2-3.fc10.src.rpm 4664 kB 62 MBps => glibc-2.9-2.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/glibc-2.9-2.src.rpm glibc-2.9-2.src.rpm 15 MB 19 MBps => grep-2.5.1a-61.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/grep-2.5.1a-61.fc10.src.rpm grep-2.5.1a-61.fc10.src.rpm 549 kB 27 MBps => keyutils-1.2-3.fc9.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/keyutils-1.2-3.fc9.src.rpm keyutils-1.2-3.fc9.src.rpm 43 kB 24 MBps => krb5-1.6.3-16.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/krb5-1.6.3-16.fc10.src.rpm krb5-1.6.3-16.fc10.src.rpm 12 MB 18 MBps => libcap-2.10-2.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libcap-2.10-2.fc10.src.rpm libcap-2.10-2.fc10.src.rpm 54 kB 23 MBps => libidn-0.6.14-8.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libidn-0.6.14-8.src.rpm libidn-0.6.14-8.src.rpm 2250 kB 68 MBps => libselinux-2.0.73-1.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libselinux-2.0.73-1.fc10.src.rpm libselinux-2.0.73-1.fc10.src.rpm 234 kB 32 MBps => libsepol-2.0.33-1.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.src.rpm libsepol-2.0.33-1.fc10.src.rpm 226 kB 21 MBps => ncurses-5.6-20.20080927.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.src.rpm ncurses-5.6-20.20080927.fc10.src.rpm 3006 kB 20 MBps => pcre-7.8-1.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/pcre-7.8-1.fc10.src.rpm pcre-7.8-1.fc10.src.rpm 826 kB 23 MBps => readline-5.2-13.fc9.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/readline-5.2-13.fc9.src.rpm readline-5.2-13.fc9.src.rpm 2013 kB 40 MBps => setserial-2.17-22.fc9.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/setserial-2.17-22.fc9.src.rpm setserial-2.17-22.fc9.src.rpm 60 kB 93 MBps => setup-2.7.4-1.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/setup-2.7.4-1.fc10.src.rpm setup-2.7.4-1.fc10.src.rpm 145 kB 13 MBps => slang-2.1.4-1.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/slang-2.1.4-1.fc10.src.rpm slang-2.1.4-1.fc10.src.rpm 1261 kB 23 MBps => texinfo-4.12-4.fc10.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/texinfo-4.12-4.fc10.src.rpm texinfo-4.12-4.fc10.src.rpm 2438 kB 44 MBps => zlib-1.2.3-18.fc9.src.rpm doesn't seem to exist in /tmp/distfiles/rpm/i386/fedora/10. => Attempting to fetch ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/rpm/i386/fedora/10/zlib-1.2.3-18.fc9.src.rpm zlib-1.2.3-18.fc9.src.rpm 500 kB 26 MBps => SHA256 Checksum OK for rpm/i386/fedora/10/basesystem-10.0-1.noarch.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bash-3.2-30.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bzip2-libs-1.0.5-3.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/compat-libstdc++-296-2.96-141.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/compat-libstdc++-33-3.2.3-64.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/coreutils-6.12-20.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/db4-4.7.25-7.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/e2fsprogs-libs-1.41.4-6.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/elfutils-0.142-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/fedora-release-10-1.noarch.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/freetype-2.3.7-3.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gamin-0.1.9-6.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glib-1.2.10-32.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glib2-2.18.4-2.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glibc-2.9-3.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glibc-common-2.9-3.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/grep-2.5.1a-61.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/info-4.12-4.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/keyutils-libs-1.2-3.fc9.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/krb5-libs-1.6.3-18.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libacl-2.2.47-3.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libattr-2.4.43-2.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libcap-2.10-2.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libgcc-4.3.2-7.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libidn-0.6.14-8.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libselinux-2.0.78-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libstdc++-4.3.2-7.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/ncurses-libs-5.6-20.20080927.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/pcre-7.8-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/popt-1.13-4.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/readline-5.2-13.fc9.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/setserial-2.17-22.fc9.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/setup-2.7.4-4.fc10.noarch.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/slang-2.1.4-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/zlib-1.2.3-18.fc9.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/acl-2.2.47-3.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/attr-2.4.43-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/basesystem-10.0-1.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bash-3.2-29.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/coreutils-6.12-17.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/db4-4.7.25-5.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/elfutils-0.142-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/fedora-release-10-1.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/freetype-2.3.7-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gamin-0.1.9-6.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gcc-4.3.2-7.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glib-1.2.10-32.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glib2-2.18.2-3.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glibc-2.9-2.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/grep-2.5.1a-61.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/keyutils-1.2-3.fc9.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/krb5-1.6.3-16.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libcap-2.10-2.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libidn-0.6.14-8.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libselinux-2.0.73-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/pcre-7.8-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/readline-5.2-13.fc9.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/setserial-2.17-22.fc9.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/setup-2.7.4-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/slang-2.1.4-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/texinfo-4.12-4.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/zlib-1.2.3-18.fc9.src.rpm. ================================================================ ======================================== add_pkg gettext-0.18.1.1.txz libiconv-1.14.txz popt-1.16.txz rpm-3.0.6_15.txz adding dependencies adding package gettext-0.18.1.1.txz Installing gettext-0.18.1.1...Installing libiconv-1.14... done done adding package libiconv-1.14.txz skipping libiconv-1.14, already added adding package popt-1.16.txz Installing popt-1.16... done adding package rpm-3.0.6_15.txz Installing rpm-3.0.6_15... done ===> linux_base-f10-10_5 depends on file: /usr/local/sbin/pkg - found ===> Extracting for linux_base-f10-10_5 => SHA256 Checksum OK for rpm/i386/fedora/10/basesystem-10.0-1.noarch.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bash-3.2-30.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bzip2-libs-1.0.5-3.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/compat-libstdc++-296-2.96-141.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/compat-libstdc++-33-3.2.3-64.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/coreutils-6.12-20.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/db4-4.7.25-7.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/e2fsprogs-libs-1.41.4-6.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/elfutils-0.142-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/fedora-release-10-1.noarch.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/freetype-2.3.7-3.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gamin-0.1.9-6.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glib-1.2.10-32.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glib2-2.18.4-2.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glibc-2.9-3.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glibc-common-2.9-3.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/grep-2.5.1a-61.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/info-4.12-4.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/keyutils-libs-1.2-3.fc9.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/krb5-libs-1.6.3-18.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libacl-2.2.47-3.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libattr-2.4.43-2.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libcap-2.10-2.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libgcc-4.3.2-7.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libidn-0.6.14-8.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libselinux-2.0.78-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libstdc++-4.3.2-7.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/ncurses-libs-5.6-20.20080927.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/pcre-7.8-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/popt-1.13-4.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/readline-5.2-13.fc9.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/setserial-2.17-22.fc9.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/setup-2.7.4-4.fc10.noarch.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/slang-2.1.4-1.fc10.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/zlib-1.2.3-18.fc9.i386.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/acl-2.2.47-3.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/attr-2.4.43-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/basesystem-10.0-1.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bash-3.2-29.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/bzip2-1.0.5-3.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/compat-db-4.6.21-5.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/coreutils-6.12-17.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/db4-4.7.25-5.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/e2fsprogs-1.41.4-6.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/elfutils-0.142-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/fedora-release-10-1.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/filesystem-2.4.19-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/freetype-2.3.7-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gamin-0.1.9-6.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gcc-4.3.2-7.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/gdbm-1.8.0-29.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glib-1.2.10-32.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glib2-2.18.2-3.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/glibc-2.9-2.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/grep-2.5.1a-61.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/keyutils-1.2-3.fc9.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/krb5-1.6.3-16.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libcap-2.10-2.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libidn-0.6.14-8.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libselinux-2.0.73-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/libsepol-2.0.33-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/ncurses-5.6-20.20080927.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/pcre-7.8-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/readline-5.2-13.fc9.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/setserial-2.17-22.fc9.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/setup-2.7.4-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/slang-2.1.4-1.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/texinfo-4.12-4.fc10.src.rpm. => SHA256 Checksum OK for rpm/i386/fedora/10/zlib-1.2.3-18.fc9.src.rpm. ===> linux_base-f10-10_5 depends on file: /usr/local/bin/rpm2cpio - found Deleting rpm-3.0.6_15 The following packages will be deinstalled: rpm-3.0.6_15 The deinstallation will free 2 MB Deleting rpm-3.0.6_15... done Deleting popt-1.16 The following packages will be deinstalled: popt-1.16 The deinstallation will free 213 kB Deleting popt-1.16... done Deleting gettext-0.18.1.1 The following packages will be deinstalled: gettext-0.18.1.1 The deinstallation will free 12 MB Deleting gettext-0.18.1.1... done Deleting libiconv-1.14 The following packages will be deinstalled: libiconv-1.14 The deinstallation will free 2 MB Deleting libiconv-1.14... done ================================================================ ======================================== add_pkg ===> Patching for linux_base-f10-10_5 ================================================================ ======================================== add_pkg ===> Configuring for linux_base-f10-10_5 ===> Building for linux_base-f10-10_5 ================================================================ ======================================== make: don't know how to make regression-test(continuing) 1 error ================================================================ ======================================== add_pkg ===> Installing for linux_base-f10-10_5 ===> Generating temporary packing list ===> Checking if emulators/linux_base-f10 already installed 275465 blocks grep: /etc/fstab: No such file or directory +++ Some programs may need linprocfs, please add it to /etc/fstab! +++ Running linux ldconfig... This software is based in part on the work of the FreeType Team. See . Installation of the Linux base system is finished. The Linux kernel mode, which must be enabled for Linux binaries to run, is now enabled. Linux mode can be enabled permanently with the linux_enable variable of rc.conf(5). If you want to use shared memory in Linux applications, you need to set up a link from /dev/shm to a suitable place, e.g. by adding the following line to /etc/devfs.conf (takes effect on each boot): link /tmp shm To make use of NIS you have to adjust yp.conf and nsswitch.conf in /compat/linux/etc/ accordingly. For example: Set your yp-server and yp-domainname in yp.conf: domainname my.yp.domainname ypserver my.yp.server Let your lists for hosts, passwd and group be resolved via nsswitch.conf: passwd: files nis shadow: files nis group: files nis hosts: files dns nis WARNING: doing work which needs to chroot into the linux base may not work. In such cases (e.g. cross-development) you are better suited with a linux_dist port. ===> Registering installation for linux_base-f10-10_5 pkg: lstat(/compat/linux/usr/share/locale/uz@cyrillic/LC_MESSAGES/): No such file or directory pkg: lstat(/compat/linux/usr/share/locale/sr@Latn/LC_MESSAGES/): No such file or directory pkg: lstat(/compat/linux/usr/share/locale/ca@valencia/LC_MESSAGES/): No such file or directory pkg: lstat(/compat/linux/usr/share/locale/uz@cyrillic/): No such file or directory pkg: lstat(/compat/linux/usr/share/locale/sr@Latn/): No such file or directory pkg: lstat(/compat/linux/usr/share/locale/ca@valencia/): No such file or directory Installing linux_base-f10-10_5... done ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /compat/linux/lib/libdb-4.7.so /compat/linux/usr/lib/libgssrpc.so.4.0 /compat/linux/lib/libselinux.so.1 /compat/linux/usr/libexec/gam_server /compat/linux/lib/libresolv-2.9.so If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. ================================================================ ======================================== ===> Building package for linux_base-f10-10_5 Creating package for linux_base-f10-10_5 Deleting linux_base-f10-10_5 The following packages will be deinstalled: linux_base-f10-10_5 The deinstallation will free 134 MB Deleting linux_base-f10-10_5... You may need to do by hand: o unmount linprocfs if mounted o delete /compat/linux/proc if present o remove/comment linprocfs from /etc/fstab if present done === Checking filesystem state === Checking filesystem state after all packages deleted ================================================================ list of extra files and directories in / (not present on clean system but present after everything was deinstalled) 1073417 3 drwxr-xr-x 3 root wheel 3 Mar 15 12:39 usr/local/src 1073418 3 drwxr-xr-x 3 root wheel 3 Mar 15 12:41 usr/local/src/redhat 1073422 3 drwxr-xr-x 13 root wheel 13 Mar 15 12:41 usr/local/src/redhat/RPMS 1073478 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/ia64 1073484 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/sparcv9 1073481 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/ppc 1073471 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/i386 1073476 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/i686 1073470 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/athlon 1073485 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/sparc64 1073482 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/sparc 1073475 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/i586 1073473 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/i486 1073480 3 drwxr-xr-x 2 root wheel 2 Mar 15 12:41 usr/local/src/redhat/RPMS/powerpc ================================================================ build of /usr/ports/emulators/linux_base-f10 ended at Fri Mar 15 12:45:36 UTC 2013 ----- End forwarded message ----- -- Erwin Lansing http://droso.dk erwin@FreeBSD.org http:// www.FreeBSD.org