search for: override_dh_auto_configure

Displaying 7 results from an estimated 7 matches for "override_dh_auto_configure".

2015 Mar 30
3
sssd-ad cannot be installed with sernet samba
The problem here is that sssd does not know sernet-samba-libs is also providing samba-libs or get the source of sssd and change/add the sernet-samba-libs in de Depens of the source yourself. or ask the sssd developers to add this. Its not that hard.. apt-get install build-essentials apt-get source sssd modify the needed in sourcemap/Debian/ apt-get source -b wait... and you have your
2015 Mar 30
0
sssd-ad cannot be installed with sernet samba
.../x86_64-linux-gnu/krb5/plugins/krb5 --enable-nsslibdir=/lib/x86_64-linux-gnu --enable-pammoddir=/lib/x86_64-linux-gnu/security --disable-static --disable-rpath --with-autofs --with-ssh --with-initscript=systemd --with-systemdunitdir=/lib/systemd/system --with-sudo returned exit code 1 make[1]: *** [override_dh_auto_configure] Error 2 make[1]: Leaving directory `/home/luca/build/sssd-1.11.5' make: *** [binary] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 I installed both sernet dev packages (sernet-samba-libwbclient-dev, sernet-samba-libsmbclient-dev) but apparently that&...
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
...debian/rules --- samba-4.4.3+dfsg.orig/debian/rules 2016-05-07 13:19:27.000000000 +0200 +++ samba-4.4.3+dfsg/debian/rules 2016-05-26 17:00:53.689073733 +0200 @@ -69,7 +69,7 @@ --enable-selftest %: - dh $* --with python2 --with systemd + dh $* --with python2 override_dh_auto_configure: $(shell dpkg-buildflags --export=configure) $(WAF) configure \ @@ -97,9 +97,6 @@ @echo "** tests disabled" endif -override_dh_systemd_start: - dh_systemd_start -pctdb --no-start --no-restart-on-upgrade - override_dh_installdocs-arch: cp ctdb/config/e...
2015 Mar 30
3
sssd-ad cannot be installed with sernet samba
...ugins/krb5 > --enable-nsslibdir=/lib/x86_64-linux-gnu > --enable-pammoddir=/lib/x86_64-linux-gnu/security --disable-static > --disable-rpath --with-autofs --with-ssh --with-initscript=systemd > --with-systemdunitdir=/lib/systemd/system --with-sudo returned exit code 1 > make[1]: *** [override_dh_auto_configure] Error 2 > make[1]: Leaving directory `/home/luca/build/sssd-1.11.5' > make: *** [binary] Error 2 > dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit > status 2 > > > I installed both sernet dev packages (sernet-samba-libwbclient-dev, > sernet-samba-...
2016 Dec 19
1
How to create Debian packages for release 3.9.0
Hello, Le 12/12/2016 à 18:29, Hans Wennborg a écrit : > +Sylvestre who knows about these things. > > On Thu, Dec 8, 2016 at 2:24 AM, Kris van Rens via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> L.S., >> >> I'm currently in the process of creating Debian packages for >> clang/llvm release 3.9.0. For this I'm using the steps as explained on
2020 Jul 18
25
[PATCH 00/12] Bunch of patches for cross-compilatio + RP4
Initially out there as #965245. I strongly prefer to build ARM64 packages on non-ARM systems. Something about my main build machine having twice the cores and twice the clock speed. As such after many builds I've managed to generate a set of patches which appear to mostly function to get functioning cross-builds of Xen. These are NOT a 100% solution. Some packaging hacks were needed. In
2019 Feb 10
21
[PATCH 00/13] Patch blast of salsa wip.testme branch
The contents are the wip.testme branch currently on salsa. I combined the wip.initscript and wip.oxenstored into this and added more things today. I think this is pretty gtg and it's smoke tested (in several cases by scping files around instead of doing package build), so it needs a final extra review and test round before putting it in master branch (which I don't want to force push). I