Bug#881600: vpnc: error message 'to few arguments' while starting a vpnc connection

2018-08-03 Thread Philip Ashmore
Package: vpnc Followup-For: Bug #881600 I saw the same error message while doing "ifup wlp2s0". I used strace and strace-process-tree.py (https://gist.github.com/mgedmin/4953427) to track it down. It appears that resolvconf is calling systemctl and it's exiting with exit code 1 after printing

Bug#701082: gcc generates incorrect code with -O2 compiling libffi example

2015-03-04 Thread Philip Ashmore
notfound 701082 4.9 found 701082 gcc-4.9/4.9.1-19 thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#701082: gcc generates incorrect code with -O2 compiling libffi example

2015-03-01 Thread Philip Ashmore
found 701082 4.9 thanks I recently updated to jessie/sid which comes with gcc-4.9.1 (Debian 4.9.1-19). It's failing in the same place with optimization set to -O0, -O2 and -O3. It works with -O1! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#758000: [Pkg-mozext-maintainers] Bug#758000: iceweasel: flashblock whitelist not saved

2014-08-24 Thread Philip Ashmore
On 23/08/14 22:04, David Prévot wrote: Hi Philip, Le 23/08/2014 16:39, Philip Ashmore a écrit : I then did a killall iceweasel, restarted it - same problem. […] - killed iceweasel […] - killed iceweasel […] - killed iceweasel Do you also reproduce the issue if you properly close

Bug#758000: iceweasel: flashblock whitelist not saved

2014-08-23 Thread Philip Ashmore
reopen 758000 thanks On 22/08/14 22:45, David Prévot wrote: Hi, On Wed, Aug 13, 2014 at 09:07:41AM +0100, Philip Ashmore wrote: I expected the whitelist to be preserved across iceweasel restarts. Name: Flashblock Location: ${PROFILE_EXTENSIONS}/{3d7eb24f-2740-49df-8937-200b1cc08f8a

Bug#758000: iceweasel: flashblock whitelist not saved

2014-08-13 Thread Philip Ashmore
Package: iceweasel Version: 24.7.0esr-1~deb7u1 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? I want to whitelist youtube.com * What exactly did you do (or not do) that was effective (or

Bug#702497: asymptote: Nested picture scaled unexpectedly

2014-05-15 Thread Philip Ashmore
for taking the time to look into this, and thanks for asymptote! Regards, Philip Ashmore -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#718845: BUG: unable to handle kernel paging request

2014-01-23 Thread Philip Ashmore
a real hardware problem, not a kernel problem. Feel free to close this bug, I've moved to kernel 3.12-0.bpo.1-amd64 anyway. Regards, Philip Ashmore -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#718845: BUG: unable to handle kernel paging request

2013-09-13 Thread Philip Ashmore
I had another crash - I don't know if it's related. I took a photo of the crash screen but it's basically useless. I went ahead and set up kdump: kdump-config status current state : ready to kdump With the crashkernel=128M added to the kernel command line, hopefully I will be able to provide

Bug#718845: BUG: unable to handle kernel paging request

2013-08-07 Thread Philip Ashmore
On 07/08/13 09:18, Ben Hutchings wrote: On Wed, 2013-08-07 at 00:06 +0100, Philip Ashmore wrote: snip I've rebooted a few times since then - is there any kind of black box file I can attach to provide more information? Not by default. Ben. Is there a non-default way? The boot partition

Bug#718845: BUG: unable to handle kernel paging request

2013-08-07 Thread Philip Ashmore
On 07/08/13 16:09, Ben Hutchings wrote: On Wed, 2013-08-07 at 15:27 +0100, Philip Ashmore wrote: On 07/08/13 09:18, Ben Hutchings wrote: On Wed, 2013-08-07 at 00:06 +0100, Philip Ashmore wrote: snip I've rebooted a few times since then - is there any kind of black box file I can attach

Bug#718845: BUG: unable to handle kernel paging request

2013-08-06 Thread Philip Ashmore
? Regards, Philip Ashmore -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#718845: BUG: unable to handle kernel paging request

2013-08-05 Thread Philip Ashmore
Package: src:linux Version: 3.2.46-1 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? Using the computer. * What exactly did you do (or not do) that was effective (or ineffective)? No clue. * What

Bug#652423: v3c: changing back from ITP to RFP

2013-05-27 Thread Philip Ashmore
back in then I'm sure the uploader can write a diff or patchto do that easily. My SourceForge packages can build Debian packages as they stand. Regards, Philip Ashmore -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#702497: asymptote: Nested picture scaled unexpectedly

2013-03-07 Thread Philip Ashmore
Package: asymptote Version: 2.15-2 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? I was trying to lay out nested pictures (the Asymptote type) on another picture. * What exactly did you do (or not do)

Bug#701082: gcc-4.7: gcc generates incorrect code with -O2 compiling libffi example

2013-02-24 Thread Philip Ashmore
This problem doesn't happen on Ubuntu or on a fresh squeeze install. Then I realised I had gcc 4.4, 4.5 and 4.6 installed as well as 4.7 and 4.8. With 4.4, 4.5 and 4.6, gcc -O2 -o ffi-test ffi-test.c works. With 4.7 and 4.8 it segfaults instead of outputting This is cool!. -- To UNSUBSCRIBE,

Bug#701082: gcc-4.7: gcc generates incorrect code with -O2 compiling libffi example

2013-02-23 Thread Philip Ashmore
I did an apt-get -t experimental install gcc-4.7 gcc-4.8 and updated libffi gcc -O0 -o ffi-test ffi-test.c -lffi ./ffi-test Hello World! This is cool! gcc -O1 -o ffi-test ffi-test.c -lffi ./ffi-test Hello World! This is cool! gcc -O2 -o ffi-test ffi-test.c -lffi ./ffi-test Hello World!

Bug#701082: gcc-4.7: gcc generates incorrect code with -O2 compiling libffi example

2013-02-23 Thread Philip Ashmore
On 23/02/13 09:40, Matthias Klose wrote: Am 23.02.2013 10:24, schrieb Philip Ashmore: I did an apt-get -t experimental install gcc-4.7 gcc-4.8 and updated libffi gcc -O0 -o ffi-test ffi-test.c -lffi ./ffi-test Hello World! This is cool! gcc -O1 -o ffi-test ffi-test.c -lffi ./ffi-test

Bug#701082: gcc-4.7: gcc generates incorrect code with -O2 compiling libffi example

2013-02-23 Thread Philip Ashmore
The libffi example works with -O0, -O1 and -O2 on armhf (Raspberry PI). gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper Target: arm-linux-gnueabihf Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14+rpi1'

Bug#701082: gcc-4.7: gcc generates incorrect code with -O2 compiling libffi example

2013-02-21 Thread Philip Ashmore
Package: gcc-4.7 Version: 4.7.2-5 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? I'm using libffi5 * What exactly did you do (or not do) that was effective (or ineffective)? I noticed a problem

Bug#678854: icewm won't start

2013-01-20 Thread Philip Ashmore
was here. Is this still an issue? If not, you can close the bug. I don't know how I managed to install icewm without icewm-common! Anyway I installed icewm after removing it, it pulled in icewm-common and it's working, so I'm closing this bug as requested. Regards, Philip Ashmore

Bug#692799: cpuid: cupid reports wrong hyper-threading count

2012-11-08 Thread Philip Ashmore
, Philip Ashmore -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5-trunk-amd64 (SMP w/8 CPU cores) Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8

Bug#686312: Debian bug #686312 (kdbg)

2012-11-04 Thread Philip Ashmore
On 04/11/12 20:00, Johannes Sixt wrote: Am 04.11.2012 00:04, schrieb Philip Ashmore: Please find attached kdbg.txt that I obtained when I ran kdbg -t kdbg.txt build/sb/sb-designer/.libs/sb-designer Thanks! One problem is that KDbg does not understand the response Note: breakpoints 4

Bug#690234: icedove: Mail displayed incorrectly

2012-10-11 Thread Philip Ashmore
Package: icedove Version: 11.0-1 Severity: normal Dear Maintainer, * What led up to the situation? I wanted to find an old email * What exactly did you do (or not do) that was effective (or ineffective)? I found the email * What was the outcome of this action? the list displays the

Bug#690234: Acknowledgement (icedove: Mail displayed incorrectly)

2012-10-11 Thread Philip Ashmore
I'm also getting a lot of messages in the error console, shame there's no way to save them to a text file. [Exception... Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIMsgFolder.getStringProperty] nsresult: 0x80004005 (NS_ERROR_FAILURE) location: JS frame ::

Bug#686312: kdbg can't start app

2012-09-22 Thread Philip Ashmore
Hi there. Can anyone else reproduce the problem? I could create a simple c++ program and compiled+linked it with the same flags as sbt2sbd-d and I could debug it just fine even with the old global options, so it's not just the one thing. Regards, Philip Ashmore -- To UNSUBSCRIBE, email

Bug#686312: kdbg can't start app

2012-09-22 Thread Philip Ashmore
I switched back to using Sid - the problem's still there. Philip -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#686312: kdbg can't start app

2012-09-22 Thread Philip Ashmore
. Gdbs output is also attached, for reference. I tried different versions of gdb from 7.5 back to 7.1a to see if any worked - the one I ran this test with was 7.5. Regards, Philip Ashmore #!/bin/sh /usr/local/bin/gdb $@ 21 | tee /v3c/bin/gdb-out.txt GNU gdb (GDB) 7.5 Copyright (C) 2012 Free Software

Bug#686312: kdbg can't start app

2012-09-21 Thread Philip Ashmore
sometimes worked with it and sometimes it didn't, I'll leave it to Ana to look into it a bit more rather than closing it myself. Regards, Philip Ashmore -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#686312: kdbg can't start app

2012-09-20 Thread Philip Ashmore
Hi there. I just tried debugging the same program with Wheezy in VMware Player - it works fine so it looks like something in Sid. I'm running Trinity but I don't think that's the problem as kdbg used to work. I had to rebuild the package and its dependencies because of the older

Bug#686312: kdbg can't start app

2012-09-20 Thread Philip Ashmore
It turns out that the VMware image I was testing with was an older Wheezy/sid image. I did a fresh VMware install with debian-wheezy-DI-b2-amd64-netinst.iso and guess what? I'm getting the same problem! Go figure. Sorry about the mis-information. Philip -- To UNSUBSCRIBE, email to

Bug#686312: kdbg can't start app

2012-09-19 Thread Philip Ashmore
It went away shortly after I reported the bug - now it's back. I'm using Debian/Sid and keep my packages current daily so I think one update fixed it and then another one broke it again. I now wish I had reported it as fixed so that the problem package(s) could have been pinned down more

Bug#629868: When it changed

2012-08-25 Thread Philip Ashmore
This isn't definitive, but a 10 minute binary search of snapshot.debian.org lead me to the point where the size took a dive. If snapshot.debian.org has an ftp interface this would have taken less time. http://snapshot.debian.org/archive/debian/20100501T040743Z/pool/main/g/gcc-4.5/ -

Bug#681058: ITP: v3c-storyboard -- Tell a story

2012-07-10 Thread Philip Ashmore
Package: wnpp Severity: wishlist Owner: Philip Ashmore cont...@philipashmore.com * Package name: v3c-storyboard Version : 0.2.0-04 Upstream Author : Philip Ashmore cont...@philipashmore.com * URL : http://sourceforge.net/projects/v3c-storyboard/ * License

Bug#681174: dput: Please add dput-cusc to convert mixed (source+binary) .changes files into source-only .changes files

2012-07-10 Thread Philip Ashmore
Package: dput Version: 0.9.6.3 Severity: wishlist Tags: upstream Dear Maintainer, while trying to dput to an ubuntu PPA, the upload failed with the following message: Rejected: Source/binary (i.e. mixed) uploads are not allowed. I thought it would be useful if there was a script/program

Bug#678854: icewm won't start

2012-06-24 Thread Philip Ashmore
Package: icewm Version: 1.3.7-4 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? I installed icewm * What exactly did you do (or not do) that was effective (or ineffective)? I logged out, chose icewm

Bug#612312: icedove: return receipt requests policy should include a per-account option or in the send dialog

2012-06-13 Thread Philip Ashmore
Hi there. I've reported this upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=764449 Regards, Philip Ashmore -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-23 Thread Philip Ashmore
On 22/05/12 23:32, Jonathan Nieder wrote: severity 673596 important quit Hi Philip, Philip Ashmore wrote: Should I attach /var/log/dmesg? Unless you've been running into other problems, I wouldn't bother. I doubt this problem is CPU-specific, though of course I could be wrong. How

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-23 Thread Philip Ashmore
On 05/23/2012 04:18 PM, Jonathan Nieder wrote: Jonathan Nieder wrote: Do you have access to another machine you could try to reproduce the problem on? Actually, before then: could you please run the test I outlined before? That is: 1. Find tst-eintr1. It should be somewhere like

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-23 Thread Philip Ashmore
On 23/05/12 16:36, Jonathan Nieder wrote: retitle 673596 libc6: tst-eintr1 fails (tf1: pthread_create failed: Resource temporarily unavailable) quit Philip Ashmore wrote: ...and here they areEOF $ ldd build-tree/amd64-libc/nptl/tst-eintr1 linux-vdso.so.1 =(0x7fff481ff000

Bug#674227: tftpd-hpa conflicts with dnsmasq

2012-05-23 Thread Philip Ashmore
Package: tftpd-hpa Version: 5.2-2 Severity: grave Justification: renders package unusable Dear Maintainer, * What led up to the situation? I want to set up a PXE server for a complete Debian installation to run over the network * What exactly did you do (or not do) that was effective (or

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-23 Thread Philip Ashmore
On 23/05/12 17:11, Aurelien Jarno wrote: Le 22/05/2012 08:46, Philip Ashmore a écrit : On 22/05/12 07:09, Aurelien Jarno wrote: I have not been able to reproduce the issue on: - A Core i5 M560, running a 3.2.0-2-amd64 kernel - A core i5 2500, running a 3.2.0-2-amd64 kernel - An 4 x AMD Opteron

Bug#674227: tftpd-hpa conflicts with dnsmasq

2012-05-23 Thread Philip Ashmore
On 24/05/12 05:16, Daniel Baumann wrote: severity 674227 normal tag 674227 unreproducible tag 674227 moreinfo thanks On 05/24/2012 12:40 AM, Philip Ashmore wrote: With dnsmasq intalled, the --configure install step of tftpd-hpa fails - the service won't start. tftpd-hpa and dnsmasq works

Bug#674227: tftpd-hpa conflicts with dnsmasq

2012-05-23 Thread Philip Ashmore
On 24/05/12 05:29, Daniel Baumann wrote: On 05/24/2012 06:27 AM, Philip Ashmore wrote: Error: Sub-process /usr/bin/dpkg returned an error code (1) that's useless, do it on a terminal. Agreed - I was hoping it was something obvious. I just tried apt-get purge tftpd-hpa apt-get install

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-22 Thread Philip Ashmore
On 22/05/12 07:09, Aurelien Jarno wrote: On Tue, May 22, 2012 at 02:01:44AM +0100, Philip Ashmore wrote: On 20/05/12 20:22, Aurelien Jarno wrote: tag 673596 + unreproducible thanks On Sun, May 20, 2012 at 04:01:10AM +0100, Philip Ashmore wrote: On 20/05/12 03:02, Jonathan Nieder wrote: Hi

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-22 Thread Philip Ashmore
On 22/05/12 07:09, Aurelien Jarno wrote: I have not been able to reproduce the issue on: - A Core i5 M560, running a 3.2.0-2-amd64 kernel - A core i5 2500, running a 3.2.0-2-amd64 kernel - An 4 x AMD Opteron 6134, running a 2.6.32-5-amd64 kernel - A KVM instance on a Core i7 2600k, running a

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-21 Thread Philip Ashmore
On 20/05/12 20:22, Aurelien Jarno wrote: tag 673596 + unreproducible thanks On Sun, May 20, 2012 at 04:01:10AM +0100, Philip Ashmore wrote: On 20/05/12 03:02, Jonathan Nieder wrote: Hi Philip, Philip Ashmore wrote: annexc.out, Error 1 (ignored) tst-eintr1.out, Error 1 tst-writev.out, Error

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-20 Thread Philip Ashmore
On 20/05/12 04:10, Jonathan Nieder wrote: Philip Ashmore wrote: .tf1: pthread_create failed: Resource temporarily unavailable tf1: pthread_create failed: Resource temporarily unavailable That's EAGAIN, which usually would mean some resource limit has been hit (or an out-of-memory condition

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-19 Thread Philip Ashmore
Package: libc6 Version: 2.13-32 Severity: serious Justification: fails to build from source (but built successfully in the past) Dear Maintainer, * What led up to the situation? I wanted to build a debug/local version to see the source file/line number of a segfault in libc6 kdbg * What

Bug#673596: libc6: FTBFS on wheezy/sid amd64 (test suite failures)

2012-05-19 Thread Philip Ashmore
On 20/05/12 03:02, Jonathan Nieder wrote: Hi Philip, Philip Ashmore wrote: annexc.out, Error 1 (ignored) tst-eintr1.out, Error 1 tst-writev.out, Error 1 *** Encountered regressions that don't match expected failures: tst-eintr1.out, Error 1 What does the tst-eintr1.out file say

Bug#662696: RFP: cxxparse -- alternative c++ skeletons for flex and bison

2012-03-05 Thread Philip Ashmore
Package: wnpp Severity: wishlist * Package name: cxxparse Version : 0.6.00-01 Upstream Author : Philip Ashmore cont...@philipashmore.com * URL : http://sourceforge.net/projects/cxxparse * License : LGPLv3 Programming Lang: (C, C++, flex,bison Description

Bug#640293: Presario A975 EM: fan runs at a constant (low) speed after hibernate, until it starts to overheat

2012-02-18 Thread Philip Ashmore
On 18/02/12 06:48, Jonathan Nieder wrote: Hi Philip, Philip Ashmore wrote: Just as a last check after upgrading to 3.2.4-1 and hibernating/resuming, I ran sensors from the lm-sensors package. It reported this: [...] temp1:+55.0°C (crit = +100.0°C) [...] I rebooted and sensors

Bug#640293: Presario A975 EM: fan runs at a constant (low) speed after hibernate, until it starts to overheat

2012-02-15 Thread Philip Ashmore
On 15/02/12 19:33, Jonathan Nieder wrote: Hi Philip, Philip Ashmore wrote: The thing is, when my laptop resumes from hibernate: The fan runs at a constant audible low speed. Usually the fan is so quiet it's inaudible when the cpu is idle, but after hibernate I know something's up. artsd pops

Bug#652527: pbuilder: No hook option for after .debs are written

2011-12-18 Thread Philip Ashmore
Package: pbuilder Version: 0.204 Severity: wishlist Dear Maintainer, I've got a chain of 4 packages the last three depend on the ones before it. I created a simple mirror using dpkg-scanpackages . /dev/null Packages And updated my ~/.pbuilderrc to contain

Bug#652605: mm-common's libstdc++.tag should match the version of libstdc++*-doc

2011-12-18 Thread Philip Ashmore
to refer to documentation on the standard library the user has installed, not the latest version. Regards, Philip Ashmore -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1

Bug#652423: Acknowledgement (ITP: v3c -- C/C++/sh/make/automake/Debian utility toolkit)

2011-12-17 Thread Philip Ashmore
Long description: utility C/C++ include files libv3c - a C/C++ library v3c - a utility program meant to be used in scripts or from the command line makefile includes - see v3c's client projects makefile for examples automake/aclocal m4 macros - see v3c's client projects for examples --

Bug#652425: Acknowledgement (ITP: treedb -- on-disk memory library)

2011-12-17 Thread Philip Ashmore
Long description: treedb can implement malloc functionality, and much more! Need a heap that allocates of a fixed size chunk of memory? No problem. But where treedb comes into its own is when it comes to allocating from a mmap()ed disk file - the memory becomes persistent. . If you follow

Bug#652429: Acknowledgement (ITP: meta-treedb -- on-disk memory library using meta-data)

2011-12-17 Thread Philip Ashmore
Long description: meta-treedb can implement malloc functionality, and much more! Need a heap that allocates of a fixed size chunk of memory? No problem. But where treedb comes into its own is when it comes to allocating from a mmap()ed disk file - the memory becomes persistent. . If you

Bug#652432: Acknowledgement (ITP: v3c-dcom -- Baby steps to DCOM)

2011-12-17 Thread Philip Ashmore
Long description: v3c-dcom provides a plug-in system as an alternative COM implementation. Unlike COM, v3c-dcom encourages the use of sandboxes of registered plug-ins, so allowing per site, per-group, per-user, per-program and per-job sandboxes, allowing virtually unlimited configuration

Bug#652433: Acknowledgement (ITP: v3c-qt -- v3c/automake wrapper for QT)

2011-12-17 Thread Philip Ashmore
Long description: The v3c-qt package ties QT doxygen-generated documentation into the v3c documentation chain, so that client packages can inherit this in their own doxygen-generated documentation. . It also provides automake rules for MOC, UIC and RCC, to ease their usage in client

Bug#652435: Acknowledgement (ITP: v3c-qt-examples -- v3c/automake wrapper for Qt4 - examples)

2011-12-17 Thread Philip Ashmore
Long description: The v3c-qt package ties QT doxygen-generated documentation into the v3c documentation chain, so that client packages can inherit this in their own doxygen-generated documentation. . It also provides automake rules for MOC, UIC and RCC, to ease their usage in client

Bug#652423: ITP: v3c -- C/C++/sh/make/automake/Debian utility toolkit

2011-12-16 Thread Philip Ashmore
Package: wnpp Severity: wishlist Owner: Philip Ashmore cont...@philipashmore.com * Package name: v3c Version : 2.5.0-01 Upstream Author : Name cont...@philipashmore.com * URL : http://sourceforge.net/projects/v3c/ * License : (LGPL) Programming Lang: C, C

Bug#652425: ITP: treedb -- on-disk memory library

2011-12-16 Thread Philip Ashmore
Package: wnpp Severity: wishlist Owner: Philip Ashmore cont...@philipashmore.com * Package name: treedb Version : 1.3.0-01 Upstream Author : Philip Ashmore cont...@philipashmore.com * URL : http://sourceforge.net/projects/treedb/ * License : LGPL Programming

Bug#652429: ITP: meta-treedb -- on-disk memory library using meta-data

2011-12-16 Thread Philip Ashmore
Package: wnpp Severity: wishlist Owner: Philip Ashmore cont...@philipashmore.com * Package name: meta-treedb Version : 1.4.0-01 Upstream Author : Philip Ashmore cont...@philipashmore.com * URL : http://sourceforge.net/projects/meta-treedb/ * License : LGPL

Bug#652432: ITP: v3c-dcom -- Baby steps to DCOM

2011-12-16 Thread Philip Ashmore
Package: wnpp Severity: wishlist Owner: Philip Ashmore cont...@philipashmore.com * Package name: v3c-dcom Version : 0.5.0-01 Upstream Author : Philip Ashmore cont...@philipashmore.com * URL : http://sourceforge.net/projects/v3c-dcom/ * License : LGPL

Bug#652433: ITP: v3c-qt -- v3c/automake wrapper for QT

2011-12-16 Thread Philip Ashmore
Package: wnpp Severity: wishlist Owner: Philip Ashmore cont...@philipashmore.com * Package name: v3c-qt Version : 0.7.0-01 Upstream Author : Philip Ashmore cont...@philipashmore.com * URL : http://sourceforge.net/projects/v3c-qt/ * License : LGPL Programming

Bug#652435: ITP: v3c-qt-examples -- v3c/automake wrapper for Qt4 - examples

2011-12-16 Thread Philip Ashmore
Package: wnpp Severity: wishlist Owner: Philip Ashmore cont...@philipashmore.com * Package name: v3c-qt-examples Version : 0.7.0-01 Upstream Author : Philip Ashmore cont...@philipashmore.com * URL : http://sourceforge.net/projects/v3c-qt/ * License : LGPL

Bug#648160: linux-image-2.6.32-5-vserver-amd64: newly created vservers don't run

2011-11-09 Thread Philip Ashmore
Package: linux-2.6 Version: 2.6.32-38 Severity: normal Dear Maintainer, I just tried to create a wheezy64 vserver. # vserver wheezy64 build -m debootstrap --interface wlan0:192.168.10.103/24 -- -d wheezy -m http://ftp.ie.debian.org/debian It succeeded but when I tried to start it, # vserver

Bug#646873: imagemagick: building with --enable-hdri configure flag fails

2011-10-27 Thread Philip Ashmore
Package: imagemagick Version: 8:6.6.9.7-5+b1 Severity: serious Justification: fails to build from source (but built successfully in the past) Dear Maintainer, I wanted to rebuild ImageMagick to enable HDRI so I could try out the examples at

Bug#646874: clam-networkeditor: NetworkEditor segfaults on exit after editing harmonizer network

2011-10-27 Thread Philip Ashmore
Package: clam-networkeditor Version: 1.4.0-3 Severity: normal Dear Maintainer, I tried editing the harmonizer example by disconnecting the audio input in the graph. I tried to reconnect the input to the oscilloscope - it works. When I try to reconnect the input to the SMSAnalysisCore_0, nothing

Bug#646783: fftw3: configure --enable-debug-malloc doesn't enable debug_malloc

2011-10-27 Thread Philip Ashmore
in /usr would be used. Best, Paul On 26/10/2011 22:19, Philip Ashmore wrote: Package: fftw3 Severity: normal While trying to track down a memory allocation problem with fftw3, I read the documentation and discovered the --enable-debug-malloc option. So I did an $ apt-get source fftw3 $ cd

Bug#646783: fftw3: configure --enable-debug-malloc doesn't enable debug_malloc

2011-10-26 Thread Philip Ashmore
Package: fftw3 Severity: normal While trying to track down a memory allocation problem with fftw3, I read the documentation and discovered the --enable-debug-malloc option. So I did an $ apt-get source fftw3 $ cd fftw3-3.2.2 $ ./configure CFLAGS=-g --prefix=$(readlink -f ..)

Bug#646069: rxtx: cryptic port open failure messages

2011-10-20 Thread Philip Ashmore
Package: rxtx Severity: normal Dear Maintainer, * What led up to the situation? I just got an Arduino Uno and I couldn't get the software to see the board - no ports listed. A few hours later I got it working - it would have been quicker if the error reports told more. I also found a

Bug#644995: Timing problems using libfuse-dev

2011-10-11 Thread Philip Ashmore
Package: libfuse-dev Version: 2.8.6-1 Severity: normal Dear Maintainer, * What led up to the situation? I implemented malloc using treedb (a package of mine in SourceForge) To handle processes that forked other processes, I implemented a page-wise copy on write system using libfuse-dev *

Bug#642703: general: Scan lines appear in drop-down menus. LibreOffice also shows artifacts when starting. Might be something to do with the version of fglrx.

2011-10-08 Thread Philip Ashmore
For what it's worth, I didn't know you were talking about screen corruption that _went_ _away_. I've seen that problem with menus on KDE4, but that's not what I was talking about. My problem was to do with font corruption (particular characters in particular fonts, not the same characters)

Bug#642784: network-manager 0.9.0-2 non-functional

2011-09-26 Thread Philip Ashmore
On 26/09/11 21:41, Michael Biebl wrote: Unless you can provide further information regarding this issue, I don't see another way but closing the bug report. I reported this to Trinity Trinity networking breaks with network-manager 0.9 http://bugs.pearsoncomputing.net/show_bug.cgi?id=521 It's a

Bug#642703: general: Scan lines appear in drop-down menus. LibreOffice also shows artifacts when starting. Might be something to do with the version of fglrx.

2011-09-25 Thread Philip Ashmore
Oops! I should have mentioned, I've got Intel GM965/GL960 graphics on my laptop. Philip -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#642784: [Pkg-utopia-maintainers] Bug#642784: network-manager 0.9.0-2 non-functional

2011-09-25 Thread Philip Ashmore
On 25/09/11 13:11, Michael Biebl wrote: tags 642784 moreinfo thanks Am 25.09.2011 02:42, schrieb Philip Ashmore: Package: network-manager Version: 0.8.1-6+squeeze1 Severity: grave Justification: renders package unusable Hi there. * What led up to the situation? I ran synaptic and updated

Bug#642703: general: Scan lines appear in drop-down menus. LibreOffice also shows artifacts when starting. Might be something to do with the version of fglrx.

2011-09-24 Thread Philip Ashmore
Hi there. Do you have swap space enabled? How much memory do you have? I get this problem, including font corruption (one or two characters per font), whenever I run something that causes the system to start using swap space. For me, it seems to happen most to Gnome apps, including Google

Bug#642784: network-manager 0.9.0-2 non-functional

2011-09-24 Thread Philip Ashmore
Package: network-manager Version: 0.8.1-6+squeeze1 Severity: grave Justification: renders package unusable Hi there. * What led up to the situation? I ran synaptic and updated my system. * What exactly did you do (or not do) that was effective (or ineffective)? 1. I booted Ubuntu

Bug#630441: g++-4.6 miscompilation

2011-09-23 Thread Philip Ashmore
, Philip Ashmore -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#630441: g++-4.6 miscompilation

2011-09-23 Thread Philip Ashmore
reference to a char * should read reference to a char * on the stack -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#563804: reportbug: proposes wrong version

2011-09-22 Thread Philip Ashmore
(s) are available in the Debian archive: stable: 8.13-2 unstable: 8.13-2 Do you still want to file a report? EOF Synaptics reports only one available version - the one in stable - 8.5-1. -- Package-specific info: ** Environment settings: EMAIL=Philip Ashmore cont...@philipashmore.com

Bug#642392: coreutils: ls .. from a symlink lists the parent directory of the symlink target, not the symlink itself

2011-09-22 Thread Philip Ashmore
Package: coreutils Version: 8.5-1 Severity: normal Hi there. It's easiest to show with an example EOF $ cd /temp $ mkdir -p v3c $ mkdir -p tryout $ cd tryout $ ln -s ../v3c v3c $ ls -lsa total 8 4 drwxr-xr-x 2 contact contact 4096 Sep 22 06:49 . 4 drwxr-xr-x 4 contact contact 4096 Sep 22 06:49

Bug#642392: coreutils: ls .. from a symlink lists the parent directory of the symlink target, not the symlink itself

2011-09-22 Thread Philip Ashmore
On 22/09/11 07:16, Philip Ashmore wrote: The last two listings should be the same - the contents of the directory containing the symlink. Instead, the second last listing shows the contents of the directory linked to by the symlink. Sorry, the last line should read: Instead, the second last

Bug#630441: g++-4.6 miscompilation

2011-09-22 Thread Philip Ashmore
Hi there. I believe I've tracked down the problem. I've published new versions of v3c(1.9.0-03), treedb(1.1.0-01) and meta-treedb(1.3.0-02) in SourceForge, which gets around this problem. It appears that gcc-4.6 (and clang for that matter) make some dodgy decisions about what appear to be

Bug#630441: g++-4.6 miscompilation

2011-09-22 Thread Philip Ashmore
I'll work on trying to put together a simpler test case. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#630441: g++-4.6 miscompilation

2011-09-04 Thread Philip Ashmore
On 04/09/11 15:21, Matthias Klose wrote: tag 630441 moreinfo help thanks On 07/21/2011 12:01 PM, Philip Ashmore wrote: Sorry if I wasn't clear. All the tests pass in the debug (-0O) build. I've got gcc/g++ 4.4.6-6 installed and all the tests pass in debug and release mode. This is a problem

Bug#630441: g++-4.6 miscompilation

2011-09-04 Thread Philip Ashmore
On 04/09/11 17:40, Matthias Klose wrote: On 09/04/2011 06:24 PM, Philip Ashmore wrote: - if you have a working and a non-working build, can you try The build fails due to a test failure caused by the compiler generating incorrect code. If we want to fix this bug then working around it won't

Bug#630441: g++-4.6 miscompilation

2011-09-04 Thread Philip Ashmore
- does it build using gcc-snapshot, gcc-4.5 or gcc-4.4? I have gcc and g++ locked to version 4:4.4.5-1, where they work. time sh build.sh (from Message 12 above http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630441#12) ... real6m52.589s user5m37.477s sys 0m31.150s

Bug#600204: linux-image-2.6.32-5-amd64: Squeeze ignores Lennys hibernate image

2011-09-03 Thread Philip Ashmore
On 03/09/11 20:13, Jonathan Nieder wrote: Hi Philip, Philip Ashmore wrote: The Debian kernel has to decide if the image signature is a match - that's the reason for this bug report. IMHO the release name or equivalent should be in that signature somewhere, unless you're saying

Bug#425790: Icedove 3.1.13-1 not opening email links

2011-09-03 Thread Philip Ashmore
Package: icedove Version: 3.1.13-1 Followup-For: Bug #425790 I've had this problem for a while now. Running it from konsole on KDE Trinity shows no error messages, but no browser window opens. If I try icedove urll on the command line the command completes but neither icedove or the web page

Bug#640289: clang 2.9.10 requires cpp-4.6 gcc-4.6 g++-4.6

2011-09-03 Thread Philip Ashmore
Package: clang Version: 2.9-10 Severity: normal I wanted to install clang-2.9-10 from Sid. I have llvm-2.9 installed from Sid. When I selected clang for installation in Synaptic it reported that cpp-4.6 gcc-4.6 g++-4.6 and libstdc++-6.4.6-dev were required. Unfortunately, due to

Bug#592750: Bug cloned

2011-09-03 Thread Philip Ashmore
Cloned as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640293 linux-3.0: fan behaves differently after sleep/hibernate Philip -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#630441: g++-4.6 miscompilation

2011-07-21 Thread Philip Ashmore
Sorry if I wasn't clear. All the tests pass in the debug (-0O) build. I've got gcc/g++ 4.4.6-6 installed and all the tests pass in debug and release mode. This is a problem with the g++ 4.6 release (-03) optimization. Philip -- To UNSUBSCRIBE, email to

Bug#630441: g++-4.6 miscompilation

2011-07-21 Thread Philip Ashmore
I just finished running the tests inside a fresh wheezy 32 bit chroot. The results are the same. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#630441: g++-4.6 miscompilation

2011-07-20 Thread Philip Ashmore
This fails with g++-4.6.1-4 from testing at the same place. I've updated the packages in sourceforge, so no patches are needed. I've attached a revised build.sh which runs the tests with the current versions. I was about to dive into a rant about why didn't you try this before releasing gcc/g++

Bug#633612: libegl1-mesa: libEGL warning: failed to create DRM screen

2011-07-15 Thread Philip Ashmore
Sorry I should have mentioned that the reasons I posted the header files here instead of upstream was 1. Debian prefers to be the first point of call for bugs 2. I can't log in to freedesktop.org, however many times I go through the forgot password route If someone could ping them about me

Bug#633612: libegl1-mesa: libEGL warning: failed to create DRM screen

2011-07-15 Thread Philip Ashmore
Sorry again - I meant freedesktop.org's bugzilla. Philip -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#633612: libegl1-mesa: libEGL warning: failed to create DRM screen

2011-07-13 Thread Philip Ashmore
On 12/07/11 09:34, Michel Dänzer wrote: On Die, 2011-07-12 at 04:59 +0100, Philip Ashmore wrote: Package: libegl1-mesa Version: 7.10.3-3 Severity: normal I had a real problem tryinh to run the OpenVG demos included in the mesa-demos-8.0.1.tar.bz2 archive - header files missing! I've attached

  1   2   >