Is there a reason for 10.6 not being avaible? Reproducible: Always
Anyone got a clue?
The 10.5 branch is receiving updates, is there a bug in the 10.6.x branch or something?
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058efda2280f255956f2c42b868e7dc92c1ece77 commit 058efda2280f255956f2c42b868e7dc92c1ece77 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2021-11-14 20:17:19 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-11-14 20:26:17 +0000 dev-db/mariadb: bump to v10.6.5 Bug: https://bugs.gentoo.org/813447 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> dev-db/mariadb/Manifest | 2 + dev-db/mariadb/mariadb-10.6.5.ebuild | 1333 ++++++++++++++++++++++++++++++++++ 2 files changed, 1335 insertions(+)
CMake Error at support-files/cmake_install.cmake:159 (file): file INSTALL cannot find "/var/tmp/portage/dev-db/mariadb-10.6.5/work/mariadb-10.6.5_build/support-files/mysql.service": No such file or directory. Call Stack (most recent call first): cmake_install.cmake:138 (include) It should be mariadb.service
I forgot to do > --- a/support-files/CMakeLists.txt > +++ b/support-files/CMakeLists.txt > @@ -146,8 +146,6 @@ IF(UNIX AND NOT WITHOUT_SERVER) > ${CMAKE_CURRENT_BINARY_DIR}/mariadb@.service > ${CMAKE_CURRENT_BINARY_DIR}/mariadb@.socket > ${CMAKE_CURRENT_BINARY_DIR}/mariadb-extra@.socket > - ${CMAKE_CURRENT_BINARY_DIR}/mysql.service > - ${CMAKE_CURRENT_BINARY_DIR}/mysqld.service > DESTINATION ${inst_location}/systemd COMPONENT SupportFiles) > ENDIF()
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4a3c48026f808639bb70ff1fb8f2155e4cb9cd commit 9e4a3c48026f808639bb70ff1fb8f2155e4cb9cd Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2021-11-20 00:50:54 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-11-20 00:53:58 +0000 dev-db/mariadb: restore keywords Closes: https://bugs.gentoo.org/813447 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> dev-db/mariadb/mariadb-10.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f462e45dfbe1291073ab6f389ff31af45ff104 commit 78f462e45dfbe1291073ab6f389ff31af45ff104 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2021-11-20 00:50:05 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-11-20 00:53:57 +0000 dev-db/mariadb: fix installation on systemd Bug: https://bugs.gentoo.org/813447 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> dev-db/mariadb/Manifest | 2 +- dev-db/mariadb/mariadb-10.6.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)