Bug#523344: boost.python: add support for calling methods with both variable arguments and keywords

2009-04-09 Thread Anderson Lizardo
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

Bug#523343: boost.python does not work with enums that have the same value

2009-04-09 Thread Anderson Lizardo
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

Bug#461209: please include an option to perform nested traces of library calls

2008-02-04 Thread Anderson Lizardo
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]

Bug#462948: apt-cacher fails to fetch Sources in multiple mirror URLs

2008-01-28 Thread Anderson Lizardo
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

Bug#462535: child is not traced when using "-p" option

2008-01-25 Thread Anderson Lizardo
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

Bug#462533: memory corruption on clone() test

2008-01-25 Thread Anderson Lizardo
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

Bug#462532: fix exec() testcase cleanup

2008-01-25 Thread Anderson Lizardo
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

Bug#462531: ARM: ltrace does not support Thumb instructions

2008-01-25 Thread Anderson Lizardo
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

Bug#462530: ARM: function arguments may be overwritten on function call

2008-01-25 Thread Anderson Lizardo
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

Bug#176413: doesn't work on arm

2008-01-25 Thread Anderson Lizardo
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

Bug#450931: please add arm eabi support

2008-01-25 Thread Anderson Lizardo
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

Bug#450931: please add arm eabi support

2008-01-25 Thread Anderson Lizardo
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]

Bug#399257: pdebuild-internal does not work with AUTO_DEBSIGN

2006-11-18 Thread Anderson Lizardo
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

Bug#398865: Fix user/group name resolution inside chroot

2006-11-15 Thread Anderson Lizardo
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

Bug#398865: Fix user/group name resolution inside chroot

2006-11-15 Thread Anderson Lizardo
I had no problems with it. Regards, -- Anderson Lizardo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#321073: please add support for unionfs

2006-11-15 Thread Anderson Lizardo
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

Bug#384338: qemu: please build static variants for use inside chroots

2006-10-29 Thread Anderson Lizardo
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

Bug#306637: Please register qemu to binfmt mecanism (using binfmt-support?)

2006-10-29 Thread Anderson Lizardo
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 ==

Bug#396139: Use DESTDIR in "make install"

2006-10-29 Thread Anderson Lizardo
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

Bug#390166: Fix build/clean bug

2006-09-29 Thread Anderson Lizardo
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

Bug#356292: apt-cacher: failed to update packages, emptied entire cache

2006-08-19 Thread Anderson Lizardo
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

Bug#356279: Fix package build/clean/build bugs

2006-04-16 Thread Anderson Lizardo
-for f in $(qemu_docs); do \ - mv -f $$f $$f.keep; \ + test -f $$f.keep || mv $$f $$f.keep; \ done $(MAKE) -- Anderson Lizardo

Bug#306637: Please register qemu to binfmt mecanism (using binfmt-support?)

2006-03-11 Thread 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

Bug#356287: ARM floating point emulation bug

2006-03-11 Thread Anderson Lizardo
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

Bug#356309: Change default interpreter prefix to match dpkg-cross crossdir

2006-03-11 Thread Anderson Lizardo
. -- 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

Bug#356279: Fix package build/clean/build bugs

2006-03-11 Thread Anderson Lizardo
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

Bug#356418: Remove unused sharedir parameter from "make install"

2006-03-11 Thread Anderson Lizardo
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

Bug#306637: Please register qemu to binfmt mecanism (using binfmt-support?)

2006-03-10 Thread Anderson Lizardo
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

Bug#356309: Change default interpreter prefix to match dpkg-cross crossdir

2006-03-10 Thread Anderson Lizardo
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

Bug#356291: Implement syscalls necessary to run debootstrap

2006-03-10 Thread Anderson Lizardo
. - 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

Bug#356287: ARM floating point emulation bug

2006-03-10 Thread Anderson Lizardo
: * 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.

Bug#356284: Remove "--enable-slirp" configure flag, as it's default now

2006-03-10 Thread Anderson Lizardo
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

Bug#356279: Fix package build/clean/build bugs

2006-03-10 Thread Anderson Lizardo
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

Bug#306637: Please register qemu to binfmt mecanism (using binfmt-support?)

2006-03-08 Thread Anderson Lizardo
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

Bug#355801: single-stage cross-debootstrap support using qemu

2006-03-07 Thread Anderson Lizardo
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

Bug#306637: Please register qemu to binfmt mecanism (using binfmt-support?)

2006-03-07 Thread Anderson Lizardo
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

Bug#306637: Please register qemu to binfmt mecanism (using binfmt-support?)

2006-02-28 Thread Anderson Lizardo
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

Bug#306637: Please register qemu to binfmt mecanism (using binfmt-support?)

2006-02-26 Thread Anderson Lizardo
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