Package Details: aview 1.3.0_rc1-3

Git Clone URL: https://aur.archlinux.org/aview.git (read-only, click to copy)
Package Base: aview
Description: a high quality ascii-art image browser
Upstream URL: http://aa-project.sourceforge.net/aview/
Licenses: GPL
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 2
Popularity: 0.000000
First Submitted: 2019-01-31 15:34 (UTC)
Last Updated: 2019-01-31 15:34 (UTC)

Latest Comments

sigurd4 commented on 2024-11-19 14:48 (UTC)

I can't build the package. When doing yay aview i get the following output during build:

==> Starting build()...
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... clang
checking whether the C compiler (clang -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/sigurd/.cache/yay/aview/src=/usr/src/debug/aview -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: aview-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
aview - exit status 4

I've tested clang with make check-clang in my llvm-project build folder and it passes the check.