From owner-freebsd-stable@FreeBSD.ORG Fri Apr 12 15:36:52 2013 Return-Path: Delivered-To: stable@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 AA8F1436 for ; Fri, 12 Apr 2013 15:36:52 +0000 (UTC) (envelope-from jdc@koitsu.org) Received: from qmta13.emeryville.ca.mail.comcast.net (qmta13.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:44:76:96:27:243]) by mx1.freebsd.org (Postfix) with ESMTP id 8FDE9E83 for ; Fri, 12 Apr 2013 15:36:52 +0000 (UTC) Received: from omta10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by qmta13.emeryville.ca.mail.comcast.net with comcast id P0xd1l0050cQ2SLAD3csri; Fri, 12 Apr 2013 15:36:52 +0000 Received: from koitsu.strangled.net ([67.180.84.87]) by omta10.emeryville.ca.mail.comcast.net with comcast id P3cr1l00Y1t3BNj8W3crx8; Fri, 12 Apr 2013 15:36:52 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 88CC973A33; Fri, 12 Apr 2013 08:36:51 -0700 (PDT) Date: Fri, 12 Apr 2013 08:36:51 -0700 From: Jeremy Chadwick To: stable@freebsd.org Subject: Re: fusefs-kmod does not work on 8-STABLE? Message-ID: <20130412153651.GA76880@icarus.home.lan> References: <20130410052710.GA36137@regency.nsu.ru> <20130412101746.GA68687@regency.nsu.ru> <20130412142802.GA1657@regency.nsu.ru> <20130412151441.GA76552@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130412151441.GA76552@icarus.home.lan> User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1365781012; bh=Yt9wbJe9UJ8tko2xOVkk/XYV6AB4BEA46AdkrqVdO6o=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=WdW3jXr9uQfTrWr4hTHqgavcXX7yk2WP6h+jRSZgxJmxoApwMYnmT8MYnaxcV6Ge3 VBTST6TUOZQyVXjNbMIefJxk713QOa5Shxp4H3BfCXTahUAtSNLT92Wdx8QvMFMUHy KDqk5/YSxuUpgJtfwQE8ml4eSm0x//9frx5BP/Z9ISKDIicf+t8qHuRDTVoFAt5Ado V6sPpTFBhNTekAg29T63w4lm//+8k+KBnPImc5R6TLPOUUEJTCqukVUJOOAWvM1EZE pIuKyPUnxj86ZJws3iJUfccrq6vBkUjqXSlnLR+gj8GlNB4JAUhWkIBK6qfIcHZaKD uxiRaUuLuQV9Q== X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 15:36:52 -0000 On Fri, Apr 12, 2013 at 08:14:42AM -0700, Jeremy Chadwick wrote: > On Fri, Apr 12, 2013 at 09:28:02PM +0700, Alexey Dokuchaev wrote: > > On Fri, Apr 12, 2013 at 05:17:46PM +0700, Alexey Dokuchaev wrote: > > > On Wed, Apr 10, 2013 at 12:27:10PM +0700, Alexey Dokuchaev wrote: > > > > I've got puzzled with the fact that fusefs-kmod apparently does not on > > > > recent 8-STABLE: it builds and loads, but I don't see normal "fuse4bsd: > > > > version 0.3.9-pre1, FUSE ABI 7.19" like I do on 9-STABLE (installed on the > > > > same laptop with almost identical kernel config). > > > > > > > > The result is that /dev/fuse0 never gets created, and any fuse mount > > > > attempt results in this message: > > > > > > > > fuse: failed to open fuse device: No such file or directory > > > > > > I've traced the problem down a bit, it seems to be due to some weird > > > brokenness of building modules outside the kernel: .ko file loads, but > > > modevent() functions apparently does not execute at all. > > > > I've found the culprit: the problem is in this command of the build: > > > > ld -Bshareable -d -warn-common -o hello.ko.debug hello.kld > > > > I had put /usr/local/bin in my $PATH before /usr/bin for a reason I don't > > currently recall, and have binutils-2.23.1 installed. As a result, ld(1) > > in the quoted line above was called from /usr/local/bin/ld, which brought > > in all the weird things I was observing: failure of fusefs-kmod, failure > > of simple "hello world" KLD, "link_elf: symbol undefined" messages > > when loading snd_hda(4) and nvidia(4) drivers. > > > > How, does anyone have a clue why new ld(1) plays so badly with our system > > toolchain on 8.x (at least)? > > This question might be better-suited for freebsd-hackers@ given its > nature. I imagine someone there will have some ideas. :-) HTH! By the way, the mail server for nsu.ru (mail.nsu.ru and mx.nsu.ru) is returning SMTP 550 for your Email address, which a permanent error: > Final-recipient: rfc822; danfe@nsu.ru > Action: failed > Status: 5.1.1 > Diagnostic-Code: smtp; 550 this is wrong, get in touch with postmaster > Last-attempt-Date: Fri, 12 Apr 2013 15:14:50 +0000 -- | Jeremy Chadwick jdc@koitsu.org | | UNIX Systems Administrator http://jdc.koitsu.org/ | | Mountain View, CA, US | | Making life hard for others since 1977. PGP 4BD6C0CB |