[Bug 1396054] Re: output of filename garbled

2015-05-03 Thread Christoph Egger
Hi!

can you provide the PDF where this happened? If you can't publish it you
can hand it to the main developer directly also.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1396054

Title:
  output of filename garbled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdfgrep/+bug/1396054/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1308159] Re: QtCreator shows no main menu in gnome3

2014-05-15 Thread Christoph Egger
as a workaround on ubuntu 14.04 unsetting QT_QPA_PLATFORMTHEME works

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308159

Title:
  QtCreator shows no main menu in gnome3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1308159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1308159] Re: QtCreator shows no main menu in gnome3

2014-05-15 Thread Christoph Egger
SO what's the suggested solution for people that can't just remove unity
from their system?

If that bug's won't fix -- is there an open bug at the appropriate other
package?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308159

Title:
  QtCreator shows no main menu in gnome3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1308159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040330] Re: New upstream version 12.7.1 available that fixes some bugs.

2013-03-18 Thread Christoph Egger
You could sync from debian/experimental. It's a perfectly valid version
just not yet in unstable due to debian freeze

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040330

Title:
  New upstream version 12.7.1 available that fixes some bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecl/+bug/1040330/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1087883] [NEW] Sync sbcl 2:1.1.2-1 (universe) from Debian experimental (main)

2012-12-07 Thread Christoph Egger
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

 affects ubuntu/sbcl
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please sync sbcl 2:1.1.2-1 (universe) from Debian experimental (main)

Explanation of the Ubuntu delta and why it can be dropped:

  Delta has been merged in Debian and there are some bugs fixed in
  experimental that also affect ubuntu. It's in experimental only
  because of the debian freeze

Changelog entries since current raring version 2:1.0.57.0-2ubuntu1:

sbcl (2:1.1.2-1) experimental; urgency=low

  * New upstream release:
changes in sbcl-1.1.2 relative to sbcl-1.1.1:
* notice: System requirements for SBCL on Microsoft Windows:
Windows NT 5.1
  or newer (Windows XP, Server 2003) is required.  Support for
Windows 2000
  (NT 5.0) is no longer being maintained.
* notice: Starting with this version, SBCL on Windows no longer
supports
  building with disabled thread support.
* enhancement: frlocks have been added to SB-CONCURRENCY contrib
module.
* enhancement: New feature sb-dynamic-core allows the runtime to
be
  rebuilt or relocated without requiring changes to the core file
on
  all linkage table platforms.  Required on Windows.  (Thanks to
Anton
  Kovalenko.)
* enhancement: Console I/O streams use UCS-2. (Thanks to Anton
Kovalenko.)
* enhancement: I/O on Windows unnamed pipes is interruptible
  asynchronously using interrupt-thread, timers when running on
Windows NT
  version 6.1 or newer (Windows 7, Server 2008 R2).  (Thanks to
Anton
  Kovalenko.)
* enhancement: Support for the experimental safepoint-based
stop-the-world
  protocol on the PowerPC platform.
* bug fix: Non-blocking reads from the Windows console were not
necessarily
  non-blocking. Thanks to Anton Kovalenko. (lp#308923)
* bug fix: stability of threads on Windows has been improved upon
through
  an updated stop-the-world protocol (thanks to Anton Kovalenko).
  * Drop 4th version digit

 -- Christoph Egger   Fri, 07 Dec 2012 15:04:10
-0800

sbcl (2:1.1.1.0-3) experimental; urgency=low

  * Point SRC pathname translator to the install location of
sbcl-source
and not the random directory sbcl happens to be built in (Closes:
#652372)

 -- Christoph Egger   Fri, 07 Dec 2012 14:09:34
-0800

sbcl (2:1.1.1.0-2) experimental; urgency=low

  * Fix features for non-arch-all builds (Closes: #693682)

 -- Christoph Egger   Wed, 28 Nov 2012 18:53:38
-0800

sbcl (2:1.1.1.0-1) experimental; urgency=low

  * New upstream release
  * changes in sbcl-1.1.1 relative to sbcl-1.1.0:
* enhancement: WITH-COMPILATION-UNIT no longer grabs the world-lock.
  (COMPILE and COMPILE-FILE still do.)
* optimization: the SPARC backend now supports the precise generational
  (GENCGC) garbage collection.  Enabled by default on Solaris/SPARC and
  Linux/SPARC.  Thanks to Raymond Toy (via CMUCL).
* enhancement: add experimental support for the SB-THREAD feature and the
  timer facility on Windows.  Thanks to Dmitry Kalyanov and Anton Kovalenko.
  Threads are enabled by default, and this version of SBCL is considered
  to be the last and final release to officially support building with
  threads disabled.
* optimization: The compiler no longer rotates loops in some cases where
  this transformation actually lead to worse code being generated.
* bug fix: SB-CLTL2:MACROEXPAND-ALL correctly handles shadowing of
  symbol-macros by lexical bindings.
* bug fix: stack allocation was prevented by high DEBUG declaration in
  several cases.
* bug fix: SB-EXT:GC-LOGFILE signaled an error when no logfile was set.
  (thanks to SANO Masatoshi)
* bug fix: PARSE-NATIVE-NAMESTRING performed non-native parsing when
  :JUNK-ALLOWED was true.
* bug fix: type derivation inferred overly conservative types for
  unions of array types. (lp#1050768)
  * changes in sbcl-1.1.0 relative to sbcl-1.0.58:
* enhancement: New variable, sb-ext:*disassemble-annotate* for controlling
  source annotation of DISASSEMBLE output. Defaults to T.
* enhancement: TIMEOUT arguments added to WITH-MUTEX and
  WITH-RECURSIVE-LOCK, and WAIT-P argument added to WITH-RECURSIVE-LOCK.
* enhancement: SB-EXT:ATOMIC-PUSH and SB-EXT:ATOMIC-POP allow atomic
  operations on list heads.
* enhancement: Optional features (not enabled by default) allow the
  use of signals for inter-thread synchronization to be reduced on certain
  supported platforms (currently Linux, Solaris, and FreeBSD on x86 and
  x86-64).  Set (and :sb-thread :sb-safepoint :sb-thruption :sb-wtimer)
  to test these experimental features.  Known remaining bugs include minor
  thread safety issues, less timely freeing of memory by GC, and certain
  (not yet optimally low) runtime overhead.  Thanks to Anton Kova

[Bug 1058407] Re: --preserve-data dysfunctional

2012-09-28 Thread Christoph Egger
fwiw in CloneManager.py around 477 disabling the exception for the
--preserve-data case and it works as expected

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058407

Title:
  --preserve-data dysfunctional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtinst/+bug/1058407/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1058407] [NEW] --preserve-data dysfunctional

2012-09-28 Thread Christoph Egger
Public bug reported:

% virt-clone --preserve-data -o master -n node001 -f disk-node001.qcow2
ERRORcannot stat file '/var/lib/libvirt/images/disk-node001.qcow2': No such 
file or directory

% qemu-img create -f qcow2 -b disk-master.qcow2 disk-node001.qcow2
[...]

% virt-clone --preserve-data -o master -n node001 -f disk-node001.qcow2
ERRORClone onto existing storage volume is not supported: 
'/var/lib/libvirt/images/disk-node001.qcow2'

Distributor ID: Ubuntu
Description:Ubuntu 12.04.1 LTS
Release:12.04
Codename:   precise

Note: I never expected the first to work, but I think the second virt-
clone should

** Affects: virtinst (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  % virt-clone --preserve-data -o master -n node001 -f disk-node001.qcow2
  ERRORcannot stat file '/var/lib/libvirt/images/disk-node001.qcow2': No 
such file or directory
  
  % qemu-img create -f qcow2 -b disk-master.qcow2 disk-node001.qcow2
  [...]
  
  % virt-clone --preserve-data -o master -n node001 -f disk-node001.qcow2
  ERRORClone onto existing storage volume is not supported: 
'/var/lib/libvirt/images/disk-node001.qcow2'
  
  Distributor ID:   Ubuntu
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04
  Codename: precise
+ 
+ Note: I never expected the first to work, but I think the second virt-
+ clone should

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058407

Title:
  --preserve-data dysfunctional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtinst/+bug/1058407/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1030022] Re: Port from legacy Xlib to to modern XCB

2012-07-28 Thread Christoph Egger
** Changed in: herbstluftwm (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1030022

Title:
  Port from legacy Xlib to to modern XCB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/9wm/+bug/1030022/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604536] Re: slock segfaults

2012-03-20 Thread Christoph Egger
% ls -lha /usr/bin/slock
-rwsr-xr-x 1 root root 9.4K 2010-12-06 23:42 /usr/bin/slock


Same on Debian where it works

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/604536

Title:
  slock segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwm-tools/+bug/604536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604536] Re: slock segfaults

2012-03-20 Thread Christoph Egger
% gdb slock
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/slock...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/slock 
slock: cannot retrieve password entry (make sure to suid slock)
[Inferior 1 (process 22347) exited with code 01]
(gdb) bt full
No stack.
(gdb) set follow-fork-mode 
Requires an argument. Valid arguments are child, parent.
(gdb) set follow-fork-mode 1
Undefined item: "1".
(gdb) set follow-fork-mode true
Undefined item: "true".
(gdb) set follow-fork-mode 
child   parent  
(gdb) set follow-fork-mode child 
(gdb) run
Starting program: /usr/bin/slock 
slock: cannot retrieve password entry (make sure to suid slock)
[Inferior 1 (process 22503) exited with code 01]
(gdb) bt full
No stack.
(gdb) set follow-fork-mode parent 
(gdb) run
Starting program: /usr/bin/slock 
slock: cannot retrieve password entry (make sure to suid slock)
[Inferior 1 (process 22556) exited with code 01]
(gdb) bt full
No stack.
(gdb)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/604536

Title:
  slock segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwm-tools/+bug/604536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 922866] [NEW] Sync fife 0.3.3+r2+dfsg1-4 (universe) from Debian testing (main)

2012-01-27 Thread Christoph Egger
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

 affects ubuntu/fife
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please sync fife 0.3.3+r2+dfsg1-4 (universe) from Debian testing (main)

Changelog entries since current precise version 0.3.3+r2+dfsg1-3:

fife (0.3.3+r2+dfsg1-4) unstable; urgency=low

  * Import patch from upstream to add support for smaller widescreen
displays and fixes crashes on such systems (Closes: #655861)
  * Set Maintainer to Debian Games Team, me to uploader
  * Add VCS git URLs

 -- Christoph Egger   Sat, 14 Jan 2012 13:50:13
+0100

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.18 (GNU/Linux)

iQIcBAEBCgAGBQJPIx+dAAoJEKv/7bJACMb57qkQAKaW2+CX7f0/E3onYIUtaqod
xqE8zUIylUprMcJw3q/r2e+iV1nMoB4txpL/rUWN9krMyHEgPz4/vOlrnUTxWCDf
TtZ1AXrCp8vXBZ/ud7d79ansodGkKYsnQUMnc9j7sQo4+uh7Deaj8Eck3e24Cayv
LnfEShCrH7qYcXS1zrcIiqIjzBgRZYPl7kZQkOwyGVSO/he9fRURRYpqvzqcx5bc
rProsHl1F3D6xhs03UNK9rsBwuWLnklzdTWF5PzmAK28tEMcLCC8EZfOLKHngUa/
X93hUEFY3ioIoa8LWbl/8Si16gln1zUm35MRN/cB9bBVyJvDFO6OGkFyIPpvrULw
K/29HCp8P0GOOcnDz27/MuhmHU0aJ7FDYpuFF34+qpBn9Pro86btk/ViTvR28jjp
EZ942XevrzROhIYBxyEhS6AfsaS8XwK71hatonzUM1bJkfobnN8jm6GzUs2I3vH2
o9jPy0lsWMk5V3rx5nIIQ/bF2+fTzGc9PgGiebnFcmN0oiqhb5Splum4+tVcw9rP
6Oar3XMvGrwkg74vPy1zTv6SnMwvz+qEYqupPMypepILUYNk+CZbiGs33WodHWhp
vQY8cjA1Sgf0VR9ADei1fDU7n9huBRBgtHRXVeGpCrIM8GdtoBp4L41RwvQiErds
yZi0+H3cuf7LyUjUVdj5
=CbR1
-END PGP SIGNATURE-

** Affects: fife (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/922866

Title:
  Sync fife 0.3.3+r2+dfsg1-4 (universe) from Debian testing (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fife/+bug/922866/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 920711] [NEW] Sync unknown-horizons 2011.3+dfsg1-1 (universe) from Debian testing (main)

2012-01-23 Thread Christoph Egger
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

 affects ubuntu
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please sync unknown-horizons 2011.3+dfsg1-1 (universe) from Debian
testing (main)

All changelog entries:

unknown-horizons (2011.3+dfsg1-1) unstable; urgency=low

  * Upstream Release
* Upload to Debian for the first time (Closes: #632361)
* */enet.so removed -- sourceless and not needed as we have
* python-enet

 -- Christoph Egger   Fri, 06 Jan 2012 19:03:42 +0100
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.18 (GNU/Linux)

iQIcBAEBCgAGBQJPHedxAAoJEKv/7bJACMb5WC8P/2WuKW4tJ1E4lPgImyE7sjC0
hL2H+nclJJDtRVng+47SsuWKqgJuzYlYtgZdsde62v1gUNbpMLl7ciHMYJw108w8
jbb9ZdcnDVeM5Nf5zl1VkVf/eDjdIpfO6t8R3ILlce3CBmCDsGD+poFW8XA0Fgya
SV4jlrB5CaWE1VUQJJaHTbh49iRPaV+cuUiyBRbo9ytt9jETtSs6ir85muLpruT2
qTt/vb/zUpWiZF85mUmjKp3MQ2SCwTglXKlP85IxMZs1OMLRtlKq2Tjp/Q3q1ta6
/hVamHIS2FfQW3wh0yBcSBVKg2RgQj0GvWn4hf5QDliUsazCDVid3kryUa/YN4h1
AICGqIa4ABzu61WCahzffDMM25oVmBLVul912w/TgXJVocZr4ML/yljGeZYf9HTA
ewyLZrxt3sKlQMg6EqXdwezwXDFX8oY859277UUCsoRqtIdYT/RUC4oTrv9Tcfgx
e0ftEynucLXherBLtewMeQIMPnXBI7yAODGp8c2JFgtjGvXCjBpFhH54Snznsv3j
DipnJIFXQTkgItSgi/Cp9g8nNiP/++ovgWpuG04+2S6/TgJMV4zxFN7Lg/Srzod9
xg8WvHAnP+gTyvz26oHvQd5rQTJEZbhl+zCsaVORgCEhOBxXyUB7horur5yLoFRr
lotqOUHP+KpFZaQEWZ9r
=9ufe
-END PGP SIGNATURE-

** Affects: ubuntu
 Importance: Wishlist
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920711

Title:
  Sync unknown-horizons 2011.3+dfsg1-1 (universe) from Debian testing
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/920711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 918636] [NEW] No way to select session when loggind in using 'Other'

2012-01-19 Thread Christoph Egger
Public bug reported:

If my account is listed in lightdm screen and I use that option,
selecting the session type (e.g. xmonad) wworks as expected. If logging
in as 'Other' -> type username -> type password and I select session
type when entering the username, it's back to default once I get to the
password screen. Selecting here a non-system-default session will not
take any effect.

So for correct functioning
a) the user selection made when entering the username needs to be preserved (or 
the session type selection disabled there)
b) the session selected in the password entering stage needs to actually take 
effect
c) If I use the 'entering username' way of login, my last selection should be 
preserved

Ubuntu 11.10 i386. Accounts in NIS, Authentication using kerberos

** Affects: lightdm (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- No way to select session when loghgind in using 'Other'
+ No way to select session when loggind in using 'Other'

** Description changed:

  If my account is listed in lightdm screen and I use that option,
  selecting the session type (e.g. xmonad) wworks as expected. If logging
  in as 'Other' -> type username -> type password and I select session
  type when entering the username, it's back to default once I get to the
  password screen. Selecting here a non-system-default session will not
  take any effect.
  
  So for correct functioning
  a) the user selection made when entering the username needs to be preserved 
(or the session type selection disabled there)
  b) the session selected in the password entering stage needs to actually take 
effect
  c) If I use the 'entering username' way of login, my last selection should be 
preserved
+ 
+ Ubuntu 11.10 i386. Accounts in NIS, Authentication using kerberos

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/918636

Title:
  No way to select session when loggind in using 'Other'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/918636/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 795368] Re: Stumpwm fails to compile (compiles on other versions of sbcl)

2011-10-10 Thread Christoph Egger
I fear it might be too late to just get a (hopefully working) 1.0.52
from unstable? Can you test whether https://launchpad.net/~christoph-
egger/+archive/ppa/+sourcepub/1977637/+listing-archive-extra from my ppa
fixes the issue for you (that's the same source uploaded to debian
unstable as well)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/795368

Title:
  Stumpwm fails to compile (compiles on other versions of sbcl)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sbcl/+bug/795368/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 871630] Re: New upstream releases (0.7.1 and 0.7.2) of SuperTuxKart available since July 2010, please package

2011-10-10 Thread Christoph Egger
Yeah sure I can upload it if you can guarantee me that there will not be
any ABI change in irrlicht untill it is released. Otherwise just wait
untill the irrlicht folks manage to get a release (and a ABI commitment)
together or untill supertuxkart can just use released versions of the
libraries they use

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871630

Title:
  New upstream releases (0.7.1 and 0.7.2) of SuperTuxKart available
  since July 2010, please package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/supertuxkart/+bug/871630/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 833107] [NEW] clang fails to build c++ files in natty

2011-08-24 Thread Christoph Egger
Public bug reported:

clang only searches for C++ headers in the path provided by g++ up to
4.4 and therefore doesn't work with only g++ 4.5 installed

** Affects: clang (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/833107

Title:
  clang fails to build c++ files in natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clang/+bug/833107/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 791244] Re: raincat version 1.1-2 failed to build on armel

2011-06-06 Thread Christoph Egger
doesn't look like a raincat problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/791244

Title:
  raincat version 1.1-2 failed to build on armel

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 755978] Re: raincat version 1.1-1 failed to build on i386

2011-05-28 Thread Christoph Egger
Fixed with -2 in Debian

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/755978

Title:
  raincat version 1.1-1 failed to build on i386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 747534] Re: common-lisp-controller should not be a recommended package for sbcl

2011-05-20 Thread Christoph Egger
no clc in oneiric

** Changed in: sbcl (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747534

Title:
  common-lisp-controller should not be a recommended package for sbcl

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 747534] Re: common-lisp-controller should not be a recommended package for sbcl

2011-05-16 Thread Christoph Egger
clc will be dropped with the new versions from debian (.46 or .47) as
soon as it get synced

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/747534

Title:
  common-lisp-controller should not be a recommended package for sbcl

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 783372] Re: Sync sbcl 1:1.0.48.0-1 (universe) from Debian unstable (main)

2011-05-16 Thread Christoph Egger
** Attachment added: "build log on oneiric"
   
https://bugs.launchpad.net/ubuntu/+source/sbcl/+bug/783372/+attachment/2130616/+files/sbcl_1.0.48.0-2_i386.build

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783372

Title:
  Sync sbcl 1:1.0.48.0-1 (universe) from Debian unstable (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 783372] Re: Sync sbcl 1:1.0.48.0-1 (universe) from Debian unstable (main)

2011-05-16 Thread Christoph Egger
hm changelog wasn't really up-to-date -- syncing -2 would be qute fine
as well

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783372

Title:
  Sync sbcl 1:1.0.48.0-1 (universe) from Debian unstable (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 783372] [NEW] Sync sbcl 1:1.0.48.0-1 (universe) from Debian unstable (main)

2011-05-16 Thread Christoph Egger
Public bug reported:

Please sync sbcl 1:1.0.48.0-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  workaround against --as-needed is now implemented upstream

Changelog entries since current oneiric version 1:1.0.45.0-1ubuntu1:

sbcl (1:1.0.48.0-1) unstable; urgency=low

  * New upstream release
  * Explain missing asdf (Closes: ##623633)
  * Fix missing '/' in doc-base registration

 -- Christoph Egger   Wed, 11 May 2011 00:05:37
+0200

sbcl (1:1.0.47.0-2) unstable; urgency=low

  * Fix core file location, dh-lisp update (Closes: #620011)

 -- Christoph Egger   Tue, 29 Mar 2011 20:18:38
+0200

sbcl (1:1.0.47.0-1) unstable; urgency=low

  * New upstream Version

 -- Christoph Egger   Mon, 28 Mar 2011 19:13:40
+0200

sbcl (1:1.0.46.0-2) unstable; urgency=low

  * Fix sbcl-doc
* Install sbcl.html into html subdirectory
* Change link in html/index.html to point to the new file, not to the
  directory removed in 1.0.39-2 (Closes: #589022)
  * add vcs browser field

 -- Christoph Egger   Wed, 23 Feb 2011 19:40:45
+0100

sbcl (1:1.0.46.0-1) unstable; urgency=low

  * New upstream version

 -- Christoph Egger   Mon, 21 Feb 2011 16:36:44
+0100

** Affects: sbcl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783372

Title:
  Sync sbcl 1:1.0.48.0-1 (universe) from Debian unstable (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 603313] Re: ancient clisp version is distributed

2011-04-15 Thread Christoph Egger
ubuntu will nearly always ship a outdated version somewhere in one of
its releases as software updates just don't happen after release. 11.04
will ship with 2.48 and 11.10 wil then have at least 2.49.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/603313

Title:
  ancient clisp version is distributed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 301459] Re: lisp-implementation-version thinks clisp was built on my machine

2011-04-15 Thread Christoph Egger
up until 2.48 clisp using common lisp controller was indeed dumping a
core as part of the installation process. This got changed for 2.49

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/301459

Title:
  lisp-implementation-version thinks clisp was built on my machine

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715700] Re: [FFe] Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable (main)

2011-03-05 Thread Christoph Egger
** Summary changed:

- Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable (main)
+ [FFe] Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable (main)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715700

Title:
  [FFe] Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable
  (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715700] Re: Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable (main)

2011-03-05 Thread Christoph Egger
Reason for sync request: fixes random crashes in applications using
libirrlicht

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715700

Title:
  Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715700] Re: Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable (main)

2011-03-05 Thread Christoph Egger
Build log at
http://wwwcip.cs.fau.de/~siccegge/irrlicht_1.7.2+dfsg1-1_i386.build

Install:

(natty-i386-sbuild)root@faui49p:/# dpkg -i 
libirrlicht1.7a-dbg_1.7.2+dfsg1-1_i386.deb
(Reading database ... 14657 files and directories currently installed.)
Unpacking libirrlicht1.7a-dbg (from libirrlicht1.7a-dbg_1.7.2+dfsg1-1_i386.deb) 
...
dpkg: dependency problems prevent configuration of libirrlicht1.7a-dbg:
 libirrlicht1.7a-dbg depends on libirrlicht1.7a (= 1.7.2+dfsg1-1); however:
  Package libirrlicht1.7a is not installed.
dpkg: error processing libirrlicht1.7a-dbg (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libirrlicht1.7a-dbg
(natty-i386-sbuild)root@faui49p:/# dpkg -i 
libirrlicht1.7a_1.7.2+dfsg1-1_i386.deb
(Reading database ... 14665 files and directories currently installed.)
Unpacking libirrlicht1.7a (from libirrlicht1.7a_1.7.2+dfsg1-1_i386.deb) ...
dpkg: dependency problems prevent configuration of libirrlicht1.7a:
 libirrlicht1.7a depends on libgl1-mesa-glx | libgl1; however:
  Package libgl1-mesa-glx is not installed.
  Package libgl1 is not installed.
 libirrlicht1.7a depends on libjpeg62 (>= 6b1); however:
  Package libjpeg62 is not installed.
 libirrlicht1.7a depends on libx11-6; however:
  Package libx11-6 is not installed.
 libirrlicht1.7a depends on libxxf86vm1; however:
  Package libxxf86vm1 is not installed.
dpkg: error processing libirrlicht1.7a (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libirrlicht1.7a
(natty-i386-sbuild)root@faui49p:/# apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libexpat1 libgl1-mesa-dri libgl1-mesa-glx libjpeg62 libx11-6 libx11-data 
libxau6 libxcb1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxxf86vm1
Suggested packages:
  libglide3
The following NEW packages will be installed:
  libexpat1 libgl1-mesa-dri libgl1-mesa-glx libjpeg62 libx11-6 libx11-data 
libxau6 libxcb1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxxf86vm1
0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 2491 kB/3848 kB of archives.
After this operation, 19.8 MB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 ftp://debian.informatik.uni-erlangen.de/ubuntu/ natty/main 
libgl1-mesa-dri i386 7.10.1~git20110215.cc1636b6-0ubuntu2 [2491 kB]
Fetched 2491 kB in 0s (11.4 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libxau6.
(Reading database ... 14671 files and directories currently installed.)
Unpacking libxau6 (from .../libxau6_1%3a1.0.6-1_i386.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.1.0-1_i386.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.7-2_i386.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.4.1-5ubuntu1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.4.1-5ubuntu1_i386.deb) ...
Selecting previously deselected package libxfixes3.
Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.5-1_i386.deb) ...
Selecting previously deselected package libxdamage1.
Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.3-1_i386.deb) ...
Selecting previously deselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.2.0-2_i386.deb) ...
Selecting previously deselected package libxxf86vm1.
Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.1.1-1_i386.deb) ...
Selecting previously deselected package libgl1-mesa-glx.
Unpacking libgl1-mesa-glx (from 
.../libgl1-mesa-glx_7.10.1~git20110215.cc1636b6-0ubuntu2_i386.deb) ...
Selecting previously deselected package libjpeg62.
Unpacking libjpeg62 (from .../libjpeg62_6b1-1_i386.deb) ...
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-7ubuntu1_i386.deb) ...
Selecting previously deselected package libgl1-mesa-dri.
Unpacking libgl1-mesa-dri (from 
.../libgl1-mesa-dri_7.10.1~git20110215.cc1636b6-0ubuntu2_i386.deb) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up libxau6 (1:1.0.6-1) ...
Setting up libxdmcp6 (1:1.1.0-1) ...
Setting up libxcb1 (1.7-2) ...
Setting up libx11-data (2:1.4.1-5ubuntu1) ...
Setting up libx11-6 (2:1.4.1-5ubuntu1) ...
Setting up libxfixes3 (1:4.0.5-1) ...
Setting up libxdamage1 (1:1.1.3-1) ...
Setting up libxext6 (2:1.2.0-2) ...
Setting up libxxf86vm1 (1:1.1.1-1) ...
Setting up libgl1-mesa-glx (7.10.1~git20110215.cc1636b6-0ubuntu2) ...
Setting up libjpeg62 (6b1-1) ...
Setting up libirrlicht1.7a (1.7.2+dfsg1-1) ...
Setting up libirrlicht1.7a-dbg (1.7.2+dfsg1-1) ...
Sett

[Bug 715700] Re: Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable (main)

2011-03-05 Thread Christoph Egger
Changelog entries since current natty version 1.7.1+dfsg1-1:

irrlicht (1.7.2+dfsg1-1) unstable; urgency=low

  * New upstream release (LP: #715700)
  * Debian specific new soname
  * Bump Policy version to 3.9.1 -- no changes

 -- Christoph Egger   Sun, 20 Feb 2011 14:38:31
+0100


** Summary changed:

- Please update irrlicht to version 1.7.2
+ Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable (main)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715700

Title:
  Sync irrlicht 1.7.2+dfsg1-1 (universe) from Debian unstable (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715700] Re: Please update irrlicht to version 1.7.2

2011-03-04 Thread Christoph Egger
going now with a custom soname probably -- just too much pain working
around the added struct members and stuff.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715700

Title:
  Please update irrlicht to version 1.7.2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715700] Re: Please update irrlicht to version 1.7.2

2011-03-03 Thread Christoph Egger
ftr: no reaction on the upstream bug isn't a good sign and there's
certainly no-one willing to fix it for every other upstream release or
ignore it "because we made a exception now"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715700

Title:
  Please update irrlicht to version 1.7.2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715700] Re: Please update irrlicht to version 1.7.2

2011-03-03 Thread Christoph Egger
It might at least break anything locally build using the 1.7.1 package.
The breakage itself is in theory easy-ish to fix -- just patch the
handfull of *virtual* destructors back in -- it's just not really
rewarding and I have a lot of other stuff to do. Might appear soon or
not at all depending.

Don't think making a exception now and let the broken ABI slip in is
wise in long term.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715700

Title:
  Please update irrlicht to version 1.7.2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 695277] Re: Please update supertuxkart to ver. 0.7 and include Lithuanian translation

2011-02-26 Thread Christoph Egger
*** This bug is a duplicate of bug 724649 ***
https://bugs.launchpad.net/bugs/724649

** This bug has been marked a duplicate of bug 724649
   please sync supertuxkart 0.7+dfsg1-1 fro debian unstable
 * You can subscribe to bug 724649 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/supertuxkart/+bug/724649/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/695277

Title:
  Please update supertuxkart to ver. 0.7 and include Lithuanian
  translation

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 724649] Re: please sync supertuxkart 0.7+dfsg1-1 fro debian unstable

2011-02-26 Thread Christoph Egger
root@faui49p:/# dpkg -i supertuxkart*deb
Selecting previously deselected package supertuxkart-data.
(Reading database ... 7075 files and directories currently installed.)
Unpacking supertuxkart-data (from supertuxkart-data_0.7+dfsg1-1_all.deb) ...
Selecting previously deselected package supertuxkart.
Unpacking supertuxkart (from supertuxkart_0.7+dfsg1-1_i386.deb) ...
Setting up supertuxkart-data (0.7+dfsg1-1) ...
dpkg: dependency problems prevent configuration of supertuxkart:
 supertuxkart depends on libenet0debian1; however:
  Package libenet0debian1 is not installed.
 supertuxkart depends on libirrlicht1.7; however:
  Package libirrlicht1.7 is not installed.
 supertuxkart depends on libopenal1; however:
  Package libopenal1 is not installed.
 supertuxkart depends on libvorbisfile3 (>= 1.1.2); however:
  Package libvorbisfile3 is not installed.
dpkg: error processing supertuxkart (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 supertuxkart
root@faui49p:/# apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libenet0debian1 libgl1-mesa-glx libirrlicht1.7 libjpeg62 libogg0 libopenal1 
libvorbis0a libvorbisfile3 libx11-6 libx11-data libxau6 libxcb1 libxdamage1 
libxdmcp6 libxext6 libxfixes3 libxxf86vm1
Suggested packages:
  libportaudio2
Recommended packages:
  libgl1-mesa-dri libpulse0
The following NEW packages will be installed:
  libenet0debian1 libgl1-mesa-glx libirrlicht1.7 libjpeg62 libogg0 libopenal1 
libvorbis0a libvorbisfile3 libx11-6 libx11-data libxau6 libxcb1 libxdamage1 
libxdmcp6 libxext6 libxfixes3 libxxf86vm1
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 3128 kB of archives.
After this operation, 10.4 MB of additional disk space will be used.
Get:1 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/universe 
libenet0debian1 i386 1.2.1-1 [20.5 kB]
Get:2 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libxau6 i386 
1:1.0.6-1 [16.2 kB]
Get:3 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libxdmcp6 
i386 1:1.1.0-1 [9582 B]
Get:4 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libxcb1 i386 
1.7-2 [36.9 kB]
Get:5 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libx11-data 
all 2:1.4.1-5ubuntu1 [169 kB]
Get:6 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libx11-6 i386 
2:1.4.1-5ubuntu1 [735 kB]
Get:7 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libxfixes3 
i386 1:4.0.5-1 [18.0 kB]
Get:8 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libxdamage1 
i386 1:1.1.3-1 [13.6 kB]
Get:9 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libxext6 i386 
2:1.2.0-2 [29.6 kB]
Get:10 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libxxf86vm1 
i386 1:1.1.1-1 [10.9 kB]
Get:11 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main 
libgl1-mesa-glx i386 7.10.1~git20110215.cc1636b6-0ubuntu2 [93.2 kB]
Get:12 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libjpeg62 
i386 6b1-1 [86.1 kB]
Get:13 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/universe 
libirrlicht1.7 i386 1.7.1+dfsg1-1 [1644 kB]
Get:14 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/universe 
libopenal1 i386 1:1.12.854-2 [114 kB]
Get:15 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libogg0 i386 
1.2.0~dfsg-1 [16.6 kB]
Get:16 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main libvorbis0a 
i386 1.3.2-1ubuntu1 [93.7 kB]
Get:17 http://debian.informatik.uni-erlangen.de/ubuntu/ natty/main 
libvorbisfile3 i386 1.3.2-1ubuntu1 [20.3 kB]
Fetched 3128 kB in 0s (39.1 MB/s)   
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously deselected package libenet0debian1.
(Reading database ... 8433 files and directories currently installed.)
Unpacking libenet0debian1 (from .../libenet0debian1_1.2.1-1_i386.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.6-1_i386.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.1.0-1_i386.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.7-2_i386.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.4.1-5ubuntu1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.4.1-5ubuntu1_i386.deb) ...
Selecting previously deselected package libxfixes3.
Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.5-1_i386.deb) ...
Selecting previously deselected package libxdamage1.
Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.3-1_i386.deb) ...
Selecting previously deselected package libxext6.
Unpacking libxext6 (from .../li

[Bug 724649] Re: please sync supertuxkart 0.7+dfsg1-1 fro debian unstable

2011-02-26 Thread Christoph Egger
build log: http://vamos1.informatik.uni-
erlangen.de/~siccegge/supertuxkart_0.7+dfsg1-1_i386.build

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/724649

Title:
  please sync supertuxkart 0.7+dfsg1-1 fro debian unstable

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597829] Re: sbcl install and execution give "Illegal instruction" error

2011-02-25 Thread Christoph Egger
** Changed in: sbcl (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/597829

Title:
  sbcl install and execution give "Illegal instruction" error

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 724649] [NEW] please sync supertuxkart 0.7+dfsg1-1 fro debian unstable

2011-02-24 Thread Christoph Egger
Public bug reported:

Binary package hint: supertuxkart

supertuxkart (0.7+dfsg1-1) unstable; urgency=low

  * New upstream release

 -- Christoph Egger   Thu, 24 Feb 2011 22:36:25
+0100

** Affects: supertuxkart (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/724649

Title:
  please sync supertuxkart 0.7+dfsg1-1 fro debian unstable

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715700] Re: Please update irrlicht to version 1.7.2

2011-02-20 Thread Christoph Egger
blocked by
https://sourceforge.net/tracker/?func=detail&aid=3187482&group_id=74339&atid=540676

** Bug watch added: SourceForge.net Tracker #3187482
   http://sourceforge.net/support/tracker.php?aid=3187482

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715700

Title:
  Please update irrlicht to version 1.7.2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715498] Re: Sync sbcl 1:1.0.45.0-1 (universe) from Debian unstable (main)

2011-02-16 Thread Christoph Egger
OK sbcl won't build with --as-needed. Btw: the current package fails the
same way.

It can be fixed by putting a `LDFLAGS += -Wl,--no-as-needed` at the top
of debian rules. As I won't change that in debian, what's the way to get
such a modification into ubuntu? If it turns out to be hard maybe better
remove sbcl and it's rdepends.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715498

Title:
  Sync sbcl 1:1.0.45.0-1 (universe) from Debian unstable (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 715498] Re: Sync sbcl 1:1.0.45.0-1 (universe) from Debian unstable (main)

2011-02-09 Thread Christoph Egger
Oops shouldn't happen. I'll take a look

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715498

Title:
  Sync sbcl 1:1.0.45.0-1 (universe) from Debian unstable (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 715498] [NEW] Sync sbcl 1:1.0.45.0-1 (universe) from Debian unstable (main)

2011-02-08 Thread Christoph Egger
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

 affects ubuntu/sbcl
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please sync sbcl 1:1.0.45.0-1 (universe) from Debian unstable (main)

Changelog entries since current natty version 1:1.0.40.0-2:

sbcl (1:1.0.45.0-1) experimental; urgency=low

  * New Upstream Version
  * Rework install target
  * Add kfreebsd support
  * Move to format 3.0 (quilt)
  * Runn the tests

 -- Christoph Egger   Wed, 29 Dec 2010 15:21:28
+0100

sbcl (1:1.0.43.0-1) experimental; urgency=low

  * New upstream Version
   
 -- Christoph Egger   Fri, 01 Oct 2010 18:05:45 +0200

sbcl (1:1.0.42.0-1) experimental; urgency=low

  * Import new upstream. Major changes:
* build changes 
   * Cross-compilation host is now specified to make.sh using
 command-line argument --xc-host= instead of a
 positional argument. (thanks to Daniel Herring)
   * Install location can be specified to make.sh using
 command-line argument --prefix=. (thanks to Daniel
 Herring)
  * optimization: The default implementation of
COMPUTE-DISCRIMINATING-FUNCTION does much less wasted work.
  * enhancement: Explicit memory barrier operations are now
available for use by multithreaded code.  See documentation
for details.
  * enhancement: Experimental support for threading on Linux/PPC.
  * bug fix: RENAME-PACKAGE returns the package.  (Thanks to Eric
Marsden)
  * bug fix: EXPT signals an error if first argument is a zero and
second argument is a floating point zero. (thanks to Roman
Marynchak)
  * bug fix: DEFTYPE signals an error for non-list lambda-lists.
(thanks to Roman Marynchak)
  * bug fix: make ASDF-INSTALL compatible with the now-included
ASDF2.  (reported by Phil Hargett; patch from Jim Wise)
  * optimization: validity of observed keyword initargs to
MAKE-INSTANCE is cached, leading to many fewer expensive calls
to COMPUTE-APPLICABLE-METHODS.
  * optimization: in the (unoptimized) general method for
MAKE-INSTANCE on a CLASS argument, search for and call an
appropriate optimized ctor function if it exists.
  * bug fix: WRITE always returns the correct value.
  * Bump standards version 3.9.0 → 3.9.1, no changes

 -- Christoph Egger   Wed, 15 Sep 2010 11:59:35
+0200

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iQEcBAEBAwAGBQJNUc/3AAoJEOGDbms1cuRhvU8IAIjfSIv5QGg8v9R3wf4x+m6N
DyKEE0KoWsqgmPbBvPtlvOjkZ7OwlICXRJCAb6ZDACP/kf7ixFoWle8l6v0LVIBM
nZ+31k825JBIwBvorRw+xNrshtyHAQD6UpTvyuG/ZTXxOP/YVbrGfWt2t5GiBJce
s4d8X0kVwtW42R9dzG0bdy4JLqNQu/+6QAVqOh20DcuZkr1hPuwLJ9QHvAeuOXyA
0GN77Y7IkTCUymZUKMNtHCtCxzugiHLtgtn3hZsj6BtqkFZtdI8GIvGe1OcjEDd5
6e+r9YR/InKimmbbA8iYR3GiwQ/nRgvzvCmJ0L7ZsIgYgZMI1vivFu0ehj0rdKY=
=BIhj
-END PGP SIGNATURE-

** Affects: sbcl (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/715498

Title:
  Sync sbcl 1:1.0.45.0-1 (universe) from Debian unstable (main)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 714537] [NEW] [requestsync] dies if locale = latin-1

2011-02-07 Thread Christoph Egger
Public bug reported:

Binary package hint: ubuntu-dev-tools

requestsync sbcl natty ->

Traceback (most recent call last):
  File "/usr/bin/requestsync", line 217, in 
(title, report) = edit_report(title, report, changes_required = 
need_interaction)
  File "/usr/lib/pymodules/python2.6/ubuntutools/requestsync/common.py", line 
89, in edit_report
print 'Currently the report looks as follows:\n%s' % report
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2192' in position 
2382: ordinal not in range(128)

** Affects: ubuntu-dev-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/714537

Title:
  [requestsync] dies if locale = latin-1

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 603313] Re: ancient clisp version is distributed

2010-07-17 Thread Christoph Egger
maverick has now 2.48 (not sure it'll get .49 as debian-freeze is in
action). That's just a few weeks outdated so I guess this should be
marked fixed (can't be changed for a released ubuntu anyway)?

-- 
ancient clisp version is distributed
https://bugs.launchpad.net/bugs/603313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130389] Re: Include shebang support

2010-07-17 Thread Christoph Egger
Your link doesn't work anymore. However I guess you're referring to
something like the below which does indeed work nowadays.

christ...@chillida /tmp :) % cat test.sbcl
#!/usr//bin/sbcl --script
(write-line "Hello, World!")

christ...@chillida /tmp :) % ./test.sbcl  
Hello, World!


** Changed in: sbcl (Ubuntu)
   Status: New => Fix Released

-- 
Include shebang support
https://bugs.launchpad.net/bugs/130389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 60871] Re: sb-thread is not enabled on AMD64

2010-07-17 Thread Christoph Egger
* *features*

(:ASDF :CLC-OS-DEBIAN :COMMON-LISP-CONTROLLER :SB-FUTEX :SB-THREAD :ANSI-CL
 :COMMON-LISP :SBCL :SB-DOC :SB-TEST :SB-LDB :SB-PACKAGE-LOCKS :SB-UNICODE
 :SB-EVAL :SB-SOURCE-LOCATIONS :IEEE-FLOATING-POINT :X86-64 :UNIX :ELF :LINUX
 :GENCGC :STACK-GROWS-DOWNWARD-NOT-UPWARD :C-STACK-IS-CONTROL-STACK
 :LINKAGE-TABLE :COMPARE-AND-SWAP-VOPS :UNWIND-TO-FRAME-AND-CALL-VOP
 :RAW-INSTANCE-INIT-VOPS :STACK-ALLOCATABLE-CLOSURES :ALIEN-CALLBACKS
 :CYCLE-COUNTER :OS-PROVIDES-DLOPEN :OS-PROVIDES-PUTWC :OS-PROVIDES-SUSECONDS-T)

Should be fixed nowadays (output was from lucid amd64)

** Changed in: sbcl (Ubuntu)
   Status: Confirmed => Fix Released

-- 
sb-thread is not enabled on AMD64
https://bugs.launchpad.net/bugs/60871
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597829] Re: sbcl install and execution give "Illegal instruction" error

2010-07-17 Thread Christoph Egger
Sorry for that, but sbcl is not currently available for any non-x86
architectures due to lack of manpower. I hope I can add some more
architectures to Debian/Ubuntu packages once I'm a bit more familar with
the internals

-- 
sbcl install and execution give "Illegal instruction" error
https://bugs.launchpad.net/bugs/597829
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604536] [NEW] slock segfaults

2010-07-12 Thread Christoph Egger
Public bug reported:

Binary package hint: dwm-tools

(gdb) run
Starting program: /usr/bin/slock 
Cannot access memory at address 0x439
(gdb) quit

Description:Ubuntu 10.04 LTS
Release:10.04

dwm-tools:
  Installed: 31-1
  Candidate: 31-1
  Version table:
 *** 31-1 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

** Affects: dwm-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
slock segfaults
https://bugs.launchpad.net/bugs/604536
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 603665] [NEW] Sync sbcl 1:1.0.39.0-2 (universe) from Debian unstable (main)

2010-07-09 Thread Christoph Egger
Public bug reported:

Please sync sbcl 1:1.0.39.0-2 (universe) from Debian unstable (main)

Changelog entries since current maverick version 1:1.0.34.0-1.1:

sbcl (1:1.0.39.0-2) unstable; urgency=medium

  * Build one monolitic html file -- avoiding too long file names
(Closes: #587440)
  * Upgrade to standards version 3.9.0
* Replace Confilcts: with Breaks where appropriate
  * urgency=medium due to rc bug fix

 -- Christoph Egger   Thu, 01 Jul 2010 19:12:33
+0200

sbcl (1:1.0.39.0-1) unstable; urgency=low

  * Import new upstream. Major changes:
+ bug fix: Backtrace from undefined function on x86 and x86-64 now show
  the calling frame.
+ bug fix: linkage-table entries on PPC now no longer overflow their
  space allocation (potentially causing crashes if they are written out
  of order).
+ bug fix: Scrub control stack after scavenging in gencgc on non-x86oid
  platforms, preventing the GC from seeing stale pointers on the control
  stack in subsequent GCs (which would, and does, break invariants).
+ bug fix: 32-bit unicode external formats now work on big-endian systems.
+ bug fix: Literal characters with code points greater than about 32767
  now work on PPC UNICODE builds.
+ bug fix: Any noise left by SSE operations (sqrt and conversions) in the
  high order bits are explicitly cleared out. In some contrived situations,
  this could lead to wrong results in mixed real/complex float arithmetic.
+ bug fix: Fix function/macro redefinition warnings when building with
  clisp.  (lp#576787, thanks to Josh Elsasser)
+ new platform: experimental support for ppc/openbsd (thanks to Josh
  Elsasser).
+ bug fix: Floating-point traps now work on ppc/linux.
+ incompatible change: Thread names are now restricted to SIMPLE-STRINGs
  like for any other thread-related datastructure, MUTEX, etc. (lp#547095)
+ deprecation: the SB-QUEUE contrib was merged into the SB-CONCURRENCY
  contrib module. New code should depend on SB-CONCURRENCY, not SB-QUEUE.
+ deprecation: SB-THEAD:GET-MUTEX was deprecated in favor of
  SB-THREAD:GRAB-MUTEX.
+ new contributed module: SB-CONCURRENCY is a new contrib; it's supposed to
  contain additional data structures and tools for concurrent programming;
  at the moment it contains a lock-free queue, and a lock-free mailbox
  implementation.
+ new feature: added SB-THREAD:GRAB-MUTEX; it's like the now deprecated
  GET-MUTEX but takes &key rather than &optional parameters.  Also added
  :TIMEOUT argument to GRAB-MUTEX on non-sb-lutex platforms like Linux and
  BSD.
+ new feature: added SB-THREAD:TRY-SEMAPHORE, a non-blocking variant of
  SB-THREAD:WAIT-ON-SEMAPHORE.
+ new feature: SB-EXT:ATOMIC-DECF has been added as a companion to
  SB-EXT:ATOMIC-INCF.
+ new feature: a CANCEL-DEADLINE is associated with DEADLINE-TIMEOUT
  conditions to defer the deadline for forever.
+ enhancement: *STANDARD-OUTPUT*, *STANDARD-INPUT*, and *ERROR-OUTPUT* are
  now bivalent.
+ enhancement: errors from NO-APPLICABLE-METHOD and
  NO-PRIMARY-METHOD now have a RETRY restart available to retry the
  generic function call.
+ enhancement: SB-BSD-SOCKET improvements
  + sockets and socket streams now have a more informative printed
representation based on the corresponding SOCKET-NAME and
SOCKET-PEERNAME.
  +  SOCKET-MAKE-STREAM once more supports the :AUTO-CLOSE option.
 (lp#540413)
  + SOCKET-CLOSE now accepts :ABORT argument, which is passed on to
CL:CLOSE when appropriate, and no longer disassociates the stream
from the socket if close failed. (lp#543951)
+ improvements to the instrumenting profiler
  + new feature: report per-function GC overhead. (thanks to John Fremlin)
  + optimization: counters no longer use locks for the overflow mode.
  + bug fix: whenever a profiling counter wrapped into overflow mode, it
incurred an off-by-one miscount.
+ enhancement: improved MAKE-HASH-TABLE documentation (lp#543473)
+ enhancement: improved DEFMETHOD pretty-printing.
+ enhancement: perform range reduction when arguments are too large for
  x87's transcendentals (instead of returning 0). (lp#327192)
+ enhancement: eliminate some spurious TYPE-WARNINGs. Should help with
  some of CL-PPCRE's macros. (lp#570079)
+ enhancement: our machine code is slightly less hostile to valgrind on 
  x86-64.
+ enhancement: up-to-date versions of NetBSD-current are supported.  (Thanks
  to Robert Swindells and Aleksej Saushev)
+ bug fix: correct restart text for the continuable error in MAKE-PACKAGE.
+ bug fix: a rare case of startup-time page table corruption.
+ bug fix: a semaphore with multiple waiters and some of them unwinding due
  to timeouts could be left in an inconsistent state.
+ bug

[Bug 603666] [NEW] Sync pdfgrep 1.1-1 (universe) from Debian unstable (main)

2010-07-09 Thread Christoph Egger
Public bug reported:

Please sync pdfgrep 1.1-1 (universe) from Debian unstable (main)

Changelog entries since current maverick version 1.0-2:

pdfgrep (1.1-1) unstable; urgency=low

  * New upstream release
* Drop patch again, was taken from upstream VCS and already in this release
  * Policy 3.9.0 (no changes)

 -- Christoph Egger   Wed, 30 Jun 2010 18:26:03
+0200

** Affects: pdfgrep (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sync pdfgrep 1.1-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/603666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 435446] Re: Please upgrade clisp to a newer version (2.48 or higher)

2010-07-04 Thread Christoph Egger
** Changed in: clisp (Ubuntu)
   Status: New => Fix Released

-- 
Please upgrade clisp to a newer version (2.48 or higher)
https://bugs.launchpad.net/bugs/435446
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 600750] [NEW] Sync ffcall 1.10+cvs20100619-2 (universe) from Debian unstable (main)

2010-07-01 Thread Christoph Egger
Public bug reported:

Please sync ffcall 1.10+cvs20100619-2 (universe) from Debian unstable
(main)

Changelog entries since current maverick version 1.10+2.41-4:

ffcall (1.10+cvs20100619-2) unstable; urgency=low

  * Ship to unstable

 -- Christoph Egger   Sat, 26 Jun 2010 15:29:30
+0200

ffcall (1.10+cvs20100619-1) experimental; urgency=low

  * New Upstream  CVS snapshot  (LP: #274951) (Closes: #504515)
* Adding support for armel
  * Upload to experimental for now

 -- Christoph Egger   Sat, 19 Jun 2010 17:43:53
+0200

** Affects: ffcall (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sync ffcall 1.10+cvs20100619-2 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/600750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 274951] Re: libffcall should now be based on the cvs head, not 1.10 tar ball

2010-06-13 Thread Christoph Egger
https://savannah.gnu.org/bugs/?30124 just in case someone is interested

** Bug watch added: GNU Savannah Bug Tracker #30124
   http://savannah.gnu.org/bugs/?30124

-- 
libffcall should now be based on the cvs head, not 1.10 tar ball
https://bugs.launchpad.net/bugs/274951
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 274951] Re: libffcall should now be based on the cvs head, not 1.10 tar ball

2010-06-12 Thread Christoph Egger
libffcall CVS head failed in selftest for me because it misses some
symbols -- seems there are in fact some risky changes happening.

I'm about to take over maintenance of the ffcall package in Debian and
have already a CVS checkout, however I'm not sure I want to push
anything into unstsable before squeeze yet.

-- 
libffcall should now be based on the cvs head, not 1.10 tar ball
https://bugs.launchpad.net/bugs/274951
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532065] Re: Inappropriately appears in Ubuntu Software Center's "Graphics" > "3D" section

2010-06-09 Thread Christoph Egger
hm I guess you have a point here (and we discussed the issue on #debian-
games a while ago). I'll consider dropping that part in the next upload.
Guess menu spec should however be clarified as well

** Changed in: supertuxkart (Ubuntu)
 Assignee: (unassigned) => Christoph Egger (christoph-egger)

-- 
Inappropriately appears in Ubuntu Software Center's "Graphics" > "3D" section
https://bugs.launchpad.net/bugs/532065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 586360] [NEW] iotop crashed

2010-05-27 Thread Christoph Egger
Public bug reported:

Binary package hint: iotop

Ubuntu 9.10

iotop:
  Installed: 0.3-1
  Candidate: 0.3-1
  Version table:
 *** 0.3-1 0
500 http://de.archive.ubuntu.com karmic/universe Packages
100 /var/lib/dpkg/status

Traceback (most recent call last):
  File "/usr/bin/iotop", line 16, in 
main()
  File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 361, in main
main_loop()
  File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 351, in 
main_loop = lambda: run_iotop(options)
  File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 267, in run_iotop
return curses.wrapper(run_iotop_window, options)
  File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
return func(stdscr, *args, **kwds)
  File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 261, in run_iotop_window
ui.run()
  File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 112, in run
self.process_list.duration)
  File "/usr/lib/pymodules/python2.6/iotop/ui.py", line 248, in refresh_display
self.win.addstr(i + 2, 0, lines[i].encode('utf-8'))
_curses.error: addstr() returned ERR win:(89, 157) i:86 line:12409 be/4 
siccegge0.00 B/s0.00 B/s  0.00 %  0.00 % sh -c set -e; \t   echo \'  CC 
 fs/afs/inode.o\'; gcc -Wp,-MD,fs/afs/.inode.o.d  -nostdinc -isy

** Affects: iotop (Ubuntu)
 Importance: Undecided
 Status: New

-- 
iotop crashed
https://bugs.launchpad.net/bugs/586360
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584138] [NEW] Sync python-django 1.2-1 (main) from Debian unstable (main)

2010-05-22 Thread Christoph Egger
Public bug reported:

Please sync python-django 1.2-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:

Ubuntu diff has been merged upstream and is incuded in the new release

Changelog entries since current maverick version 1.1.1-2ubuntu1:

python-django (1.2-1) unstable; urgency=low

  * New upstream stable release.

 -- Chris Lamb   Fri, 21 May 2010 07:52:55 +0100

python-django (1.2~rc1-1) experimental; urgency=low

  * New upstream release candidate.
  * Remove "02-embedded_code_copies.diff" - not needed anymore.
  * Refresh "01_disable_url_verify_regression_tests.diff".
  * Refresh "04_hyphen-manpage.diff".
  * Temporarily disable test runner due to failing date-related tests.

 -- Chris Lamb   Thu, 06 May 2010 10:25:10 +0100

python-django (1.2~beta1-1) experimental; urgency=low

  * New upstream development release.
  * Switch to dpkg-source 3.0 (quilt) format
  * Bump Standards-Version to 3.8.4.
  * Remove "0.96 -> 1.x" NEWS entry.
  * jQuery added to admin system upstream:
- Add libjs-jquery to python-django's Recommends
- Use symlinks so we use the version from libjs-query over an embedded code
  copy.

 -- Chris Lamb   Tue, 09 Feb 2010 13:47:34 +

python-django (1.2~alpha1-1) experimental; urgency=low

  * New upstream development release:

 This is the first in a series of preview/development releases leading up
 to the eventual release of Django 1.2, currently scheduled to take place
 in March 2010. 

 

  * Update "01_disable_url_verify_regression_tests.diff" - tests now use the
unittest module instead of doctests.
  * Update "02-embedded_code_copies.diff".
  * Remove "05_ftbfs_in_november.diff" - applied upstream.
  * Remove "06_python_2.6.3_regression.diff" - applied upstream.
  * Update dh_auto_test - database engine is set differently in 1.2.
  * Remove useless ._DS_Store files.

 -- Chris Lamb   Wed, 06 Jan 2010 14:34:37 +

** Affects: python-django (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sync python-django 1.2-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/584138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539771] Re: Latest stable upstream version is 2.26

2010-05-16 Thread Christoph Egger
Graphviz 2.26 just got synced from debian

** Changed in: graphviz (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Latest stable upstream version is 2.26 
https://bugs.launchpad.net/bugs/539771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580685] [NEW] Sync graphviz 2.26.3-4 (main) from Debian unstable (main)

2010-05-14 Thread Christoph Egger
Public bug reported:

Please sync graphviz 2.26.3-4 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:

 Left changes in Ubuntu were a crash bug (LP: #376400) and support for
 python 2.6 / generic python support. We've implemented the generic
 python stuff and the crash is fixed in latest debian as well so it
 should be beneficial to have the new version for Ubuntu 10.10

Changelog entries since current maverick version 2.20.2-8ubuntu3:

graphviz (2.26.3-4) unstable; urgency=low

  * Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

 -- David Claughton   Wed, 24 Mar 2010 22:45:18
+

graphviz (2.26.3-3) unstable; urgency=low

  * Backport fix on CVS for dot -y output (Closes: #573781) 
  * Restore missing changelog entries which vanished as a result of 
2.26 development being done on a branch
  * Fixed spelling mistake in lefty.1 manpage.  Thanks to A. Costa
 for spotting this. (Closes: #573639)

 -- David Claughton   Tue, 16 Mar 2010 21:51:38
+

graphviz (2.26.3-2) unstable; urgency=low

  * Add manpages for vimdot and diffimg
  * Create dot2glx.1 and glx2dot.1 as symlinks to gv2glx.1 and glx2gv.1
(executables are already linked equivalently)
  * Fix manpage warnings and spelling mistakes reported by Lintian.
  * Remove absolute path to libgvc5-config-update in postinst
  * Fixup NEWS.Debian
  * Add patch fix_powerpc_ftbfs - make upstream's fix to powerpc-darwin8
apply only when building on darwin
  * Add missing file lib/common/mksvgfonts.pl which can be found in
upstream CVS but is not in the release tarball.
  * Added patch 3_fix_pango_font_selection to append comma to font
family name passed to pango - needed when family name contains
spaces.
  * Update Standards Version (no changes required)
  * Changed build deps libjpeg62-dev -> libjpeg-dev as recommended
by release team.
  * Modified short descriptions to libraries to make them unique.
  * Moved libgvc5-config-update manpage to section 8 (Closes: #512447)

 -- David Claughton   Thu, 09 Feb 2010 22:30:55
+

graphviz (2.26.3-1) experimental; urgency=low

  [ David Claughton ]
  * New upstream release (Closes: #554222, #522356, #521539)
  * Switched to package format 3.0 (quilt)
- avoids need to repack to remove debian directory
  * Split libgraphviz4 package into separate packages for libgraph4,
libcgraph5, libcdt4, libpathplan4 and libgvc5 due to soname
changes and removal of libagraph
N.B. libraries conflict with libgraphviz4 - this release cannot coexist
with the previous one
  * Patches no longer needed due to inclusion upstream or obsoleted
by upstream changes
- 0_versioned_plugin_config_file
- 0_libtool_linking_reorder_workaround
- 10_fix_tred_regression
- 20_fix_parser_stack_overflow
- 30_fix_swig_tcl_ftbfs
  * Patches with hunks removed because they are included or obsoleted by
upstream
- 0_bindings_documentation
- 0_tcl_manpages_section
- 40_fix_swig_php_ftbfs
  * Added support for python 2.6; Dropped support for 2.4 (Closes: #522004)
  * Removed manpage renames, now done upstream
  * libagraph.so and agraph.3 manpage no longer exist
  * Added patch 50_remove_changelog_in to prevent upstream attempt to
recreate changelog from changelog.in
  * Updated build-deps
  * Corrected install location of libgv-tcl libraries (Closes: #521538)
(Thanks Ilya Anfimov)

  [ Christoph Egger ]
  * Drop quilt from build-deps, no longer needed with source 3.0
  * Linewrap build-deps so diff becomes usable
  * Bump standards Version (no changes)
  * Determine --enable-python$ver automatically
  * Upload to experimental

 -- Christoph Egger   Sun, 31 Jan 2010 23:19:24
+0100

** Affects: graphviz (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sync graphviz 2.26.3-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/580685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580042] [NEW] Sync supertuxkart 0.6.2+dfsg1-2 (universe) from Debian unstable (main)

2010-05-13 Thread Christoph Egger
Public bug reported:

Please sync supertuxkart 0.6.2+dfsg1-2 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
See changelog entry #3

Changelog entries since current maverick version 0.6.2+dfsg1-1ubuntu1:

supertuxkart (0.6.2+dfsg1-2) unstable; urgency=low

  * Change my E-Mail Address
  * Kill some whitespaces at the end of lines
  * Explicitly link against libGLU (Closes: #556477) taking the patch from
Ubuntu
  * Remove KiBi from Uploaders on his request
  * Build against system libenet, makes stk build on GNU/kFreeBSD and is
the right thing anyway
  * Add misc:Depends to -data package
  * Bump standards version from 3.8.3 to .4 (no changes needed)

 -- Christoph Egger   Wed, 10 Mar 2010 23:51:14
+0100

** Affects: supertuxkart (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sync supertuxkart 0.6.2+dfsg1-2 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/580042
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474164] Re: package supertuxkart-data 0.6.1a+dfsg2-1 failed to install/upgrade:

2010-04-10 Thread Christoph Egger
** Changed in: supertuxkart (Ubuntu)
   Status: New => Incomplete

-- 
package supertuxkart-data 0.6.1a+dfsg2-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/474164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532065] Re: Inappropriately appears in Ubuntu Software Center's "Graphics" > "3D" section

2010-04-10 Thread Christoph Egger
** Changed in: supertuxkart (Ubuntu)
   Status: New => Invalid

-- 
Inappropriately appears in Ubuntu Software Center's "Graphics" > "3D" section
https://bugs.launchpad.net/bugs/532065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 218409] Re: Installing problem under ubuntu 9.10

2010-03-22 Thread Christoph Egger
Aehm what exactly was that supposed to be?

-- 
Installing problem under ubuntu 9.10
https://bugs.launchpad.net/bugs/218409
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 525742] Re: Please update irrlicht to version 1.7.1

2010-03-21 Thread Christoph Egger
OK actually it's now in debian/sid. You might try to get it synced

-- 
Please update irrlicht to version 1.7.1
https://bugs.launchpad.net/bugs/525742
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207950] Re: "Warning: tinygettext:" messages when starting any level

2010-03-21 Thread Christoph Egger
** Changed in: supertux (Ubuntu)
   Status: Confirmed => Fix Released

-- 
"Warning: tinygettext:" messages when starting any level
https://bugs.launchpad.net/bugs/207950
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318974] Re: Please include fedora patches

2010-03-21 Thread Christoph Egger
** Changed in: supertux (Ubuntu)
   Status: Incomplete => Fix Released

-- 
Please include fedora patches
https://bugs.launchpad.net/bugs/318974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318974] Re: Please include fedora patches

2010-03-21 Thread Christoph Egger
that one has been fixed in 0.3.3 upstream so no need for a patch any
more

-- 
Please include fedora patches
https://bugs.launchpad.net/bugs/318974
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 525742] Re: Please update irrlicht to version 1.7.1

2010-03-21 Thread Christoph Egger
Sorry this'll tkae some more time irrlicht's ABI is doing fancy stuff on
me all the time and I need to make sure a rebuild doesn't make us loose
symbols

-- 
Please update irrlicht to version 1.7.1
https://bugs.launchpad.net/bugs/525742
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 509101] Re: SuperTux add-ons are disabled

2010-03-21 Thread Christoph Egger
Should be fixed with -2 that is waiting to be synced

Still wondering why you think of libcurl3 instead of libcurl4

-- 
SuperTux add-ons are disabled
https://bugs.launchpad.net/bugs/509101
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 540838] Re: Sync supertux 0.3.3-2 (universe) from Debian experimental (main)

2010-03-18 Thread Christoph Egger
I've build it in a clean lucid chroot yesterday. If you really need a
log I can create one in the evening

-- 
Sync supertux 0.3.3-2 (universe) from Debian experimental (main)
https://bugs.launchpad.net/bugs/540838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 540838] [NEW] Sync supertux 0.3.3-2 (universe) from Debian experimental (main)

2010-03-18 Thread Christoph Egger
Public bug reported:

Please sync supertux 0.3.3-2 (universe) from Debian experimental (main)

Changelog entries since current lucid version 0.3.3-1:

supertux (0.3.3-2) experimental; urgency=low

  * Build-depend un libcurl-dev to make add-ons work
  * Install the desktop file

 -- Christoph Egger   Wed, 17 Mar 2010 09:43:49
+0100

** Affects: supertux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sync supertux 0.3.3-2 (universe) from Debian experimental (main)
https://bugs.launchpad.net/bugs/540838
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535274] [NEW] Sync cl-irc 1:0.8.1-dfsg-3.1 (universe) from Debian testing (main)

2010-03-09 Thread Christoph Egger
Public bug reported:

Please sync cl-irc 1:0.8.1-dfsg-3.1 (universe) from Debian testing
(main)

Changelog entries since current lucid version 1:0.8.1-dfsg-3:

cl-irc (1:0.8.1-dfsg-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Update for flexistream in unstable (Closes: #567812)

 -- Christoph Egger   Sat, 13 Feb 2010 18:16:20
+0100

** Affects: cl-irc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sync cl-irc 1:0.8.1-dfsg-3.1 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/535274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532065] Re: Inappropriately appears in Ubuntu Software Center's "Graphics" > "3D" section

2010-03-04 Thread Christoph Egger
Free Desktop's registered categories page[0] says for 3DGraphics
»3D based graphical application« and indeed supertuxkart is a
graphical application (though not a graphcis application or
imageprocessing or such) and is 3D.

Regards

Christoph

[0] http://standards.freedesktop.org/menu-spec/latest/apa.html

-- 
Inappropriately appears in Ubuntu Software Center's "Graphics" > "3D" section
https://bugs.launchpad.net/bugs/532065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 525742] Re: Please update irrlicht to version 1.7.1

2010-03-01 Thread Christoph Egger
Hi!

I'm trying to get 1.7.1 in shape and upload to debian soon. It might be
possible to sync to lucid then (especially if I'm fast enough). However
it seems there were 4 Symbols removed from Irrlichts ABI in that stable
release so I'll either have to go through NEW checking again or figure
out how to keep these 3.

Regards

Christoph

-- 
Please update irrlicht to version 1.7.1
https://bugs.launchpad.net/bugs/525742
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474164] Re: package supertuxkart-data 0.6.1a+dfsg2-1 failed to install/upgrade:

2010-02-22 Thread Christoph Egger
Your log says dpkg ies on a »broken pipe«. Does installing supertuxkart-
data still fail for you? Can you post a separated log with LANG="C"
exported?

-- 
package supertuxkart-data 0.6.1a+dfsg2-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/474164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 520003] Re: Teeworlds license is non-free. It should be in multiverse.

2010-02-10 Thread Christoph Egger
If you look more closely you'll notice that this clause is also present
in the OFL in the same way which is considered free by both, the FSF and
Debian. Point being that you can easily bundle the software and then be
allowed again to sell.

-- 
Teeworlds license is non-free. It should be in multiverse.
https://bugs.launchpad.net/bugs/520003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 505080] Re: micropolis-activity: FTBFS on Lucid sparc: duplicate case value

2010-01-10 Thread Christoph Egger
I have uploaded a fixed version to debian/unstable including your patch,
thanksfor your work!

-- 
micropolis-activity: FTBFS on Lucid sparc: duplicate case value
https://bugs.launchpad.net/bugs/505080
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 495203] Re: [Lucid] Can't install many games from software center (unresolved dependancies)

2009-12-10 Thread Christoph Egger
Having a look at vegastrike in Debian I'm rather sure it'll be
uninstallable in Lucid as well -- independent from apt frontend. Should
probably be removed from ubuntu untill the trouble are figured out

-- 
[Lucid] Can't install many games from software center (unresolved dependancies)
https://bugs.launchpad.net/bugs/495203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491482] [NEW] Sync reprepro 4.0.2-1 (universe) from Debian testing (main)

2009-12-02 Thread Christoph Egger
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

 affects ubuntu/reprepro
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors
 done

Please sync reprepro 4.0.2-1 (universe) from Debian testing (main)

Explanation of the Ubuntu delta and why it can be dropped:

  ubuntu changes have been merged in debian

Changelog entries since current lucid version 3.12.1-1ubuntu1:

reprepro (4.0.2-1) unstable; urgency=low

  * new bugfix and futureproof release
  - fix regression (since 3.8.0) breaking updating architecture all
packages from another architecture.
  - add support for xz compression

 -- Bernhard R. Link   Fri, 30 Oct 2009 14:33:27
+0100

reprepro (4.0.1-1) unstable; urgency=low

  * new bugfix release
  * optimistically build-depend on libdb-dev (Closes: 526244, 548487)

 -- Bernhard R. Link   Fri, 09 Oct 2009 13:10:44
+0200

reprepro (4.0.0-1) unstable; urgency=low

  * new release
  - remove obsolete --overridedir and old-style files.db support
  - update bash and zsh completions (Closes: 545069)
  - remove mentioning obsolete 'none' keyword in short-howto (Closes: 545421)

 -- Bernhard R. Link   Mon, 14 Sep 2009 15:11:35
+0200

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCgAGBQJLFn0HAAoJEKv/7bJACMb5BokP/0rxFUqyJYj7FIIfDuMpXU5H
t+YSkFToezTqaaRSp0wfnMhHj1IPir7nznQSjNLvTgSzIUo9C/WdVymrK7G0+6C4
uH/By5anHAa3Z/iir2FOEETROXS+3nqDZ7AZI3pUnAOEw+0YyG8wz3e1E+TpW/yn
IZN4vnxpsbrRLzwLpMCklBIPvih68cVq+1+CkqmlWZcjlOE2nG6Mwog/VSFmuJnK
xgeLaV2feHLw5Xv/a3jMAFtWgZJZCOIPN0kEDex02iDZZxqoapVnNDERHveHwJOI
u9OMGFGmUs25FWxTmN5VT92uFz4mE91KhvS8H+j529kspyP5OdcFB5S0KqVZoR8o
u4EU3yXcfHSZbz+4wQZccyUElbPL0AqIiB6vRknUHsac1SEf9LeN07MFRZ88Yp70
srCP77xvuh2pQx68Ok3KtpzYHI/OYAL5j1w93UxgWLlafz6x0alimMwEVijrik55
reyQQKEfssmq0Mg2j7cstRBkexmSJIpobqmlr4KQkYHO1Bh1raPTpzsS6xO3FTEX
E7IENYNypJzZG4qHUevgRAQoTEC2yJHCcqz2yJGS+6qd1e8UGJkpIWwH2OXBBCA4
fturP0xqfJnYEqJmZn5pqtp+FGbH+0JD6sOE4a9b6ZVBm4w/bpXUML/WIuu0tvDe
kEynWSTKpWZVindCngTD
=ocSU
-END PGP SIGNATURE-

** Affects: reprepro (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Sync reprepro 4.0.2-1 (universe) from Debian testing (main)
https://bugs.launchpad.net/bugs/491482
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387255] Axiom in Debian

2009-11-27 Thread Christoph Egger
Hi!

I'm currently having a look at this open RC Bug in Debian and
Ubuntu. You said you know how this is to be solved, can you provide a
patch or instructions on how to fix it?

Thanks

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Maintainer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/

-- 
axiom version 20081101 FTBFS on all platforms
https://bugs.launchpad.net/bugs/387255
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468412] Re: 3D display in Supertuxkart mangled

2009-11-01 Thread Christoph Egger
Note this seems to be reproducible on R690 chips with kernel .30 and .31
but not with R500 ones

-- 
3D display in Supertuxkart mangled
https://bugs.launchpad.net/bugs/468412
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468412] Re: 3D display in Supertuxkart mangled

2009-11-01 Thread Christoph Egger
Are those problems permanent? Do you have them on all tracks or just on
some?

-- 
3D display in Supertuxkart mangled
https://bugs.launchpad.net/bugs/468412
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468412] Re: 3D display in Supertuxkart mangled

2009-11-01 Thread Christoph Egger
Seems we could reproduce the issue in #debian-games . I fear it's a
driver problem however

** Package changed: supertuxkart (Ubuntu) => xserver-xorg-video-ati
(Ubuntu)

-- 
3D display in Supertuxkart mangled
https://bugs.launchpad.net/bugs/468412
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 468412] Re: 3D display in Supertuxkart mangled

2009-11-01 Thread Christoph Egger
On Sun, Nov 01, 2009 at 01:23:38PM -, Christopher Neville-Smith wrote:
> Here it is:
> 
> OpenGL vendor string: DRI R300 Project

  Means you're using the radeon driver

> OpenGL renderer string: Mesa DRI R300 (RS690 791E) 20090101  NO-TCL
 ^^
 That's the chipset

> No idea what this means. Make of it what you will.

So in conclusion you're having the same brand of driver as I have while
I'm not seeing these kind of problems. However I'm using Debian so there
might be minor differences and my grahics card is one series older.

Regards

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Maintainer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/

