Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

vcaca-ubuntu1604-analytics-gst build failed on checkinstall hang #444

@jhou5

Description

@jhou5

error is shown as below:
if test ! -d /usr/local/lib/pkgconfig; then
echo "Creating directory /usr/local/lib/pkgconfig";
/usr/bin/install -c -d -m 755 /usr/local/lib/pkgconfig;
fi
if test -f /usr/local/bin/python3 -o -h /usr/local/bin/python3;
then rm -f /usr/local/bin/python3;
else true;
fi
(cd /usr/local/bin; ln -s python3.6 python3)
if test "3.6" != "3.6m"; then
rm -f /usr/local/bin/python3.6-config;
(cd /usr/local/bin; ln -s python3.6m-config python3.6-config);
rm -f /usr/local/lib/pkgconfig/python-3.6m.pc;
(cd /usr/local/lib/pkgconfig; ln -s python-3.6.pc python-3.6m.pc);
fi
rm -f /usr/local/bin/python3-config
(cd /usr/local/bin; ln -s python3.6-config python3-config)
rm -f /usr/local/lib/pkgconfig/python3.pc
(cd /usr/local/lib/pkgconfig; ln -s python-3.6.pc python3.pc)
rm -f /usr/local/bin/idle3
(cd /usr/local/bin; ln -s idle3.6 idle3)
rm -f /usr/local/bin/pydoc3
(cd /usr/local/bin; ln -s pydoc3.6 pydoc3)
rm -f /usr/local/bin/2to3
(cd /usr/local/bin; ln -s 2to3-3.6 2to3)
rm -f /usr/local/bin/pyvenv
(cd /usr/local/bin; ln -s pyvenv-3.6 pyvenv)
if test "x" != "x" ; then
rm -f /usr/local/bin/python3-32;
(cd /usr/local/bin; ln -s python3.6-32 python3-32)
fi
rm -f /usr/local/share/man/man1/python3.1
(cd /usr/local/share/man/man1; ln -s python3.6.1 python3.1)
if test "xupgrade" != "xno" ; then
case upgrade in
upgrade) ensurepip="--upgrade" ;;
install|*) ensurepip="" ;;
esac;
./python -E -m ensurepip
$ensurepip --root=/ ;
fi
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
Successfully installed pip-9.0.1 setuptools-28.8.0
Exception:
Traceback (most recent call last):
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/commands/install.py", line 385, in run
requirement_set.cleanup_files()
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/utils/build.py", line 38, in exit
self.cleanup()
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/utils/build.py", line 42, in cleanup
rmtree(self.name)
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/retrying.py", line 49, in wrapped_f
return Retrying(*dargs, **dkw).call(f, *args, **kw)
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/retrying.py", line 212, in call
raise attempt.get()
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/retrying.py", line 247, in get
six.reraise(self.value[0], self.value[1], self.value[2])
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/six.py", line 686, in reraise
raise value
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/_vendor/retrying.py", line 200, in call
attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
File "/tmp/tmp_38e5wf6/pip-9.0.1-py2.py3-none-any.whl/pip/utils/init.py", line 102, in rmtree
onerror=rmtree_errorhandler)
File "/home/Python-3.6.3/Lib/shutil.py", line 480, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/home/Python-3.6.3/Lib/shutil.py", line 418, in _rmtree_safe_fd
_rmtree_safe_fd(dirfd, fullname, onerror)
File "/home/Python-3.6.3/Lib/shutil.py", line 418, in _rmtree_safe_fd
_rmtree_safe_fd(dirfd, fullname, onerror)
File "/home/Python-3.6.3/Lib/shutil.py", line 418, in _rmtree_safe_fd
_rmtree_safe_fd(dirfd, fullname, onerror)
File "/home/Python-3.6.3/Lib/shutil.py", line 438, in _rmtree_safe_fd
onerror(os.unlink, fullname, sys.exc_info())
File "/home/Python-3.6.3/Lib/shutil.py", line 436, in _rmtree_safe_fd
os.unlink(name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: 'packaging'

======================== Installation successful ==========================

Some of the files created by the installation are inside the home directory: /home
You probably don't want them to be included in the package.
Do you want me to list them? [n]: n
Should I exclude them from the package? (Saying yes is a good idea) [n]: n

Some of the files created by the installation are inside the build
directory: /home/Python-3.6.3

You probably don't want them to be included in the package,
especially if they are inside your home directory.
Do you want me to list them? [n]: n
Should I exclude them from the package? (Saying yes is a good idea) [y]: y

Copying files to the temporary directory...

Metadata

Metadata

Assignees

No one assigned

    Labels

    CriticalBug severitybugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions