Your message dated Tue, 20 Mar 2012 15:34:53 +0100
with message-id 
<CAEwy9bhwfBN6-DmqGHG=-A1QxJeg9ZucF-5fwZDwF=0zw8d...@mail.gmail.com>
and subject line fixed
has caused the Debian Bug report #654459,
regarding Doesn't compile with 3.x kernels
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
654459: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654459
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: drbd8
Severity: serious

drbd8 fails to compile, since apparently the check doesn't cope with
Linux version numbers now starting with 3.:

config.status: creating user/config.h
config.status: user/config.h is unchanged
dh_testdir
make
make[1]: Entering directory `/home/jmm/scratch/drbd8-8.3.9'
make -C drbd drbd_buildtag.c
make[2]: Entering directory `/home/jmm/scratch/drbd8-8.3.9/drbd'
Makefile:95: *** "won't compile with this kernel version".  Schluss.
make[2]: Leaving directory `/home/jmm/scratch/drbd8-8.3.9/drbd'
make[1]: *** [drbd/drbd_buildtag.c] Fehler 2
make[1]: Leaving directory `/home/jmm/scratch/drbd8-8.3.9'
make: *** [build-arch-stamp] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2


ifneq ($(PATCHLEVEL),)
  ifneq ($(VERSION),2)
    $(error "won't compile with this kernel version")
  endif
  ifneq ($(PATCHLEVEL),6)
    $(error "won't compile with this kernel version")
  endif



--- End Message ---
--- Begin Message ---
updated drbd8-utils to 8.3.11 and removed version check in makefile.
the check is not needed anyway as we don't build the kernel package anymore.


--- End Message ---

Reply via email to