Opened 11 years ago

Closed 10 years ago

#40673 closed defect (duplicate)

FIND_PROC is not set

Reported by: macports@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc: pixilla (Bradley Giesbrecht)
Port: mariadb

Description

I'm not exactly sure how cmake and the CMakeLists.txt works, but it appears to make it through all of the conditions without setting FIND_PROC. This results in the mysqld_safe script being installed with an empty "if" condition on line 747.

This results in

sudo /opt/local/share/mariadb/support-files/mysql.server start

failing and the database not starting.

As a fix, I manually copied the FIND_PROC value from line 109 of

mariadb-5.5.33a/scripts/CMakeLists.txt

and placed it in the script

/opt/local/lib/mariadb/bin/mysqld_safe

Change History (2)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: pixilla@… added

comment:2 Changed 10 years ago by pixilla (Bradley Giesbrecht)

Resolution: duplicate
Status: newclosed

Duplicate of #40040

Note: See TracTickets for help on using tickets.