From owner-freebsd-current@FreeBSD.ORG Wed Feb 4 17:20:08 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAA5A1065672; Wed, 4 Feb 2009 17:20:08 +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 6A37B8FC21; Wed, 4 Feb 2009 17:20:08 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id 7ACED6111; Wed, 4 Feb 2009 12:20:06 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1233768006; bh=Xv+9on8oOmZxsRSet1lVCDSmmA9ieEGpPVNI/pSUgHI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Dc6eAiIQHVonAfC1kIwQ8sm/9fihevRHfa6ej6wyr3a6QAlh4y+FMI44VIRgbHSQi WSVPDxp4zos1HIw2Fy7h2fatsdGKkGJPl3EDd5kNDHT8aVDs31aqikT0sfUi9u1 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:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=IPoi6Lop9GFQ8vqZli/jMAGtyQPa8kq1mu/ZCsCl29OYGW+GSz90fdqcvCi9+J3iV qCm4Th/WEjWLSpEqzoDsQh93E7e/yfsiXuntQ4bCh0eabRdGEB+sEpmWR7JlA5I Message-ID: <4989CE44.7010209@protected-networks.net> Date: Wed, 04 Feb 2009 12:20:04 -0500 From: Michael Butler User-Agent: Thunderbird 2.0.0.19 (X11/20090128) MIME-Version: 1.0 To: John Baldwin References: <200902021643.39862.c47g@gmx.at> <4987157E.9080605@protected-networks.net> <200902040919.10647.jhb@freebsd.org> In-Reply-To: <200902040919.10647.jhb@freebsd.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=0442D492 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: lpt stopped working X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2009 17:20:09 -0000 John Baldwin wrote: > On Monday 02 February 2009 10:47:10 am Michael Butler wrote: >> Further to this: sane-backends and qemu now refuse to compile :-( > Can you check if the recent commit to ppbconf.h fixed this? sane-backends and qemu[-devel] all now compile. kqemu[-devel] compiles but fails when attempting to kldload it with: kernel: link_elf: symbol unit2minor undefined .. which is a different issue and seems to need a similar patch to that applied to fuse-kmod for -current since unit2minor has 'gone away', Michael