Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2023 17:06:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 273789] textproc/libxml2: fix build with lld 17
Message-ID:  <bug-273789-39348-MRNJbMApEd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273789-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273789-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team)
<desktop@FreeBSD.org> for maintainer-feedback:
Bug 273789: textproc/libxml2: fix build with lld 17
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273789



--- Description ---
Many symbols in the linker version script libxml2.syms are only defined
when --with-xptr-locs is enabled at configure time. Since version
scripts do not support conditionals, suppress errors with lld >=3D 17 due
to these undefined symbols.

Note that upstream fixed this in their configure.ac in
https://gitlab.gnome.org/GNOME/libxml2/-/commit/a8fe4900b, but these changes
will only arrive in 2.12.0.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273789-39348-MRNJbMApEd>