Build tree for "xcb-proto"
on toolchain "clang_glibc"
- 0
None
- 0
/usr/bin/pacman -T python libxml2
- 0
./configure --host=x86_64-unknown-linux --prefix=/usr
- ?
cat
- 0
None
- 127
/usr/convex/getsysinfo
- ?
/usr/bin/install -c conftest.one conftest.two /tmp/xcb-proto/src/xcb-proto-1.12/conftest.dir
- 0
/bin/sh /tmp/xcb-proto/src/xcb-proto-1.12/missing --is-lightweight
- 0
make -f conftest.make
- 0
make -f -
- 0
python -c import sys
# split strings by '.' and convert to numeric. Append some zeros
# because we need at least 4 digits for the hex conversion.
# map returns an iterator in Python 3.0 and a list in 2.x
minver = list(map(int, '2.5'.split('.'))) + [0, 0, 0]
minverhex = 0
# xrange is not present in Python 3.0 and range returns an iterator
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
sys.exit(sys.hexversion < minverhex)
- ?
/usr/bin/python -c import sys; sys.stdout.write(sys.version[:3])
- ?
/usr/bin/python -c import sys; sys.stdout.write(sys.platform)
- ?
/usr/bin/python -c
import sys
# Prefer sysconfig over distutils.sysconfig, for better compatibility
# with python 3.x. See automake bug#10227.
try:
import sysconfig
except ImportError:
can_use_sysconfig = 0
else:
can_use_sysconfig = 1
# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
#
try:
from platform import python_implementation
if python_implementation() == 'CPython' and sys.version[:3] == '2.7':
can_use_sysconfig = 0
except ImportError:
pass
if can_use_sysconfig:
sitedir = sysconfig.get_path('purelib', vars={'base':'/usr'})
else:
from distutils import sysconfig
sitedir = sysconfig.get_python_lib(0, 0, prefix='/usr')
sys.stdout.write(sitedir)
- ?
/usr/bin/python -c
import sys
# Prefer sysconfig over distutils.sysconfig, for better compatibility
# with python 3.x. See automake bug#10227.
try:
import sysconfig
except ImportError:
can_use_sysconfig = 0
else:
can_use_sysconfig = 1
# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
#
try:
from platform import python_implementation
if python_implementation() == 'CPython' and sys.version[:3] == '2.7':
can_use_sysconfig = 0
except ImportError:
pass
if can_use_sysconfig:
sitedir = sysconfig.get_path('platlib', vars={'platbase':'/usr'})
else:
from distutils import sysconfig
sitedir = sysconfig.get_python_lib(1, 0, prefix='/usr')
sys.stdout.write(sitedir)
- 0
/bin/sh ./config.status
- 0
make
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/xcb-proto/src/xcb-proto-1.12'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='src xcbgen' ;; \
*) list='src xcbgen' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
make all
- 0
make all-am
- 0
fakeroot -- /usr/bin/makepkg -F --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
- 0
/usr/bin/faked
- 0
/usr/bin/makepkg -F --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
- 0
None
- 1
/usr/bin/pacman --noconfirm --color never --noprogressbar -Q
- 0
make DESTDIR=/tmp/xcb-proto/pkg/xcb-proto install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/xcb-proto/src/xcb-proto-1.12'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='src xcbgen' ;; \
*) list='src xcbgen' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='xcb.xsd xproto.xml bigreq.xml composite.xml damage.xml dpms.xml dri2.xml dri3.xml ge.xml glx.xml present.xml randr.xml record.xml render.xml res.xml screensaver.xml shape.xml shm.xml sync.xml xc_misc.xml xevie.xml xf86dri.xml xf86vidmode.xml xfixes.xml xinerama.xml xinput.xml xkb.xml xprint.xml xselinux.xml xtest.xml xv.xml xvmc.xml'; test -n "/usr/share/xcb" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/xcb-proto/pkg/xcb-proto/usr/share/xcb'"; \
/usr/bin/mkdir -p "/tmp/xcb-proto/pkg/xcb-proto/usr/share/xcb" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
echo "$d$p"; \
done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
while read files; do \
echo " /usr/bin/install -c -m 644 $files '/tmp/xcb-proto/pkg/xcb-proto/usr/share/xcb'"; \
/usr/bin/install -c -m 644 $files "/tmp/xcb-proto/pkg/xcb-proto/usr/share/xcb" || exit $?; \
done
- 0
/usr/bin/install -c -m 644 xcb.xsd xproto.xml bigreq.xml composite.xml damage.xml dpms.xml dri2.xml dri3.xml ge.xml glx.xml present.xml randr.xml record.xml render.xml res.xml screensaver.xml shape.xml shm.xml sync.xml xc_misc.xml xevie.xml xf86dri.xml xf86vidmode.xml xfixes.xml xinerama.xml xinput.xml xkb.xml xprint.xml xselinux.xml xtest.xml xv.xml xvmc.xml /tmp/xcb-proto/pkg/xcb-proto/usr/share/xcb
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='__init__.py error.py expr.py align.py matcher.py state.py xtypes.py'; dlist=; list2=; test -n "/usr/lib/python3.5/site-packages/xcbgen" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/xcb-proto/pkg/xcb-proto/usr/lib/python3.5/site-packages/xcbgen'"; \
/usr/bin/mkdir -p "/tmp/xcb-proto/pkg/xcb-proto/usr/lib/python3.5/site-packages/xcbgen" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then b=; else b="./"; fi; \
if test -f $b$p; then \
f=`echo $p | sed -e 's|^.*/||'`; \
dlist="$dlist $f"; \
list2="$list2 $b$p"; \
else :; fi; \
done; \
for file in $list2; do echo $file; done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
while read files; do \
echo " /usr/bin/install -c -m 644 $files '/tmp/xcb-proto/pkg/xcb-proto/usr/lib/python3.5/site-packages/xcbgen'"; \
/usr/bin/install -c -m 644 $files "/tmp/xcb-proto/pkg/xcb-proto/usr/lib/python3.5/site-packages/xcbgen" || exit $?; \
done || exit $?; \
if test -n "$dlist"; then \
PYTHON=/usr/bin/python /bin/sh ../py-compile --destdir "/tmp/xcb-proto/pkg/xcb-proto" \
--basedir "/usr/lib/python3.5/site-packages/xcbgen" $dlist; \
else :; fi
- 0
/usr/bin/install -c -m 644 __init__.py error.py expr.py align.py matcher.py state.py xtypes.py /tmp/xcb-proto/pkg/xcb-proto/usr/lib/python3.5/site-packages/xcbgen
- 0
/bin/sh ../py-compile --destdir /tmp/xcb-proto/pkg/xcb-proto --basedir /usr/lib/python3.5/site-packages/xcbgen __init__.py error.py expr.py align.py matcher.py state.py xtypes.py
- ?
/usr/bin/python -c
import sys, os, py_compile, imp
files = '''__init__.py error.py expr.py align.py matcher.py state.py xtypes.py'''
sys.stdout.write('Byte-compiling python modules...\n')
for file in files.split():
path = os.path.join('/usr/lib/python3.5/site-packages/xcbgen', file)
filepath = os.path.normpath('/tmp/xcb-proto/pkg/xcb-proto' + os.sep + path)
if not os.path.exists(filepath) or not (len(filepath) >= 3
and filepath[-3:] == '.py'):
continue
sys.stdout.write(file)
sys.stdout.flush()
if hasattr(imp, 'get_tag'):
py_compile.compile(filepath, imp.cache_from_source(filepath), path)
else:
py_compile.compile(filepath, filepath + 'c', path)
sys.stdout.write('\n')
- ?
/usr/bin/python -O -c
import sys, os, py_compile, imp
# pypy does not use .pyo optimization
if hasattr(sys, 'pypy_translation_info'):
sys.exit(0)
files = '''__init__.py error.py expr.py align.py matcher.py state.py xtypes.py'''
sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')
for file in files.split():
path = os.path.join('/usr/lib/python3.5/site-packages/xcbgen', file)
filepath = os.path.normpath('/tmp/xcb-proto/pkg/xcb-proto' + os.sep + path)
if not os.path.exists(filepath) or not (len(filepath) >= 3
and filepath[-3:] == '.py'):
continue
sys.stdout.write(file)
sys.stdout.flush()
if hasattr(imp, 'get_tag'):
py_compile.compile(filepath, imp.cache_from_source(filepath, False), path)
else:
py_compile.compile(filepath, filepath + 'o', path)
sys.stdout.write('\n')
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='xcb-proto.pc'; test -n "/usr/lib/pkgconfig" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/xcb-proto/pkg/xcb-proto/usr/lib/pkgconfig'"; \
/usr/bin/mkdir -p "/tmp/xcb-proto/pkg/xcb-proto/usr/lib/pkgconfig" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
echo "$d$p"; \
done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
while read files; do \
echo " /usr/bin/install -c -m 644 $files '/tmp/xcb-proto/pkg/xcb-proto/usr/lib/pkgconfig'"; \
/usr/bin/install -c -m 644 $files "/tmp/xcb-proto/pkg/xcb-proto/usr/lib/pkgconfig" || exit $?; \
done
- 0
/usr/bin/install -c -m 644 xcb-proto.pc /tmp/xcb-proto/pkg/xcb-proto/usr/lib/pkgconfig
- ?
install -m755 -d /tmp/xcb-proto/pkg/xcb-proto/usr/share/licenses/xcb-proto
- ?
install -m644 COPYING /tmp/xcb-proto/pkg/xcb-proto/usr/share/licenses/xcb-proto
- 123
xargs -0 grep -q -I /tmp/xcb-proto/src
- 123
xargs -0 grep -q -I /tmp/xcb-proto/pkg
- 0
fakeroot -v
- 0
openssl dgst -sha256 /tmp/xcb-proto/PKGBUILD
- ?
bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,gid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
- ?
bsdtar -cf - .PKGINFO .BUILDINFO .MTREE usr
- 0
xz -c -z -