From owner-svn-ports-all@FreeBSD.ORG Sat Apr 12 08:56:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25B55344; Sat, 12 Apr 2014 08:56:28 +0000 (UTC) Received: from frv150.fwdcdn.com (frv151.fwdcdn.com [212.42.77.151]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE8EC1DAD; Sat, 12 Apr 2014 08:56:27 +0000 (UTC) Received: from [10.10.10.28] (helo=frv154.fwdcdn.com) by frv150.fwdcdn.com QID:1WYtSZ-000A2S-JK/RC:5; Sat, 12 Apr 2014 11:38:47 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:From:Date; bh=SIJMr6xG3njqcoOWY+WJXu3gsDfyEiVgXZtNq4sR0wY=; b=wyH1KWRHqGno0Aa8oIiuF2RePaU8VSqOFUPmy9pmrq4v14NnHYzbYA6j3UMgSf9WECuiXKD54Ex4nTQ53WTI4CBIh//y3sXNuWCHC4KXJmvaeCwdJJD6hKZ3hFMWg+IdrmRDMjmIngZaMvc42Y0qDAV+VXtHsoxJRlitwOL/5TQ=; Received: from [134.249.90.229] (helo=nonamehost.local) by frv154.fwdcdn.com with esmtpsa ID 1WYtSQ-000Gv5-LL ; Sat, 12 Apr 2014 11:38:38 +0300 Date: Sat, 12 Apr 2014 11:38:37 +0300 From: Ivan Klymenko Subject: Re: svn commit: r351029 - head/multimedia/cuse4bsd-kmod Message-ID: <20140412113837.5ad153eb@nonamehost.local> In-Reply-To: <1397290989.177340350.z7jhers6@frv33.fwdcdn.com> References: <201404111849.s3BInTvI088743@svn.freebsd.org> <1397290989.177340350.z7jhers6@frv33.fwdcdn.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.90.229; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net Cc: svn-ports-head@freebsd.org, Koop Mast , svn-ports-all@freebsd.org, freebsd-stable@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 08:56:28 -0000 =D0=92 Sat, 12 Apr 2014 11:32:39 +0300 fidaj =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > =C2=A0=20 >=20 > --- =D0=9E=D1=80=D0=B8=D0=B3=D1=96=D0=BD=D0=B0=D0=BB=D1=8C=D0=BD=D0=B5 = =D0=BF=D0=BE=D0=B2=D1=96=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD=D0=BD=D1=8F --= -=20 > =D0=92=D1=96=D0=B4 =D0=BA=D0=BE=D0=B3=D0=BE: "Koop Mast" < kwm@freebsd.or= g >=20 > =D0=94=D0=B0=D1=82=D0=B0: 11 =D0=BA=D0=B2=D1=96=D1=82=D0=BD=D1=8F 2014, 2= 1:59:45=20 >=20 > Author: kwm > Date: Fri Apr 11 18:49:28 2014 > New Revision: 351029 > URL: http://svnweb.freebsd.org/changeset/ports/351029=20 > QAT: https://qat.redports.org/buildarchive/r351029/=20 >=20 > Log: > Update to 0.1.33. > =20 > Added new API function "cuse_is_vmalloc_addr()". > Some minor kqfilter fixes. > =20 > While here use USES=3Dtar:bzip2, and strip the module. > This is done in do-install because the module is installed r-x, > so strip isn't allowed and I don't want to mess with chmod. > =20 > Submitted by: maintainer (IRC) >=20 > =20 > Hi all.=20 >=20 > After update ports tree to r351029 and update > multimedia/cuse4bsd-kmod i have the next problem: root@nonamehost:/ # > kldload cuse4bsd kldload: an error occurred while loading the module. > Please check dmesg(8) for more details.=20 >=20 > root@nonamehost:/ # dmesg=20 > ...=20 > pid 8501 (kldxref), uid 0: exited on signal 11=20 > kldload: /boot/modules/cuse4bsd.ko: file has no valid symbol table=20 > linker_load_file: Unsupported file type=20 >=20 > after downgrade ports tree to r351028 and rebuild|reinstall > multimedia/cuse4bsd-kmod - module cuse4bsd.ko , which is loaded fine.=20 >=20 > root@nonamehost:/ # uname -a=20 > FreeBSD nonamehost.local 10.0-STABLE FreeBSD 10.0-STABLE #0 r264366: > Sat Apr 12 10:16:17 EEST 2014 > ivan@nonamehost.local :/usr/obj/usr/src/sys/mk10=C2=A0 amd64=20 >=20 Hm... r351078 solved my problem... Sorry for noice.