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

Bug#775566: marked as done (unblock: plptools/1.0.9)



Your message dated Tue, 24 Feb 2015 19:55:42 +0100
with message-id <54ECC92E.8080000@thykier.net>
and subject line Re: Bug#775566: unblock: plptools/1.0.9
has caused the Debian Bug report #775566,
regarding unblock: plptools/1.0.9
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 owner@bugs.debian.org
immediately.)


-- 
775566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775566
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package plptools

Very small patch to fix build on kfreebsd (#766248)


unblock plptools/1.0.9

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -u plptools-1.0.9/debian/changelog plptools-1.0.9/debian/changelog
--- plptools-1.0.9/debian/changelog
+++ plptools-1.0.9/debian/changelog
@@ -1,3 +1,11 @@
+plptools (1.0.9-3) UNRELEASED; urgency=medium
+
+  * Fix "plptools-dev: FTBFS[kfreebsd]: 'ENOMEDIUM' undeclared" 
+    using patch from Steven Chamberlain (Closes: #766248)
+  * Acknowldge previous NMUs
+
+ -- John Lines <john@paladyn.org>  Sun, 11 Jan 2015 17:55:52 +0000
+
 plptools (1.0.9-2.4) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- plptools-1.0.9.orig/plpfuse/fuse.c
+++ plptools-1.0.9/plpfuse/fuse.c
@@ -32,6 +32,10 @@
 /* Maximum length of a generated psion xattr string */
 #define XATTR_MAXLEN 3
 
+#ifndef ENOMEDIUM
+#define ENOMEDIUM ENODEV
+#endif
+
 int debug;
 
 int

--- End Message ---
--- Begin Message ---
On 2015-01-17 14:54, Adam D. Barratt wrote:
> Control: tags -1 + moreinfo
> 
> On 2015-01-17 13:37, John Lines wrote:
>> Please unblock package plptools
>>
>> Very small patch to fix build on kfreebsd (#766248)
> 
> It's a very small fix against 1.0.13-0.1, yes. However, jessie currently
> has 1.0.9-2.4 from 2012, as the NMU from last July failed to migrate due
> to the kfreebsd build failure.
> 
> None of the changes in 1.0.13 appear to be release-critical and they
> include a debhelper compat bump, which isn't really acceptable at this
> point in the freeze, so I'm afraid we'd need some convincing as to why
> this needs unblocking.
> 
> Regards,
> 
> Adam
> 
> 

Given the above and no follow ups, I have decided to close this request now.

Thanks,
~Niels

--- End Message ---

Reply to: