? Sat, 12 Apr 2014 11:32:39 +0300
fidaj <fidaj at ukr.net> ?????:
> ?
>
> --- ??????????? ???????????? ---
> ??? ????: "Koop Mast" < kwm at freebsd.org >
> ????: 11 ?????? 2014, 21:59:45
>
> Author: kwm
> Date: Fri Apr 11 18:49:28 2014
> New Revision: 351029
> URL: http://svnweb.freebsd.org/changeset/ports/351029
> QAT: https://qat.redports.org/buildarchive/r351029/
>
> Log:
> Update to 0.1.33.
>
> Added new API function "cuse_is_vmalloc_addr()".
> Some minor kqfilter fixes.
>
> While here use USES=tar: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.
>
> Submitted by: maintainer (IRC)
>
>
> Hi all.
>
> After update ports tree to r351029 and update
> multimedia/cuse4bsd-kmod i have the next problem: root at nonamehost:/ #
> kldload cuse4bsd kldload: an error occurred while loading the module.
> Please check dmesg(8) for more details.
>
> root at nonamehost:/ # dmesg
> ...
> pid 8501 (kldxref), uid 0: exited on signal 11
> kldload: /boot/modules/cuse4bsd.ko: file has no valid symbol table
> linker_load_file: Unsupported file type
>
> after downgrade ports tree to r351028 and rebuild|reinstall
> multimedia/cuse4bsd-kmod - module cuse4bsd.ko , which is loaded fine.
>
> root at nonamehost:/ # uname -a
> FreeBSD nonamehost.local 10.0-STABLE FreeBSD 10.0-STABLE #0 r264366:
> Sat Apr 12 10:16:17 EEST 2014
> ivan at nonamehost.local :/usr/obj/usr/src/sys/mk10? amd64
>
Hm...
r351078 solved my problem...
Sorry for noice.