Wednesday, June 07, 2023

Re: UPDATE: devel/dwz 0.14 => 0.15

On Sun, Jun 04, 2023 at 05:48:24PM +0000, Brian Callahan wrote:
> Hi ports --
>
> Attached is an update to devel/dwz. The main benefit for us is a modest
> speedup.
>
> The full announcement with changes is here:
> https://sourceware.org/pipermail/dwz/2022q4/001385.html
>
> Seems OK on my end on amd64. But since dwz is integral for debug
> packages, looking for more eyeballs.
>
> OK?

I tested the original diff in an amd64 llvm 15 bulk. I encountered the
following failures that I've not seen before. It's not clear if these
are related to dwz at all.


graphics/darktable

-- Configuring done (53.3s)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
_libsoup2_LIBRARY
linked by target "lib_darktable" in directory /tmp/pobj/darktable-4.2.1/darktable-4.2.1/src
linked by target "lib_darktable" in directory /tmp/pobj/darktable-4.2.1/darktable-4.2.1/src


inputmethods/fcictx-hangul

[17/17] : && /tmp/pobj/fcitx-hangul-5.0.11/bin/cc -Wall -Wextra -O2 -pipe -DNDEBUG list/CMakeFiles/gen_list.dir/gen_list.c.o -o list/gen_list -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libhangul.so.1.0 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && :
FAILED: list/gen_list
: && /tmp/pobj/fcitx-hangul-5.0.11/bin/cc -Wall -Wextra -O2 -pipe -DNDEBUG list/CMakeFiles/gen_list.dir/gen_list.c.o -o list/gen_list -Wl,-z,origin,-rpath,/usr/local/lib /usr/local/lib/libhangul.so.1.0 -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && :
ld: error: undefined reference due to --no-allow-shlib-undefined: libintl_bindtextdomain
>>> referenced by /usr/local/lib/libhangul.so.1.0

ld: error: undefined reference due to --no-allow-shlib-undefined: libintl_bind_textdomain_codeset
>>> referenced by /usr/local/lib/libhangul.so.1.0

ld: error: undefined reference due to --no-allow-shlib-undefined: libintl_dgettext


net/dino

-- Found ICU: /usr/local/lib/libicuuc.so.22.1 (found suitable version "73.1", minimum required is "57")
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find GModule (missing: GModule_LIBRARY)
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
cmake/FindGModule.cmake:17 (find_package_handle_standard_args)
cmake/MultiFind.cmake:20 (find_package)
libdino/CMakeLists.txt:1 (find_packages)


x11/mate/utils

if test -f "${mo}"; then mo="../${mo}"; else mo="/usr/ports/pobj/mate-utils-1.26.1/mate-utils-1.26.1/gsearchtool/help/${mo}"; fi; \
(cd "pt/" && itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/legal.xml) && \
touch "pt/pt.stamp"
Traceback (most recent call last):
File "/usr/local/bin/itstool", line 1647, in <module>
doc.merge_translations(translations, opts.lang, strict=opts.strict)
File "/usr/local/bin/itstool", line 1016, in merge_translations
lcnode.setProp(attr, origlang)
File "/usr/local/lib/python3.10/site-packages/libxml2.py", line 3640, in setProp
if ret is None:raise treeError('xmlSetProp() failed')
libxml2.treeError: xmlSetProp() failed
gmake[3]: *** [Makefile:618: pt/pt.stamp] Error 1

No comments:

Post a Comment