Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 813447 - dev-db/mariadb-10.6: version bump
Summary: dev-db/mariadb-10.6: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-17 09:41 UTC by Michiel Hazelhof
Modified: 2021-11-20 00:54 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel Hazelhof 2021-09-17 09:41:23 UTC
Is there a reason for 10.6 not being avaible?

Reproducible: Always
Comment 1 Michiel Hazelhof 2021-11-09 13:29:10 UTC
Anyone got a clue?
Comment 2 Michiel Hazelhof 2021-11-14 09:39:17 UTC
The 10.5 branch is receiving updates, is there a bug in the 10.6.x branch or something?
Comment 3 Larry the Git Cow gentoo-dev 2021-11-14 20:26:39 UTC
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(+)
Comment 4 Michiel Hazelhof 2021-11-18 14:57:02 UTC
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
Comment 5 Thomas Deutschmann (RETIRED) gentoo-dev 2021-11-20 00:42:44 UTC
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()
Comment 6 Larry the Git Cow gentoo-dev 2021-11-20 00:54:01 UTC
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(-)