Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2017 10:14:01 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        "Ngie Cooper (yaneurabeya)" <yaneurabeya@gmail.com>, John Baldwin <jhb@FreeBSD.org>
Cc:        FreeBSD Current <freebsd-current@FreeBSD.org>
Subject:   Re: zfs.ko no longer loads after r320156: unresolved symbol: abd_is_linear
Message-ID:  <ae4900b5-97cc-112a-714f-a9140d4a1726@FreeBSD.org>
In-Reply-To: <B16DFAFC-916B-4319-8FE1-D84C6C8D6961@gmail.com>
References:  <780A67EE-C3F1-46E5-A213-E253B710338E@gmail.com> <d948a8c3-7bdb-e4cf-40e0-5e148b58554a@FreeBSD.org> <79082534.uzyizLL08l@ralph.baldwin.cx> <B16DFAFC-916B-4319-8FE1-D84C6C8D6961@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 02/08/2017 04:00, Ngie Cooper (yaneurabeya) wrote:
> 
>> On Aug 1, 2017, at 09:21, John Baldwin <jhb@freebsd.org> wrote:
>>
>> On Tuesday, August 01, 2017 09:47:41 AM Andriy Gapon wrote:
>>> On 01/08/2017 02:31, Ngie Cooper wrote:
>>>> Hi,
>>>> 	I tried upgrading my host from 11.1-STABLE to 12.0-CURRENT, and it didn’t work because abd_is_linear is an undefined symbol (it exists in sys/conf/files, but not sys/modules/zfs/Makefile). I tried adding abd.c to sys/modules/zfs/Makefile and it didn’t immediately fix my compilation problem (ran into a linker error instead).
>>>> 	If it isn’t fixed in the next few hours I’ll try my hand at fixing the problem.
>>>
>>> I am not sure what exact problem you have...
>>> abd.c should be added to the list of source files via
>>> .include "${SUNW}/uts/common/Makefile.files"
>>>
>>> Perhaps something to do with "inline"...
>>
>> Oh, yes.  If you use -fno-inline-funcs or the like.  I forgot to
>> send this to Andriy earlier, but here is the fix I'm using:
>>
>> https://github.com/freebsd/freebsd/commit/574dc95cf8272e16f6d44aff6cb4e08dede08886
> 
> 	Unfortunately… this is head, verbatim, which means that the bug still exists.
> 	This gives me an idea of where I should look though.

The URL indeed suggests that the change should be in head, but it's not there as
far as I can tell.  I never saw it being committed.


-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ae4900b5-97cc-112a-714f-a9140d4a1726>