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)

CMakeError.log (244.0 KB) - added by FaradayLight (Faraday Light) 3 years ago.
dbeaver_rev_upgrade_20210701.txt (27.9 KB) - added by FaradayLight (Faraday Light) 3 years ago.

Download all attachments as: .zip

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: newassigned
Summary: mariadb-10.5 @ 10.5.11 - Warning: Configuration logfiles contain indications of -Wimplicit-function-declarationmariadb-10.5 @10.5.11 - Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration

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 just sudo port configure mariadb-10.5. The file paths given are relative to the directory printed when you run port work mariadb-10.5.

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)

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: assignedclosed

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.

Note: See TracTickets for help on using tickets.