|
I found it! You forgot to update the install docs. Change
To build the Mk4py extension on Unix, change the configure to:
% ../unix/configure --enable-python
to
To build the Mk4py extension on Unix, change the configure to:
% ../unix/configure --with-python
as you changed --enable-python to --with-python. I will submit the
subsequent ebuild bug to gentoo for correction.
The install failed during the build, but it looks to be ebuild related
<snip>
ranlib /var/tmp/portage/metakit-2.4.9.2/image//usr/lib/libmk4.a
chmod 644 /var/tmp/portage/metakit-2.4.9.2/image//usr/lib/libmk4.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ./libtool --mode=install /bin/install -c Mk4py.so
/var/tmp/portage/metakit-2.4.9.2/image//usr/lib/python2.2/site-packages
/bin/install -c Mk4py.so
/var/tmp/portage/metakit-2.4.9.2/image//usr/lib/python2.2/site-packages/bin/install:
cannot create regular file
`/var/tmp/portage/metakit-2.4.9.2/image//usr/lib/python2.2/site-packages':
No such file or directory
make: *** [install-python] Error 1
!!! ERROR: dev-db/metakit-2.4.9.2 failed.
!!! Function src_install, Line 44, Exitcode 2
!!! (no error message)
</snip>
[email protected]
|