This repository was archived by the owner on Mar 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
This repository was archived by the owner on Mar 28, 2018. It is now read-only.
make install: ../build-aux/py-compile: Missing argument to --destdir #9
Copy link
Copy link
Open
Description
Ubuntu 12.04, Python 2.7.3
make install reports:
../build-aux/py-compile: Missing argument to --destdir.
But all features are still usable.
Full log below:
Making install in csrc
make[1]: Entering directory `/home/ccnx/src/PyCCN/csrc'
make[2]: Entering directory `/home/ccnx/src/PyCCN/csrc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/python2.7/dist-packages/pyccn" || /bin/mkdir -p "/usr/local/lib/python2.7/dist-packages/pyccn"
/bin/bash ../libtool --mode=install /usr/bin/install -c _pyccn.la '/usr/local/lib/python2.7/dist-packages/pyccn'
libtool: install: /usr/bin/install -c .libs/_pyccn.so /usr/local/lib/python2.7/dist-packages/pyccn/_pyccn.so
libtool: install: /usr/bin/install -c .libs/_pyccn.lai /usr/local/lib/python2.7/dist-packages/pyccn/_pyccn.la
libtool: install: /usr/bin/install -c .libs/_pyccn.a /usr/local/lib/python2.7/dist-packages/pyccn/_pyccn.a
libtool: install: chmod 644 /usr/local/lib/python2.7/dist-packages/pyccn/_pyccn.a
libtool: install: ranlib /usr/local/lib/python2.7/dist-packages/pyccn/_pyccn.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib/python2.7/dist-packages/pyccn
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/python2.7/dist-packages/pyccn
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Leaving directory `/home/ccnx/src/PyCCN/csrc'
make[1]: Leaving directory `/home/ccnx/src/PyCCN/csrc'
Making install in python
make[1]: Entering directory `/home/ccnx/src/PyCCN/python'
make[2]: Entering directory `/home/ccnx/src/PyCCN/python'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/python2.7/dist-packages/pyccn" || /bin/mkdir -p "/usr/local/lib/python2.7/dist-packages/pyccn"
/usr/bin/install -c -m 644 pyccn/__init__.py pyccn/CCN.py pyccn/Closure.py pyccn/ContentObject.py pyccn/Interest.py pyccn/Key.py pyccn/Name.py pyccn/Repository.py pyccn/utils.py '/usr/local/lib/python2.7/dist-packages/pyccn'
../build-aux/py-compile: Missing argument to --destdir.
make[2]: *** [install-pyccnPYTHON] Error 1
make[2]: Leaving directory `/home/ccnx/src/PyCCN/python'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/ccnx/src/PyCCN/python'
make: *** [install-recursive] Error 1
Metadata
Metadata
Assignees
Labels
No labels