-- 
3D display in Supertuxkart mangled
https://bugs.launchpad.net/bugs/468412
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 468412] Re: 3D display in Supertuxkart mangled

2009-11-01 Thread Christoph Egger
You could paste the output of

 glxinfo | egrep 'OpenGL (renderer|vendor)'

Which seems to contain the relevant information.

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Maintainer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/

-- 
3D display in Supertuxkart mangled
https://bugs.launchpad.net/bugs/468412
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468412] Re: 3D display in Supertuxkart mangled

2009-11-01 Thread Christoph Egger
Hm never seen that. Which kind of ATI driver is that? radeon, radeonhd
or fglrx?

-- 
3D display in Supertuxkart mangled
https://bugs.launchpad.net/bugs/468412
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392566] Re: supertuxkart crashed with SIGSEGV

2009-10-24 Thread Christoph Egger
Could you please try with the backported 0.6.2 at https://launchpad.net
/~pkg-games/+archive/ppa ? Upstream fixed a crashing bug after the
0.6.1a release which might be related. If it doesn't help please provide
a proper macktrace.

-- 
supertuxkart crashed with SIGSEGV
https://bugs.launchpad.net/bugs/392566
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 327463] Re: [needs packaging] tea

2009-09-14 Thread Christoph Egger
I offer you lot a deal: Make upstream support a sensible $(DESTDIR)
setup again and I get a QA Upload done

-- 
[needs packaging] tea
https://bugs.launchpad.net/bugs/327463
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 426707] [NEW] Sync micropolis-activity 0.0.20071228-3 (universe) from Debian unstable (main).

2009-09-09 Thread Christoph Egger
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

 affects ubuntu/micropolis-activity
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors
 done

Please sync micropolis-activity 0.0.20071228-3 (universe) from Debian
unstable (main).

Changelog since current karmic version 0.0.20071228-2:

micropolis-activity (0.0.20071228-3) unstable; urgency=low

  * Apply latest patch from Michael Gernoth against the original source tree
(zerfleddert.20080115.patch ist replaced by zerfleddert.20090908.patch)
(Closes: #521194). Thanks for the work!
  * Refresh makefile.patch
  * Remove fix-crash.patch, because Micheal's patch addresses this problem
  * Add myself to Uploaders
  * Update to standards version 3.8.3. No changes were necessary
  * Add debian/REAMDE.source to document that we're using a patch management
system
  * Install Micropolis.png so we have an icon for desktop menus
  * Fix installation of micropolis.menu. We have it, but dh_installmenu wasn't
called
  * Add micropolis.desktop for desktop environments (Closes: #522330)
  * Hopefully improved the package description (Closes: #522271)

 -- Bruno "Fuddl" Kleinert   Tue, 08 Sep 2009 18:10:37
+0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCgAGBQJKp282AAoJEKv/7bJACMb56S0P/0bk92wkf7J8uec3cQ2TZdcm
AQXtDj1gMtjI72GOl7ov0zmqISqntuFb2OoNNBzUkxjJLsWvvyUKed4BhRC60epy
7mOrpuCUnGktmYa/iskBLAPKsxPHMDTyLOGnIArSrLAS/O/ZJqJG3n6zIfCYaFoC
xOQkVhmrr7rtT806pql6Nd/exSAcAe1VCzkAHbuygvm1vtX2aw4Fj85mVyFuIO2Z
+Av/tEXqItNf09qCFXA14wURR0YPxApw/vfuGIPj5ra8CXdeTEY8VGc5qeqZhFSM
+CN/eUai/P/mHQMp9VGt7XmCY2LVYKAxKo2ovkp2LRFoXHUQP8/ZWCJn/LVrAuCz
SRV9b+Myz2h8DqZtOtxs1c4tyKW4YmvAtOnJD8vDKqKAx6dxmYKV3NGxHR+KuZW4
TOJ+LvXCX4JDwL72qoMaLmUk3NLhbctm5z1HIvhIsG4WBMnjrGZ6wl1/LZQaDHSs
XUl0pDEICMBUPxdSUSOxsLaAybVbYM7ky8FF+Uoh9PlxVROy/EL0N9EAaJdxJ5NL
g/hGW/v8SqGkG7UKvpw3Nphe8J9V3LzTIFyyaY5tbrujxq5ViCUwEqlEg/1iZdQR
u515Z1W4EP0poMHITWmjBn7QqumzijhHq/0wFYhTRRLOFQLP7N/sUrKRV/Cg312P
BmMn+lU8YEE03NUo1G50
=MmRJ
-END PGP SIGNATURE-

** Affects: micropolis-activity (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Sync micropolis-activity 0.0.20071228-3 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/426707
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 424772] Re: Sync linux-libertine 4.4.1-3 (universe) from Debian unstable (main).

2009-09-05 Thread Christoph Egger
Hi!

I have now done another clean rebuild in karmic and checked the
result. The not-working was related to me experimenting with the
package and building the version from unstable in a clean karmic
cowbuilder definitely results in a fine result so please go ahead with
the sync.

Thanks

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/

-- 
Sync linux-libertine 4.4.1-3 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/424772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424772] Please wait a bit

2009-09-05 Thread Christoph Egger
Hi!

After rechecking I'm not so sure any more this sync will actually
fix the bug. I'll have another look and either create a package for
debian that fixes the bug for real or come back here to tell it's ok.

Regards

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/

-- 
Sync linux-libertine 4.4.1-3 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/424772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424772] [NEW] Sync linux-libertine 4.4.1-3 (universe) from Debian unstable (main).

2009-09-05 Thread Christoph Egger
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

 affects ubuntu/linux-libertine
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors
 done

Please sync linux-libertine 4.4.1-3 (universe) from Debian unstable
(main).

This will close lp bug 421550

The package builds fine in a karmic cowbuilder environment

Changelog since current karmic version 4.4.1-1:

linux-libertine (4.4.1-3) unstable; urgency=low

  * Removing vcs fields.
  * Orphaning package.

 -- Daniel Baumann   Thu, 27 Aug 2009 10:33:06 +0200

linux-libertine (4.4.1-2) unstable; urgency=low

  * Updating sections field.
  * Using correct rfc-2822 date formats in changelog.
  * Adding patch from Chris Lawrence  to correct
wrong font naming (Closes: #523186).
  * Updating package to standards version 3.8.3.
  * Minimalizing rules file.
  * Adding misc depends.

 -- Daniel Baumann   Sun, 23 Aug 2009 09:52:19 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10rc1 (GNU/Linux)

iQIcBAEBCgAGBQJKokOCAAoJEKv/7bJACMb5obwQAIPfYZchnMcxUlzT2P/wmbuq
3tBRc8qaFjQIt25Tc+IGdCNbkOrRpdiHDZigJHGxKn2+F6WiCAHqqF0EPxyKH5tM
oYwG5IaPRjIoydU+1jOAqN28bY92r59Fg3ydpNVvcimms6lVKWoKJ/qVsXDmnZ63
uLF9RiYv0uAbnRK+GdZI13D3u0+EhAkt1PnNbVJglRYKxlSf+oslKhUPq/8R5reb
RNCOY3yCNA8FBB8ZD9eQbsWzHF+KFcLiHMwDNT9OlilVf1JEmMj4ehJLxM83gz3D
dCo50j02krlcbXUCrWtu5/1+cjpkxAecaJxSMxs9S3CMEOgH8WreWfqKfp5aFDR7
O20ig8KC0fyx9pc5S+w0/PdYheybehmkqqMQ9yvQfhrLbWg9HlPxBJSg+fI3KjxK
OBqr7nDk7OXxObjbbH45LVOFUevCqWkFPh1YJLer5x9givkHvn2PX9Csye1u5HDB
iQg/AnvMGGjDWFZlArLUNIJqvaHRN6O6rL7QGuSc1EhTMBx9AvWK12mrrk5FiMhX
TfA5wypyu85XGQzEEgcvtVUcQ25PF2yyPAgTyIGOkdj+92CEEnfRXj1PL5ebdx95
i3Ff9qZPwKZ02Amut6Gm/JMSfnYHW4imbEtyrWcCjSgHAfP8K/12EweKQBW5+ps6
M+iCBNs7gdc5q3GjPQmi
=N81U
-END PGP SIGNATURE-

** Affects: linux-libertine (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Sync linux-libertine 4.4.1-3 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/424772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 421550] Re: [Karmic] Linux Libertine fonts wrongly defined/set up

2009-09-05 Thread Christoph Egger
Hi!

Getting used to a new package is not always a thing one can do in
a week while also following other duties and real life. If you want a
quick solution, the easiest thing would be to provide a patch!

However there seems to be one ready to rename the bold font back
to the name with " O" which will a) probably be the only thing that
can be done after karmic feature freeze and b) can be done quick so
I'll try to bring that in.

Regards

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/

-- 
[Karmic] Linux Libertine fonts wrongly defined/set up
https://bugs.launchpad.net/bugs/421550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 421550] [NEW] [Karmic] Linux Libertine fonts wrongly defined/set up

2009-09-01 Thread Christoph Egger
Hi all!

I recently took over maintenance of the linux-libertine package in
Debian.

Removing the 'O' from the fontname for the TrueType Variant is
explicitely advokated in the sourcepackage upstream ships so I won't
change the Name for the ttf Variant back.

However I'm currently toying with an additional OpenType package
which would then provide the 'O' Names. However as far as I'm aware
OpenOffice can't handle OpenType fonts so you'll probably have to
convert.

Regards

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/

-- 
[Karmic] Linux Libertine fonts wrongly defined/set up
https://bugs.launchpad.net/bugs/421550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 410857] Can't reproduce

2009-08-29 Thread Christoph Egger
Hi!

Your bug report says ttf-linux-libertine fails to
install/upgrade. Could you please tell me wether it fails to *upgrade*
or fails to *install* ? I have been trying to install it on a local
karmic chroot which succeded without problems, see the log attached.

Regards

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


** Attachment added: "logfile.linlib"
   http://launchpadlibrarian.net/30978245/logfile.linlib

** Changed in: linux-libertine (Ubuntu)
   Status: New => Incomplete

-- 
package ttf-linux-libertine 4.4.1-1 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 1
https://bugs.launchpad.net/bugs/410857
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 346926] Re: [needs-packaging] linux-libertine - Please sync with upstream release 4.4.1

2009-08-29 Thread Christoph Egger
4.4.1 was synced into karmic in 03-2009

** Changed in: linux-libertine (Ubuntu)
   Status: Confirmed => Fix Released

-- 
[needs-packaging] linux-libertine - Please sync with upstream release 4.4.1 
https://bugs.launchpad.net/bugs/346926
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305959] Tracing the problem

2009-08-25 Thread Christoph Egger
Now it was me not reacting earlier. If you're still experiencing the
problem, could you use gdb to see what's happening? Calling just 

  gdb supertuxkart

And pasting the output. Ideally you could do a build with all
debugging symbols included as described in the URL below.

Regards

Christoph

http://jameswestby.net/tips/tips/compiling-debian-package-for-debug.html
-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/

-- 
Supertuxkart give me an X Error of failed request testing jaunty 386
https://bugs.launchpad.net/bugs/305959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 370269] Re: supertuxkart doesn't start anymore

2009-08-25 Thread Christoph Egger
** Changed in: supertuxkart (Ubuntu)
   Status: New => Incomplete

-- 
supertuxkart doesn't start anymore
https://bugs.launchpad.net/bugs/370269
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392566] Re: supertuxkart crashed with SIGSEGV

2009-08-25 Thread Christoph Egger
** Changed in: supertuxkart (Ubuntu)
   Status: New => Incomplete

-- 
supertuxkart crashed with SIGSEGV
https://bugs.launchpad.net/bugs/392566
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 418145] [NEW] Sync supertuxkart 0.6.2+dfsg1-1 (universe) from Debian unstable (main).

2009-08-24 Thread Christoph Egger
As requested I'm ataching a buildlog for supertuxkart in karmic/pbuilder

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


** Attachment added: "supertuxkart.log"
   http://launchpadlibrarian.net/30771090/supertuxkart.log

-- 
Sync supertuxkart 0.6.2+dfsg1-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/418145
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 418145] [NEW] Sync supertuxkart 0.6.2+dfsg1-1 (universe) from Debian unstable (main).

2009-08-24 Thread Christoph Egger
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

 affects ubuntu/supertuxkart
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors
 done

Please sync supertuxkart 0.6.2+dfsg1-1 (universe) from Debian unstable
(main).

Changelog since current karmic version 0.6.1a+dfsg2-3:

supertuxkart (0.6.2+dfsg1-1) unstable; urgency=low

  * New Upstream Release
* Only Bugfixes and minor improvements
* Drop rubber.patch again as it was taken from 0.6.2 branch 
  and is part of this release 
* Use replacement artwork from 0.6.1a
  * Silence horn.wav (Closes: #515332)
  * Bump Standards Version to 3.8.3 (No changes needed)
  * Bump debhelper compat to 7 for dh_prep
  * Update our copy of supertuxkart.desktop from upstreams,
our changes will get pushed upstream as well.
  * Cleaning debian/rules a bit more

 -- Christoph Egger   Sat, 22 Aug 2009
12:45:50 +0200


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10rc1 (GNU/Linux)

iQIcBAEBCgAGBQJKkp7OAAoJEKv/7bJACMb5LlQQAKVYvNn2UKjLDGwEtJ79Cff0
kIworx/WNyeMw5xN9I6r9KuTzeSIrP8/sAv3bQnbZ3SeYMv+yVWogCS7yOBzfbiu
G3CHi0C3T+oRRWRmQLAfZpgLA0ecuA5f49njhh/Xk6hYzJPC29JUb8qkQXDyw70W
6W5WTSeOtNuSyhxYcpiOUkD2VbhcSjqZYtostc4eIcOQmfgjBj3L1R5LlSvBNtni
IbW6UJTNg0wljk7RJQGwFv3FcB+DG3JXMYUiUjP/Lohlp0WwVRqozgE5T3d/1iQ3
60UAdTRv1T+kk7Foi0tq20eLEDLzqIaGvnV+YsB2SHskk17QmF4OfPr4xOAsXZ3g
10xuwj6rKNfZXiLcT5INxxhvENjqcy7svLF31vKpI3u1gCv4HS1WOmTZ3yb0XCJx
V5uvp7AvLYBfEY+eENimaAuhFLDIDyTnP/56mXRJ5aXXZgaoaYgZgfo5r+KdP1NI
GMjIXAuRpDhYe8jIoyK2vRjWzlU35tIQXKwk6LWolVH3JLV0dgDlTdih8vpsCc3Q
aTcgjwIuTY194XigQv5l5gCERAfd0HMHtW5uMNKHP6UA3F4U7Du/1Lac6WUKQsiL
9ZGu7NN6xZSPR3bW8Zz1wgvaZJUMI4aA9PqSIX5ckWYuNiLrF3Fz64uHcYK+4uY6
Q3cHdyRC6pxrcaEr/El4
=yXD+
-END PGP SIGNATURE-

** Affects: supertuxkart (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Sync supertuxkart 0.6.2+dfsg1-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/418145
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >