Package Details: castxml-git 0.3.4.r19.g8625aed-1

Git Clone URL: https://aur.archlinux.org/castxml-git.git (read-only, click to copy)
Package Base: castxml-git
Description: C-family abstract syntax tree XML output tool.
Upstream URL: https://github.com/CastXML/CastXML
Keywords: gccxml
Licenses: Apache
Conflicts: castxml
Provides: castxml
Submitter: jgmdev
Maintainer: jgmdev
Last Packager: jgmdev
Votes: 3
Popularity: 0.000000
First Submitted: 2015-11-26 05:27 (UTC)
Last Updated: 2020-05-05 09:17 (UTC)

Required by (6)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

Kniyl commented on 2018-01-12 10:36 (UTC) (edited on 2018-01-12 10:37 (UTC) by Kniyl)

Build fail with the following error, do I miss a dependency or something?

==> Lancement de prepare()...
-- The C compiler identification is GNU 7.2.1
-- The CXX compiler identification is GNU 7.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.15.1") 
CMake Error at /usr/lib/cmake/clang/ClangTargets.cmake:456 (message):
  The imported target "clangApplyReplacements" references the file

     "/usr/lib/libclangApplyReplacements.a"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/lib/cmake/clang/ClangTargets.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib64/cmake/clang/ClangConfig.cmake:18 (include)
  CMakeLists.txt:87 (find_package)


-- Configuring incomplete, errors occurred!

jgmdev commented on 2016-01-25 16:10 (UTC)

@yan12125 Thanks, and fixed.

yan12125 commented on 2016-01-20 19:11 (UTC)

Could you change pkgver() to: pkgver() { cd "${srcdir}/${_gitname}" ( set -o pipefail git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' || printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short EAD)" ) } The result would be r243.f57109f instead of f57109f, or yaourt keeps asking me to upgrade: ==> Software upgrade (new version) : aur/castxml-git f57109f-1 -> 552dd69-1