A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3722 ====================================================================== Reported By: bryanwgraham Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 3722 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-06-22 22:46 CEST Last Modified: 2011-10-13 09:44 CEST ====================================================================== Summary: Request for update to MySQL 5.1 Description: It's out. I'm told this is how you request a new version. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004843 Missing 64-bit .pc files ======================================================================
---------------------------------------------------------------------- (0009330) maciej (manager) - 2011-10-13 09:44 https://www.opencsw.org/mantis/view.php?id=3722#c9330 ---------------------------------------------------------------------- I talked to guys at #cmake, and figured out that mysql-5.5.16/CMakeFiles/CMakeError.log contains the compiler invocations. Here's what I found for OpenSSL: Building C object CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o /opt/SUNWspro/bin/cc -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -xO3 -m64 -xarch=sparc -KPIC -o CMakeFiles/cmTryCompileExec.dir/CheckSymbolExists.c.o -c /home/maciej/src/opencsw/pkg/mysql5/branches/mysql-5.5.x/work/solaris9-sparc/build-isa-sparcv9/mysql-5.5.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c "/home/maciej/src/opencsw/pkg/mysql5/branches/mysql-5.5.x/work/solaris9-sparc/build-isa-sparcv9/mysql-5.5.16/CMakeFiles/CMakeTmp/CheckSymbolExists.c", line 2: cannot find include file: <openssl/sha.h> It's missing the -I/opt/csw/include parameter. In the CMAKE invocation, these are set as environment variables, but the compiler invocation still misses the -I flag. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
