Package: apt
Version: 0.6.42.1
Severity: normal
I get this on "apt-get update":
Get:1 http://mirror.pacific.net.au stable Release.gpg [197B]
Get:2 http://mirror.pacific.net.au testing Release.gpg [189B]
Hit http://mirror.pacific.net.au stable Release
Get:3 http://security.
Package: libcryptokit-ocaml-dev
Version: 1.2-8
Severity: grave
The package Numerix (libnumerix-ocaml-dev) is required when linking to
to package Cryptokit (libcryptokit-ocaml-dev), but when I try to link
I get:
ocamlopt -o test -I /usr/lib/ocaml/3.08.3/numerix -I
/usr/lib/ocaml/3.08.3/crypt
Package: libghc6-plugins-dev
Severity: grave
When trying to install this package I get:
libghc6-plugins-dev: Depends: ghc6 (>= 6.4.1) but 6.4-4.1 is to be installed
The ghc version seems a little screwy :-).
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT
Package: pkg-config
Version: 0.17.2-1
Severity: important
According to the man page:
PKG_CONFIG_LIBDIR
Replaces the default pkg-config search directory.
Try it out:
prompt > ls -l lib/pkgconfig/oggz.pc
-rw-r--r-- 1 erikd erikd 289 Jun 11 18:22 lib/pkgconfig/oggz.pc
p
Package: svn-arch-mirror
Version: 0.2.6-1
Severity: important
I'm doing:
svn checkout svn://seth.intheinter.net/polypaudio/trunk polypaudio--upstream
cd polypaudio--upstream
svn-arch-mirror -A [EMAIL PROTECTED] init polypaudio--upstream--0
All goes well until I get this error:
Package: glpk
Version: 4.8-1
Severity: important
I had a piece of code that has been working with GLPK quite happily
for some time. Today I had to make a slight change to my code and
found that it no longer compiles. Here are the error messages:
calc.c:264: warning: implicit declaration of
Package: wnpp
Severity: wishlist
* Package name: svg2png
Version : 0.1.2
Upstream Author : Carl Worth <[EMAIL PROTECTED]>
* URL : http://cairographics.org/snapshots/
* License : MIT/X
Description : SVG graphics to PNG converter
Command line utility to co
ontain patches that have
been rejected by the upstream authors.
Erik
--
+-----------+
Erik de Castro Lopo [EMAIL PROTECTED] (Yes it's valid)
+---+
Never argue with stupid people. They'l
rect, the patch actually adds a function to the native code
generators.
Until Ocaml can do inline assembly (I hope hell freezes over first :-))
this cannot be achieved without patching the compiler.
Cheers,
Erik
--
+-------+
Erik de Castro Lo
--
+---+
Erik de Castro Lopo
+---+
C offers you enough rope to hang yourself.
C++ offers a fully equipped firing squad, a last cigarette and
a blindfold.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubs
Package: libflac6
Version: 1.1.1-5
Severity: normal
The upstream version 1.1.2 has been available since February.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (700, 'testing'), (650, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /
Package: liboggflac1
Version: 1.1.1-5
Followup-For: Bug #297331
Version 1.1.2 of the liboggflac libs do not fill in the metadata
correctly as hinted in this post the the flac-dev mailing list:
http://lists.xiph.org/pipermail/flac-dev/2005-October/001840.html
-- System Information:
Debian R
Package: libcamlimages-ocaml-dev
Version: 2.20-8
Severity: normal
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-
Package: libcamlimages-ocaml-dev
Version: 2.20-8
Severity: normal
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-
This bug is a duplicate of 404393. Please close.
--
+---+
Erik de Castro Lopo
+---+
"Try switching to a distribution that actually ..distributes..
things people need.&quo
why oImage.cmxa doesn't
exist.
Erik
--
+-----------+
Erik de Castro Lopo
+---+
"The phrase "object-oriented" means a lot of things. Half are obvious,
and the other half are
Package: flashplugin-nonfree
Version: 9.0.21.78.3
Severity: normal
For some reason the call to wget in the installer ignores the http_proxy
setting and I get this:
Downloading...
--09:09:52--
http://download.macromedia.com/pub/labs/flashplayer9_update/FP9_plugin_beta_112006.tar.gz
line above doesn't work?
Cheers,
Erik
--
+-----------+
Erik de Castro Lopo
+---+
C++ : an octopus made by nailing extra legs onto a dog.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: liblablgl-ocaml
Version: 1.02-2
Severity: normal
Simple lablgl program:
let init () =
GlClear.color (0.0, 0.0, 0.0)
let display () =
GlClear.clear [ `color ; `depth ] ;
Glut.swapBuffers ()
let right_menu ~value =
Printf.printf "right
Package: ocaml
Version: 3.08.2-1
Severity: wishlist
The OCaml standard library function int_of_float is slow on x86. See:
http://sardes.inrialpes.fr/~aschmitt/cwn/2005.02.22.html#8
I have developed a patch that adds a round_to_int function:
http://www.mega-nerd.com/OCaml/
I'd love to
diff -ru ocaml/asmcomp/cmm.ml ocaml-hacked/asmcomp/cmm.ml
--- ocaml/asmcomp/cmm.ml2005-02-21 22:33:44.0 +1100
+++ ocaml-hacked/asmcomp/cmm.ml 2005-02-21 21:58:02.0 +1100
@@ -79,7 +79,7 @@
| Ccmpa of comparison
| Cnegf | Cabsf
| Caddf | Csubf | Cmulf | Cdivf
- | Cfl
Hi all,
Ben contacted me about this patch because my name is listed in
the Version Information dailog box.
I think Ben's patch is a great addition to this very useful program
and I fully endose the patch.
Cheers,
Erik
--
+---+
Er
tarted.
[ 12.592933] windfarm: Drive bay control loop started.
Definitely something wonky there.
Erik
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
and is being
auto-loaded.
Erik
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Conta
Erik de Castro Lopo wrote:
> Hi,
>
> A previosu message in this big suggested that the i2c_powermac module
> may be involved.
>
> I can confirm that this module is missing completely for the 3.12 kernel
> (there is no module of that name in the /lib/modules/3.12-1-power
r the
> windfarm modules?
Loading after is fine. I therefore assume that loading before is also
fine.
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.d
37 (PowerMac G5 Dual Core)
Erik
--
------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
be closed.
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Thanks Wookey,
I uploaded a new package two days ago, but the upload queue seems to
be busted. I'm hoping the new package will just magically appear
when the queue gets fixed.
Cheers.
Erik
--
--
Erik de Castro Lopo
Package: network-manager-gnome
Version: 0.9.8.4-1
Followup-For: Bug #572714
Answering questions from earlier in the bug report.
Currently I am the only user logged in other than daemons.
Logging out and back in again does not fix it.
Rebooting does not fix it.
Running nm-applet from the command
Package: gnome-shell
Version: 3.8.4-4
Severity: normal
The "Lock Screen" functionality that used to be available from
after clicking my name from the top tool bar is still there, but
currently does nothing.
In addtion, suspending the computer then reviving it results in
a machine that is still lo
Erik de Castro Lopo wrote:
> Package: gnome-shell
> Version: 3.8.4-4
> Severity: normal
>
> The "Lock Screen" functionality that used to be available from
> after clicking my name from the top tool bar is still there, but
> currently does nothing.
>
> In
Package: reportbug
Version: 6.4.4
Severity: normal
For example.
> reportbug gnome-shell
Detected character set: UTF-8
Please change your locale if this is incorrect.
Using 'Erik de Castro Lopo ' as your from address.
Getting status for gnome-shell...
Checking for newer versio
Package: gnome-shell
Version: 3.8.4-4
Severity: normal
This is a regression from gnome-shell 3.4.
On this laptop I could hold down the funtion key and be pressing f2 or f4 I
could dim or brighten the LCD backlight. These kesy now do nothing.
-- System Information:
Debian Release: jessie/sid
A
Package: gnome-panel
Version: 3.6.2-2
Severity: normal
For as long as I can remember (and definitely in gnome 3.4), gnome has had a
battery
power applet but this release it is missing.
When running on a laptop, a battery power applet is sessential.
-- System Information:
Debian Release: jessie
Package: gcc-4.9
Version: 4.9-20140411-2
Severity: normal
This is a regression from gcc-4.8.
With gcc-4.8 this works because -fsanitize=address works in 4.8:
> gcc-4.8 -fsanitize=address test.c -o /dev/null
and this fails and exits with non-zero because -fsanitize=integer
is not supported i
orrectly, I never get the
/home/chroot/$chroot_name/dev
mount.
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscr
Erik de Castro Lopo wrote:
> On the machine that displays this problem I have a amd64 Sid chroot
> called sid64. If I run it using 'schroot -c sid64' and immediately
> exit I get:
If I just start the chroot and run mount I see:
/dev/sda4 on
/var/lib/schroot/mount/sid64
Erik de Castro Lopo wrote:
> I see two mount points for every one mount point I expect. Eg:
>
>
> /var/lib/schroot/mount/sid64-5249d6ca-d680-4570-8cc3-e9ade2fd42d1/home/chroot/sid64/tmp
>
> and
> /home/chroot/sid64/home/chroot/sid64/tmp
>
> The second on
Erik de Castro Lopo wrote:
> Yes, I was using systemd on the machine where this is a problem and
> *not* using systemd on the machine where there is no problem.
>
> On the machine that was having the problem I un-installed systemd
> and the problem disappeared. This is definitely
Erik de Castro Lopo wrote:
> Can anyone figure out from what we know so far if this is an schroot
> but or a systemd bug?
>
> If someone can give me a gentle nudge in the right direction I'm willing
> to invest some time on this because I really do need this bug fixed.
e to close this
bug.
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
e in the next release.
Cheers,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
disappeared. This is definitely systemd related.
Cheers,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
this bug.
Cheers,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
close this if no one else can
reproduce it.
Cheers,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscr
close this if no one else can
reproduce it.
Cheers,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscr
Package: linux-2.6
Version: 3.1.1-1
Severity: normal
Mouse works when the laptop is connected to power but stops about 20 seconds
after power is disconnected. Re=connecting power and the mouse starts working
again. This problem did not exist in 2.6.32 but did in 3.0.
-- Package-specific info:
*
Package: gnome-shell
Version: 3.0.2-5
Severity: normal
Gnome-shell hangs when I ssh into another machine and Xdisplay something back
onto this machine.
I'll attach the .xsession-errors file.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'),
Jonathan Nieder wrote:
> Erik de Castro Lopo wrote:
>
> > Mouse works when the laptop is connected to power but stops about 20 seconds
> > after power is disconnected. Re=connecting power and the mouse starts
> > working
> > again. This problem did not exist in 2.6
test.
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Jonathan Nieder wrote:
> found 648939 linux-2.6/2.6.37-2
> quit
>
> Erik de Castro Lopo wrote:
>
> > Both 2.6.37-2-amd64 and 2.6.38-2-amd64 have the same problem.
>
> BTW, a more useful version number is that shown in parentheses by
> "cat /proc/version&quo
Jonathan Nieder wrote:
> found 648939 linux-2.6/2.6.33-1~experimental.5
> quit
>
> Erik de Castro Lopo wrote:
>
> > Here are two more data points (version numbers from /proc/version):
> >
> > Good2.6.32-5-amd64 (Debian 2.6.32-39)
> >
responsive, apart from
Ctrl+Alt+F1 to get a vitual console, but on about 1/3 of the hangs
not even switching to a virual console helps, although I can SSH
back into the machine and kill X that way.
Erik
--
------
Erik de Castro
Package: libcairo-ocaml-dev
Version: 1:1.2.0-2+b1
Severity: normal
There is a new upstream version (3.5) available here:
http://forge.ocamlcore.org/projects/cairo/
Would love to see that packaged for Debian.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT
be turned into an RFP...
I should probably play around with this a bit on my own first.
Cheers,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with
Erik de Castro Lopo wrote:
> Stéphane Glondu wrote:
>
> > It is not the same upstream. They don't even look related.
>
> Sorry, at first glance they did indeed seem to have a very similar
> API.
Also, the library installs itself in /usr/lib/ocaml/cairo2/ so it
sho
Erik de Castro Lopo wrote:
> Erik de Castro Lopo wrote:
>
> > Stéphane Glondu wrote:
> >
> > > It is not the same upstream. They don't even look related.
> >
> > Sorry, at first glance they did indeed seem to have a very similar
> > API.
>
and powerpc fail.
Cheers,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
o take this over.
Cheers,
Erik
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
space, but the ppc64
machine has a 64 bit kernel (32 bit kernel won't boot).
The other thing is that your G4 CPU does not have altivec instructions.
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNS
Ulrik Sverdrup wrote:
> It does have altivec, and it appears to be detected by linux (see
> cpuinfo output, second line)
Ok, then it must purely be a 32 vs 64 bit thing.
Erik
--
--
Erik de Castro Lopo
http://www.mega-ne
Package: libcairo2
Version: 1.10.2-6.2
Severity: normal
Attached very simple C program compiled and run as follows:
gcc -Wall `pkg-config --cflags --libs cairo` test.c -o test && \
./test && \
eog test.png
produces incorrect results in Debian testing with libcairo2 1.10.2 and
correc
https://bugs.freedesktop.org/show_bug.cgi?id=44788
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Troubl
s working on it and when it will be up again.
Aw gee! Now I'm going to get blamed for shutting down the hackage trac
when all I did was report spam on it.
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To U
Jonathan Nieder wrote:
> Jonathan Nieder wrote:
> > Erik de Castro Lopo wrote:
>
> >> product_name: HP EliteBook 6930p
> [...]
> >> [23415.259062] BUG: unable to handle kernel NULL pointer dereference at
> >> (null)
> >> [23415.259072] IP:
before the project specific header.
HTH,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: nemiver
Version: 0.9.2-1
Severity: normal
Segfaults on startup on PowerPC.
Backtrace from GDB below:
Script started on Fri Jul 13 22:08:28 2012
$ gdb --args nemiver /bin/ls
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3
Package: wnpp
Severity: wishlist
Owner: Erik de Castro Lopo
* Package name: haskell-sdl-gfx
Version : 0.5.3
Upstream Author : David Himmelstrup
* URL : http://hackage.haskell.org/package/SDL-gfx
* License : BSD
Programming Lang: Haskell
Description
Package: wnpp
Severity: wishlist
Owner: Erik de Castro Lopo
* Package name: haskell-sdl-mixer
Version : 0.5.5
Upstream Author : David Himmelstrup
* URL : http://hackage.haskell.org/package/SDL-mixer
* License : BSD
Programming Lang: Haskell
Description
Package: wnpp
Severity: wishlist
Owner: Erik de Castro Lopo
* Package name: haskell-sdl-image
Version : 0.5.2
Upstream Author : David Himmelstrup
* URL : http://hackage.haskell.org/package/SDL-image
* License : BSD
Programming Lang: Haskell
Description
Package: wnpp
Severity: wishlist
Owner: Erik de Castro Lopo
* Package name: haskell-sdl-ttf
Version : 0.5.5
Upstream Author : David Himmelstrup
* URL : http://hackage.haskell.org/package/SDL-ttf
* License : BSD
Programming Lang: Haskell
Description
Package: wnpp
Severity: wishlist
Owner: Erik de Castro Lopo
* Package name: haskell-sdl-mixer
Version : 0.5.5
Upstream Author : David Himmelstrup
* URL : http://hackage.haskell.org/package/SDL-mixer
* License : BSD
Programming Lang: Haskell
Description
then in hangs.
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
his:
tmpfs on /dev type tmpfs (rw, relatime, mode=755)
which seems a little weird.
System still not booting properly.
Erik
--
------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian
Erik de Castro Lopo wrote:
> System still not booting properly.
After booting to the rescue option, mounting /dev/sda1 and
running a shell I do:
r...@debian:/# grub-install /dev/sda
Installation finished. No error reported.
r...@debian:/# update-grub
Generating grub.
Erik de Castro Lopo wrote:
> On reboot I still get the "Non system disk" error and have to
> boot to the iso again.
Fixed it!
It turned out that /dev/sda1 did not have the bootable flag set.
Going into fdisk, setting the bootable flag for the first partition
and then running
Package: binfmt-support
Version: 1.2.17
Severity: normal
Can't exec "/usr/lib/cli/binfmt-detector-cli": No such file or directory
at /usr/share/binfmt-support/run-detectors line 92.
Basically the run-detectors script should check to see if
binfmt-detector-cli exists and only exec it if it
->{detector}) {
+if (length $format->{detector} && -e $format->{detector}) {
my $status = system $format->{detector}, $ARGV[0];
$status /= 256; # actual exit value
if ($status == 0) {
--
------
Colin Watson wrote:
> On Mon, Mar 29, 2010 at 06:22:43PM +1100, Erik de Castro Lopo wrote:
> > Can't exec "/usr/lib/cli/binfmt-detector-cli": No such file or directory
> > at /usr/share/binfmt-support/run-detectors line 92.
> >
> > Basically th
Package: devscripts
Version: 2.10.61
Severity: normal
I believe uscan should return an error code of zero in the following case:
$ uscan --report-status --watchfile debian/watch
Processing watchfile line for package haskell-unixutils...
Newest version on remote site is 1.22, local versi
is bug.
Thanks,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Julien Cristau wrote:
> tag 614761 moreinfo
> kthxbye
>
> On Wed, Feb 23, 2011 at 20:41:16 +1100, Erik de Castro Lopo wrote:
>
> > Package: xserver-xorg-video-intel
> > Version: 2:2.14.0-4
> > Severity: normal
> >
> >
> > This is xserve
... done.
Segmentation fault
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
rik, any news? Is the current hack good enough? :)
Seems to be.
> Do you know if
> anyone has contacted upstream about this?
I sent a couple fof emails but didn't even receive and ACK.
Cheers,
Erik
--
--
Erik
Mehdi Dogguy wrote:
> On 0, Erik de Castro Lopo wrote:
> >
> > I get a FTBFS even on amd64 if /bin/sh is dash instead of bash. Its
> > the same test that fails:
> >
> > issue1763-pull-fails-on-non-ascii-filenames.sh
> >
>
> I saw that you w
Julien Cristau wrote:
> tag 575053 moreinfo
> kthxbye
>
> On Fri, Feb 25, 2011 at 18:50:55 +1100, Erik de Castro Lopo wrote:
>
> > Erik de Castro Lopo wrote:
> >
> > > Yep, xserver-xorg-video-intel version 2:2.14.0-4 seems to have fixed
> > > it. I&
rgv=argv@entry=0xb7c4) at prnt/hpcups/HPCupsFilter.cpp:544
#9 0x08049e6a in main (argc=7, argv=0xb7c4) at
prnt/hpcups/HPCupsFilter.cpp:51
I'd love for someone to have a look at that, and I'm happy to
test any fixes or do more debugging.
Cheers,
Erik
--
Erik de Castro Lopo
Package: pidgin
Version: 2.10.7-2+b1
Severity: normal
(11:02:05) certificate/x509/tls_cached: Starting verify for jabber.x.com
(11:02:05) certificate/x509/tls_cached: Checking for cached cert...
(11:02:05) certificate/x509/tls_cached: ...Not in cache
(11:02:05) certificate: Checking signatur
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
compiled on machine A on
machine B and it worked. I then upgraded pidgin to 2.10.7 for the
debian repo and it also worked.
Still not sure what is going on here.
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To U
rik
--
--
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
module Scan(lexer, AlexPosn(..), Token(..), Tkn(..), tokPosn) where
I'm quite a regular user of alex and I'm surprised I haven't run
into this yet.
Cheers,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-ne
http://trac.haskell.org/haskell-platform/ticket/141
http://trac.haskell.org/haskell-platform/ticket/171
Apparently this will be fixed in ghc-7.2 which should be released
around september this year.
Erik
--
----------
Erik de Castro Lopo
http:
then upgrading to
0.1.8-3. That should work correctly.
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
few final little issues I
need to sort out which I've asked about on the debian-haskell@lists.d.o
mailing list.
Cheers,
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to
cally, please post the output of the command "cat /proc/cpuinfo"
for your powerpc system where GHCi works correctly.
Regards,
Erik
--
------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian
ning when you see that message?
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
r powerpc system where ghci works that may provide a clue.
Cheers,
Erik
PS : I have been tracking GHC upstream for the best part of a year and
GHCi remains broken on my system.
--
----------
Erik de Castro Lopo
http://www.mega-ner
;python' or
at least 'py' in the package name?
Erik
--
----------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
1 - 100 of 342 matches
Mail list logo