Package Details: aegisub-git 3.2.2.r407.6f546951b-5

Git Clone URL: https://aur.archlinux.org/aegisub-git.git (read-only, click to copy)
Package Base: aegisub-git
Description: A general-purpose subtitle editor with ASS/SSA support
Upstream URL: https://aegisub.org
Licenses: GPL, BSD
Conflicts: aegisub
Provides: aegisub
Submitter: alucryd
Maintainer: arch1t3cht
Last Packager: arch1t3cht
Votes: 25
Popularity: 0.000000
First Submitted: 2012-08-27 19:37 (UTC)
Last Updated: 2023-11-22 00:03 (UTC)

Latest Comments

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

lae commented on 2020-02-17 02:06 (UTC)

This package is no longer building for me, and is erroring out with the following:

g++ -o /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/aegisub-lua -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.o /home/lae/.cache/yay/aegisub-git/src/aegisub/lib/libaegisub.a /home/lae/.cache/yay/aegisub-git/src/aegisub/lib/libluabins.a /home/lae/.cache/yay/aegisub-git/src/aegisub/vendor/luajit/src/libluajit.a -ldl -lm  -pthread   -lwx_gtk3u_gl-3.0 -lwx_gtk3u_stc-3.0 -lwx_gtk3u_xrc-3.0 -lwx_gtk3u_webview-3.0 -lwx_gtk3u_html-3.0 -lwx_gtk3u_qa-3.0 -lwx_gtk3u_adv-3.0 -lwx_gtk3u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lz -L/usr/lib64 -lboost_filesystem -lboost_locale -lboost_regex -lboost_system -lboost_thread -lpthread -lboost_chrono -licuuc -licudata  -licui18n -licuuc -licudata  -pthread 
/usr/bin/ld: /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.o: in function `(anonymous namespace)::check(lua_State*, int)':
/home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.cpp:33: undefined reference to `agi::lua::get_string_or_default[abi:cxx11](lua_State*, int)'
/usr/bin/ld: /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.o: in function `main':
/home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.cpp:52: undefined reference to `agi::dispatch::Init(std::function<void (std::function<void ()>)>)'
/usr/bin/ld: /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.cpp:53: undefined reference to `agi::log::LogSink::LogSink()'
/usr/bin/ld: /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.cpp:53: undefined reference to `agi::log::log'
/usr/bin/ld: /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.cpp:62: undefined reference to `agi::lua::preload_modules(lua_State*)'
/usr/bin/ld: /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.cpp:63: undefined reference to `agi::lua::Install(lua_State*, std::vector<boost::filesystem::path, std::allocator<boost::filesystem::path> > const&)'
/usr/bin/ld: /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.cpp:81: undefined reference to `agi::lua::add_stack_trace(lua_State*)'
/usr/bin/ld: /home/lae/.cache/yay/aegisub-git/src/aegisub/automation/tests/aegisub.cpp:84: undefined reference to `agi::lua::LoadFile(lua_State*, boost::filesystem::path const&)'
collect2: error: ld returned 1 exit status

I opened an issue upstream since I believe this is an issue upstream (maybe an issue with current build tools?), but I guess alucryd or someone else might know what's causing this. https://github.com/Aegisub/Aegisub/issues/171

lae commented on 2019-11-18 01:32 (UTC) (edited on 2019-11-18 01:33 (UTC) by lae)

Oh, I forgot to post a comment about this last month.

Current Aegisub depends on wxgtk3 3.1, which is available in the AUR. You can probably just replace your wxgtk3 package with the development one in the AUR.

Otherwise, reverting the commit that introduces the dependency will fix it so that it builds against wxgtk3 3.0 - you can add the following in the prepare() step after the cd:

git revert -n 6f546951b4f004da16ce19ba638bf3eedefb9f31

argo commented on 2019-11-13 14:34 (UTC)

Can confirm, it does not build anymore atm.

TheFrenchGhosty commented on 2019-10-25 22:45 (UTC) (edited on 2019-10-25 22:46 (UTC) by TheFrenchGhosty)

Can't build on 2 PC running Arch with Aurman as the AUR helper.

At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-c++11-narrowing’
make: *** [Makefile.target:100: /home/USERNAME/.cache/aurman/aegisub-git/src/aegisub/src/libresrc/libresrc.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

I'm building other C++ packages without problem.

argo commented on 2019-03-08 12:26 (UTC)

Thanks. Can confirm that it builds and seem to work fine atm.

alucryd commented on 2019-03-05 14:07 (UTC)

Finally had time to go over this, apologies for the delay.

argo commented on 2019-01-17 18:06 (UTC)

Does not build anymore, maybe it's boost' fault (i.e. https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/aegisub&id=88fded0bec3582d751e34620068110dca0dd2247 )

JSpaces commented on 2018-04-05 23:07 (UTC)

I needed to add "CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'" (referenced from the community aegisub PKGBUILD) in the build section to successfully compile with the latest icu.

alucryd commented on 2018-03-16 19:34 (UTC)

Fixed, thx for the heads up.

pingplug commented on 2018-03-12 13:35 (UTC) (edited on 2018-03-12 13:36 (UTC) by pingplug)

failed to build with the latest commit