Package Details: tenacity-git 1:r14921.g8119cb11c-2

Git Clone URL: https://aur.archlinux.org/tenacity-git.git (read-only, click to copy)
Package Base: tenacity-git
Description: An easy-to-use multi-track audio editor and recorder, forked from Audacity
Upstream URL: https://tenacityaudio.org
Keywords: audacity audio audio-applications audio-processing floss libre privacy-friendly privacy-preserving recorder recording-app
Licenses: GPL2, CCPL
Groups: pro-audio
Conflicts: tenacity
Provides: tenacity
Submitter: Darkpelz
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 88
Popularity: 0.127550
First Submitted: 2021-07-07 11:51 (UTC)
Last Updated: 2023-12-23 15:01 (UTC)

Dependencies (44)

Required by (0)

Sources (2)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 17 Next › Last »

ImperatorStorm commented on 2022-03-24 19:47 (UTC)

Regarding the incorrect pkgver, I have no idea. I am cd'ing into tenacity in pkgver(). I can also reproduce this with tenacity-git.

FabioLolix commented on 2022-03-24 16:06 (UTC)

Hello,

  • provides tenacity-git is not needed
  • the calculated pkgver is wrong, it can't be r1.g0665614b8 (I would guess you builded the package before putting "cd tenacity" in pkgver() )
  • epoch could be resetted when uploading a new pkgbuild

davidalb97 commented on 2022-03-15 13:27 (UTC)

Not building, having the same issue as @ak2021.

maid commented on 2022-03-15 11:41 (UTC) (edited on 2022-03-15 11:43 (UTC) by maid)

Build still terminates with error.

Attempt 1.

libtool/2.4.6: Appending ACLOCAL_PATH env: /home/user/.conan/data/libtool/2.4.6///package/53d6baabfe192151deaeb1d05fbac370d8f2c705/res/aclocal libtool/2.4.6: Appending AUTOMAKE_CONAN_INCLUDES environment variable: /home/user/.conan/data/libtool/2.4.6///package/53d6baabfe192151deaeb1d05fbac370d8f2c705/res/aclocal libuuid/1.0.3: Applying build-requirement: libtool/2.4.6 libuuid/1.0.3: Applying build-requirement: automake/1.16.4 libuuid/1.0.3: Applying build-requirement: autoconf/2.71 libuuid/1.0.3: Applying build-requirement: m4/1.4.19 Downloading conan_sources.tgz libuuid/1.0.3: Configuring sources in /home/user/.conan/data/libuuid/1.0.3///source ERROR: Error downloading file https://downloads.sourceforge.net/project/libuuid/libuuid-1.0.3.tar.gz: 'HTTPSConnectionPool(host='downloads.sourceforge.net', port=443): Max retries exceeded with url: /project/libuuid/libuuid-1.0.3.tar.gz (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x749f2d78>: Failed to establish a new connection: [Errno 111] Connection refused'))' Waiting 5 seconds to retry... ERROR: libuuid/1.0.3: Error in source() method, line 44 tools.get(**self.conan_data["sources"][self.version], ConanException: Error downloading file https://downloads.sourceforge.net/project/libuuid/libuuid-1.0.3.tar.gz: 'HTTPSConnectionPool(host='downloads.sourceforge.net', port=443): Max retries exceeded with url: /project/libuuid/libuuid-1.0.3.tar.gz (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x749f2610>: Failed to establish a new connection: [Errno 111] Connection refused'))' CMake Error at cmake-proxies/cmake-modules/conan.cmake:633 (message): Conan install failed='1' Call Stack (most recent call first): cmake-proxies/cmake-modules/AudacityDependencies.cmake:233 (conan_cmake_install) cmake-proxies/cmake-modules/AudacityDependencies.cmake:254 (_conan_install) CMakeLists.txt:470 (resolve_conan_dependencies)

-- Configuring incomplete, errors occurred! See also "/tmp/makepkg/audacium-git/src/build/CMakeFiles/CMakeOutput.log". See also "/tmp/makepkg/audacium-git/src/build/CMakeFiles/CMakeError.log". ==> ОШИБКА: Произошел сбой в build(). Прерывание...

Attempt 2

[ 62%] Building CXX object src/CMakeFiles/Audacium.dir/AudacityApp.cpp.o In file included from /tmp/makepkg/audacium-git/src/audacium/src/AudacityApp.cpp:83: /tmp/makepkg/audacium-git/src/audacium/src/FFmpeg.h:544:7: error: conflicting declaration of C function <<AVCodec* avcodec_find_encoder(AVCodecID)>> 544 | avcodec_find_encoder, | ^~~~~~~~~~~~~~~~~~~~

ak2021 commented on 2022-03-12 11:43 (UTC) (edited on 2022-03-12 11:45 (UTC) by ak2021)

Doesn't build, fails here


In file included from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:544:7: error: conflicting declaration of C function ‘AVCodec* avcodec_find_encoder(AVCodecID)’
  544 |       avcodec_find_encoder,
      |       ^~~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:451:16: note: in definition of macro ‘FFMPEG_FUNCTION_WITH_RETURN’
  451 |       inline r n a                                                      \
      |                ^
