Opened 3 years ago
Closed 3 years ago
#63142 closed defect (wontfix)
mariadb-10.5 @10.5.11 - Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration
Reported by: | FaradayLight (Faraday Light) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | bigsur | Cc: | |
Port: | mariadb-10.5 |
Description
The following is reported while installing Mariadb:
---> Extracting mariadb-10.5 ---> Applying patches to mariadb-10.5 ---> Configuring mariadb-10.5 Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled: select: found in build/CMakeFiles/CMakeError.log getthrid: found in build/CMakeFiles/CMakeError.log ---> Building mariadb-10.5 ---> Staging mariadb-10.5 into destroot ---> Installing mariadb-10.5 @10.5.11_0 The mariadb-10.5 client has been installed.
I have not been able to locate the "CMakeError.log" file.
Attachments (2)
Change History (6)
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | michaelld removed |
---|---|
Keywords: | arm64 mariadb removed |
Owner: | set to michaelld |
Status: | new → assigned |
Summary: | mariadb-10.5 @ 10.5.11 - Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration → mariadb-10.5 @10.5.11 - Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration |
Changed 3 years ago by FaradayLight (Faraday Light)
Attachment: | CMakeError.log added |
---|
comment:2 Changed 3 years ago by FaradayLight (Faraday Light)
Cheers.
Have attached a copy of the CMakeError.log file created by following the steps above.
Changed 3 years ago by FaradayLight (Faraday Light)
Attachment: | dbeaver_rev_upgrade_20210701.txt added |
---|
comment:3 Changed 3 years ago by FaradayLight (Faraday Light)
Apologies - I have added the latest attachment to the wrong ticket.
comment:4 Changed 3 years ago by michaelld (Michael Dickens)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Brief update: I see the same thing on local builds of pretty all MariaDB ports. I've looked into this a little bit & find that it's probably OK; this is just how CMake is doing its thing, for better or worse. CMake might get tweaked to work a little better, but otherwise I don't see myself spending the time to fix this. If others disagree please state so & also please feel free to dig into this yourself! I'm closing this ticket as "won't fix"; please reopen if you want it fixed and, preferably, can provide a fix yourself.
Since the port installed successfully, the CMakeError.log and all other contents of the work directory will have been deleted, unless you had used the
-k
flag while installing. The files could most simply be recreated by running justsudo port configure mariadb-10.5
. The file paths given are relative to the directory printed when you runport work mariadb-10.5
.