[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#332994: marked as done (libdrm: FTBFS on GNU/kFreeBSD)



Your message dated Sat, 26 May 2007 14:02:07 +0200
with message-id <465821BF.9030905@ens-lyon.org>
and subject line closing libdrm bugs that were fixed by a NMU
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libdrm
Severity: important
Tags: patch

Hi,

libdrm fails to build on GNU/kFreeBSD due to missing support. 
Please find attached a patch to fix that. Could you please add it in
the next upload?

Don't hesitate to contact me if you need more information.

Thanks in advance,
Aurelien



-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32
Status: in BTS

--- libdrm-1.0.3.orig/shared-core/drm.h
+++ libdrm-1.0.3/shared-core/drm.h
@@ -79,8 +79,8 @@
 #define DRM_IOC_WRITE		_IOC_WRITE
 #define DRM_IOC_READWRITE	_IOC_READ|_IOC_WRITE
 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
-#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
-#if defined(__FreeBSD__) && defined(IN_MODULE)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
+#if (defined(__FreeBSD__) || defined(__FreeBSD_kernel__)) && defined(IN_MODULE)
 /* Prevent name collision when including sys/ioccom.h */
 #undef ioctl
 #include <sys/ioccom.h>

--- End Message ---
--- Begin Message ---
Version: 2.0.2-0.1

 
These bugs have been fixed by a NMU a while ago, I am now marking them
as done in the BTS. For the record, the changelog of the NMU is appended
below.

Brice






libdrm (2.0.2-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release (closes: #377166).
     - Includes a fix for FTBFS on GNU/kFreeBSD (closes: #332994).
   * Manually force static build.


--- End Message ---

Reply to: