Package: boost1.38
Version: 1.38.0-3
Tags: patch
This patch for this is on the boost trunk already:
https://svn.boost.org/trac/boost/changeset/47846
According to the commiter of the patch (contacted privately), it was
supposed to be included in the 1.38.0 release, but due to some release
manageme
Package: boost1.38
Version: 1.38.0-3
Tags: patch
boost.python does not work with enums that have the same value, e.g.
wrapping the following enum using boost.python:
enum { red = 123, green = 123 };
Only either "red" or "green" will be available on the Python module,
because internally, boost ma
Hi,
I believe this report is a duplicate of #135985. Can you verify this?
Regards,
--
Anderson Lizardo
Instituto Nokia de Tecnologia
Manaus - Brazil
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ins:
HTTP 404 HTML text + Sources.* content
5) fetch_store() later fails due to size mismatch.
The attached patch fixes this issue by truncating $pkfd after a failed
attempt do fetch the file.
Regards,
--
Anderson Lizardo
Instituto Nokia de Tecnologia
Manaus - Brazil
Index: apt-cacher-1.6.1/a
Package: ltrace
Version: 0.5-3
Severity: normal
Tags: patch
When attaching to a running process (using "-p" option), ltrace fails to
correctly trace forks and execs. This happens because trace_set_options() is
never called for these processes.
Changelog:
2008-01-25 Anderson Lizard
Glibc 2.5 source.
Changelog:
2008-01-25 Anderson Lizardo <[EMAIL PROTECTED]>
* testsuite/ltrace.minor/trace-clone.c: fix memory corruption
on clone() test.
--
Anderson Lizardo
Instituto Nokia de Tecnologia
Manaus - Brazil
clone() test fix. The child_stack parameter pointe
Package: ltrace
Version: 0.5-3
Severity: normal
Tags: patch
SVN r77 added the exec() tracing tests, but did not add cleanup rules for the
generated files. This patch fixes this issue.
Changelog:
2008-01-25 Anderson Lizardo <[EMAIL PROTECTED]>
* testsuite/ltrace.minor/Makefile.i
Package: ltrace
Version: 0.5-3
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Code compiled with thumb code (-mthumb option in gcc) currently
segfaults on ltrace. This patch fixes this issue.
Changelog:
2008-01-25 Anderson Lizardo <[EMAIL PROTECTED]>
* sysdeps/linux-g
from the SPARC port.
Changelog:
2008-01-25 Anderson Lizardo <[EMAIL PROTECTED]>
* sysdeps/linux-gnu/arm/trace.c, sysdeps/linux-gnu/arm/ptrace.h: save
function argument registers that may be overwritten during function
call.
--
Anderson Lizardo
Instituto No
Tags: patch
This patch should fix this issue. It depends on patch posted to Bug #450931.
It was based on work from Michael K. Edwards, whose original patch is at:
http://lists.alioth.debian.org/pipermail/ltrace-devel/2007-February/000205.html
Changelog:
2008-01-25 Anderson Lizardo <[EM
Tags: patch
Changelog:
2008-01-25 Anderson Lizardo <[EMAIL PROTECTED]>
* sysdeps/linux-gnu/arm/trace.c: add ARM EABI support.
--
Anderson Lizardo
Instituto Nokia de Tecnologia
Manaus - Brazil
ARM EABI fixes:
* Modify breakpoint value to an undefined instruction so that break
on a better solution.
Regards,
--
Anderson Lizardo
Instituto Nokia de Tecnologia
Manaus - Brazil
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: pbuilder
Version: 0.160
Tags: patch
pdebuild-internal currently fails to auto debsign packages because
it's always expected to find the build results in $BUILDRESULT. The
attached patch fixes this by signing the .changes found in $PWD/../
when USE_PDEBUILD_INTERNAL is set.
--
And
tag 398865 + patch
thanks
Forgot to attach the patch.
--
Anderson Lizardo
Index: pbuilder-0.160.1custom7/pbuilder-buildpackage
===
--- pbuilder-0.160.1custom7.orig/pbuilder-buildpackage 2006-11-15 22:46:55.0 -0400
I had no problems with it.
Regards,
--
Anderson Lizardo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
fixed in recent unionfs releases,
but is disabled by default because it's experimental (look for
UNIONFS_MMAP in unionfs' INSTALL file).
[1] http://www.mail-archive.com/ubuntu-motu@lists.ubuntu.com/msg00553.html
Regards,
--
Anderson Lizar
e workaround on Debian, and report any
problems.
Changelog:
* New package: qemu-user-static.
- Add workaround for static build bug.
--
Anderson Lizardo
Index: qemu-0.8.2/debian/rules
===
--- qemu-0.8.2.orig/debian/rules 2
as "apt-get install qemu-binfmt".
Changelog:
* Add binfmt-support hooks, allowing "transparent" user emulation. Idea
borrowed from qemu-binfmt-conf.sh.
- New package: qemu-binfmt.
--
Anderson Lizardo
Index: qemu-0.8.2/debian/rules
==
Package: qemu
Version: 0.8.2-1
Tags: patch
This patch simplifies the "make install" command by using DESTDIR
instead of specifying each install dir separately. It does not affect
the installation in any way (the default paths are the same as those
currently in debian/rules).
--
Anders
garbage.
Note: this patch also reverts part of the patch in #356279 as it's not
needed anymore (the docs are now always generated during make).
Regards,
--
Anderson Lizardo
diff -u qemu-0.8.2/debian/rules qemu-0.8.2/debian/rules
--- qemu-0.8.2/debian/rules
+++ qemu-0.8.2/debian/rules
@@ -4
t
because I have clean_cache=0 in apt-cacher.conf), I would have lost
some packages from my cache because their Packages files would have
been removed.
So I guess the fix is to add a check for $response->is_success != 1
and send some kind of "temporary failure" HTTP code to the clien
-for f in $(qemu_docs); do \
- mv -f $$f $$f.keep; \
+ test -f $$f.keep || mv $$f $$f.keep; \
done
$(MAKE)
--
Anderson Lizardo
Package: qemu
Version: 0.8.0-2
Severity: wishlist
Tags: patch
New version, modified to apply after #356279
(qemu_0.8.0-2_build_outside_tree.patch). Also fixed a bug in
postinst/prerm scripts.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
Package: qemu
Version: 0.8.0-2
Severity: important
Tags: patch
New patch, now backported from QEMU CVS (and slightly modified to not
conflict with 40_fpu_arm_sigfpe.patch).
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
Changelog:
* Fix bug
.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
Changelog:
* Change default interpreter prefix to match dpkg-cross crossdir.
- Suggests dpkg-cross to be used with user mode emulators.
Index: qemu-0.8.0/debian/control
source tree.
- debian/patches/64_build_outside_tree.patch: New file.
- Modified debian/rules to compile in a sub-directory.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
Changelog:
* Add support for compiling outside the source tree
Package: qemu
Version: 0.8.0-2
Severity: minor
Tags: patch
Changelog:
* Remove unused sharedir parameter from "make install".
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
diff -u qemu-0.8.0/debian/rules qemu-0.8.0/debian/rule
emulation. Idea
borrowed from qemu-binfmt-conf.sh.
- Recommends binfmt-support.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
diff -u qemu-0.8.0/debian/control qemu-0.8.0/debian/control
--- qemu-0.8.0/debian/control
+++ qemu-0.8.0/debian/c
to be used with user mode emulators.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
diff -u qemu-0.8.0/debian/control qemu-0.8.0/debian/control
--- qemu-0.8.0/debian/control
+++ qemu-0.8.0/debian/control
@@ -15,7 +15,7 @@
Depends: ${shlibs:De
.
- debian/patches/37_syscall_arm_statfs64.patch: New file.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
only in patch2:
unchanged:
--- qemu-0.8.0.orig/debian/patches/35_syscall_prctl.patch
+++ qemu-0.8.0/debian/patches/35_syscall_prctl.patch
:
* Fix bug in the glue code between NWFPE and QEMU.
- debian/patches/41_nwfpe_cpsr.patch: New file.
Thanks to Ulrich Hecht.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
--- qemu-0.8.0.orig/debian/patches/41_nwfpe_cpsr.patch
+++ qemu-0.
Package: qemu
Version: 0.8.0-2
Severity: minor
Tags: patch
Changelog:
* Remove "--enable-slirp" configure flag, as it's default now.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
diff -u qemu-0.8.0/debian/rules qemu-0.8
s before compilation and restore them on cleanup.
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
diff -u qemu-0.8.0/debian/rules qemu-0.8.0/debian/rules
--- qemu-0.8.0/debian/rules
+++ qemu-0.8.0/debian/rules
@@ -23,6 +23,12 @@
ppc_rom.bin \
pr
Hi,
On 3/8/06, Guillem Jover <[EMAIL PROTECTED]> wrote:
> On Tue, Mar 07, 2006 at 04:53:56PM -0400, Anderson Lizardo wrote:
> > New patch with some more bugs fixed, including a bugfix from Ulrich
> > Hecht, not in QEMU CVS yet.
>
> I'm aware of this bug fix, it has
user mode emulation.
+
+ -- Anderson Lizardo <[EMAIL PROTECTED]> Tue, 7 Mar 2006 17:22:22 -0400
+
debootstrap (0.3.3) unstable; urgency=low
* Include kFreeBSD and fakechroot support from 0.3.2.1 and 0.3.2.2 NMUs,
diff -Nru debootstrap-0.3.3/debian/control debootstrap-0.3.3.1/debian/c
pport hooks, allowing "transparent" user emulation. Idea
+borrowed from qemu-binfmt-conf.sh.
+ * Change default interpreter prefix to match dpkg-cross crossdir.
+ * Add qemu-user-static package.
+
+ -- Anderson Lizardo <[EMAIL PROTECTED]> Tue, 7 Mar 2006 13:23:56 -0400
+
qemu (0.8.0
ile.
+ * Added binfmt-support hooks, allowing "transparent" user emulation. Idea
+borrowed from qemu-binfmt-conf.sh.
+ * Changed default interpreter prefix to match dpkg-cross crossdir.
+ * Added qemu-user-static package.
+
+ -- Anderson Lizardo <[EMAIL PROTECTED]> Tue, 28 F
tend it as necessary.
Regards,
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil
qemu_0.8.0-3.debdiff
Description: Binary data
38 matches
Mail list logo