Package Details: arcan 0.6.3.4-1

Git Clone URL: https://aur.archlinux.org/arcan.git (read-only, click to copy)
Package Base: arcan
Description: Game Engine meets a Display Server meets a Multimedia Framework
Upstream URL: https://github.com/letoram/arcan
Licenses: GPL, BSD, LGPL
Submitter: WFCody
Maintainer: matthewq337
Last Packager: FabioLolix
Votes: 2
Popularity: 0.000000
First Submitted: 2016-05-31 04:54 (UTC)
Last Updated: 2024-11-02 20:55 (UTC)

Latest Comments

1 2 Next › Last »

FabioLolix commented on 2024-11-02 20:55 (UTC)

Some depends/makedepends were missing

FabioLolix commented on 2024-11-02 20:18 (UTC)

Bumped locally to 0.6.3.4, need:

  export CFLAGS+=" -Wno-error=format-security"
  export CXXFLAGS+=" -Wno-error=format-security"

and still fail to build

Renfield commented on 2023-01-04 17:23 (UTC) (edited on 2023-01-04 17:26 (UTC) by Renfield)

I was able to get this package to compile by adding these lines to the PKGBUILD:

  cat build/CMakeCache.txt | sed "s/-Werror=format-security//" > /tmp/foo.txt
  mv /tmp/foo.txt build/CMakeCache.txt

Right after these lines:

build() {
  cd "$pkgbase-$pkgver"

appetrosyan commented on 2022-11-20 09:03 (UTC) (edited on 2022-11-20 09:04 (UTC) by appetrosyan)

cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]

Seems like a mess-up in both the PKGBUILD and the build system. I'd argue that the problem is in upstream Arcan build, because this seems to depend on the local configuration of the person building the program.

Also, I'd err on the side of disabling warnings.

rabcor commented on 2022-08-23 11:51 (UTC)

Had the same issue as lkoell; the pkgbuild should probably be updated with that option.

zwastik commented on 2022-07-16 16:43 (UTC)

Is there an archlinux wiki on this?

lkoell commented on 2021-05-24 11:34 (UTC)

I just rolled over a compiler error on gcc 11. cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]

Adding -DENABLE_WALL_SPAM=On to the cmake build options in PKGBUILD will make it compile again