Package Details: xournalpp-git 1.2.1.r81.ge9ec03303-1

Git Clone URL: https://aur.archlinux.org/xournalpp-git.git (read-only, click to copy)
Package Base: xournalpp-git
Description: Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.
Upstream URL: https://github.com/xournalpp/xournalpp
Keywords: annotation notebook pdf tablet
Licenses: GPL2
Conflicts: xournalpp
Submitter: ka2107
Maintainer: youduda
Last Packager: youduda
Votes: 24
Popularity: 0.002119
First Submitted: 2015-10-18 01:29 (UTC)
Last Updated: 2023-08-30 23:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »

MithicSpirit commented on 2023-01-30 21:56 (UTC)

@PolarianDev this does not deliver prebuilt binaries but rather compiles it when you run makepkg, thus targeting whatever architecture the host system uses (unless you are doing cross-compilation).

PolarianDev commented on 2023-01-30 20:45 (UTC)

Reading the PKGBUILD you have included the following: arch=('i686' 'x86_64' 'aarch64')

However, this is written in C++, and only compiled for the x86_64 instruction set, not i686 or aarch64 (aka ARM64). C++ is platform specific, and thus building it on x86_64 is not compatible with other instruction sets.

hashworks commented on 2022-03-15 17:44 (UTC)

PKGBUILD is missing the gtest checkdepends:

-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY)
CMake Error at test/CMakeLists.txt:47 (message):
  googletest not found.  If you would like to download it automatically, add

      -DDOWNLOAD_GTEST=on

  to the cmake command.

kissuny commented on 2022-03-05 11:57 (UTC)

CMake Error at /usr/share/cmake/Modules/FetchContent.cmake:1087 (message): Build step for googletest failed: 2 Call Stack (most recent call first): /usr/share/cmake/Modules/FetchContent.cmake:1216:EVAL:2 (__FetchContent_directPopulate) /usr/share/cmake/Modules/FetchContent.cmake:1216 (cmake_language) /usr/share/cmake/Modules/FetchContent.cmake:1259 (FetchContent_Populate) test/CMakeLists.txt:36 (FetchContent_MakeAvailable)

youduda commented on 2022-03-03 12:39 (UTC)

You should make sure, that you set up your environment correctly. Probably base-devel is missing. This is a prerequisite to build every arch package.

kissuny commented on 2022-03-03 05:35 (UTC)

CMake Error at CMakeLists.txt:6 (project): No CMAKE_CXX_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

CMake Error at CMakeLists.txt:6 (project): No CMAKE_C_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

youduda commented on 2022-02-23 18:18 (UTC)

Updated to conform with the packaging guidelines.

hashworks commented on 2022-02-16 09:46 (UTC)

Please make sure the pkgver function is not leaving the v prefix in the version, otherwise helper like aututils keep trying to build the package since v… is "newer" than 1.1.0….

xournalpp-git v1.1.1.r130.g3dca00c7a-1 -> 1.1.0.r104.gc6ae5c7fc-1

MithicSpirit commented on 2021-11-19 18:24 (UTC)

I added the fixes proposed by @MithicSpirit. With the upstream fixes applied, it successfully builds again.

@youduda The issue has been closed now, could you please push the fixes?