You are not logged in.

#1 2024-01-19 00:51:57

tuletujamo11
Member
Registered: 2024-01-19
Posts: 7

[SOLVED] "A failure occurred in build()" while using makepkg -s

Here's the code:

[user1@user1 kdenlive-git]$ makepkg
==> Making package: kdenlive-git 24.01.90.r19273-1 (Thu Jan 18 18:49:04 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating kdenlive git repo...
warning: redirecting to https://invent.kde.org/multimedia/kdenlive.git/
==> Validating source files with sha1sums...
    kdenlive ... Skipped
==> Extracting sources...
  -> Creating working copy of kdenlive git repo...
Reset branch 'makepkg'
==> Starting prepare()...
==> Starting pkgver()...
==> WARNING: /home/user1/Downloads/git/kdenlive-git/PKGBUILD is not writeable -- pkgver will not be updated
==> Removing existing $pkgdir/ directory...
==> Starting build()...
CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  By not providing "FindQt6Core5Compat.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6Core5Compat", but CMake did not find one.

  Could not find a package configuration file provided by "Qt6Core5Compat"
  (requested version 5.15.2) with any of the following names:

    Qt6Core5CompatConfig.cmake
    qt6core5compat-config.cmake

  Add the installation prefix of "Qt6Core5Compat" to CMAKE_PREFIX_PATH or set
  "Qt6Core5Compat_DIR" to a directory containing one of the above files.  If
  "Qt6Core5Compat" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake:42 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake

  but it set KF5Codecs_FOUND to FALSE so package "KF5Codecs" is considered to
  be NOT FOUND.  Reason given by package:

  KF5Codecs could not be found because dependency Qt6Core5Compat could not be
  found.

Call Stack (most recent call first):
  CMakeLists.txt:97 (find_package)


-- Could NOT find KF5Codecs (found version "5.114.0"), checked the following files:
    /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake (version 5.114.0)
    Reason given by package: KF5Codecs could not be found because dependency Qt6Core5Compat could not be found.

CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  By not providing "FindQt6Core5Compat.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6Core5Compat", but CMake did not find one.

  Could not find a package configuration file provided by "Qt6Core5Compat"
  (requested version 5.15.2) with any of the following names:

    Qt6Core5CompatConfig.cmake
    qt6core5compat-config.cmake

  Add the installation prefix of "Qt6Core5Compat" to CMAKE_PREFIX_PATH or set
  "Qt6Core5Compat_DIR" to a directory containing one of the above files.  If
  "Qt6Core5Compat" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake:42 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake:41 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake

  but it set KF5Codecs_FOUND to FALSE so package "KF5Codecs" is considered to
  be NOT FOUND.  Reason given by package:

  KF5Codecs could not be found because dependency Qt6Core5Compat could not be
  found.

Call Stack (most recent call first):
  /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake:41 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake

  but it set KF5ConfigWidgets_FOUND to FALSE so package "KF5ConfigWidgets" is
  considered to be NOT FOUND.  Reason given by package:

  KF5ConfigWidgets could not be found because dependency KF5Codecs could not
  be found.

Call Stack (most recent call first):
  CMakeLists.txt:97 (find_package)


-- Could NOT find KF5ConfigWidgets (found version "5.114.0"), checked the following files:
    /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake (version 5.114.0)
    Reason given by package: KF5ConfigWidgets could not be found because dependency KF5Codecs could not be found.

CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  By not providing "FindQt6Core5Compat.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6Core5Compat", but CMake did not find one.

  Could not find a package configuration file provided by "Qt6Core5Compat"
  (requested version 5.15.2) with any of the following names:

    Qt6Core5CompatConfig.cmake
    qt6core5compat-config.cmake

  Add the installation prefix of "Qt6Core5Compat" to CMAKE_PREFIX_PATH or set
  "Qt6Core5Compat_DIR" to a directory containing one of the above files.  If
  "Qt6Core5Compat" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake:42 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake:41 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake:47 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5KIO/KF5KIOConfig.cmake:53 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake

  but it set KF5Codecs_FOUND to FALSE so package "KF5Codecs" is considered to
  be NOT FOUND.  Reason given by package:

  KF5Codecs could not be found because dependency Qt6Core5Compat could not be
  found.

Call Stack (most recent call first):
  /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake:41 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake:47 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5KIO/KF5KIOConfig.cmake:53 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake

  but it set KF5ConfigWidgets_FOUND to FALSE so package "KF5ConfigWidgets" is
  considered to be NOT FOUND.  Reason given by package:

  KF5ConfigWidgets could not be found because dependency KF5Codecs could not
  be found.

Call Stack (most recent call first):
  /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake:47 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5KIO/KF5KIOConfig.cmake:53 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake

  but it set KF5XmlGui_FOUND to FALSE so package "KF5XmlGui" is considered to
  be NOT FOUND.  Reason given by package:

  KF5XmlGui could not be found because dependency KF5ConfigWidgets could not
  be found.

Call Stack (most recent call first):
  /usr/lib/cmake/KF5KIO/KF5KIOConfig.cmake:53 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5KIO/KF5KIOConfig.cmake

  but it set KF5KIO_FOUND to FALSE so package "KF5KIO" is considered to be
  NOT FOUND.  Reason given by package:

  KF5KIO could not be found because dependency KF5XmlGui could not be found.

Call Stack (most recent call first):
  CMakeLists.txt:97 (find_package)


-- Could NOT find KF5KIO (found version "5.114.0"), checked the following files:
    /usr/lib/cmake/KF5KIO/KF5KIOConfig.cmake (version 5.114.0)
    Reason given by package: KF5KIO could not be found because dependency KF5XmlGui could not be found.

CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  By not providing "FindQt6Core5Compat.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6Core5Compat", but CMake did not find one.

  Could not find a package configuration file provided by "Qt6Core5Compat"
  (requested version 5.15.2) with any of the following names:

    Qt6Core5CompatConfig.cmake
    qt6core5compat-config.cmake

  Add the installation prefix of "Qt6Core5Compat" to CMAKE_PREFIX_PATH or set
  "Qt6Core5Compat_DIR" to a directory containing one of the above files.  If
  "Qt6Core5Compat" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake:42 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake:41 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake:47 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5NewStuff/KF5NewStuffConfig.cmake:43 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake

  but it set KF5Codecs_FOUND to FALSE so package "KF5Codecs" is considered to
  be NOT FOUND.  Reason given by package:

  KF5Codecs could not be found because dependency Qt6Core5Compat could not be
  found.

Call Stack (most recent call first):
  /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake:41 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake:47 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5NewStuff/KF5NewStuffConfig.cmake:43 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake

  but it set KF5ConfigWidgets_FOUND to FALSE so package "KF5ConfigWidgets" is
  considered to be NOT FOUND.  Reason given by package:

  KF5ConfigWidgets could not be found because dependency KF5Codecs could not
  be found.

Call Stack (most recent call first):
  /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake:47 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5NewStuff/KF5NewStuffConfig.cmake:43 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake

  but it set KF5XmlGui_FOUND to FALSE so package "KF5XmlGui" is considered to
  be NOT FOUND.  Reason given by package:

  KF5XmlGui could not be found because dependency KF5ConfigWidgets could not
  be found.

Call Stack (most recent call first):
  /usr/lib/cmake/KF5NewStuff/KF5NewStuffConfig.cmake:43 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5NewStuff/KF5NewStuffConfig.cmake

  but it set KF5NewStuff_FOUND to FALSE so package "KF5NewStuff" is
  considered to be NOT FOUND.  Reason given by package:

  KF5NewStuff could not be found because dependency KF5XmlGui could not be
  found.

Call Stack (most recent call first):
  CMakeLists.txt:97 (find_package)


-- Could NOT find KF5NewStuff (found version "5.114.0"), checked the following files:
    /usr/lib/cmake/KF5NewStuff/KF5NewStuffConfig.cmake (version 5.114.0)
    Reason given by package: KF5NewStuff could not be found because dependency KF5XmlGui could not be found.

CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  By not providing "FindQt6Core5Compat.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6Core5Compat", but CMake did not find one.

  Could not find a package configuration file provided by "Qt6Core5Compat"
  (requested version 5.15.2) with any of the following names:

    Qt6Core5CompatConfig.cmake
    qt6core5compat-config.cmake

  Add the installation prefix of "Qt6Core5Compat" to CMAKE_PREFIX_PATH or set
  "Qt6Core5Compat_DIR" to a directory containing one of the above files.  If
  "Qt6Core5Compat" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake:42 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake:41 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake:47 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5Codecs/KF5CodecsConfig.cmake

  but it set KF5Codecs_FOUND to FALSE so package "KF5Codecs" is considered to
  be NOT FOUND.  Reason given by package:

  KF5Codecs could not be found because dependency Qt6Core5Compat could not be
  found.

Call Stack (most recent call first):
  /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake:41 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake:47 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake

  but it set KF5ConfigWidgets_FOUND to FALSE so package "KF5ConfigWidgets" is
  considered to be NOT FOUND.  Reason given by package:

  KF5ConfigWidgets could not be found because dependency KF5Codecs could not
  be found.

Call Stack (most recent call first):
  /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake:47 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake

  but it set KF5XmlGui_FOUND to FALSE so package "KF5XmlGui" is considered to
  be NOT FOUND.  Reason given by package:

  KF5XmlGui could not be found because dependency KF5ConfigWidgets could not
  be found.

Call Stack (most recent call first):
  CMakeLists.txt:97 (find_package)


-- Could NOT find KF5XmlGui (found version "5.114.0"), checked the following files:
    /usr/lib/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake (version 5.114.0)
    Reason given by package: KF5XmlGui could not be found because dependency KF5ConfigWidgets could not be found.

CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  By not providing "FindQt6Core5Compat.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6Core5Compat", but CMake did not find one.

  Could not find a package configuration file provided by "Qt6Core5Compat"
  (requested version 5.15.2) with any of the following names:

    Qt6Core5CompatConfig.cmake
    qt6core5compat-config.cmake

  Add the installation prefix of "Qt6Core5Compat" to CMAKE_PREFIX_PATH or set
  "Qt6Core5Compat_DIR" to a directory containing one of the above files.  If
  "Qt6Core5Compat" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/KF5FileMetaData/KF5FileMetaDataConfig.cmake:41 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5FileMetaData/KF5FileMetaDataConfig.cmake

  but it set KF5FileMetaData_FOUND to FALSE so package "KF5FileMetaData" is
  considered to be NOT FOUND.  Reason given by package:

  KF5FileMetaData could not be found because dependency Qt6Core5Compat could
  not be found.

Call Stack (most recent call first):
  CMakeLists.txt:97 (find_package)


-- Could NOT find KF5FileMetaData (found version "5.114.0"), checked the following files:
    /usr/lib/cmake/KF5FileMetaData/KF5FileMetaDataConfig.cmake (version 5.114.0)
    Reason given by package: KF5FileMetaData could not be found because dependency Qt6Core5Compat could not be found.

CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
  By not providing "FindQt6Core5Compat.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6Core5Compat", but CMake did not find one.

  Could not find a package configuration file provided by "Qt6Core5Compat"
  (requested version 5.15.2) with any of the following names:

    Qt6Core5CompatConfig.cmake
    qt6core5compat-config.cmake

  Add the installation prefix of "Qt6Core5Compat" to CMAKE_PREFIX_PATH or set
  "Qt6Core5Compat_DIR" to a directory containing one of the above files.  If
  "Qt6Core5Compat" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/KF5DocTools/KF5DocToolsConfig.cmake:76 (find_dependency)
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
  CMakeLists.txt:97 (find_package)


CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF5DocTools/KF5DocToolsConfig.cmake

  but it set KF5DocTools_FOUND to FALSE so package "KF5DocTools" is
  considered to be NOT FOUND.  Reason given by package:

  KF5DocTools could not be found because dependency Qt6Core5Compat could not
  be found.

Call Stack (most recent call first):
  CMakeLists.txt:97 (find_package)


-- Could NOT find KF5DocTools (found version "5.114.0"), checked the following files:
    /usr/lib/cmake/KF5DocTools/KF5DocToolsConfig.cmake (version 5.114.0)
    Reason given by package: KF5DocTools could not be found because dependency Qt6Core5Compat could not be found.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find KF5 (missing: Codecs ConfigWidgets KIO NewStuff XmlGui
  FileMetaData) (found suitable version "5.114.0", minimum required is
  "5.92.0")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args)
  CMakeLists.txt:97 (find_package)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

So I think there are missing files, but I don't know where to find them. Thanks for the help in advance.

Last edited by tuletujamo11 (2024-01-31 20:23:37)

Offline

#2 2024-01-19 01:18:59

yochananmarqos
Member
Registered: 2020-02-05
Posts: 217

Re: [SOLVED] "A failure occurred in build()" while using makepkg -s

Why are you installing kdenlive-git from the AUR instead of kdenlive from the repos?

The kdenlive-git AUR package is missing dependencies. See the Arch PKGBUILD for reference. Let the AUR maintainer know, perhaps.

Please edit your post to use proper formatting:

⁣[⁣code]
output here
⁣[⁣/code]

Last edited by yochananmarqos (2024-01-19 01:19:40)

Offline

#3 2024-01-19 01:27:16

tuletujamo11
Member
Registered: 2024-01-19
Posts: 7

Re: [SOLVED] "A failure occurred in build()" while using makepkg -s

OHHHH! sorry my bad! I just did it and it got fixed! tysm

Offline

#4 2024-01-19 01:30:10

yochananmarqos
Member
Registered: 2020-02-05
Posts: 217

Re: [SOLVED] "A failure occurred in build()" while using makepkg -s

You just did what and what got fixed? You first post certainly isn't.

Offline

#5 2024-01-31 19:54:33

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,193
Website

Re: [SOLVED] "A failure occurred in build()" while using makepkg -s

Mod note: moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB