Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#36228 - [enigma] fails to build, missing required ANSI C header files...
Attached to Project:
Community Packages
Opened by Mike Brown (xenoxaos) - Sunday, 21 July 2013, 15:11 GMT
Last edited by Jakob Gruber (schuay) - Tuesday, 23 July 2013, 18:50 GMT
Opened by Mike Brown (xenoxaos) - Sunday, 21 July 2013, 15:11 GMT
Last edited by Jakob Gruber (schuay) - Tuesday, 23 July 2013, 18:50 GMT
|
DetailsDescription:
Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: ==> Making package: enigma 1.04-3 (Sun Jul 21 15:08:48 UTC 2013) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading enigma-1.04.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 42526 100 42526 0 0 61087 0 --:--:-- --:--:-- --:--:-- 61012 ==> Validating source files with md5sums... enigma-1.04.tar.gz ... Passed ==> Extracting sources... -> Extracting enigma-1.04.tar.gz with bsdtar ==> Starting build()... creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wl,-O1,--sort-common,--as-needed,-z,relro) works... yes checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wl,-O1,--sort-common,--as-needed,-z,relro) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking whether ln -s works... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c checking for nroff... nroff checking how to run the C preprocessor... /lib/cpp checking for ANSI C header files... no configure: error: Enigma requires ANSI C header files to compile ==> ERROR: A failure occurred in build(). Aborting... |
This task depends upon
/lib/cpp doesn't exist, therefore the following check fails. Possibilities are either to
* set CPP and CPPFLAGS (a follow-up error) manually, or
* regenerate configure with autoconf.
I went with the latter option, SVN is updated.