backport to Jessie

Russell Coker russell at coker.com.au
Sat Feb 13 09:55:49 GMT 2016


I'm trying to rebuild the latest Systemd from Unstable on Jessie to get the 
benefit of the latest SE Linux patches.

6c26
<                libcap-dev (>= 1:2.24-9~),
---
>                libcap-dev (>= 1:2.24-8),
28c28
<                libapparmor-dev (>= 2.9.0-3+exp2) <!stage1>,
---
>                libapparmor-dev (>= 2.9.0-3) <!stage1>,

I made the above changes to debian/control as the changelogs of the package in 
question didn't mention anything that seemed relevant.

I backported util-linux and libseccomp from Unstable.

When I tried to build systemd I got the following error:

        /lib64/ld-linux-x86-64.so.2 (0x0000562d6a528000)
        libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 
(0x00007fe3f3f48000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe3f3d44000)
        libattr.so.1 => /lib/x86_64-linux-gnu/libattr.so.1 
(0x00007fe3f3b3f000)
        libblkid.so.1 => /lib/x86_64-linux-gnu/libblkid.so.1 
(0x00007fe3f38fc000)
        libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 
(0x00007fe3f36f7000)
debian/rules:164: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 1
make[1]: Leaving directory '/home/rjc/semisc/systemd/systemd-229'
debian/rules:290: recipe for target 'binary' failed
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
2


Any suggestions on how to rebuild it?

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/



More information about the Pkg-systemd-maintainers mailing list