Build tree for "pydb"
on toolchain "clang_glibc"
- 0
None
- 0
/usr/bin/pacman -T python2
- 0
./configure --host=x86_64-unknown-linux --prefix=/usr --with-python=/usr/bin/python2
- ?
cat
- 0
None
- 127
/usr/convex/getsysinfo
- 0
/usr/bin/python2 -c import sys, string
# split strings by '.' and convert to numeric. Append some zeros
# because we need at least 4 digits for the hex conversion.
minver = map(int, string.split('2.4.0', '.')) + [0, 0, 0]
minverhex = 0
for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
sys.exit(sys.hexversion < minverhex)
- ?
/usr/bin/python2 -c import sys; print sys.version[:3]
- ?
/usr/bin/python2 -c import sys; print sys.platform
- 0
/usr/bin/python2 -c from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='${prefix}')
- 0
/usr/bin/python2 -c from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='${exec_prefix}')
- 0
/usr/bin/python2 ./site-packages-path.py
- 0
/bin/sh /tmp/pydb/src/pydb-1.26/missing --run true
- 0
make -f conftest.make
- 0
/bin/sh ./config.status
- 0
make
- 0
/bin/sh -c failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='test '; 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; \
(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
/bin/sh -c failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='data unit'; 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; \
(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
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/pydb/pkg/pydb install
- 0
/bin/sh -c failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='test '; 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; \
(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
/bin/sh -c failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='data unit'; 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; \
(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
make install
- 0
make install-exec-am install-data-am
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/pydb/pkg/pydb/usr/share/man/man1"
- 0
/bin/sh -c list='Doc/pydb.1 '; \
l2=' '; \
for i in $l2; do \
case "$i" in \
*.1*) list="$list $i" ;; \
esac; \
done; \
for i in $list; do \
if test -f ./$i; then file=./$i; \
else file=$i; fi; \
ext=`echo $i | sed -e 's/^.*\\.//'`; \
case "$ext" in \
1*) ;; \
*) ext='1' ;; \
esac; \
inst=`echo $i | sed -e 's/\\.[0-9a-z]*$//'`; \
inst=`echo $inst | sed -e 's/^.*\///'`; \
inst=`echo $inst | sed 's,x,x,'`.$ext; \
echo " /usr/bin/install -c -m 644 '$file' '/tmp/pydb/pkg/pydb/usr/share/man/man1/$inst'"; \
/usr/bin/install -c -m 644 "$file" "/tmp/pydb/pkg/pydb/usr/share/man/man1/$inst"; \
done
- ?
/usr/bin/install -c -m 644 ./Doc/pydb.1 /tmp/pydb/pkg/pydb/usr/share/man/man1/pydb.1
- 0
/bin/sh -c test -z "/usr/lib/python2.7/site-packages/pydb" || /usr/bin/mkdir -p "/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb"
- 0
/bin/sh -c list='pydb/pydb.doc'; for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
f=`echo $p | sed -e 's|^.*/||'`; \
echo " /usr/bin/install -c -m 644 '$d$p' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/$f'"; \
/usr/bin/install -c -m 644 "$d$p" "/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/$f"; \
done
- ?
/usr/bin/install -c -m 644 pydb/pydb.doc /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydb.doc
- 0
/bin/sh -c test -z "/usr/lib/python2.7/site-packages/pydb" || /usr/bin/mkdir -p "/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb"
- 0
/bin/sh -c list='pydb/__init__.py pydb/pydb.py pydb/bytecode.py pydb/complete.py pydb/connection.py pydb/disassemble.py pydb/display.py pydb/fns.py pydb/gdb.py pydb/info.py pydb/pydb.py pydb/pydbbdb.py pydb/pydbcmd.py pydb/set.py pydb/show.py pydb/sighandler.py pydb/subcmd.py pydb/threaddbg.py pydb/threadinfo.py'; dlist=''; 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"; \
echo " /usr/bin/install -c -m 644 '$b$p' '/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/$f'"; \
/usr/bin/install -c -m 644 "$b$p" "/tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/$f"; \
else :; fi; \
done; \
if test -n "$dlist"; then \
if test -z "/tmp/pydb/pkg/pydb"; then \
PYTHON=/usr/bin/python2 ./py-compile --basedir "/usr/lib/python2.7/site-packages/pydb" $dlist; \
else \
PYTHON=/usr/bin/python2 ./py-compile --destdir "/tmp/pydb/pkg/pydb" --basedir "/usr/lib/python2.7/site-packages/pydb" $dlist; \
fi; \
else :; fi
- ?
/usr/bin/install -c -m 644 pydb/__init__.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/__init__.py
- ?
/usr/bin/install -c -m 644 pydb/pydb.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydb.py
- ?
/usr/bin/install -c -m 644 pydb/bytecode.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/bytecode.py
- ?
/usr/bin/install -c -m 644 pydb/complete.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/complete.py
- ?
/usr/bin/install -c -m 644 pydb/connection.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/connection.py
- ?
/usr/bin/install -c -m 644 pydb/disassemble.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/disassemble.py
- ?
/usr/bin/install -c -m 644 pydb/display.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/display.py
- ?
/usr/bin/install -c -m 644 pydb/fns.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/fns.py
- ?
/usr/bin/install -c -m 644 pydb/gdb.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/gdb.py
- ?
/usr/bin/install -c -m 644 pydb/info.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/info.py
- ?
/usr/bin/install -c -m 644 pydb/pydb.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydb.py
- ?
/usr/bin/install -c -m 644 pydb/pydbbdb.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydbbdb.py
- ?
/usr/bin/install -c -m 644 pydb/pydbcmd.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/pydbcmd.py
- ?
/usr/bin/install -c -m 644 pydb/set.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/set.py
- ?
/usr/bin/install -c -m 644 pydb/show.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/show.py
- ?
/usr/bin/install -c -m 644 pydb/sighandler.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/sighandler.py
- ?
/usr/bin/install -c -m 644 pydb/subcmd.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/subcmd.py
- ?
/usr/bin/install -c -m 644 pydb/threaddbg.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/threaddbg.py
- ?
/usr/bin/install -c -m 644 pydb/threadinfo.py /tmp/pydb/pkg/pydb/usr/lib/python2.7/site-packages/pydb/threadinfo.py
- 0
./py-compile --destdir /tmp/pydb/pkg/pydb --basedir /usr/lib/python2.7/site-packages/pydb __init__.py pydb.py bytecode.py complete.py connection.py disassemble.py display.py fns.py gdb.py info.py pydb.py pydbbdb.py pydbcmd.py set.py show.py sighandler.py subcmd.py threaddbg.py threadinfo.py
- ?
/usr/bin/python2 -c
import sys, os, string, py_compile
files = ''' __init__.py pydb.py bytecode.py complete.py connection.py disassemble.py display.py fns.py gdb.py info.py pydb.py pydbbdb.py pydbcmd.py set.py show.py sighandler.py subcmd.py threaddbg.py threadinfo.py'''
print 'Byte-compiling python modules...'
for file in string.split(files):
path = os.path.join('/usr/lib/python2.7/site-packages/pydb', file)
filepath = os.path.normpath('/tmp/pydb/pkg/pydb' + os.sep + path)
if not os.path.exists(filepath) or not (len(filepath) >= 3
and filepath[-3:] == '.py'):
continue
print file,
sys.stdout.flush()
py_compile.compile(filepath, filepath + 'c', path)
print
- ?
/usr/bin/python2 -O -c
import sys, os, string, py_compile
files = ''' __init__.py pydb.py bytecode.py complete.py connection.py disassemble.py display.py fns.py gdb.py info.py pydb.py pydbbdb.py pydbcmd.py set.py show.py sighandler.py subcmd.py threaddbg.py threadinfo.py'''
print 'Byte-compiling python modules (optimized versions) ...'
for file in string.split(files):
path = os.path.join('/usr/lib/python2.7/site-packages/pydb', file)
filepath = os.path.normpath('/tmp/pydb/pkg/pydb' + os.sep + path)
if not os.path.exists(filepath) or not (len(filepath) >= 3
and filepath[-3:] == '.py'):
continue
print file,
sys.stdout.flush()
py_compile.compile(filepath, filepath + 'o', path)
print
- 0
/bin/sh -c if ! test -d "/tmp/pydb/pkg/pydb/usr/bin"; then \
test -z "/tmp/pydb/pkg/pydb/usr/bin" || /usr/bin/mkdir -p "/tmp/pydb/pkg/pydb/usr/bin"; \
fi
- 0
/bin/sh -c rm -f "/tmp/pydb/pkg/pydb/usr/bin/pydb" || true;
- 123
xargs -0 grep -q -I /tmp/pydb/src
- 123
xargs -0 grep -q -I /tmp/pydb/pkg
- 0
fakeroot -v
- 0
openssl dgst -sha256 /tmp/pydb/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 -