[Bug 1193995] Re: lttng-modules-dkms 2.0.2-0ubuntu1: lttng-modules kernel module failed to build

2013-10-23 Thread Stefan Kost
Upstream bug with submitted patch:
https://bugs.lttng.org/issues/226

Can we get an update?

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

Title:
  lttng-modules-dkms 2.0.2-0ubuntu1: lttng-modules kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lttng-modules/+bug/1193995/+subscriptions

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


[Bug 994309] Re: wine is uninstallable

2013-05-09 Thread Stefan Kost
I did not follow
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/994309/comments/7

This did not yield in a working wine. But this helped:
# installs all the needed i386 packages and removes wine again
sudo apt-get -f install
# install the downloaded winepackages a second time
sudo dpkg --force-all -i wine1.4-i386_1.4-0ubuntu4.1_i386.deb 
wine1.4-common_1.4-0ubuntu4.1_all.deb wine1.4_1.4-0ubuntu4.1_amd64.deb 
wine1.4-amd64_1.4-0ubuntu4.1_amd64.deb wine-gecko1.4_1.4.0-0ubuntu2_amd64.deb

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

Title:
  wine is uninstallable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/994309/+subscriptions

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


[Bug 994309] Re: wine is uninstallable

2013-05-09 Thread Stefan Kost
> lsb_release -rd
Description:Ubuntu 12.04.2 LTS
Release:12.04

> cat /etc/dpkg/dpkg.cfg.d/multiarch 
foreign-architecture i386

> sudo apt-get autoremove
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

> sudo apt-get install wine
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine : Depends: wine1.4 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I have no ppa's added. I would really be awesome if the package owner
could fix this bug, that was reported *1 year* ago. Seriously.

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

Title:
  wine is uninstallable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/994309/+subscriptions

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


[Bug 219075] Re: synergy client switches repeat of the local keyboard off

2011-06-16 Thread Stefan Kost
For me it is "xset r on" and not "xset b" (bell)

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

Title:
  synergy client switches repeat of the local keyboard off

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

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


[Bug 126234] Re: Udev Package missing debug info package

2011-02-21 Thread Stefan Kost
To confirm: http://packages.ubuntu.com/search?keywords=udev

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

Title:
  Udev Package missing debug info package

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


[Bug 126234] Re: Udev Package missing debug info package

2011-02-21 Thread Stefan Kost
Sorry, forgot to mention that I am on 10.10.

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

Title:
  Udev Package missing debug info package

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


[Bug 126234] Re: Udev Package missing debug info package

2011-02-21 Thread Stefan Kost
There is no udev-dbgsym package. "apt-cache search udev | grep dbg"
returns nothing.

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

Title:
  Udev Package missing debug info package

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


[Bug 412647]

2011-01-22 Thread Stefan Kost
(In reply to comment #227)
> Comment on attachment 503489 [details]
> Latest Gstreamer patch
> 
> +static GstFlowReturn gst_fennecvideosink_buffer_alloc(GstBaseSink* aBsink,
> +{
> +  // Allocate a buffer with new
> +  void *newBuffer;
> 
> +  // Allocating 128 byte aligned memory.
> +  if (posix_memalign(&newBuffer, 128, ROUND_UP(aSize, 128)) != 0)
> +newBuffer = NULL;
> 
> +  if (!*aBuf) {
> +// Release the mem we got
> +delete [] newBuffer;
> 
> coverity notes that delete (array) is wrong for void*. your allocator here is
> posix memalign, so the release should be posix-something not c++ delete

For performance reasons it would be really good if the sink could manage
a list of buffers and receycle them. Ideally the memory would point to a
location where fennec would render from so that no extra dcopy or other
data transfer would be needed.

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

Title:
  Firefox is not able to play mp4  tags

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


[Bug 125781] Re: missing .so in check

2010-11-28 Thread Stefan Kost
Teej, I am following the upstream project and it is indeed not doing a
lot of releases. The mailing list is active though and things works
quite fine for everyone. Also the packages are fine on other distros.
Would be nice if the ubuntu pckage could be fixed.

-- 
missing .so in check
https://bugs.launchpad.net/bugs/125781
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 621222] Re: Buzztard does not start (crashes)

2010-09-03 Thread Stefan Kost
Please start the app like this and past the backtrace:

G_DEBUG=fatal_warnings" gdb buzztard-edit

in gdb, type "run" and when the app stopped type "bt" (for backtrace)
and provide that here. Thanks!

-- 
Buzztard does not start (crashes)
https://bugs.launchpad.net/bugs/621222
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 344878] Re: file name to long when creating new file (ecryptfs_lookup: lookup_one_len() returned [-36] on lower_dentry)

2010-06-16 Thread Stefan Kost
So nif I get errors like this:
[ 2932.820163] ecryptfs_lookup: lookup_one_len() returned [-36] on lower_dentry 
= 
[
[ 3119.644712] ecryptfs_decrypt_page: Error attempting to read lower page; rc = 
[-4]
[ 3119.644720] ecryptfs_write_begin: Error decrypting page at index [1]; rc = 
[-4]

How can I figure the original filename that is causing it? Wouldn't that
be something to include in the eror message?

-- 
file name to long when creating new file (ecryptfs_lookup: lookup_one_len() 
returned [-36] on lower_dentry)
https://bugs.launchpad.net/bugs/344878
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 479391] Re: version upgrade via update-manager or do-release-upgrade does not work with proxy authentication

2010-05-13 Thread Stefan Kost
I face the same problem when upgrading from karmic to lucid. The change
proposed in comment #5 gets me going.

It needs a small modification though - the finally: clause is wrong:
  File "/usr/lib/python2.6/dist-packages/UpdateManager/Core/utils.py", line 
113, in url_downloadable
resp.close()

-- 
version upgrade via update-manager or do-release-upgrade does not work with 
proxy authentication
https://bugs.launchpad.net/bugs/479391
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 470639] Re: upgrade to upstream version 1.2.0

2010-04-19 Thread Stefan Kost
Irks. Upstream does not have a pc file
http://svn.xiph.org/trunk/Tremor/

-- 
upgrade to upstream version 1.2.0
https://bugs.launchpad.net/bugs/470639
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 470639] Re: upgrade to upstream version 1.2.0

2010-04-19 Thread Stefan Kost
Herje, I found the problem. The package is not too old, libvorbisidec-
dev simply misses the pkg-config file.

$dpkg -L libvorbisidec-dev | grep "\.pc"
$ apt-cache show libvorbisidec-dev | grep Ver
Version: 1.0.2+svn15687-1

-- 
upgrade to upstream version 1.2.0
https://bugs.launchpad.net/bugs/470639
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 452175] Re: Random segfaults when using ld.so explicitly to start a program

2010-01-14 Thread Stefan Kost
This is still the case for 2.6.31-17-generic-pae (and non -pae). If
there is no fix comming it would rock if someone could tell us how to
rebuild the current kernel with the problematic patch dropped (in step-
by-step fashion, as I usualy don't rebuild my kernel)?

I need to test further, but after doing the
echo 0 > /proc/sys/kernel/randomize_va_space
I don't get the out-of-memory errors in sb2 so far.

My machine is a T60 thinkpad and I found no way to enable NX. Sadly I
don't even seem to be able to enter the bios.

$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 14
model name  : Genuine Intel(R) CPU   T2400  @ 1.83GHz
stepping: 8
cpu MHz : 1000.000
cache size  : 2048 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov 
clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc arch_perfmon bts 
pni monitor vmx est tm2 xtpr pdcm
bogomips: 3657.84
clflush size: 64
power management:

(same fore 2nd core)

-- 
Random segfaults when using ld.so explicitly to start a program
https://bugs.launchpad.net/bugs/452175
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 506713] Re: gcc package needs upgrading

2010-01-13 Thread Stefan Kost
Some might argue that it is a bug in the assembly used there. I just pushed 
this fix for gstreamer:
commit 404e673ac0d209aee3a4626bd8f73a01c6390359
Author: Stefan Kost 
Date:   Wed Jan 13 16:48:46 2010 +0200

videomixer: use 'q' constraint instead of 'r'

This avoids the "bad register name `%dil'" compilation errors on 32bit where
because of 'r' gcc puts the value in a general purpose register and then 
tries
to access the lower part as %dil/%sil which is not existing on 32bit. 'q' 
requests
a-d registers

-- 
gcc package needs upgrading
https://bugs.launchpad.net/bugs/506713
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 77138] Re: gtkdoc-fixxref broken by compressed documentation

2010-01-13 Thread Stefan Kost
 don't get those anymore:
 find /usr/share/doc -name "index.sgml.gz"

shall we close the bug?

-- 
gtkdoc-fixxref broken by compressed documentation
https://bugs.launchpad.net/bugs/77138
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 315478] Re: documentation in wrong path

2010-01-13 Thread Stefan Kost
These are still wrong:
/usr/share/doc/gconf2/html/index.sgml
/usr/share/doc/gstreamer0.10-doc/gstreamer-0.10/index.sgml
/usr/share/doc/gstreamer0.10-doc/gstreamer-libs-0.10/index.sgml
/usr/share/doc/gstreamer0.10-doc/gstreamer-plugins-0.10/index.sgml
/usr/share/doc/libglib2.0-doc/gio/index.sgml
/usr/share/doc/libglib2.0-doc/glib/index.sgml
/usr/share/doc/libglib2.0-doc/gobject/index.sgml
/usr/share/doc/libgnomecanvas2-doc/html/index.sgml
/usr/share/doc/libgnomevfs2-common/html/index.sgml
/usr/share/doc/libgtk2.0-doc/gdk/index.sgml
/usr/share/doc/libgtk2.0-doc/gdk-pixbuf/index.sgml
/usr/share/doc/libgtk2.0-doc/gtk/index.sgml
/usr/share/doc/liborbit2-dev/ORBit2/index.sgml
/usr/share/doc/libpango1.0-doc/pango/index.sgml
/usr/share/doc/librsvg2-dev/html/index.sgml

-- 
documentation in wrong path
https://bugs.launchpad.net/bugs/315478
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 470639] Re: upgrade to upstream version 1.2.0

2009-12-07 Thread Stefan Kost
http://repository.maemo.org/extras-devel/pool/fremantle/free/libv/libvorbisidec/
has
libvorbisidec-dev_1.2.0-1.svn20080906.tk1_armel.deb 19.05.2009 
19:368262
libvorbisidec-dev_1.2.0-1.svn20080906.tk1_i386.deb  19.05.2009 
19:368266

now I am wondering if the 1.2.0 vs. 1.0.2 is simply a typo. Anywhay it
seems to have newer API. So maybe all that needs to be done is to
release a new svn snapshot if upstream is not releasing.

-- 
upgrade to upstream version 1.2.0
https://bugs.launchpad.net/bugs/470639
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 229786] Re: gst-plugins-bad does not include libgsttimidity.so

2009-12-04 Thread Stefan Kost
Tony, the plugins don't conflict. The problem is the absence of a
packaged libtimidity on ubuntu. only timitidty as a standalone binary is
packaged.

-- 
gst-plugins-bad does not include libgsttimidity.so
https://bugs.launchpad.net/bugs/229786
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 289087] Re: Missing linux-image-debug packages and metapackages since Intrepid

2009-11-30 Thread Stefan Kost
Replying to comment #9. I read that email you are pointing to, but the
instructions are a bit sparse.What should I use instead of
"CurrentlyBuilding". Please note that obviously I don't indent to
rebuild the kernel myself.

-- 
Missing linux-image-debug packages and metapackages since Intrepid
https://bugs.launchpad.net/bugs/289087
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 483491] Re: libtimidity missing in timidity+ package

2009-11-16 Thread Stefan Kost
I just realize that this is maybe a duplicate of bug #/229786.
libtimidity seems to be a fork of timidity
(http://libtimidity.sourceforge.net/) and so the problem is that
libtimidity needs to be packaged.

-- 
libtimidity missing in timidity+ package
https://bugs.launchpad.net/bugs/483491
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 483491] [NEW] libtimidity missing in timidity+ package

2009-11-16 Thread Stefan Kost
Public bug reported:

Binary package hint: timidity

timidity should also come with a /usr/lib/libtimidity.so. In addition a
-dev package is needed. Without that timidity based midi support in
gstreamer won't work.

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

-- 
libtimidity missing in timidity+ package
https://bugs.launchpad.net/bugs/483491
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 470639] [NEW] upgrade to upstream version 1.2.0

2009-11-02 Thread Stefan Kost
Public bug reported:

The available 1.0.2 is too old to e.g. build the gstreamer plugin for
it.

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

-- 
upgrade to upstream version 1.2.0
https://bugs.launchpad.net/bugs/470639
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 267549] Re: [needs-packaging] buzztard

2009-07-21 Thread Stefan Kost
I am the main developer of buzztard. There is a svn for debian buzztard
packages. One package (bml) is ready, 3 need to be done. Unfortunately I
am quite a noob regarding debian packaging. It would rock to have
packages for the comming 0.5 release. If anyone could help me, we could
do a session via irc to get it packaged (I am on freenode as ensonic,
e.g. in #buzztard,#gstreamer).

-- 
[needs-packaging] buzztard
https://bugs.launchpad.net/bugs/267549
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 350016] Re: wrong quoting in aclocal's python.m4 check

2009-06-12 Thread Stefan Kost
Its still happening. I just upgraded from intrpid to jaunty and all python apps 
no need a manual
PYTHONPATH=/usr/lib/python2.6/site-packages

-- 
wrong quoting in aclocal's python.m4 check
https://bugs.launchpad.net/bugs/350016
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 384722] Re: [intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install

2009-06-08 Thread Stefan Kost
I had a few extra repos active, but deactivated the before:

# cat sources.list.o/*.list
# https://launchpad.net/~alessandro.decina/+archive/ppa
deb http://ppa.launchpad.net/alessandro.decina/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/alessandro.decina/ppa/ubuntu intrepid main

## Medibuntu - Ubuntu 8.10 "intrepid ibex"
## Please report any bug on https://bugs.launchpad.net/medibuntu/
deb http://packages.medibuntu.org/ intrepid free non-free
deb-src http://packages.medibuntu.org/ intrepid free non-free

# 
https://launchpad.net/~telepathy/+archive/ppahttps://launchpad.net/~telepathy/+archive/ppa
deb http://ppa.launchpad.net/telepathy/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/telepathy/ppa/ubuntu intrepid main

# https://launchpad.net/~tsaarni/+archive/ppa
deb http://ppa.launchpad.net/tsaarni/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/tsaarni/ppa/ubuntu intrepid main

# https://launchpad.net/~vala-team/+archive/ppa
deb http://ppa.launchpad.net/vala-team/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/vala-team/ppa/ubuntu intrepid main

-- 
[intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install
https://bugs.launchpad.net/bugs/384722
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 384722] Re: [intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install

2009-06-08 Thread Stefan Kost

** Attachment added: "sources.list"
   http://launchpadlibrarian.net/27637437/sources.list

-- 
[intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install
https://bugs.launchpad.net/bugs/384722
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 384722] Re: [intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install

2009-06-08 Thread Stefan Kost

** Attachment added: "apt.log"
   http://launchpadlibrarian.net/27637422/apt.log

-- 
[intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install
https://bugs.launchpad.net/bugs/384722
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 384722] Re: [intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install

2009-06-08 Thread Stefan Kost

** Attachment added: "main.log"
   http://launchpadlibrarian.net/27637429/main.log

-- 
[intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install
https://bugs.launchpad.net/bugs/384722
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 384722] [NEW] [intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install

2009-06-08 Thread Stefan Kost
Public bug reported:

I run gksu "update-manager -c" to update intrepid to jaunty. t failes and ask 
me to report this here.
Last line of /var/log/dist-upgrade/apt.log are:
Investigating ubuntu-desktop
Package ubuntu-desktop has broken dep on gnome-app-install
  Considering gnome-app-install 1 as a solution to ubuntu-desktop 1
  Considering gnome-app-install 1 as a solution to ubuntu-desktop 1
  Considering gnome-app-install 1 as a solution to ubuntu-desktop 1

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[intrepid->jaunty] ubuntu-desktop has broken dep on gnome-app-install
https://bugs.launchpad.net/bugs/384722
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 125781] Re: missing .so in check

2009-05-25 Thread Stefan Kost
Teej, this is easy to verify and yes its still broken

# apt-cache show check | grep Version
Version: 0.9.5-4

# dpkg -L check | grep libcheck
/usr/lib/libcheck_pic.a
/usr/lib/libcheck.a

# pkg-config --libs check
-lcheck

-- 
missing .so in check
https://bugs.launchpad.net/bugs/125781
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 337704] [NEW] ladspa sine plugin crashes

2009-03-04 Thread Stefan Kost
Public bug reported:

Binary package hint: ladspa-sdk

(gdb) bt
#0  0xb80497d2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0xb7cec8a0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7cee268 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7d2a16d in __libc_message () from /lib/tls/i686/cmov/libc.so.6
#4  0xb7d30454 in malloc_printerr () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7d32455 in free () from /lib/tls/i686/cmov/libc.so.6
#6  0xb79c40b1 in operator delete () from /usr/lib/libstdc++.so.6
#7  0xb79c410d in operator delete[] () from /usr/lib/libstdc++.so.6
#8  0xb6a8c046 in ?? () from /usr/lib/ladspa/sine.so
#9  0xb7cefd89 in exit () from /lib/tls/i686/cmov/libc.so.6
#10 0xb7cd768d in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#11 0x08049d31 in _start ()

See also this debian bug which has a patch:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342156

** Affects: ladspa-sdk (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ladspa sine plugin crashes
https://bugs.launchpad.net/bugs/337704
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 272209] Re: oprofile doesn't start

2009-03-03 Thread Stefan Kost
According
https://sourceforge.net/tracker2/?func=detail&aid=2656745&group_id=16191&atid=116191
this is a bug in ubuntu kernel wrongly reporting i368/p6_mobile as
i386/p6. A kernel update would be nice.

Emmanuel, could us update the title and reassign.

-- 
oprofile doesn't start
https://bugs.launchpad.net/bugs/272209
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 272209] Re: oprofile doesn't start

2009-03-03 Thread Stefan Kost
I got it up and running for me. See the comments in:
https://sourceforge.net/tracker2/?func=detail&aid=2656745&group_id=16191&atid=116191

Will now test if it actually works :)

-- 
oprofile doesn't start
https://bugs.launchpad.net/bugs/272209
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 272209] Re: oprofile doesn't start

2009-03-03 Thread Stefan Kost
For the hack to get it to built, there is a bug report already and its fixed in 
cvs:
http://sourceforge.net/tracker/index.php?func=detail&aid=2216012&group_id=16191&atid=116191

I now slowly suspect some issue with oprofile itself and filed a ticket 
upstream:
https://sourceforge.net/tracker2/?func=detail&aid=2656745&group_id=16191&atid=116191

-- 
oprofile doesn't start
https://bugs.launchpad.net/bugs/272209
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 272209] Re: oprofile doesn't start

2009-03-03 Thread Stefan Kost
$ apt-get source oprofile
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Unable to find a source package for oprofile

Whats going on here. I have now build oprofile-0.9.4 from the upstream
sources
(http://prdownloads.sourceforge.net/oprofile/oprofile-0.9.4.tar.gz),
0.9.3 does not build due to c++ compilation issues.

Also 0.9.4 has a issue:
gedit ./libutil++/file_manip.cpp +47

- int fd = open(destination.c_str(), O_RDWR|O_CREAT);
+ int fd = open(destination.c_str(), O_RDWR|O_CREAT, S_IRUSR|S_IWUSR);

Still no luck :/

# opcontrol --version
opcontrol: oprofile 0.9.4 compiled on Mar  3 2009 11:20:06
r...@sterni:~# opcontrol --start
cpu_type 'unset' is not valid
you should upgrade oprofile or force the use of timer mode
cpu_type 'unset' is not valid
you should upgrade oprofile or force the use of timer mode
Using default event: 
cpu_type 'unset' is not valid
you should upgrade oprofile or force the use of timer mode

-- 
oprofile doesn't start
https://bugs.launchpad.net/bugs/272209
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 315478] [NEW] documentation in wrong path

2009-01-09 Thread Stefan Kost
Public bug reported:

> dpkg -S libglib2.0-doc
 /usr/share/doc/libglib2.0-doc/xxx.html

the documentation is suppose to be under /usr/share/gtk-doc/html/. Moving it 
around without symlinking, breaks all the cross references.
I know what I am talking about - I am the gtk-doc maintainer. Please leaft the 
sthings as they are in that sense or at least discuss it with the upstream.
You got one month to fix all the packages or hell awaits you :) Seriously, 
please provide an update.

Atleast a symlink would help:
ln -s /usr/share/doc/gconf2/html /usr/share/gtk-doc/html/gconf
ln -s /usr/share/doc/libbonoboui2-common/html 
/usr/share/gtk-doc/html/libbonoboui
ln -s /usr/share/doc/libgnomevfs2-common/html 
/usr/share/gtk-doc/html/gnome-vfs-2.0
ln -s /usr/share/doc/liborbit2-dev/ORBit2 /usr/share/gtk-doc/html/ORBit2
ln -s /usr/share/doc/libglib2.0-doc/glib /usr/share/gtk-doc/html/glib
ln -s /usr/share/doc/libglib2.0-doc/gobject /usr/share/gtk-doc/html/gobject
ln -s /usr/share/doc/libglib2.0-doc/gio /usr/share/gtk-doc/html/gio
ln -s /usr/share/doc/librsvg2-dev/html /usr/share/gtk-doc/html/rsvg
ln -s /usr/share/doc/libgnomeui-doc/html /usr/share/gtk-doc/html/libgnomeui
ln -s /usr/share/doc/hal-doc/api/libhal-storage 
/usr/share/gtk-doc/html/libhal-storage
ln -s /usr/share/doc/hal-doc/api/libhal /usr/share/gtk-doc/html/libhal
ln -s /usr/share/doc/libpanel-applet2-doc/html 
/usr/share/gtk-doc/html/panel-applet
ln -s /usr/share/doc/libgtk2.0-doc/gdk-pixbuf /usr/share/gtk-doc/html/gdk-pixbuf
ln -s /usr/share/doc/libgtk2.0-doc/gdk /usr/share/gtk-doc/html/gdk
ln -s /usr/share/doc/libgtk2.0-doc/gtk /usr/share/gtk-doc/html/gtk
ln -s /usr/share/doc/libgtk2.0-doc/gail-libgail-util 
/usr/share/gtk-doc/html/gail-libgail-util
ln -s /usr/share/doc/libpango1.0-doc /usr/share/gtk-doc/html/pango
ln -s /usr/share/doc/libgnomecanvas2-doc /usr/share/gtk-doc/html/libgnomecanvas

Check the broken ones:
find /usr/share/doc -name "index.sgml"

Check the subdir for the links (look at the href)
find . -name "index.sgml" -exec head -n1 {} \;

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
documentation in wrong path
https://bugs.launchpad.net/bugs/315478
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 133981] Re: xmllint --path segfaults

2008-12-12 Thread Stefan Kost
nope, works now.

-- 
xmllint --path segfaults
https://bugs.launchpad.net/bugs/133981
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 272209] Re: oprofile doesn't start

2008-11-19 Thread Stefan Kost
now after removing and reinstalling just
oprofile oprofile-gui

# opcontrol --version
opcontrol: oprofile 0.9.3 compiled on Jan 26 2008 00:51:18

As far as I can tell things match. I really belive the packages are
borked.

# uname -a
Linux sterni 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686 GNU/Linux

/lib/modules/2.6.27-7-generic/kernel/arch/x86/oprofile/oprofile.ko

I also did a:
opcontrol --deinit
depmod -a
opcontrol --init

but then get the
cpu_type 'unset' is not valid
you should upgrade oprofile or force the use of timer mode

-- 
oprofile doesn't start
https://bugs.launchpad.net/bugs/272209
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 272209] Re: oprofile doesn't start

2008-11-19 Thread Stefan Kost
Forgort to mention:
# opcontrol --version
opcontrol: oprofile 0.9.4cvs compiled on Feb 14 2008 18:22:33

According to many posts in forums and other distro bug trackers this
indicates a mismatch of the kernel version and the user-space tools.

-- 
oprofile doesn't start
https://bugs.launchpad.net/bugs/272209
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 272209] Re: oprofile doesn't start

2008-11-19 Thread Stefan Kost
Me too. Any ideas for workarounds? I am a bit confised as according to
http://oprofile.sourceforge.net/faq/, the error would mean that
/dev/oprofile/cpu_type is empty.

# more /dev/oprofile/cpu_type
i386/p6
# lsmod | grep oprofile
oprofile   38176  1

-- 
oprofile doesn't start
https://bugs.launchpad.net/bugs/272209
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 197639] Re: [fglrx] xv output not available for video playback

2008-11-18 Thread Stefan Kost
Oh my. The upgrade mechanism forgot to update which kernel is loaded by default 
(/boot/grub/menu.lst default was 2 and not 0). Now everything works almost 
fine. I have desktop effects and xvideo (including the flickering bug).
The xvideo is definitely borked as it also sort of stays in fron (menus open 
behind).

-- 
[fglrx] xv output not available for video playback
https://bugs.launchpad.net/bugs/197639
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 197639] Re: [fglrx] xv output not available for video playback

2008-11-18 Thread Stefan Kost
Me too.
01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility Radeon 
X300]

tried all kind of permutations of
VideoOverlay,OpenGLOverlay,TexturedVideo in Screen together with
Composite in Extensions, but failed to get it working. xvinfo always
claims there is no xvideo support. That is a very serious regression.

-- 
[fglrx] xv output not available for video playback
https://bugs.launchpad.net/bugs/197639
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 109725] Re: can't set hardware address in /etc/network/interfaces

2008-11-07 Thread Stefan Kost
I just installed 8.10 on a laptop that has sis900 for ethernet. Network does 
not work as hw address is 00:00:00:00:00:00.
When I do
fconfig eth0 hw ether 01:23:45:67:89:ab
I get
SIOCSIFHWADDR: cannot assign requested address

see also:
http://bugzilla.kernel.org/show_bug.cgi?id=11649

-- 
can't set hardware address in /etc/network/interfaces 
https://bugs.launchpad.net/bugs/109725
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 290259] Re: faad_2.6.1-2_i386.deb does not handle mono audio

2008-10-28 Thread Stefan Kost
Found a link
http://www.hydrogenaudio.org/forums/index.php?showtopic=33719

-- 
faad_2.6.1-2_i386.deb does not handle mono audio
https://bugs.launchpad.net/bugs/290259
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 290259] [NEW] faad_2.6.1-2_i386.deb does not handle mono audio

2008-10-28 Thread Stefan Kost
Public bug reported:

Binary package hint: faad

faad does not decode the audio codec config corrctly for aac files. The
number of channels is in the 2nd byte shifted right by 3 positions.

[EMAIL PROTECTED]:~/audio$ GST_DEBUG="*:2,faad*:4" gst-play 2>&1 audio_mono.mp4 
| grep codec
0:00:00.267836103 11965  0x8214f28 DEBUG faad 
gstfaad.c:320:gst_faad_setcaps: codec_data: 0x12 0x8
0:00:00.267994513 11965  0x8214f28 INFO  faad 
gstfaad.c:328:gst_faad_setcaps: codec_data init: channels=2, rate=44100

[EMAIL PROTECTED]:~/audio$ GST_DEBUG="*:2,faad*:4" gst-play 2>&1 
audio_stereo.mp4 | grep codec
0:00:00.148715154 11979  0x8213b88 DEBUG faad 
gstfaad.c:320:gst_faad_setcaps: codec_data: 0x12 0x10
0:00:00.148873563 11979  0x8213b88 INFO  faad 
gstfaad.c:328:gst_faad_setcaps: codec_data init: channels=2, rate=44100

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

-- 
faad_2.6.1-2_i386.deb does not handle mono audio
https://bugs.launchpad.net/bugs/290259
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 229539] [NEW] gtk slow filechooser

2008-05-12 Thread Stefan Kost
Public bug reported:

I've updated to hardy heron recently. I am also up-to-date patchwise.
The issue I see is that the gtk filechooser takes long time to open. It
happens for several applications (epiphany : save-as, gedit : open/save-
as, ...). When I select the menu entry, it take ~ 20 sec. for I get the
file-chooser.

It seems that trackerd was stalled. I killer trackerd and then
filechooser came up quickly.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
gtk slow filechooser
https://bugs.launchpad.net/bugs/229539
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 113057] Re: update-manager fails at gst-python

2008-01-31 Thread Stefan Kost
I think it can be closed as it id not happen again, when I upgraded in
november.

-- 
update-manager fails at gst-python
https://bugs.launchpad.net/bugs/113057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133981] Re: xmllint --path segfaults

2007-12-18 Thread Stefan Kost
bug is still present!

$ xsltproc --version
Using libxml 20630, libxslt 10121 and libexslt 813
xsltproc was compiled against libxml 20629, libxslt 10121 and libexslt 813
libxslt 10121 was compiled against libxml 20629
libexslt 813 was compiled against libxml 20629

-- 
xmllint --path segfaults
https://bugs.launchpad.net/bugs/133981
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176071] missing libmemusage.so and memusage.sh

2007-12-13 Thread Stefan Kost
Public bug reported:

glibc-2.6.1$ l malloc/memu*
-rw-r--r-- 1 ensonic ensonic 27329 2006-12-08 19:13 malloc/memusage.c
-rwxr-xr-x 1 ensonic ensonic  7543 2007-02-17 10:31 malloc/memusage.sh
-rw-r--r-- 1 ensonic ensonic 14974 2006-12-08 19:13 malloc/memusagestat.c

The build creates a libmemusage.so which is a useful developer tool.
Would be great if that can be added to the libc6-dev package,

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

-- 
missing libmemusage.so and memusage.sh
https://bugs.launchpad.net/bugs/176071
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110178] Re: MASTER: Please update imagemagick to 6.3.5 version

2007-11-01 Thread Stefan Kost
imagemagick 6.2.4 crashes when used in zebra (barcode reader)
http://sourceforge.net/projects/zebra/

http://sourceforge.net/tracker/?func=detail&aid=1816272&group_id=189236&atid=928515

Please provide an newer version.

-- 
MASTER: Please update imagemagick to 6.3.5 version
https://bugs.launchpad.net/bugs/110178
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141174] bump alsa-driver-1.0.13-3ubuntu1 >= alsa-driver-1.0.14_rc3

2007-09-20 Thread Stefan Kost
Public bug reported:

pulseaudio needs a fix in alsa to run stable:
http://www.pulseaudio.org/ticket/23
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2601#14939

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
bump alsa-driver-1.0.13-3ubuntu1 >= alsa-driver-1.0.14_rc3
https://bugs.launchpad.net/bugs/141174
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 117641] Re: epiphany and Firefox core dump with pulseaudio and flash

2007-09-20 Thread Stefan Kost
Rich, are your debs available somewhere?

-- 
epiphany and Firefox core dump with pulseaudio and flash
https://bugs.launchpad.net/bugs/117641
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133981] Re: xmllint --path segfaults

2007-09-18 Thread Stefan Kost
Is anyone caring about this. Please!

-- 
xmllint --path segfaults
https://bugs.launchpad.net/bugs/133981
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127376] Re: ccache should add a group of alternatives for cc, c++ and gcc

2007-09-16 Thread Stefan Kost
I second that. It seems that ccache is not activated even after
installing it. I was also checking update-alternatives to do that. Now
that there is no such choice I wonder if its save to do the symlinks, as
the man page for ccache recommends.

-- 
ccache should add a group of alternatives for cc, c++ and gcc
https://bugs.launchpad.net/bugs/127376
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 138525] libc6-dev ships /usr/include/features.h with wrong version

2007-09-09 Thread Stefan Kost
Public bug reported:

Binary package hint: libc6-dev

$ grep -Hn "__GLIBC_MINOR__" /usr/include/features.h
...
/usr/include/features.h:307:#define __GLIBC_MINOR__ 4
...
This should be
/usr/include/features.h:307:#define __GLIBC_MINOR__ 5

# apt-cache show libc6-dev | grep Version
Version: 2.5-0ubuntu14

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

-- 
libc6-dev ships /usr/include/features.h with wrong version
https://bugs.launchpad.net/bugs/138525
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133981] xmllint --path segfaults

2007-08-21 Thread Stefan Kost
Public bug reported:

Binary package hint: libxml2-utils

When I use --path option on xmllint (using libxml version 20627) it
segfaults. I tested the same on a gentoo box which is using libxml
version 20628 and there it works. It happens with any xml document.
Could you please check if bumping the libxml fixes it?


gtk-doc/help/manual/C$ gdb --args xmllint --noout --noent --xinclude --valid 
--path "." gtk-doc-manual.xml; echo $?
(gdb) r
Starting program: /usr/bin/xmllint --noout --noent --xinclude --valid --path . 
gtk-doc-manual.xml

Program received signal SIGSEGV, Segmentation fault.
0x08051059 in xmllintExternalEntityLoader (URL=0x0, ID=0x8069c68 "-//OASIS//DTD 
DocBook XML V4.1.2//EN", ctxt=0x8060268) at xmllint.c:256
256 xmllint.c: No such file or directory.
in xmllint.c
(gdb) bt
#0  0x08051059 in xmllintExternalEntityLoader (URL=0x0, ID=0x8069c68 
"-//OASIS//DTD DocBook XML V4.1.2//EN", ctxt=0x8060268) at xmllint.c:256
#1  0xb7e4d183 in xmlLoadExternalEntity__internal_alias (URL=0x0, ID=0x8069c68 
"-//OASIS//DTD DocBook XML V4.1.2//EN", ctxt=0x8060268) at xmlIO.c:3801
#2  0xb7ee828a in xmlSAX2ResolveEntity__internal_alias (ctx=0x8060268, 
publicId=0x8069c68 "-//OASIS//DTD DocBook XML V4.1.2//EN", 
systemId=0x8069cd0 "\n", ' ' , 
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";) at SAX2.c:506
#3  0xb7ee833d in xmlSAX2ExternalSubset__internal_alias (ctx=0x8060268, 
name=0x8069712 "book", ExternalID=0x8069c68 "-//OASIS//DTD DocBook XML 
V4.1.2//EN", 
SystemID=0x8069cd0 "\n", ' ' , 
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";) at SAX2.c:396
#4  0xb7e3da7f in xmlParseDocument__internal_alias (ctxt=0x8060268) at 
parser.c:9213
#5  0xb7e3dba7 in xmlDoRead (ctxt=0x8060268, URL=0x0, encoding=0x0, 
options=66578, reuse=1) at parser.c:13245
#6  0x0804de4a in parseAndPrintFile (filename=0xbfe976e5 "gtk-doc-manual.xml", 
rectxt=0x0) at xmllint.c:2243
#7  0x0804fdac in main (argc=8, argv=0xbfe95bc4) at xmllint.c:3499
#8  0xb7c9aebc in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#9  0x0804b261 in _start ()

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

-- 
xmllint --path segfaults
https://bugs.launchpad.net/bugs/133981
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103277] Re: ata2 2.6.20-13-generic ata2: port is slow to respond

2007-07-25 Thread Stefan Kost
More details - it happens with both kernels:
Linux xxx 2.6.20-16-generic
Linux xxx 2.6.20-16-i386

Could someone please fix this? Or raise priority. Its quite annoying to
not be able to use the cd-rom.

-- 
ata2 2.6.20-13-generic ata2: port is slow to respond 
https://bugs.launchpad.net/bugs/103277
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 125781] missing .so in check

2007-07-13 Thread Stefan Kost
Public bug reported:

Binary package hint: check

The package check-0.9.4-3 misses the .so file it only distributes static 
libraries:
/usr/lib/libcheck_pic.a
/usr/lib/libcheck.a

The /usr/lib/libcheck_pic.a is hacky workaround for that.
It breaks selfbuilt software that uses pkg-config to link against check, as it 
wont see it (pkg-config --libs check answers -lcheck).

The bug as initially reported there, but the fix is incomplete.
https://bugs.launchpad.net/ubuntu/+source/check/+bug/5840

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

-- 
missing .so in check
https://bugs.launchpad.net/bugs/125781
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103277] Re: ata2 2.6.20-13-generic ata2: port is slow to respond

2007-07-10 Thread Stefan Kost
I have the same issue (lenovo thinkpad t43) and 2.6.20-16 does not fix
it for me

# uname -a
Linux sterni 2.6.20-16-386 #2 Thu Jun 7 20:16:13 UTC 2007 i686 GNU/Linux


# hdparm -i /dev/sr0

/dev/sr0:

 Model=UJDA765 DVD/CDRW, FwRev=1.70, SerialNo=  
  
 Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
 RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
 BuffType=unknown, BuffSize=512kB, MaxMultSect=0
 (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
 IORDY=yes, tPIO={min:180,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4 
 DMA modes:  sdma0 sdma1 sdma2 mdma0 mdma1 mdma2 
 UDMA modes: udma0 *udma1 udma2 
 AdvancedPM=no
 Drive conforms to: ATA/ATAPI-5 T13 1321D revision 3:  ATA/ATAPI-1 ATA/ATAPI-2 
ATA/ATAPI-3 ATA/ATAPI-4 ATA/ATAPI-5

 * signifies the current active mode

# hdparm /dev/sr0

/dev/sr0:
 IO_support   =  0 (default 16-bit)
 readonly =  0 (off)
 readahead= 256 (on)
 HDIO_GETGEO failed: Inappropriate ioctl for device

I get this when putting a cd into the drive:
Jul 10 14:56:22 localhost kernel: [ 1376.764000] sr 1:0:0:0: SCSI error: return 
code = 0x0802
Jul 10 14:56:22 localhost kernel: [ 1376.764000] sr0: Current: sense key: No 
Sense
Jul 10 14:56:22 localhost kernel: [ 1376.764000] <> ASC=0xd0 
ASCQ=0xffASC=0xd0 <> ASCQ=0xff
Jul 10 14:56:22 localhost kernel: [ 1376.764000] FMK, EOM
Jul 10 14:56:22 localhost kernel: [ 1376.764000] end_request: I/O error, dev 
sr0, sector 2712
Jul 10 14:56:32 localhost kernel: [ 1386.764000]  res 
40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Jul 10 14:56:39 localhost kernel: [ 1393.764000] ata2: port is slow to respond, 
please be patient (Status 0xd0)
Jul 10 14:57:02 localhost kernel: [ 1416.78] ata2: soft resetting port
Jul 10 14:57:03 localhost kernel: [ 1417.264000] ata2.00: configured for UDMA/25
Jul 10 14:57:03 localhost kernel: [ 1417.264000] ata2: EH complete
Jul 10 14:57:33 localhost kernel: [ 1447.264000] ata2.00: qc timeout (cmd 0xa0)
Jul 10 14:57:33 localhost kernel: [ 1447.264000]  res 
51/51:03:00:00:00/00:00:00:00:00/a0 Emask 0x5 (timeout)
Jul 10 14:57:40 localhost kernel: [ 1454.264000] ata2: port is slow to respond, 
please be patient (Status 0xd0)
Jul 10 14:58:03 localhost kernel: [ 1477.28] ata2: soft resetting port
Jul 10 14:58:03 localhost kernel: [ 1477.764000] ata2.00: configured for UDMA/25
Jul 10 14:58:03 localhost kernel: [ 1477.764000] ata2: EH complete

-- 
ata2 2.6.20-13-generic ata2: port is slow to respond 
https://bugs.launchpad.net/bugs/103277
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 77138] Re: gtkdoc-fixxref broken by compressed documentation

2007-07-05 Thread Stefan Kost
As one of the gtk-doc contributors I second that request. For
consistency reason it would also be great if you don't symlink the docs
around. Please leave glib/gtk+ docs under $prefix/share/gtk-doc/html/.

-- 
gtkdoc-fixxref broken by compressed documentation
https://bugs.launchpad.net/bugs/77138
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123504] packages does not install swscale.h

2007-07-02 Thread Stefan Kost
Public bug reported:

The package installs most of the include files, but seems to
deliberately omit swscale.h (with a comment stating that it is unused).
This is not true. Could this please be installed as well.

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

-- 
packages does not install swscale.h
https://bugs.launchpad.net/bugs/123504
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 76234] Re: permissions on native socket incorrect

2007-05-21 Thread Stefan Kost
For me it does not work:

#1) /var/run/pulse/ is empty
#2) starting pulseaudio resets the group to 'pulse'

-- 
permissions on native socket incorrect
https://bugs.launchpad.net/bugs/76234
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113057] Re: update-manager fails at gst-python

2007-05-07 Thread Stefan Kost
after moving  "/usr/lib/python2.4/site-packages/gst-0.10" away the
package could be installed.

-- 
update-manager fails at gst-python
https://bugs.launchpad.net/bugs/113057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 113057] Re: update-manager fails at gst-python

2007-05-07 Thread Stefan Kost
I should mention that I am working on gstreamer and have cvs version
installed (compiled and installed over the distribution packages in
/usr). This seems to be the place where it broke 8sorry for german error
messages)

# grep python-gst term.log 
Vorbereiten zum Ersetzen von python-gst0.10 0.10.5-5ubuntu1 (durch 
.../python-gst0.10_0.10.6-1ubuntu3_i386.deb) ...
Entpacke Ersatz für python-gst0.10 ...
Richte python-gst0.10 ein (0.10.6-1ubuntu3) ...
dpkg: Fehler beim Bearbeiten von python-gst0.10 (--configure):
 istanbul hängt ab von python-gst0.10 (>= 0.10); aber:
  Paket python-gst0.10 ist noch nicht konfiguriert.
 serpentine hängt ab von python-gst0.10 (>= 0.10.4-4); aber:
  Paket python-gst0.10 ist noch nicht konfiguriert.


** Attachment added: "/var/log/dist-upgrade"
   http://librarian.launchpad.net/7576443/dist-upgrade.tar.gz

-- 
update-manager fails at gst-python
https://bugs.launchpad.net/bugs/113057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 113057] update-manager fails at gst-python

2007-05-07 Thread Stefan Kost
Public bug reported:

Binary package hint: update-manager

I 'll upload the logs as attachment

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
update-manager fails at gst-python
https://bugs.launchpad.net/bugs/113057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 73601] Re: Cannot Play as many formats as mad can

2006-11-28 Thread Stefan Kost
this has been also files as an issue in the fluendo trac

** Changed in: gst-fluendo-mp3 (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
Cannot Play as many formats as mad can
https://launchpad.net/bugs/73601

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


[Bug 56678] Re: package misses upsteam docs (- 1.6-1)

2006-08-17 Thread Stefan Kost
wow, that was quick. Thanks a lot & rock on!

-- 
package misses upsteam docs (- 1.6-1)
https://launchpad.net/bugs/56678

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


[Bug 56678] package misses upsteam docs (- 1.6-1)

2006-08-17 Thread Stefan Kost
Public bug reported:

Binary package hint: gtk-doc-tools

gtk-doc has a developer manual since several versions that gets
installed when I compile form source and then can be read via yelp. This
document is not part of the ubunto package for unknow reason. I spent
substantial amount of time to write the manual and I still recive
question about gtk-doc form people. Is there a ubuntu specific problem
with this manual? Why is it not included?

** Affects: gtk-doc (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
package misses upsteam docs (- 1.6-1)
https://launchpad.net/bugs/56678

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