Package: beanstalkd
Version: 1.7-1
Followup-For: Bug #701429
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu raring ubuntu-patch

Dear Maintainer,

In Ubuntu 13.04, the attached patch was applied to achieve the following:

  * Added missing preprocessor directive to fix FTBFS on Linux.
    (Closes: #701429)


I note that you're considering uploading upstream version 1.8 to sid; I have
not verified whether this patch is still necessary (at least the files have
changed) using the toolchain used to report this bug. (1.8 appears to build
in Ubuntu 13.04 on Linux without this proposed patch.)

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.5.0-26-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru beanstalkd-1.7/debian/patches/gcc-ftbfs.diff beanstalkd-1.7/debian/patches/gcc-ftbfs.diff
--- beanstalkd-1.7/debian/patches/gcc-ftbfs.diff	1969-12-31 19:00:00.000000000 -0500
+++ beanstalkd-1.7/debian/patches/gcc-ftbfs.diff	2013-03-31 18:19:52.000000000 -0400
@@ -0,0 +1,11 @@
+Index: beanstalkd-1.7/port-linux.c
+===================================================================
+--- beanstalkd-1.7.orig/port-linux.c	2012-09-10 03:58:03.000000000 -0400
++++ beanstalkd-1.7/port-linux.c	2013-03-31 18:19:48.080815383 -0400
+@@ -1,5 +1,6 @@
+ #define _XOPEN_SOURCE 600
+ #include <stdint.h>
++#include <stddef.h>
+ #include <fcntl.h>
+ #include "dat.h"
+ 
diff -Nru beanstalkd-1.7/debian/patches/series beanstalkd-1.7/debian/patches/series
--- beanstalkd-1.7/debian/patches/series	2012-09-15 06:17:44.000000000 -0400
+++ beanstalkd-1.7/debian/patches/series	2013-03-31 18:18:16.000000000 -0400
@@ -1 +1,2 @@
 freebsd-build.diff
+gcc-ftbfs.diff

Reply via email to