Package Details: slade-git 3.2.4+42+ga3fd9c3a-1

Git Clone URL: https://aur.archlinux.org/slade-git.git (read-only, click to copy)
Package Base: slade-git
Description: SLADE3 Doom editor (git version)
Upstream URL: http://slade.mancubus.net/
Licenses: GPL
Conflicts: slade
Provides: slade
Submitter: grubber
Maintainer: grubber
Last Packager: grubber
Votes: 5
Popularity: 0.015092
First Submitted: 2014-01-28 21:01 (UTC)
Last Updated: 2023-12-07 16:59 (UTC)

Latest Comments

1 2 Next › Last »

grubber commented on 2023-12-07 17:00 (UTC)

gustavo6046, thanks, fixed.

gustavo6046 commented on 2023-12-04 14:12 (UTC)

Another big issue, and this one is downstream here. SLADE now needs -D BUILD_PK3=ON passed in CMake in order to build the slade.pk3 that is later searched in the install() step.

gustavo6046 commented on 2023-12-03 16:52 (UTC)

Now and then, upstream screws up compilation, that's fine, I use their issue tracker.

But, it seems the PKGBUILD is passing CMAKE_BUILD_TYPE=Release. Wouldn't it be better to follow the Arch Wiki's suggestion here, and pass CMAKE_BUILD_TYPE=None instead? This way the compile flags in makepkg.conf would be honored. And if they cause issues, that would be the user's problem, not ours.

grubber commented on 2022-08-06 12:44 (UTC)

gustavo6046, it links fine for me with gcc, so I guess it must be some compatibility issue in the LLVM linker?

gustavo6046 commented on 2022-07-30 13:54 (UTC) (edited on 2022-07-30 13:55 (UTC) by gustavo6046)

Pasting an example one here because a termbin link can expire.

ld.lld: error: undefined symbol: sf::Http::Http(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned short)
>>> referenced by Web.cpp
>>>               CMakeFiles/slade.dir/General/Web.cpp.o:(slade::web::getHttp(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&))

gustavo6046 commented on 2022-07-30 13:54 (UTC)

When linking there are SFML related linking errors.

Here are the errors in question: https://termbin.com/8zwo

I feel like there is more information I ought to provide. Feel free to ask me anything.

HitCoder commented on 2022-04-29 08:23 (UTC)

Thanks for the update! I can now build perfectly fine :) makes me wish i had mentioned the issue sooner hahaha

HitCoder commented on 2022-04-29 00:12 (UTC)

Whenever trying to build this since 3.2.0_b3+54+gc49b0afe-1 I get an error in the prepare() method

==> Starting prepare()...
patching file src/Graphics/Icons.cpp
Hunk #1 FAILED at 373.
1 out of 1 hunk FAILED -- saving rejects to file src/Graphics/Icons.cpp.rej
patching file src/UI/SAuiTabArt.cpp
Hunk #1 succeeded at 551 (offset 1 line).
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: slade-git

JPL commented on 2022-04-06 16:23 (UTC)

Whatever changed 2 days ago made it so that I can now successfully build the package again. Thank you!

JPL commented on 2022-04-02 18:28 (UTC) (edited on 2022-04-02 18:29 (UTC) by JPL)

I get this error trying to build the package (for the first time in about a year):

fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.