Github messages for voidlinux
 help / color / mirror / Atom feed
From: Johnnynator <Johnnynator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: mariadb: update to 10.5.9.
Date: Tue, 13 Apr 2021 11:37:56 +0200	[thread overview]
Message-ID: <20210413093756.KZ0kDBLQ2s0VQB2yj0y_WLWF5sQ1ppEOdYNku_utn8I@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30143@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 3976 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/30143#issuecomment-818500038

Comment:
```
CMake Deprecation Warning at cmake/modules/SetKDbCMakePolicies.cmake:12 (cmake_policy):
  The OLD behavior for policy CMP0059 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
  CMakeLists.txt:4 (include)


-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /builddir/.xbps-kdb/wrappers/aarch64-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /builddir/.xbps-kdb/wrappers/aarch64-linux-gnu-c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at cmake/modules/KDbAddSimpleOption.cmake:29 (option):
  Policy CMP0077 is not set: option() honors normal variables.  Run "cmake
  --help-policy CMP0077" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  For compatibility with older versions of CMake, option is clearing the
  normal variable 'BUILD_COVERAGE'.
Call Stack (most recent call first):
  cmake/modules/KDbAddTests.cmake:35 (simple_option)
  CMakeLists.txt:10 (kdb_add_tests)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Installing in the same prefix as Qt, adopting their path scheme.
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_DATE_TIME
-- Performing Test HAVE_DATE_TIME - Success
-- Found KF5CoreAddons: /usr/aarch64-linux-gnu/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.81.0") 
-- Found KF5: success (found suitable version "5.81.0", minimum required is "5.16.0") found components: CoreAddons 
-- Found the following ICU libraries:
--   i18n (required)
--   uc (required)
-- Found ICU: /usr/aarch64-linux-gnu/usr/include (found version "67.1") 
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Found PythonInterp: /usr/aarch64-linux-gnu/usr/bin/python2 (Required is at least version "2.6") 
-- Creating shared data class in KDbConnectionData.h from KDbConnectionData.shared.h
-- Creating shared data class in KDbObject.h from KDbObject.shared.h
-- Creating shared data class in KDbQuerySchemaParameter.h from KDbQuerySchemaParameter.shared.h
-- Creating shared data class in KDbResult.h from KDbResult.shared.h
-- Creating shared data class in KDbSelectStatementOptions.h from KDbSelectStatementOptions.shared.h
-- Creating shared data class in KDbVersionInfo.h from KDbVersionInfo.shared.h
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
CMake Error at cmake/modules/KDbGenerateHeaders.cmake:170 (message):
  Could not find "/builddir/kdb-3.2.0/build/src/KDbConnectionData.h"
Call Stack (most recent call first):
  src/CMakeLists.txt:402 (ecm_generate_headers)
```
It seems like kdb-3.2.0 fails to build for aarch64 cross (and maybe more)

Edit: Dunno what happened there, it didn't fail like that on subsequent runs. Should be fine for now

  parent reply	other threads:[~2021-04-13  9:37 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-11  4:28 [PR PATCH] " Veganizer
2021-04-11  5:13 ` ericonr
2021-04-11  5:47 ` Veganizer
2021-04-11  5:51 ` Veganizer
2021-04-11  5:59 ` Veganizer
2021-04-11  6:04 ` Veganizer
2021-04-11  6:16 ` [PR PATCH] [Updated] " Veganizer
2021-04-11  6:21 ` Veganizer
2021-04-11  6:26 ` Veganizer
2021-04-11  7:12 ` Veganizer
2021-04-11  8:57 ` Veganizer
2021-04-11  9:17 ` Veganizer
2021-04-11  9:19 ` [PR REVIEW] " Johnnynator
2021-04-11  9:19 ` [PR PATCH] [Updated] " Veganizer
2021-04-11  9:22 ` Veganizer
2021-04-11  9:26 ` Veganizer
2021-04-11  9:44 ` Veganizer
2021-04-11  9:58 ` Veganizer
2021-04-11 10:41 ` Veganizer
2021-04-11 10:45 ` Veganizer
2021-04-11 11:07 ` Veganizer
2021-04-11 11:26 ` Veganizer
2021-04-11 11:36 ` Veganizer
2021-04-11 12:00 ` Veganizer
2021-04-11 12:04 ` Veganizer
2021-04-11 12:15 ` Veganizer
2021-04-11 13:07 ` Veganizer
2021-04-11 13:09 ` Veganizer
2021-04-11 13:10 ` Veganizer
2021-04-11 13:23 ` Veganizer
2021-04-11 13:30 ` Veganizer
2021-04-11 13:41 ` Veganizer
2021-04-11 16:06 ` Veganizer
2021-04-11 16:17 ` Veganizer
2021-04-12  7:12 ` [PR PATCH] [Updated] " Veganizer
2021-04-12  7:15 ` Veganizer
2021-04-12  7:34 ` Veganizer
2021-04-13  7:12 ` Johnnynator
2021-04-13  9:37 ` Johnnynator
2021-04-13  9:37 ` Johnnynator [this message]
2021-04-13 16:44 ` [PR PATCH] [Updated] " Veganizer
2021-04-13 16:56 ` Veganizer
2021-04-13 17:08 ` Veganizer
2021-04-13 18:46 ` Veganizer
2021-04-14 10:52 ` [PR REVIEW] " grooverdan
2021-04-14 10:52 ` grooverdan
2021-04-14 13:21 ` [PR PATCH] [Updated] " Veganizer
2021-04-14 13:24 ` Veganizer
2021-04-15 19:12 ` Johnnynator
2021-04-15 19:23 ` [PR PATCH] [Merged]: " Johnnynator

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210413093756.KZ0kDBLQ2s0VQB2yj0y_WLWF5sQ1ppEOdYNku_utn8I@z \
    --to=johnnynator@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).