[MacPorts] #54729: mariadb-10.0, mariadb-10.1: error: cannot use 'try' with exceptions disabled
MacPorts
noreply at macports.org
Wed Nov 22 07:46:46 UTC 2017
#54729: mariadb-10.0, mariadb-10.1: error: cannot use 'try' with exceptions
disabled
-----------------------------------------+----------------------
Reporter: hbsimon | Owner: pixilla
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.4.1
Resolution: | Keywords:
Port: mariadb-10.0, mariadb-10.1 |
-----------------------------------------+----------------------
Comment (by vnyx):
Replying to [comment:7 mkoula]:
> I have the same issue with both version mariadb-10.0 and also
mariadb-10.1...
> Because I need it urgently I finally compiled 10.2 from the source code.
It was a bit challenging, but it's working :-) but still there is so many
configs around/startup scripts etc and upgrading, so I would really
appreciate to have it in MacPorts working ;-)
I was also able to build from source. Here is my script after downloading
the source. I was testing Mariasb 10.2. It will install in
/usr/local/mysql.
#!/bin/sh
sudo port install cmake jemalloc judy openssl boost
cd ${HOME}/Downloads
if [ -e mariadb-10.2.10.tar.gz ]; then
gunzip mariadb-10.2.10.tar.gz
tar -xf mariadb-10.2.10.tar
fi
if [ -d build-mariadb ]; then
rm -r build-mariadb/*
else
mkdir build-mariadb
fi
cd build-mariadb
cmake ../mariadb-10.2.10
make
sudo make install
--
Ticket URL: <https://trac.macports.org/ticket/54729#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list