[Pkg-freeipa-devel] Backport freeipa-client to Jessie

Alexandre Ellert ellertalexandre at gmail.com
Mon Feb 8 14:24:02 UTC 2016


Hello,

I'm trying to get a working freeipa-client package on Debian Wheezy.
I'm actually focused on client side only, so I set ONLY_CLIENT=1 in rules
file.

But, I got these errors :
Writing
/usr/local/src/freeipa-4.0.5/debian/tmp/usr/lib/python2.7/dist-packages/ipaplatform-4.0.5.egg-info
make[2]: Leaving directory '/usr/local/src/freeipa-4.0.5'
# purge .la files
find /usr/local/src/freeipa-4.0.5/debian/tmp -name "*.la" -type f -exec rm
-f "{}" \;
# purge precompiled .pyc/.pyo files
find /usr/local/src/freeipa-4.0.5/debian/tmp -name '*.py[c,o]' -exec rm
'{}' ';'
# fix permissions
find /usr/local/src/freeipa-4.0.5/debian/tmp -name "*.mo" -type f -exec
chmod -x "{}" \;
make[1]: Leaving directory '/usr/local/src/freeipa-4.0.5'
   debian/rules override_dh_install
make[1]: Entering directory '/usr/local/src/freeipa-4.0.5'
dh_install --fail-missing
cp: cannot stat ‘debian/tmp/etc/default/ipa_memcached’: No such file or
directory
dh_install: cp -a debian/tmp/etc/default/ipa_memcached
debian/freeipa-server//etc/default/ returned exit code 1
debian/rules:94: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 2
make[1]: Leaving directory '/usr/local/src/freeipa-4.0.5'
debian/rules:105: recipe for target 'binary' failed
make: *** [binary] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2

I think there's a bug somewhere because memcache is a server side only
component.
If you have any clue about how to fix it.

Thank you.

Alexandre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-freeipa-devel/attachments/20160208/3c0134f7/attachment.html>


More information about the Pkg-freeipa-devel mailing list