The build took 00h 00m 22s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
362 |
ansic |
52 |
makefile |
414 |
total |
The process tree of the build process is here.
Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: libutempter 1.1.6-2 (Wed Aug 24 13:32:29 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
cc -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib\" -Wl,-z,now,-stats utempter.c -o utempter
cc -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib\" -c -fPIC iface.c -o iface.os
cc -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib\" -c -o iface.o iface.c
cc -shared \
-Wl,-soname,libutempter.so.0,--version-script=libutempter.map,-z,defs,-stats \
-lc iface.os -o libutempter.so
utempter.c: In function 'write_uwtmp_record':
utempter.c:144:20: warning: conversion to 'int32_t {aka int}' from '__time_t {aka long int}' may alter its value [-Wconversion]
ut.ut_tv.tv_sec = tv.tv_sec;
^~
utempter.c:145:21: warning: conversion to 'int32_t {aka int}' from '__suseconds_t {aka long int}' may alter its value [-Wconversion]
ut.ut_tv.tv_usec = tv.tv_usec;
^~
/usr/sbin/ld: total time in link: 0.016665
/usr/sbin/ld: data size 3850240
ar rv libutempter.a iface.o
ar: creating libutempter.a
/usr/sbin/ld: total time in link: 0.023332
/usr/sbin/ld: data size 3690496
a - iface.o
ranlib libutempter.a
make: Nothing to be done for 'all'.
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p /tmp/libutempter/pkg/libutempter/usr/lib /tmp/libutempter/pkg/libutempter/usr/lib/utempter \
/tmp/libutempter/pkg/libutempter/usr/include /tmp/libutempter/pkg/libutempter/usr/share/man/man3
install -p -m2711 utempter /tmp/libutempter/pkg/libutempter/usr/lib/utempter/
install -p -m644 utempter.h /tmp/libutempter/pkg/libutempter/usr/include/
install -p -m755 libutempter.so /tmp/libutempter/pkg/libutempter/usr/lib/libutempter.so.1.1.6
install -p -m644 libutempter.a /tmp/libutempter/pkg/libutempter/usr/lib/
ln -s libutempter.so.1.1.6 /tmp/libutempter/pkg/libutempter/usr/lib/libutempter.so.0
ln -s libutempter.so.0 /tmp/libutempter/pkg/libutempter/usr/lib/libutempter.so
install -p -m644 utempter.3 /tmp/libutempter/pkg/libutempter/usr/share/man/man3/
for n in libutempter utempter_add_record utempter_remove_record \
utempter_remove_added_record utempter_set_helper; do \
ln -s utempter.3 /tmp/libutempter/pkg/libutempter/usr/share/man/man3/$n.3; \
done
chown: changing ownership of '/tmp/libutempter/pkg/libutempter/usr/lib/utempter/utempter': Operation not permitted
==> ERROR: A failure occurred in package().
Aborting...