From owner-freebsd-embedded@FreeBSD.ORG Mon Oct 22 09:45:59 2007 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2082416A41B for ; Mon, 22 Oct 2007 09:45:59 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (mx1.vega.ru [87.242.77.163]) by mx1.freebsd.org (Postfix) with ESMTP id C191313C49D for ; Mon, 22 Oct 2007 09:45:58 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=59441 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1Ijtc2-0003be-35; Mon, 22 Oct 2007 09:30:18 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.1/8.14.1) with ESMTP id l9M9TSjq091942; Mon, 22 Oct 2007 13:29:28 +0400 (MSD) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.1/8.14.1/Submit) id l9M9TRkv091941; Mon, 22 Oct 2007 13:29:27 +0400 (MSD) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Mon, 22 Oct 2007 13:29:27 +0400 From: Ruslan Ermilov To: "M. Warner Losh" , freebsd-embedded@freebsd.org, bug-followup@freebsd.org Message-ID: <20071022092927.GB91901@team.vega.ru> References: <20070701233235.GA875@tirith.brixandersen.dk> <20070701.190135.-1435633623.imp@bsdimp.com> <20070702084757.GA8274@tirith.brixandersen.dk> <20070702.074721.148284252.imp@bsdimp.com> <20071015223753.GB13217@tirith.brixandersen.dk> <20071020180313.GB27379@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071020180313.GB27379@team.vega.ru> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: Re: bin/11420 [nanobsd] Build failure on RELENG_6 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2007 09:45:59 -0000 On Sat, Oct 20, 2007 at 10:03:13PM +0400, Ruslan Ermilov wrote: > On Tue, Oct 16, 2007 at 12:37:54AM +0200, Henrik Brix Andersen wrote: > > On Mon, Jul 02, 2007 at 07:47:21AM -0600, M. Warner Losh wrote: > > > In message: <20070702084757.GA8274@tirith.brixandersen.dk> > > > Henrik Brix Andersen writes: > > > : On Sun, Jul 01, 2007 at 07:01:35PM -0600, M. Warner Losh wrote: > > > : > In message: <20070701233235.GA875@tirith.brixandersen.dk> > > > : > Henrik Brix Andersen writes: > > > : ... > > > : > : [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=114200 > > > : > > > > : > This patch is incorrect. > > > : > > > > : > +.if !defined(NO_INSTALLLIB) > > > : > > > > : > should be > > > : > > > > : > +.if ${MK_INSTALLIB} != "no" > > > : > > > : Oh - thanks for catching this. I guess the same change should be done > > > : in lib/ncurses/ncurses/Makefile, then? > > > > > > I belive so. I've CC'd ru@ to make sure. > > > > Any updates on this? It would be nice to have this install problem fixed > > before 7.0-RELEASE. > > > NO_INSTALLLIB wasn't converted to a new syntax and is > still spelled NO_INSTALLLIB in makefiles: > > : bsd.lib.mk:.if defined(LIB) && !empty(LIB) && !defined(NO_INSTALLLIB) > Ah, I now see that you converted it to a new option syntax in bsd.own.mk. Your patch is now committed to CVS HEAD, except I had to apply one more fixup in libpam/modules/, so that we don't start to install libpam_unix.a. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer From owner-freebsd-embedded@FreeBSD.ORG Mon Oct 22 11:06:58 2007 Return-Path: Delivered-To: freebsd-embedded@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89D1E16A469 for ; Mon, 22 Oct 2007 11:06:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7855313C4A6 for ; Mon, 22 Oct 2007 11:06:58 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9MB6w57079897 for ; Mon, 22 Oct 2007 11:06:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9MB6vsX079893 for freebsd-embedded@FreeBSD.org; Mon, 22 Oct 2007 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 22 Oct 2007 11:06:57 GMT Message-Id: <200710221106.l9MB6vsX079893@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-embedded@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-embedded@FreeBSD.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2007 11:06:58 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o misc/15876 embedded [picobsd] PicoBSD message of the day problems o misc/28255 embedded [picobsd] picobsd documentation still references old . o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c f misc/52255 embedded [picobsd] picobsd build script fails under FreeBSD 5.0 o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o kern/101228 embedded [nanobsd] [patch] Two more entries for FlashDevice.sub 6 problems total. From owner-freebsd-embedded@FreeBSD.ORG Mon Oct 22 14:36:46 2007 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DACCD16A418 for ; Mon, 22 Oct 2007 14:36:46 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 97C4713C4A7 for ; Mon, 22 Oct 2007 14:36:46 +0000 (UTC) (envelope-from henrik@brixandersen.dk) Received: from tirith.brixandersen.dk (osgiliath.brixandersen.dk [87.53.223.189]) by solow.pil.dk (Postfix) with ESMTP id 69DFC1CC0CE for ; Mon, 22 Oct 2007 16:36:37 +0200 (CEST) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 8386B11435; Mon, 22 Oct 2007 14:36:36 +0000 (UTC) Date: Mon, 22 Oct 2007 14:36:36 +0000 From: Henrik Brix Andersen To: freebsd-embedded@freebsd.org Message-ID: <20071022143636.GC38816@tirith.brixandersen.dk> Mail-Followup-To: freebsd-embedded@freebsd.org References: <20070701233235.GA875@tirith.brixandersen.dk> <20070701.190135.-1435633623.imp@bsdimp.com> <20070702084757.GA8274@tirith.brixandersen.dk> <20070702.074721.148284252.imp@bsdimp.com> <20071015223753.GB13217@tirith.brixandersen.dk> <20071020180313.GB27379@team.vega.ru> <20071022092927.GB91901@team.vega.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8NvZYKFJsRX2Djef" Content-Disposition: inline In-Reply-To: <20071022092927.GB91901@team.vega.ru> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: bin/11420 [nanobsd] Build failure on RELENG_6 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2007 14:36:46 -0000 --8NvZYKFJsRX2Djef Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 22, 2007 at 01:29:27PM +0400, Ruslan Ermilov wrote: > Ah, I now see that you converted it to a new option syntax > in bsd.own.mk. Your patch is now committed to CVS HEAD, > except I had to apply one more fixup in libpam/modules/, > so that we don't start to install libpam_unix.a. Yes, I noticed that - good catch :) Regards, Brix --=20 Henrik Brix Andersen --8NvZYKFJsRX2Djef Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: GnuPG signed iD8DBQFHHLVzv+Q4flTiePgRAlo4AKCjgy025Adhf7sVZLS/Hoy1OvhtFgCfd8/W KrjjuJ+IPN5P+SISKAabZuQ= =xKPM -----END PGP SIGNATURE----- --8NvZYKFJsRX2Djef-- From owner-freebsd-embedded@FreeBSD.ORG Wed Oct 24 14:39:29 2007 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF19216A41A; Wed, 24 Oct 2007 14:39:29 +0000 (UTC) (envelope-from tinguely@casselton.net) Received: from casselton.net (casselton.net [63.165.140.2]) by mx1.freebsd.org (Postfix) with ESMTP id 940F013C4B3; Wed, 24 Oct 2007 14:39:29 +0000 (UTC) (envelope-from tinguely@casselton.net) Received: from casselton.net (localhost [127.0.0.1]) by casselton.net (8.13.8/8.13.8) with ESMTP id l9OEOwqb079545; Wed, 24 Oct 2007 09:24:58 -0500 (CDT) (envelope-from tinguely@casselton.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=casselton.net; s=ccnMail; t=1193235898; bh=ywoCgCV/ALPknlQoHIT5IuyNnoChJmySMneG4zS 4C/g=; h=Date:From:Message-Id:To:Subject; b=kXE62I4oDpf3ZvrRwdfeB0Z jf0edAJDaP7NU1wSWNY6iLzM4fvDiP4JWiqAQQKwpvfrTTaESHb/zS1g3Fyvlvv8fyJ 6fSu03XHakFDK+XfjjLy6BKh42zfovF5mTlzs1obJW1Art0JTAX3+cM4XTHVA13kbT9 NTh6Ez/aywyhBU= Received: (from tinguely@localhost) by casselton.net (8.13.8/8.13.8/Submit) id l9OEOwLI079544; Wed, 24 Oct 2007 09:24:58 -0500 (CDT) (envelope-from tinguely) Date: Wed, 24 Oct 2007 09:24:58 -0500 (CDT) From: Mark Tinguely Message-Id: <200710241424.l9OEOwLI079544@casselton.net> To: freebsd-arm@freebsd.org, freebsd-embedded@freebsd.org Cc: Subject: Gateworks Ebay listing X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 14:39:29 -0000 FYI: There is a listing for a Gateworks Network Processor Board GW2348-4 with case for sale on Ebay for $150 + 10 s/h in USA, quantity 7. http://cgi.ebay.com/Gateworks-Network-Processor-Board-GW2348-4-in-case_W0QQitemZ280166111102QQihZ018QQcategoryZ51210QQssPageNameZWDVWQQrdZ1QQcmdZViewItem Disclaimer: I am not the seller, nor do I know the seller - As best that I can tell, I don't think I have an active Ebay account any more. This is a re-listed sale that expired last week when the seller had 10 boards. --Mark Tinguely