#34475: mysql55 fails to build ----------------------------------+----------------------------------------- Reporter: braden@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.0 Keywords: | Port: mysql55 ----------------------------------+----------------------------------------- `mysql55` failed to build when I tried to install it: {{{ $ sudo port install mysql55-server ---> Computing dependencies for mysql55-server ---> Dependencies to be installed: mysql55 mysql_select ---> Fetching archive for mysql_select ---> Attempting to fetch mysql_select-0.1.1_0.darwin_11.noarch.tbz2 from http://packages.macports.org/mysql_select ---> Attempting to fetch mysql_select-0.1.1_0.darwin_11.noarch.tbz2.rmd160 from http://packages.macports.org/mysql_select ---> Installing mysql_select @0.1.1_0 ---> Activating mysql_select @0.1.1_0 ---> Cleaning mysql_select ---> Fetching archive for mysql55 ---> Attempting to fetch mysql55-5.5.23_0.darwin_11.x86_64.tbz2 from http://packages.macports.org/mysql55 ---> Fetching distfiles for mysql55 ---> Attempting to fetch mysql-5.5.23.tar.gz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/mysql55 ---> Verifying checksum(s) for mysql55 ---> Extracting mysql55 ---> Applying patches to mysql55 ---> Configuring mysql55 Error: org.macports.configure for port mysql55 returned: configure failure: command execution failed Error: Failed to install mysql55 Please see the log file for port mysql55 for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql55/mysql55/main.log Error: The following dependencies were not installed: mysql55 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port mysql55-server failed }}} `main.log` ends with this: {{{ :info:configure -- Configuring incomplete, errors occurred! :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql55/mysql55/work/mysql-5.5.23" && cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_MODULE_PATH=/opt/local/share/cmake/modules -Wno-dev -DCMAKE_INSTALL_NAME_DIR:STRING=/opt/local/lib/mysql55 -DINSTALL_LAYOUT=MACPORTS -DSYSCONFDIR:PATH=/opt/local/etc/mysql55 -DMYSQL_UNIX_ADDR:PATH=/opt/local/var/run/mysql55/mysqld.sock -DMYSQL_DATADIR:PATH=/opt/local/var/db/mysql55 -DFEATURE_SET:STRING=community -DDEFAULT_CHARSET:STRING=utf8 -DDEFAULT_COLLATION:STRING=utf8_general_ci -DWITH_EMBEDDED_SERVER:BOOL=OFF -DWITH_READLINE:BOOL=ON -DWITH_ZLIB:STRING=system -DWITH_UNIT_TESTS:BOOL=OFF -DENABLE_GCOV:BOOL=OFF -DENABLE_DTRACE:BOOL=OFF -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_SYSROOT=/ :info:configure Exit code: 1 :error:configure org.macports.configure for port mysql55 returned: configure failure: command execution failed :debug:configure Error code: NONE :debug:configure Backtrace: configure failure: command execution failed while executing "$procedure $targetname" :info:configure Warning: targets not executed for mysql55: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install :error:configure Failed to install mysql55 :debug:configure could not read "/opt/local/etc/select/mysql/none": no such file or directory while executing "::file type $file" }}} I'll attach the full log. -- Ticket URL: <https://trac.macports.org/ticket/34475> MacPorts <http://www.macports.org/> Ports system for Mac OS