Bug#778970: [Pkg-utopia-maintainers] Bug#778970: Bug#778970: dbus: Blocks systemd boot frequently

2015-02-22 Thread Michael Biebl
Am 22.02.2015 um 21:32 schrieb Eric Valette:
 After doing apt-get source systemd I tried to apply the patch but
 unfortunately it does not apply on 219 but on upstream git:

..

 Will see if the succeeding hunks are sufficient...

Martin was apparently already busy and did push that revert to the
Debian experimental branch [1].

You can get the sources via
gbp-clone git://anonscm.debian.org/pkg-systemd/systemd.git
git checkout experimental

Then build the package via git-buildpackage.

Michael

[1]
https://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?h=experimentalid=633720bf071453a8f8f2b9f1ea59900aefa6ab25


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#778970: [Pkg-utopia-maintainers] Bug#778970: Bug#778970: dbus: Blocks systemd boot frequently

2015-02-22 Thread Eric Valette

On 22/02/2015 22:19, Michael Biebl wrote:

Am 22.02.2015 um 21:32 schrieb Eric Valette:

After doing apt-get source systemd I tried to apply the patch but
unfortunately it does not apply on 219 but on upstream git:


..


Will see if the succeeding hunks are sufficient...


Martin was apparently already busy and did push that revert to the
Debian experimental branch [1].

You can get the sources via
gbp-clone git://anonscm.debian.org/pkg-systemd/systemd.git
git checkout experimental

Then build the package via git-buildpackage.




Thanks for the tips. I had the same failure in tests, removed the 
overide for test and got the -3 versions. Will report results.


--eric


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#778970: [Pkg-utopia-maintainers] Bug#778970: Bug#778970: dbus: Blocks systemd boot frequently

2015-02-22 Thread Eric Valette

On 22/02/2015 22:19, Michael Biebl wrote:

Am 22.02.2015 um 21:32 schrieb Eric Valette:

After doing apt-get source systemd I tried to apply the patch but
unfortunately it does not apply on 219 but on upstream git:


..


Will see if the succeeding hunks are sufficient...


Martin was apparently already busy and did push that revert to the
Debian experimental branch [1].

You can get the sources via
gbp-clone git://anonscm.debian.org/pkg-systemd/systemd.git
git checkout experimental

Then build the package via git-buildpackage.

Michael

[1]
https://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?h=experimentalid=633720bf071453a8f8f2b9f1ea59900aefa6ab25




Ok. I managed to almost build systemd with the partial revert patch 
applied (I build everything but some tests did fail probably because of 
invalid testing environment. As systemd-journald was already build and 
the patch only applies on this binary, I manually copied the new binary

after moving the existing one

mv /lib/systemd/systemd-journald /lib/systemd/systemd-journald.rm
cp build-deb/systemd-journald /lib/systemd/systemd-journald

and rebooted now ten times without freeze. For me its the same bug and 
reverting only the valid hunks of the revert (the ones that deals with 
file descriptors) is sufficient to fix the problem.


--eric


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#778970: [Pkg-utopia-maintainers] Bug#778970: Bug#778970: dbus: Blocks systemd boot frequently

2015-02-22 Thread Michael Biebl
control: reassign -1 systemd

Am 22.02.2015 um 22:28 schrieb Eric Valette:
 On 22/02/2015 22:19, Michael Biebl wrote:
 Am 22.02.2015 um 21:32 schrieb Eric Valette:
 After doing apt-get source systemd I tried to apply the patch but
 unfortunately it does not apply on 219 but on upstream git:

 ..

 Will see if the succeeding hunks are sufficient...

 Martin was apparently already busy and did push that revert to the
 Debian experimental branch [1].

 You can get the sources via
 gbp-clone git://anonscm.debian.org/pkg-systemd/systemd.git
 git checkout experimental

 Then build the package via git-buildpackage.

 Michael

 [1]
 https://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?h=experimentalid=633720bf071453a8f8f2b9f1ea59900aefa6ab25



 
 Ok. I managed to almost build systemd with the partial revert patch
 applied (I build everything but some tests did fail probably because of
 invalid testing environment. As systemd-journald was already build and
 the patch only applies on this binary, I manually copied the new binary
 after moving the existing one
 
 mv /lib/systemd/systemd-journald /lib/systemd/systemd-journald.rm
 cp build-deb/systemd-journald /lib/systemd/systemd-journald
 
 and rebooted now ten times without freeze. For me its the same bug and
 reverting only the valid hunks of the revert (the ones that deals with
 file descriptors) is sufficient to fix the problem.

Thanks for confirming, re-assigning to systemd



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#778970: [Pkg-utopia-maintainers] Bug#778970: Bug#778970: dbus: Blocks systemd boot frequently

2015-02-22 Thread Eric Valette

On 23/02/2015 01:03, Michael Biebl wrote:

Am 23.02.2015 um 00:16 schrieb Eric Valette:

Thanks for the tips. I had the same failure in tests, removed the
overide for test and got the -3 versions. Will report results.


There's a simpler way. Run
# export DEB_BUILD_OPTIONS=nocheck
do your usual build

The nocheck env var will make sure the test-suite is skipped.



I fugured this out reading the code I removed... But still, given the 
message on test failure, it means the build dependency may be wrong as

I get a not found twice and then the testing script fails.

I have updated my two machines and statically (booted enough times) it 
seems the problem is fixed in git.


-- eric


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#778970: [Pkg-utopia-maintainers] Bug#778970: Bug#778970: dbus: Blocks systemd boot frequently

2015-02-22 Thread Michael Biebl
Am 23.02.2015 um 00:16 schrieb Eric Valette:
 Thanks for the tips. I had the same failure in tests, removed the
 overide for test and got the -3 versions. Will report results.

There's a simpler way. Run
# export DEB_BUILD_OPTIONS=nocheck
do your usual build

The nocheck env var will make sure the test-suite is skipped.
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature