Opened 2 years ago
Closed 2 years ago
#66091 closed defect (duplicate)
assimp: build failure for macOS 13
Reported by: | ShadSterling (Shad Sterling) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | ventura | Cc: | |
Port: | assimp |
Description
While reinstalling all ports after upgrading to Ventura, assimp (not requested) failed
The problem seems to be a few calls to deprecated vsprintf
, e.g.
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_assimp/assimp/work/assimp-5.2.5/code/PostProcessing/ValidateDataStructure.cpp:83:22: error: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Werror,-Wdeprecated-declarations] :info:build const int iLen = vsprintf(szBuffer, msg, args); :info:build ^
Attachments (1)
Change History (2)
Changed 2 years ago by ShadSterling (Shad Sterling)
comment:1 Changed 2 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
#66071