Package Details: candevstudio-git r329.3b51e481-1

Git Clone URL: https://aur.archlinux.org/candevstudio-git.git (read-only, click to copy)
Package Base: candevstudio-git
Description: Development tool for CAN bus simulation
Upstream URL: https://github.com/GENIVI/CANdevStudio
Licenses: MPL2
Provides: candevstudio
Submitter: fenugrec
Maintainer: fenugrec
Last Packager: fenugrec
Votes: 1
Popularity: 0.000000
First Submitted: 2019-01-11 02:43 (UTC)
Last Updated: 2023-12-29 15:03 (UTC)

Required by (0)

Sources (2)

Latest Comments

fenugrec commented on 2023-12-29 15:43 (UTC)

Oops, was missing another dep. Hopefully should be good now...

I will consider your fix, but in the meantime I suggest 'makepkg --holdver' or 'makepkg -e' . For huge repos I just do a shallow clone locally (possibly with --shallow-submodules, although there are some caveats), and then tweak my PKGBUILDs to point to the local dir.

taotieren commented on 2023-12-29 03:24 (UTC) (edited on 2023-12-29 06:12 (UTC) by taotieren)

Thanks for the fix, recompiling with new missing dependencies. git submodule can you refer to my canopenlinux-git of replacing it? I need to clone again every time I compile, and I'm in China, so my access to GitHub is unstable.

makedepends=('git' 'cmake' 'qt5-tools' 'qt5-declarative' 'qt5-svg' 'boost') 
Cloning into '/build/candevstudio-git/src/candevstudio/3rdParty/rapidjson/thirdparty/gtest'... Submodule path '3rdParty/rapidjson/thirdparty/gtest': checked out '0a439623f75c029912728d80cb7f1b8b48739ca4' Submodule path '3rdParty/readerwriterqueue': checked out '2147fdb57e2fb6ee954e26d4da1ba9ec187b5f78' Submodule path '3rdParty/spdlog': checked out '100f30043f33277122e0991c83845a2617172ffd' CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):   Compatibility with CMake < 3.5 will be removed from a future version of   CMake.    Update the VERSION argument <min> value or use a ...<max> suffix to tell   CMake that the project does not need compatibility with older versions.   -- The CXX compiler identification is GNU 13.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_INSTALL_LIBDIR: 'lib' CMake Error at CMakeLists.txt:52 (find_package):   By not providing "FindQt5Qml.cmake" in CMAKE_MODULE_PATH this project has   asked CMake to find a package configuration file provided by "Qt5Qml", but   CMake did not find one.    Could not find a package configuration file provided by "Qt5Qml" (requested   version 5.12) with any of the following names:      Qt5QmlConfig.cmake     qt5qml-config.cmake    Add the installation prefix of "Qt5Qml" to CMAKE_PREFIX_PATH or set   "Qt5Qml_DIR" to a directory containing one of the above files.  If "Qt5Qml"   provides a separate development package or SDK, be sure it has been   installed.   -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build().     Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/lilac-0/build  

fenugrec commented on 2023-12-28 14:07 (UTC)

@taotieren done

taotieren commented on 2023-12-28 07:56 (UTC)

Hi, I'm using devtools extra environment to compile, and I'm missing the following compilation dependencies, can you complete them? Thank you。

Submodule path '3rdParty/cxxopts': checked out '8893afe13cc47dd0be4f25b5ae491e652c146098' CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):   Compatibility with CMake < 3.5 will be removed from a future version of   CMake.    Update the VERSION argument <min> value or use a ...<max> suffix to tell   CMake that the project does not need compatibility with older versions.   -- The CXX compiler identification is GNU 13.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_INSTALL_LIBDIR: 'lib' CMake Error at CMakeLists.txt:51 (find_package):   By not providing "FindQt5Svg.cmake" in CMAKE_MODULE_PATH this project has   asked CMake to find a package configuration file provided by "Qt5Svg", but   CMake did not find one.    Could not find a package configuration file provided by "Qt5Svg" (requested   version 5.12) with any of the following names:      Qt5SvgConfig.cmake     qt5svg-config.cmake    Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set   "Qt5Svg_DIR" to a directory containing one of the above files.  If "Qt5Svg"   provides a separate development package or SDK, be sure it has been   installed.   -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build().     Aborting... 

fenugrec commented on 2020-02-25 14:05 (UTC)

@seeseemelk : fixed, thanks !

seeseemelk commented on 2020-02-25 08:46 (UTC)

This package should have a dependency on boost. Without the boost package it cannot be compiled.