Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.19-galera, 10.1.4
-
None
-
I've got 2 older Mac Mini systems I'm using as headless servers:
#=> system_profiler SPHardwareDataType SPSoftwareDataType
Hardware:
Hardware Overview:
Model Name : Mac mini Mac mini
Model Identifier: Macmini2,1 Macmini1,1
Processor Name : Intel Core 2 Duo Intel Core Duo
Processor Speed : 1,83 GHz 1,83 GHz
Number Of Processors : 1 1
Total Number Of Cores : 2 2
L2 Cache : 2 MB 2 MB
Memory : 2 GB 2 GB
Bus Speed : 667 MHz 667 MHz
Boot ROM Version: MM21.009A.B00 MM11.0055.B08
SMC Version (system) : 1.19f2 1.3f4
Software:
System Software Overview:
System Version : Mac OS X 10.6.8 (10K549) Mac OS X 10.6.8 (10K549)
Kernel Version : Darwin 10.8.0 Darwin 10.8.0
Boot Mode : Normal Normal
Secure Virtual Memory : Not Enabled Not Enabled
64-bit Kernel and Extensions: No No
I've got 2 older Mac Mini systems I'm using as headless servers: #=> system_profiler SPHardwareDataType SPSoftwareDataType Hardware: Hardware Overview: Model Name : Mac mini Mac mini Model Identifier: Macmini2,1 Macmini1,1 Processor Name : Intel Core 2 Duo Intel Core Duo Processor Speed : 1,83 GHz 1,83 GHz Number Of Processors : 1 1 Total Number Of Cores : 2 2 L2 Cache : 2 MB 2 MB Memory : 2 GB 2 GB Bus Speed : 667 MHz 667 MHz Boot ROM Version: MM21.009A.B00 MM11.0055.B08 SMC Version (system) : 1.19f2 1.3f4 Software: System Software Overview: System Version : Mac OS X 10.6.8 (10K549) Mac OS X 10.6.8 (10K549) Kernel Version : Darwin 10.8.0 Darwin 10.8.0 Boot Mode : Normal Normal Secure Virtual Memory : Not Enabled Not Enabled 64-bit Kernel and Extensions: No No
-
10.0.20
Description
We had a discussion on the macports developer mailing list & this is the conclusion:
The mariadb build failures are easy: they're failing because strnlen is not defined. This is correct: strnlen was not part of OS X until 10.7. You should report this problem to the developers of mariadb. They need to either avoid using strnlen, or else provide an implementation of it when the OS does not.