Bug 294232 - print/texinfo: misses libunistring.so.5 which no dependency provides
Summary: print/texinfo: misses libunistring.so.5 which no dependency provides
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-03 15:03 UTC by Nuno Teixeira
Modified: 2026-04-07 13:08 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Add missing LIB_DEPENDS (583 bytes, patch)
2026-04-03 15:03 UTC, Nuno Teixeira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Teixeira freebsd_committer freebsd_triage 2026-04-03 15:03:35 UTC
Created attachment 269343 [details]
Add missing LIB_DEPENDS

Hello,

I've got poudriere(-devel) complain and recompiles every time with:
Warning: texinfo-7.2_5,1 will be rebuilt as it misses libunistring.so.5 which no dependency provides. It is likely (silently) failing testport/stage-qa. Report to maintainer.

In fact stage-qa:

====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/texi2any/ConvertXS.so is linked to /usr/local/lib/libunistring.so.5 from devel/libunistring but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libunistring.so:devel/libunistring
Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions.
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
===> No pkg-plist issues found (check-plist)
=>> Checking for staging violations... done
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2026-04-03 15:07:11 UTC
I remember a similar problem in https://cgit.freebsd.org/ports/commit/?id=6b7ae90497651d977e654ae4fdc2ecf57dfd89b7
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2026-04-07 13:08:26 UTC
Committed by tijl@ in ports 51b6b7a0551cbf184f469b9f84fdf20d3c3c32f2. Thanks.