[Bug 524484] [NEW] upstart 0.6.5-2 fails to build

Launchpad Bug Tracker 524484 at bugs.launchpad.net
Thu Feb 17 08:09:20 UTC 2011


You have been subscribed to a public bug by Daniel Holbach (dholbach):

Binary package hint: upstart

Upstart 0.6.5-2 fails to build : log at [1]

This blocks from bug 504883 being fixed.

[1] http://launchpadlibrarian.net/39321099/buildlog_ubuntu-
lucid-i386.upstart_0.6.5-2_FAILEDTOBUILD.txt.gz

Patch to fix build is:
=== modified file 'udev/upstart-udev-bridge.c'
--- udev/upstart-udev-bridge.c  2010-02-17 15:50:36 +0000
+++ udev/upstart-udev-bridge.c  2010-02-19 15:08:54 +0000
@@ -133,7 +133,7 @@
        nih_assert (udev = udev_new ());
        nih_assert (udev_monitor = udev_monitor_new_from_netlink (udev, "udev"));
        nih_assert (udev_monitor_enable_receiving (udev_monitor) == 0);
-       udev_monitor_set_receive_buffer_size(monitor, 128*1024*1024);
+       udev_monitor_set_receive_buffer_size(udev_monitor, 128*1024*1024);
 
        NIH_MUST (nih_io_add_watch (NULL, udev_monitor_get_fd (udev_monitor),
                                    NIH_IO_READ,

** Affects: upstart (Ubuntu)
     Importance: High
     Assignee: Steve Langasek (vorlon)
         Status: Fix Released

** Affects: upstart (Ubuntu Lucid)
     Importance: High
     Assignee: Steve Langasek (vorlon)
         Status: Fix Released

-- 
upstart 0.6.5-2 fails to build
https://bugs.launchpad.net/bugs/524484
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.



More information about the Ubuntu-sponsors mailing list