In file included from /usr/include/libavcodec/avcodec.h:40,
                 from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:48,
                 from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/usr/include/libavcodec/codec.h:392:16: note: previous declaration ‘const AVCodec* avcodec_find_encoder(AVCodecID)’
  392 | const AVCodec *avcodec_find_encoder(enum AVCodecID id);
      |                ^~~~~~~~~~~~~~~~~~~~
In file included from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:550:7: error: conflicting declaration of C function ‘AVCodec* avcodec_find_encoder_by_name(const char*)’
  550 |       avcodec_find_encoder_by_name,
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:451:16: note: in definition of macro ‘FFMPEG_FUNCTION_WITH_RETURN’
  451 |       inline r n a                                                      \
      |                ^
In file included from /usr/include/libavcodec/avcodec.h:40,
                 from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:48,
                 from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/usr/include/libavcodec/codec.h:400:16: note: previous declaration ‘const AVCodec* avcodec_find_encoder_by_name(const char*)’
  400 | const AVCodec *avcodec_find_encoder_by_name(const char *name);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:556:7: error: conflicting declaration of C function ‘AVCodec* avcodec_find_decoder(AVCodecID)’
  556 |       avcodec_find_decoder,
      |       ^~~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:451:16: note: in definition of macro ‘FFMPEG_FUNCTION_WITH_RETURN’
  451 |       inline r n a                                                      \
      |                ^
In file included from /usr/include/libavcodec/avcodec.h:40,
                 from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:48,
                 from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/usr/include/libavcodec/codec.h:376:16: note: previous declaration ‘const AVCodec* avcodec_find_decoder(AVCodecID)’
  376 | const AVCodec *avcodec_find_decoder(enum AVCodecID id);
      |                ^~~~~~~~~~~~~~~~~~~~
In file included from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:634:7: error: conflicting declaration of C function ‘int avformat_open_input(AVFormatContext**, const char*, AVInputFormat*, AVDictionary**)’
  634 |       avformat_open_input,
      |       ^~~~~~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:451:16: note: in definition of macro ‘FFMPEG_FUNCTION_WITH_RETURN’
  451 |       inline r n a                                                      \
      |                ^
In file included from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:49,
                 from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/usr/include/libavformat/avformat.h:2097:5: note: previous declaration ‘int avformat_open_input(AVFormatContext**, const char*, const AVInputFormat*, AVDictionary**)’
 2097 | int avformat_open_input(AVFormatContext **ps, const char *url,
      |     ^~~~~~~~~~~~~~~~~~~
In file included from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:716:7: error: conflicting declaration of C function ‘AVOutputFormat* av_guess_format(const char*, const char*, const char*)’
  716 |       av_guess_format,
      |       ^~~~~~~~~~~~~~~
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:451:16: note: in definition of macro ‘FFMPEG_FUNCTION_WITH_RETURN’
  451 |       inline r n a                                                      \
      |                ^
In file included from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:49,
                 from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/usr/include/libavformat/avformat.h:2480:23: note: previous declaration ‘const AVOutputFormat* av_guess_format(const char*, const char*, const char*)’
 2480 | const AVOutputFormat *av_guess_format(const char *short_name,
      |                       ^~~~~~~~~~~~~~~
In file included from /var/tmp/pamac-build-user/audacium-git/src/audacium/src/AudacityApp.cpp:83:
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h: In constructor ‘AVPacketEx::AVPacketEx()’:
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:887:21: warning: ‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  887 |       av_init_packet(this);
      |       ~~~~~~~~~~~~~~^~~~~~
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:738:7: note: declared here
  738 |       av_init_packet,
      |       ^~~~~~~~~~~~~~
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:461:19: note: in definition of macro ‘FFMPEG_FUNCTION_NO_RETURN’
  461 |       inline void n a                                                   \
      |                   ^
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h: In member function ‘void AVPacketEx::steal(AVPacketEx&&)’:
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:921:21: warning: ‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  921 |       av_init_packet(&that);
      |       ~~~~~~~~~~~~~~^~~~~~~
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:738:7: note: declared here
  738 |       av_init_packet,
      |       ^~~~~~~~~~~~~~
/var/tmp/pamac-build-user/audacium-git/src/audacium/src/FFmpeg.h:461:19: note: in definition of macro ‘FFMPEG_FUNCTION_NO_RETURN’
  461 |       inline void n a                                                   \
      |                   ^
make[2]: *** [src/CMakeFiles/Audacium.dir/build.make:173: src/CMakeFiles/Audacium.dir/AudacityApp.cpp.o] Error 1
make[2]: Leaving directory '/var/tmp/pamac-build-user/audacium-git/src/build'
make[1]: *** [CMakeFiles/Makefile2:1259: src/CMakeFiles/Audacium.dir/all] Error 2
make[1]: Leaving directory '/var/tmp/pamac-build-user/audacium-git/src/build'
make: *** [Makefile:156: all] Error 2
make: Leaving directory '/var/tmp/pamac-build-user/audacium-git/src/build'
==> ERROR: A failure occurred in build().
    Aborting...

alerque commented on 2022-03-07 06:29 (UTC)

Until upstream gets ffmpeg v5 support, you can set the dependency to be depends=(ffmpeg4.4).

FabioLolix commented on 2022-03-06 20:53 (UTC)

@Monstanner it is working because I've modified the pkgbuild, not because of Arch updates (it is still incompatible with ffmpeg 5)

Monstanner commented on 2022-03-06 20:38 (UTC)

After today's Arch updates, it's working again. Thanks for any help.