By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2992 - FreeBSD 12: tdeadmin fails to build
Summary: FreeBSD 12: tdeadmin fails to build
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdeadmin (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Other
: P5 blocker
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: R14.0.6
  Show dependency treegraph
 
Reported: 2018-12-17 17:01 CST by Nikolaus Klepp
Modified: 2019-03-07 07:43 CST (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
To be placed at scripts/post-configure (81 bytes, application/x-shellscript)
2018-12-17 17:01 CST, Nikolaus Klepp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaus Klepp 2018-12-17 17:01:50 CST
Created attachment 2911 [details]
To be placed at scripts/post-configure

On FreeBSD 12 "tdeadmin" fails to build. Reason is, that the "configure" program creates a false/unnecessary definition "#define ksize_t socklen_t" which kills building. As I do not know how to fix "configure", I made a fast fix for FreeBSD: Make a directory "scripts", place the attached "post-configure" there, make it executeable, then the build succeeds.
Comment 1 Slávek Banko 2018-12-17 18:00:12 CST
I think this could be solved when the build will be switched from automake to CMake.
Comment 2 Slávek Banko 2019-03-07 07:43:27 CST
Fixed by commits 68f23556e6 (master) and f9148018b2 (r14.0.x) in common admin module.