Package Details: arrowdl 4.2.1-1

Git Clone URL: https://aur.archlinux.org/arrowdl.git (read-only, click to copy)
Package Base: arrowdl
Description: A mass download manager that helps you to select, organize, prioritize and run your downloads in parallel.
Upstream URL: https://www.arrow-dl.com
Keywords: downzemall
Licenses: LGPL-3.0-or-later AND CC-BY-SA-3.0
Conflicts: downzemall
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 4
Popularity: 0.147877
First Submitted: 2024-01-01 16:11 (UTC)
Last Updated: 2025-03-24 01:21 (UTC)

Latest Comments

« First ‹ Previous 1 2

tiko commented on 2022-05-31 15:06 (UTC) (edited on 2022-05-31 15:09 (UTC) by tiko)

i always get an error on test project... how to fix it ? please help :(


Test project /home/tiko/.cache/yay/downzemall/src/build
      Start  1: tst_attribute
 1/23 Test  #1: tst_attribute ....................   Passed    0.07 sec
      Start  2: tst_charref
 2/23 Test  #2: tst_charref ......................   Passed    0.02 sec
      Start  3: tst_parser
 3/23 Test  #3: tst_parser .......................   Passed    0.03 sec
      Start  4: tst_stringbuffer
 4/23 Test  #4: tst_stringbuffer .................   Passed    0.03 sec
      Start  5: tst_stringpiece
 5/23 Test  #5: tst_stringpiece ..................   Passed    0.02 sec
      Start  6: tst_tokenizer
 6/23 Test  #6: tst_tokenizer ....................Subprocess aborted***Exception:   0.63 sec
********* Start testing of tst_Tokenizer *********
Config: Using QtTest library 5.15.4, Qt 5.15.4 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.1.0), manjaro unknown
PASS   : tst_Tokenizer::initTestCase()
munmap_chunk(): invalid pointer

      Start  7: tst_utf8
 7/23 Test  #7: tst_utf8 .........................   Passed    0.14 sec
      Start  8: tst_vector
 8/23 Test  #8: tst_vector .......................   Passed    0.16 sec
      Start  9: tst_abstractsettings
 9/23 Test  #9: tst_abstractsettings .............   Passed    0.15 sec
      Start 10: tst_downloadengine
10/23 Test #10: tst_downloadengine ...............   Passed    2.60 sec
      Start 11: tst_downloadmanager
11/23 Test #11: tst_downloadmanager ..............***Failed    5.02 sec
********* Start testing of tst_DownloadManager *********
Config: Using QtTest library 5.15.4, Qt 5.15.4 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 12.1.0), manjaro unknown
PASS   : tst_DownloadManager::initTestCase()
FAIL!  : tst_DownloadManager::appendJobPaused() Compared values are not the same
   Loc: [/home/tiko/.cache/yay/downzemall/src/DownZemAll-2.5.7/test/core/downloadmanager/tst_downloadmanager.cpp(109)]
PASS   : tst_DownloadManager::cleanupTestCase()
Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 4969ms
********* Finished testing of tst_DownloadManager *********

      Start 12: tst_fileutils
12/23 Test #12: tst_fileutils ....................   Passed    0.06 sec
      Start 13: tst_format
13/23 Test #13: tst_format .......................   Passed    0.02 sec
      Start 14: tst_mask
14/23 Test #14: tst_mask .........................   Passed    0.03 sec
      Start 15: tst_regex
15/23 Test #15: tst_regex ........................   Passed    0.01 sec
      Start 16: tst_resourceitem
16/23 Test #16: tst_resourceitem .................   Passed    0.03 sec
      Start 17: tst_stream
17/23 Test #17: tst_stream .......................   Passed    0.04 sec
      Start 18: tst_torrentbasecontext
18/23 Test #18: tst_torrentbasecontext ...........   Passed    0.03 sec
      Start 19: tst_torrentcontext
19/23 Test #19: tst_torrentcontext ...............   Passed    0.09 sec
      Start 20: tst_updatechecker
20/23 Test #20: tst_updatechecker ................   Passed    0.11 sec
      Start 21: tst_jsonhandler
21/23 Test #21: tst_jsonhandler ..................   Passed    0.02 sec
      Start 22: tst_texthandler
22/23 Test #22: tst_texthandler ..................   Passed    0.02 sec
      Start 23: tst_interprocesscommunication
23/23 Test #23: tst_interprocesscommunication ....   Passed    0.01 sec

91% tests passed, 2 tests failed out of 23

Total Test time (real) =   9.40 sec

The following tests FAILED:
      6 - tst_tokenizer (Subprocess aborted)
     11 - tst_downloadmanager (Failed)
Errors while running CTest

yochananmarqos commented on 2021-01-04 00:46 (UTC)

@djmatty007: No. If you want to maintain your own modified PKGBUILD, you can do whatever you want. FYI, ln already has support for relative symlinks with the -r flag

djmattyg007 commented on 2021-01-03 07:15 (UTC)

The symlinks created near the end of the package() function should be made relative. Right now if I install this package in a chroot I could wind up with odd behaviour. This ensures the symlinks always point to the correct OS tree:

ln -s ../../../opt/downzemall/DownZemAll "${pkgdir}/usr/bin/downzemall" ln -s ../../../usr/bin/youtube-dl "${pkgdir}/opt/downzemall/youtube-dl"