Package: wnpp
Severity: normal
I intend to orphan the libdispatch package, and recommend that it be
removed from the archive. There appears to be little interest in the
open source community towards adopting Grand Central Dispatch as a
concurrency mechanism. The upstream library has been rebranded
Package: sponsorship-requests
Severity: normal
Dear mentors,
I am looking for a sponsor for my package "libkqueue"
* Package name: libkqueue
Version : 2.3.1-1
Upstream Author : Mark Heily
* URL : https://github.com/mheily/libkqueue/wiki
* License
On Sun, Mar 29, 2020 at 2:28 PM Adam Borowski wrote:
>
> On Sun, Mar 29, 2020 at 01:52:40PM -0400, Mark Heily wrote:
> > Before digging too closely into this, it's time to update this package
> > to the latest upstream version, which contains a dozen or so bug
> > fix
Before digging too closely into this, it's time to update this package
to the latest upstream version, which contains a dozen or so bug
fixes.
Adam,
Are you able to manually checkout the source code from Git at the
v2.3.1 tag, and see if the testsuite runs cleanly?
On Sat, Mar 28, 2020 at 4:45 P
Thank you for the patch. The problem has already been fixed in the master
branch, but in a different way.
Regards,
- Mark
$ git show 872cbb62b0142eabeb5d4b5dbb0bac558d94fc1a
commit 872cbb62b0142eabeb5d4b5dbb0bac558d94fc1a
Author: Will Newton
Date: Wed Aug 20 15:07:34 2014 +0100
src/comm
Thank you very much for fixing the problem.
This patch has been applied to the master branch of libkqueue, and will be
included in the next release.
Regards,
- Mark
On Thu, Jul 10, 2014 at 6:55 AM, YunQiang Su wrote:
> Package: libkqueue
> Version: 2.0.3-1
>
> With this patch, it can build
Hi Balint,
Thanks for finding a solution to this. Would you mind submitting a NMU for
this? I am in the process of purchasing a house and preparing to move, so
my free time is going to be very limited over the next few weeks.
Regards,
- Mark
On Sat, Nov 9, 2013 at 10:53 AM, Balint Reczey wrot
I intend to resolve this build failure by packaging the latest version of
the upstream sources.
On Sun, Sep 22, 2013 at 2:41 PM, David Suárez wrote:
> Source: libpthread-workqueue
> Version: 0.8.2-1
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20
I intend to resolve this build failure by packaging the latest version of
the upstream sources.
Package: libkqueue
merge 642687 640029
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: ftp.debian.org
Severity: normal
Hi,
libdispatch is currently unable to build on armel and s390 due to issues
with the clang compiler.
Please remove the armel and s390 binaries from unstable to allow
0~svn197-3 to migrate to testing.
Thanks,
- Mark
--
To UNSUBSCRIBE, email to
On 07/14/2011 02:51 AM, Nobuhiro Iwamatsu wrote:
Source: libpthread-workqueue
Version: 0.8.1-1
Severity: serious
Tags: patch
Hi,
libpthread-workqueue FTBFS on some architecture.
https://buildd.debian.org/status/package.php?p=libpthread-workqueue
http://buildd.debian-ports.org/status/packa
unexpectedly.
/*
* Copyright (c) 2011 Mark Heily
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "
If you need another testcase, I believe this bug affects the
libblocksruntime package:
clang -c -o runtime.o -DBlocksRuntime_EXPORTS -fPIC -std=c99 -Wall -Wextra
-W -pedantic -Wno-unused-parameter runtime.c
clang -c -o data.o -DBlocksRuntime_EXPORTS -fPIC -std=c99 -Wall -Wextra -W
-pedantic -W
Package: awn-applets-python-extras
Version: 0.4.0-3
Severity: important
The applet for Pandora depends on the python-gtkmozembed package, but
this is missing from the Depends field of the awn-applets-python-extras
package.
-- System Information:
Debian Release: 6.0.1
APT prefers stable-updates
Package: cscope
Version: 15.7a-3.2
Severity: normal
The search-and-replace function in cscope is implemented using the 'ed'
editor, which is not part of the base install. It would be hepful to
list 'ed' in the Depends line of the cscope control file.
-- System Information:
Debian Release: 6.0.1
Package: wnpp
Severity: wishlist
Owner: Mark Heily
* Package name: libpthread-workqueue
Version : 0.2-1
Upstream Author : Mark Heily
* URL : http://mark.heily.com/proj/libpthread_workqueue
* License : BSD
Programming Lang: C
Description : thread pool
Package: clang
Version: 2.7-3
Severity: normal
File: /usr/bin/clang
clang is unable to compile a trivial program on MIPS due to a glibc
dependency on GCC-specific macros. Here is a command that demonstrates the
failure:
$ echo '#include ' | clang -x c -
clang: warning: unknown platform, assum
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
Please unblock package libkqueue
The version of libkqueue in unstable fixes bug #595648 which causes programs
that use libdispatch to stop working under certain circumstances. The
applie
Thanks for the heads up. This bug has been fixed upstream and a new
package will be uploaded soon.
Regards,
- Mark
On Aug 5, 2010, at 2:25 PM, Cyril Brulebois wrote:
Source: libkqueue
Version: 0.9.1-1
Severity: serious
Justification: FTBFS
Hi,
your package now FTBFS on various archs:
Package: clang
Version: 2.6-3
Severity: normal
File: /usr/bin/clang
The prototype of the __builtin_expect() macro is supposed to be:
long __builtin_expect(long exp, long c);
In clang 2.6 this is incorrectly implemented as:
int __builtin_expect(int exp, int c);
This can cause a silent in
The compiler-rt sources need some more work to build and install correctly.
I have split out the libBlocksRuntime library from compiler-rt, and intend
to distribute this as a standalone library. At this time, I do not plan to
try again to create a Debian package of compiler-rt.
--
To UNSUBSC
Package: wnpp
Severity: wishlist
Owner: Mark Heily
* Package name: compiler-rt
Version : 0.0.105309
Upstream Author : University of Illinois at Urbana-Champaign
* URL : http://compiler-rt.llvm.org/
* License : LLVM Release License
Programming Lang: C
Packages for libdispatch have been uploaded to mentors.debian.net. I am
seeking a DD to sponsor these packages. Note that this package depends on
libkqueue which is not currently in the archive (see ITP bug #576317).
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a
Correction: the upstream author is Apple Inc., and the project URL is
http://libdispatch.macosforge.org/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package has been uploaded to mentors.debian.net and I am seeking a DD to
sponsor this package.
Original Message
Subject: 'libkqueue' uploaded to mentors.debian.net
Date: Sat, 3 Apr 2010 18:58:43 +0200 (CEST)
From: mentors.debian.net
To: m...@heily.com
Your upload of the pack
Package: wnpp
Severity: wishlist
Owner: Mark Heily
* Package name: libdispatch
Version : 0.0.188svn-1
Upstream Author : Mark Heily
* URL : http://mark.heily.com/libdispatch
* License : Apache 2.0
Programming Lang: C
Description : user space
Package: wnpp
Severity: wishlist
Owner: Mark Heily
* Package name: libkqueue
Version : 0.6-1
Upstream Author : Mark Heily
* URL : http://mark.heily.com/libkqueue
* License : BSD
Programming Lang: C
Description : cross-platform library for kernel
Here is a corrected patch that fixes the segfault and correctly redraws the
desktop image. This has
been tested with a Windows 2000 Server at 8bpp and a Windows 2003 server at
16bpp.
Thanks to Mat G for his suggestion on how to fix my original patch.
-Mark
--- ../rdesktop/xwin.c 2007-01-17
On Wed, 2007-04-11 at 11:26 -0400, Mark Heily wrote:
> Here is a patch that prevents rdesktop from crashing due to increased Xlib
> sanity checking
> of arguments passed to XCreateImage(3). Thanks to Julien Cristau for his
> helpful explanation
> of the problem on the Debian bug
Here is a patch that prevents rdesktop from crashing due to increased Xlib
sanity checking
of arguments passed to XCreateImage(3). Thanks to Julien Cristau for his
helpful explanation
of the problem on the Debian bug tracking system.
Thanks,
Mark Heily
<[EMAIL PROTECTED]>
Reference
31 matches
Mail list logo