Community Packages

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!
Tasklist

FS#39283 - [catdvi] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 15:25 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 23 April 2014, 16:29 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


==> Starting build()...
patching file config.mk.in
patching file configure.in
patching file GNUmakefile
patching file kpathsea.c
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for getopt_long... yes
checking for kpse_set_program_name in -lkpathsea... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking kpathsea/version.h usability... yes
checking kpathsea/version.h presence... yes
checking for kpathsea/version.h... yes
configure: creating ./config.status
config.status: creating config.mk
config.status: WARNING: 'config.mk.in' seems to ignore the --datarootdir setting
config.status: creating version.h
install: cannot create directory '/build/catdvi/pkg': Permission denied
install: cannot create directory '/build/catdvi/pkg': Permission denied
==> ERROR: A failure occurred in build().


Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Sergej Pupykin (sergej)
Wednesday, 23 April 2014, 16:29 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Monday, 10 March 2014, 18:32 GMT
Can't use $pkgdir outside of the package function.

Loading...