[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:

[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

[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

[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 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 --

[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

[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

[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

[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

[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

[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 =

[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()

[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

[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

[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

[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

[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. --

[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 enso...@users.sf.net Date: Wed Jan 13 16:48:46 2010 +0200 videomixer: use 'q' constraint instead of 'r

[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

[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

[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

[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 --

[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

[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

[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

[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

[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

[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

[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

[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

[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 ##

[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

[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

[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

[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=detailaid=2216012group_id=16191atid=116191 I now slowly suspect some issue with oprofile itself and filed a ticket upstream:

[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=detailaid=2656745group_id=16191atid=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

[Bug 272209] Re: oprofile doesn't start

2009-03-03 Thread Stefan Kost
According https://sourceforge.net/tracker2/?func=detailaid=2656745group_id=16191atid=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/ubuntu/+source/oprofile/+bug/272209

2009-02-24 Thread Stefan Kost
Hi, could some maintainer of the oprofile package please have a look at this. https://bugs.launchpad.net/ubuntu/+source/oprofile/+bug/272209 Oprofile seems to be defunct on ubunto 8.10 which is seriously affecting me as a developer. Many thanks, Stefan -- Ubuntu-motu mailing list

[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

[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

[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

[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

[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

[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.

[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

[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

[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 21 audio_mono.mp4 | grep codec 0:00:00.267836103

[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

[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

[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

[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

[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

[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=detailaid=1816272group_id=189236atid=928515 Please provide an newer version. -- MASTER: Please update imagemagick to 6.3.5 version

[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

[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 =

[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

[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,

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

2007-09-10 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:

[Bug 133981] xmllint --path segfaults

2007-08-22 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

[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

[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

[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=

[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

[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 --

[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

[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

[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

[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. --

[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

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

2006-08-18 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