Package Details: c++utilities 5.24.8-1

Git Clone URL: https://aur.archlinux.org/c++utilities.git (read-only, click to copy)
Package Base: c++utilities
Description: Common C++ classes and routines such as argument parser, IO and conversion utilities
Upstream URL: https://github.com/Martchus/cpp-utilities
Licenses: GPL
Provides: libc++utilities.so
Submitter: Martchus
Maintainer: Martchus
Last Packager: Martchus
Votes: 50
Popularity: 3.37
First Submitted: 2015-08-27 18:56 (UTC)
Last Updated: 2024-05-08 14:41 (UTC)

Dependencies (5)

Required by (15)

Sources (1)

Pinned Comments

Martchus commented on 2016-05-18 21:55 (UTC) (edited on 2016-10-31 11:37 (UTC) by Martchus)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Martchus commented on 2023-11-22 13:26 (UTC)

I added two patches which should prevent these tests from running (without having to use --nocheck).

npreining commented on 2023-11-22 11:24 (UTC)

I can confirm that on my otherwise uptodate system, build fails the same way. Error message:

    Start 1: c++utilities_tidy_test

1: Test command: /usr/bin/clang-format "-output-replacements-xml" "-style=file" "application/argumentparser.h" "application/commandlineutils.h" "application/fakeqtconfigarguments.h" "application/global.h" "chrono/datetime.h" "chrono/period.h" "chrono/timespan.h" "chrono/format.h" "conversion/binaryconversion.h" "conversion/binaryconversionprivate.h" "conversion/conversionexception.h" "conversion/stringconversion.h" "conversion/stringbuilder.h" "io/ansiescapecodes.h" "io/binaryreader.h" "io/binarywriter.h" "io/bitreader.h" "io/buffersearch.h" "io/copy.h" "io/inifile.h" "io/path.h" "io/nativefilestream.h" "io/misc.h" "misc/flagenumclass.h" "misc/math.h" "misc/multiarray.h" "misc/parseerror.h" "misc/traits.h" "misc/levenshtein.h" "tests/testutils.h" "tests/cppunit.h" "tests/outputcheck.h" "application/argumentparserprivate.h" "application/argumentparser.cpp" "application/commandlineutils.cpp" "application/fakeqtconfigarguments.cpp" "chrono/datetime.cpp" "chrono/period.cpp" "chrono/timespan.cpp" "conversion/conversionexception.cpp" "conversion/stringconversion.cpp" "io/ansiescapecodes.cpp" "io/binaryreader.cpp" "io/binarywriter.cpp" "io/bitreader.cpp" "io/buffersearch.cpp" "io/inifile.cpp" "io/path.cpp" "io/nativefilestream.cpp" "io/misc.cpp" "misc/math.cpp" "misc/parseerror.cpp" "misc/levenshtein.cpp" "tests/testutils.cpp" "tests/cppunit.cpp" "tests/conversiontests.cpp" "tests/iotests.cpp" "tests/chronotests.cpp" "tests/argumentparsertests.cpp" "tests/traitstests.cpp" "tests/mathtests.cpp" "tests/misctests.cpp" "cmake/templates/cli-wrapper.cpp"
1: Working Directory: /home/norbert/.cache/yay/c++utilities/src/cpp-utilities-5.24.2
1: Test timeout computed to be: 1500
1: <?xml version='1.0'?>
1: <replacements xml:space='preserve' incomplete_format='false'>
1: </replacements>
1: <?xml version='1.0'?>
1: <replacements xml:space='preserve' incomplete_format='false'>
1: </replacements>

lots of those replacement double lines.....

1/2 Test #1: c++utilities_tidy_test ...........***Failed  Error regular expression found in output. Regex=[<replacement.*>.*</replacement>]  0.90 sec
test 2
    Start 2: c++utilities_run_tests

danielsz commented on 2023-11-22 09:45 (UTC)

It fails to build on me too. Same Error like @kohlerji.

lunainvictum commented on 2023-11-22 05:58 (UTC)

It fails to build on me too. Same Error like @kohlerji.

kohlerjl commented on 2023-11-22 04:19 (UTC)

This build is failing on my system too, with the same error as flexid2000. My full build output is available here: https://gist.github.com/kohlerjl/d62ffddc7c5e82c24f18a2950c74cadf

Martchus commented on 2023-11-21 23:52 (UTC)

This log line looks like it might have appeared in the check() section so invoking makepkg with --nocheck will likely help. Without further information it is impossible to fix what's possibly causing this.

Martchus commented on 2023-11-21 23:51 (UTC)

Not sure what to make of that single log line. It built fine for me.

flexid2000 commented on 2023-11-21 23:48 (UTC)

I’m getting a test error, can’t build:

Test Fail Reason: Error regular expression found in output. Regex=[<replacement.*>.* /replacement>]

Martchus commented on 2022-08-02 19:48 (UTC)

Should be fixed

noplomplom commented on 2022-08-02 19:40 (UTC)

Looks like the sha256sum for version 5.18.0 is incorrect. '8c194160bf3ff6548741fc8ca4c7378694763a12256eeb59da8e15c01a0681fd' works for me.