Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2021 15:13:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 260094] git 9e9c651caceb is too ZFS specific
Message-ID:  <bug-260094-227-KdClC3Ro15@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260094-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260094-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260094

clbuisson@orange.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|kern                        |misc

--- Comment #3 from clbuisson@orange.fr ---
Compiling head with

#WITHOUT_CDDL=3D
WITHOUT_ZFS=3D

buildworld is stopped by

building shared library libnvpair.so.2
..
ld: error: relocation R_X86_64_PC32 cannot be used against symbol __stderrp;
rec
ompile with -fPIC
>>> defined in /home/obj/home/src/amd64.amd64/tmp/lib/libc.so.7
>>> referenced by assert.c
>>>               assert.o:(libspl_assertf) in archive /home/obj/home/src/a=
md64.
amd64/tmp/usr/lib/libspl.a
...

but succeed with

#WITHOUT_ZFS=3D

I traced the problem to git 9e9c651caceb "cddl: fix missing ZFS library
dependencies" (2021/11/15)

builworld succeeds after applying the attached patch

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260094-227-KdClC3Ro15>