Bug 259880 - devel/qtcreator fails to build using poudriere on stable-13 amd64 with undefined reference to localtime_s
Summary: devel/qtcreator fails to build using poudriere on stable-13 amd64 with undefi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-16 14:59 UTC by Robert Cina
Modified: 2021-11-17 11:27 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Cina 2021-11-16 14:59:45 UTC
The port devel/qtcreator fails to build on my stable-13 system using poudriere. The build log shows an undefined reference to localtime_s which is most likely a missing header.

Below is the relevant output from the build log:

shared/clangdocumentsuspenderresumer.o source/clangdocumentsuspenderresumer.cpp
--- sub-buildoutputparser-all ---
ld: error: /wrkdirs/usr/ports/devel/qtcreator/work/qt-creator-opensource-src-5.0.3/lib/qtcreator/libSqlite.so: undefined reference to localtime_s [--no-allow-shlib-undefined]
c++: error: linker command failed with exit code 1 (use -v to see invocation)
*** [../../../libexec/qtcreator/buildoutputparser] Error code 1

make[4]: stopped in /wrkdirs/usr/ports/devel/qtcreator/work/qt-creator-opensource-src-5.0.3/src/tools/buildoutputparser
1 error

Thanks
Comment 1 Adriaan de Groot freebsd_committer freebsd_triage 2021-11-17 11:27:03 UTC
There was a botched update, see PR 259751, and a fix landed 2021-11-170:26 UTC (approx), so I'm closing this as "applies to older version".