[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-07-03 Thread Sveinung
Adding -D_GNU_SOURCE (to get acess to ucred that is cr's type) to the cflags fixes this, but brings on a new problem. echo "Class-Path: /usr/share/java/hexdump.jar" > Manifest (cd classes;jar cfm ../debug-disable-1.1.jar ../Manifest cx/ath/matthew/debug/*.class) (cd classes; /usr/bin/fastjar cf .

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-07-03 Thread Sveinung
-D_GNU_SOURCE introduces the same problem on Debian so I guess that is not the solution -- libmatthew-java 0.7.1-1 refuse to build https://bugs.launchpad.net/bugs/239765 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 204374] Re: application/x-flash-video (.flv) should have a "video-x-generic" icon

2008-08-25 Thread Sveinung
I found this in the Intrepid package and it seems to fix this bug: Flash video ... Ảnh động Flash I did a quick test in a chroot and the video icon is there. -- application/x-flash-video (.flv) should have a "video-x-generic" icon https://b

[Bug 204374] Re: application/x-flash-video (.flv) should have a "video-x-generic" icon

2008-08-25 Thread Sveinung
Fixed in intrepid ** Bug watch added: freedesktop.org Bugzilla #14982 https://bugs.freedesktop.org/show_bug.cgi?id=14982 ** Also affects: shared-mime-info via https://bugs.freedesktop.org/show_bug.cgi?id=14982 Importance: Unknown Status: Unknown ** Changed in: shared-mime-info (U

[Bug 261567] [NEW] VLC is capable of opening Flash videos, but is not registered as a handler for it

2008-08-26 Thread Sveinung
Public bug reported: Binary package hint: vlc VLC is capable of opening Flash videos, but is not registered as a handler for it. ** Affects: vlc (Ubuntu) Importance: Undecided Status: New -- VLC is capable of opening Flash videos, but is not registered as a handler for it https:

[Bug 261567] Re: VLC is capable of opening Flash videos, but is not registered as a handler for it

2008-08-26 Thread Sveinung
reported upstreams: http://mailman.videolan.org/pipermail/vlc- devel/2008-August/048830.html -- VLC is capable of opening Flash videos, but is not registered as a handler for it https://bugs.launchpad.net/bugs/261567 You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 261567]

2008-08-27 Thread Sveinung
Here is a quickly made debdiff. - I did not change debian/vlc.mime since shared-mime-info has the mime type for flv - I may have overlooked things - against the current (vlc_0.8.6.release.h-1ubuntu1) version in Intrepid. - since I could not find documentation for the preferred numbering of patches

[Bug 218658] Re: dbus-java will build under dpkg-buildpackage, but not under pbuilder

2008-09-16 Thread Sveinung
The reason for the failiure have changed from 2.3.1-1 to 2.5-4. I suspect this is a problem in libmatthew since it until recently refused to build and the failure in dbus-java is that the symbol about __stack_chk_fail_local not beeing defined in /usr/lib/jni/libunix- java.so, a part of libmatthew-j

[Bug 261567] Re: VLC is capable of opening Flash videos, but is not registered as a handler for it

2008-09-17 Thread Sveinung
fixed released upstreams (0.9.2) -- VLC is capable of opening Flash videos, but is not registered as a handler for it https://bugs.launchpad.net/bugs/261567 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 261567] Re: VLC is capable of opening Flash videos, but is not registered as a handler for it

2008-09-14 Thread Sveinung
Applied upstreams in revision 7e3eb6484a1f3f9eafdf15e6e386b76a789a2a97 See http://trac.videolan.org/vlc/browser/share/applications -- VLC is capable of opening Flash videos, but is not registered as a handler for it https://bugs.launchpad.net/bugs/261567 You received this bug notification becaus

[Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-08-08 Thread Sveinung
Changeing status back to In Progress and assigning to me since I have made a try. ** Changed in: torbutton (Ubuntu) Assignee: (unassigned) => Sveinung (kvilhaugsvik) Status: Incomplete => In Progress -- Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

Re: [Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-08-08 Thread Sveinung
2", instead of using "and". Fixed. (Sorry about those. I believed that Lintian included a spell checker) > 4.) Check if the debdiff has an empty line at the end (line #162). If > it has, please remove it. Removed Thank you for your review :) Sveinung Kvilhaugsvik ** Attachment

[Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-08-08 Thread Sveinung
** Changed in: torbutton (Ubuntu) Assignee: Sveinung (kvilhaugsvik) => (unassigned) Status: In Progress => Confirmed -- Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/247867 You received this bug notification because y

[Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-08-10 Thread Sveinung
Torbutton 1.2.0 is now in Debian. Should I try to merge the new version instead? -- Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/247867 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

Re: [Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-08-11 Thread Sveinung
I have attached a debdiff against the new version if it is preferred. It works on my Hardy system (tested at http://check.torproject.net/). -- Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/247867 You received this bug notification becaus

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-06-29 Thread Sveinung
When LDFLAGS="-Bsymbolic-functions -fpic -shared -lc" \ is added it don't have problem with ld any longer, but gives the error. cc -g -O2 -fpic -Wall -Os -pedantic -std=c99 -Werror -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -c -o unix-java.o unix-java.c unix-ja

[Bug 204704] Re: dbus-java should work with IcedTea

2008-07-14 Thread Sveinung
** Bug watch added: Debian Bug tracker #490812 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490812 ** Also affects: dbus-java (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490812 Importance: Unknown Status: Unknown -- dbus-java should work with IcedTea https:/

[Bug 253836] [NEW] KDissert refuse to regenerate document

2008-07-31 Thread Sveinung
Public bug reported: Binary package hint: kdissert Steps to reproduce; 1) Create document in KDissert 2) Generate a document 3) Make changes in KDissert 4) Try to regenerate the document in the menu or go to generate without changing folder result: It refuse to generate the document by making "

[Bug 204704] Re: dbus-java should work with IcedTea

2008-08-03 Thread Sveinung
sync request: dbus-java 2.5-3 from Debian sid main builds using OpenJDK. Please sync it. It has also moved from contrib to main. Pleace move dbus-java from multiverse to universe if that doesn't happen automatically. ** Changed in: dbus-java (Ubuntu) Status: In Progress => New -- dbus-j

[Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-08-05 Thread Sveinung
Actually, it says 3.1a1pre not 3.0a1pre, so Firefox 3 works. This version closes a bug in Debian about that torbutton was missing Firefox 3 support. (See the changelog) David: is that enough to get you started again or should I give it a try? -- Please merge Torbutton 1.2.0~rc5-1 (universe) from

Re: [Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-08-06 Thread Sveinung
I have made a try here. I also changed the changelog to be more readable, reflect what was removed and to give you credit since your name would not appear in the "Changed by" line. Please note that I have never merged a package from Debian to Ubuntu (and included old Ubuntu changes) before, so it

[Bug 253836] Re: KDissert refuse to regenerate document

2008-08-21 Thread Sveinung
** Bug watch added: Debian Bug tracker #496012 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496012 ** Also affects: kdissert (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496012 Importance: Unknown Status: Unknown -- KDissert refuse to regenerate document http

[Bug 239765] [NEW] libmatthew-java 0.7.1-1 refuse to build

2008-06-13 Thread Sveinung
Public bug reported: The reason is that LDFLAGS is set to -Wl,-Bsymbolic-functions. >From the build log: ld -Wl,-Bsymbolic-functions -fpic -shared -lc -o libcgi-java.so cgi-java.o ld: unrecognized option '-Wl,-Bsymbolic-functions' ld: use the --help option for usage information ** Affects: libm

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-06-13 Thread Sveinung
Seems like I was wrong. It will fail even if the default flags are blocked: >From the build log after blanking out the flags from dpkg-buildpackage ld -o libcgi-java.so cgi-java.o ld: warning: cannot find entry symbol _start; defaulting to 004000e8 cgi-java.o: In function `Java_cx_ath_mat

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-06-13 Thread Sveinung
(it also get the same error if only -Wl is removed) -- libmatthew-java 0.7.1-1 refuse to build https://bugs.launchpad.net/bugs/239765 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.c

[Bug 239765] Re: libmatthew-java 0.7.1-1 refuse to build

2008-06-15 Thread Sveinung
** Bug watch added: Debian Bug tracker #476019 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476019 ** Also affects: libmatthew-java (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476019 Importance: Unknown Status: Unknown -- libmatthew-java 0.7.1-1 refuse to bu

[Bug 267264] [NEW] Please move dbus-java to universe

2008-09-06 Thread Sveinung
Public bug reported: dbus-java is in debian main. The version from Debian main have now been synced (see bug 204704), so there are no unfree dependencies. Pleace move it to universe. ** Affects: dbus-java (Ubuntu) Importance: Undecided Status: New ** Description changed: dbus-ja

[Bug 204704] Re: dbus-java should work with IcedTea

2008-04-16 Thread Sveinung
changed maintainer and added change to log like https://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff say I should ** Attachment added: "debdiff to make dbus-java build use OpenJDK" http://launchpadlibrarian.net/13528498/dbus-java_2.3.1-1.debdiff ** Attachment removed: "Make dbus-java build u

[Bug 218658] [NEW] dbus-java will build under dpkg-buildpackage, but not under pbuilder

2008-04-17 Thread Sveinung
Public bug reported: dbus-java refuse to build under pbuilder. I think the reason is that the support for arabic is missing from the pbuilder environment. The section where things go wrong: $dpkg-buildpackage: Ping returned in 5ms. Ping returned in 3ms. Calling Method0/1 Got Remote Object: foo.ba

[Bug 204704] Re: dbus-java should work with IcedTea

2008-04-17 Thread Sveinung
** Changed in: dbus-java (Ubuntu) Status: New => In Progress -- dbus-java should work with IcedTea https://bugs.launchpad.net/bugs/204704 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 204704] Re: dbus-java should work with IcedTea

2008-04-09 Thread Sveinung
** Attachment removed: "Make dbus-java build using IcedTea" http://launchpadlibrarian.net/12793703/initial.diff ** Attachment removed: "Make dbus-java build use IcedTea" http://launchpadlibrarian.net/12909014/diff -- dbus-java should work with IcedTea https://bugs.launchpad.net/bugs/2047

[Bug 204704] Re: dbus-java should work with IcedTea

2008-04-09 Thread Sveinung
Put the openjdk-6-jre dependency first, instead of last, in the ORed list to make it clear that the package now can be moved from multiverse to universe. Thanks to infinity on #ubuntu-devel for the tips. I will upload an debdiff soon. ** Attachment added: "Make dbus-java build use OpenJDK" htt

[Bug 204704] Re: dbus-java should work with IcedTea

2008-04-10 Thread Sveinung
I think this is a debdiff... Correct me if I am wrong. ** Attachment added: "debdiff to do the same" http://launchpadlibrarian.net/13336846/debdiff -- dbus-java should work with IcedTea https://bugs.launchpad.net/bugs/204704 You received this bug notification because you are a member of Ubunt

[Bug 109644] Re: Bibletime crashes when indexing

2008-04-12 Thread Sveinung
It does work for me now in Hardy on an x86. If I remember correctly I had the same problem on x86. Could someone that has access to an Ubuntu PPC box test if the problem is gone now and close this bug if it is? -- Bibletime crashes when indexing https://bugs.launchpad.net/bugs/109644 You received

[Bug 204704] [NEW] dbus-java should work with IcedTea

2008-03-21 Thread Sveinung
Public bug reported: dbus-java is dbus bindings for Java. There are a source package in Hardy. I have been able to build it against IcedTea. (Not well tested yet) ** Affects: dbus-java (Ubuntu) Importance: Undecided Status: New -- dbus-java should work with IcedTea https://bugs.la

[Bug 204704] Re: dbus-java should work with IcedTea

2008-03-21 Thread Sveinung
** Attachment added: "Make dbus-java build using IcedTea" http://launchpadlibrarian.net/12793703/initial.diff -- dbus-java should work with IcedTea https://bugs.launchpad.net/bugs/204704 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 204704] Re: dbus-java should work with IcedTea

2008-03-22 Thread Sveinung
A bug in the diff. +Build-Depends: icedtea-java7 | sun-java5-jdk, should be +Build-Depends: icedtea-java7, -- dbus-java should work with IcedTea https://bugs.launchpad.net/bugs/204704 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 204704] Re: dbus-java should work with IcedTea

2008-03-26 Thread Sveinung
Sorry about the type in the prvious comment. It should be "+Build- Depends: icedtea-java7-jre," Uploaded new diff that has fixed the typos ** Attachment added: "Make dbus-java build use IcedTea" http://launchpadlibrarian.net/12909014/diff -- dbus-java should work with IcedTea https://bugs.lau

[Bug 204704] Re: dbus-java should work with OpenJDK

2008-03-26 Thread Sveinung
Seems like icedtea is gone from hardy... I have buildt and tested it using OpenJDK. No problems found this far. ** Attachment added: "Make dbus-java build use OpenJDK" http://launchpadlibrarian.net/12911044/openjdk -- dbus-java should work with IcedTea https://bugs.launchpad.net/bugs/204704 Y

[Bug 109644] Bibletime crashes when indexing

2007-04-24 Thread Sveinung
Public bug reported: Binary package hint: bibletime I have downloaded KJV and norsk using the download manager. When i try to index them, Bibletime crashes do to an invalid pointer. (Security issue?) Kubuntu/PPC (feisty) upgraded for Edgy on an iBook. The computers ID: 4f03a8147604870e524055a39c

[Bug 109644] Re: Bibletime crashes when indexing

2007-04-25 Thread Sveinung
To reproduce: 1) Search for something 2) When it say it needs to index first, let it 3) Crash -- Bibletime crashes when indexing https://bugs.launchpad.net/bugs/109644 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 99769] Re: Kxkb will not launch

2007-04-09 Thread Sveinung
It works now, thank you. -- Kxkb will not launch https://bugs.launchpad.net/bugs/99769 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/listi

[Bug 99769] Kxkb will not launch

2007-04-04 Thread Sveinung
You have been subscribed to a public bug: What happends: $ kxkb X Error: BadDevice, invalid or uninitialized input device 168 Major opcode: 145 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 168 Major opcode: 145 Minor

[Bug 99769] Kxkb will not launch

2007-04-05 Thread Sveinung
Public bug reported: What happends: $ kxkb X Error: BadDevice, invalid or uninitialized input device 168 Major opcode: 145 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 168 Major opcode: 145 Minor opcode: 3 Resourc

[Bug 218658] Re: dbus-java will build under dpkg-buildpackage, but not under pbuilder

2008-11-11 Thread Sveinung Kvilhaugsvik
** Also affects: libmatthew-java (Ubuntu) Importance: Undecided Status: New -- dbus-java will build under dpkg-buildpackage, but not under pbuilder https://bugs.launchpad.net/bugs/218658 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 218658] Re: dbus-java will build under dpkg-buildpackage, but not under pbuilder

2008-11-12 Thread Sveinung Kvilhaugsvik
Axos: Thank you. In order to get credit for fixing it here is what you do (in case you don't already know): cd to a new folder apt-get source libmatthew-java # you will need the original anyway, and if you didn't increase the changelog before you don't have the original but a changed thing cd li

[Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated)

2008-11-18 Thread Sveinung Kvilhaugsvik
** Also affects: firefox-extensions Importance: Undecided Status: New -- REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated) https://bugs.launchpad.net/bugs/297708 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated)

2008-11-18 Thread Sveinung Kvilhaugsvik
Done. Thank you for your feedback! -- REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated) https://bugs.launchpad.net/bugs/297708 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated)

2008-11-19 Thread Sveinung Kvilhaugsvik
** Description changed: Binary package hint: all-in-one-sidebar all-in-one-sidebar (0.7.6-0ubuntu1) jaunty; urgency=low - * new upstream release (0.7.6) + * new upstream release (LP: #297708) * contens of chrome no longer shipped in jar file (LP: #217037) * No longer list fi

[Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated)

2008-11-20 Thread Sveinung Kvilhaugsvik
Just one more thing: What do I do now? Should I just wait or should I do something (for example subscribe Universe Sponsors)? I didn't see anything on the wiki about subscribing them so I guessed the Mozilla team would sponsor the package and merge it into their tree if ready, but if I have missed

[Bug 297708] [NEW] REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar

2008-11-13 Thread Sveinung Kvilhaugsvik
Public bug reported: Binary package hint: all-in-one-sidebar all-in-one-sidebar (0.7.4-0ubuntu4) jaunty; urgency=low * No longer list firefox-2 as alternate dependency (LP: #272959) * Added watchfile I haven't updated it to 0.7.6 because I'm not sure how you want bug 217037 fixed but if you

[Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar

2008-11-13 Thread Sveinung Kvilhaugsvik
my updated packaging can be found at lp:~kvilhaugsvik/firefox-extensions /all-in-one-sidebar.ubuntu -- REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar https://bugs.launchpad.net/bugs/297708 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 297908] [NEW] refers to kio-sword that isn't available any more

2008-11-13 Thread Sveinung Kvilhaugsvik
Public bug reported: Binary package hint: sword-text-tr sword-text-tr refers to kio-sword, but it isn't available any more. ** Affects: sword-text-tr (Ubuntu) Importance: Undecided Status: New -- refers to kio-sword that isn't available any more https://bugs.launchpad.net/bugs/29

Re: [Bug 297908] [NEW] refers to kio-sword that isn't available any more

2008-11-13 Thread Sveinung Kvilhaugsvik
Here is a patch that fixes it. It also adds a little more information to the description. changes: * kio-sword is no longer available (LP: #297908) * Expanded the description a little ** Attachment added: "sword-text-tr_1.2-0ubuntu2.debdiff" http://launchpadlibrarian.net/19632567/sword-te

[Bug 272959] Re: Packages that depend on firefox-2 or firefox should just depend on firefox

2008-11-14 Thread Sveinung Kvilhaugsvik
** Changed in: all-in-one-sidebar (Ubuntu) Assignee: (unassigned) => Sveinung Kvilhaugsvik (kvilhaugsvik) Status: Confirmed => In Progress -- Packages that depend on firefox-2 or firefox should just depend on firefox https://bugs.launchpad.net/bugs/272959 You received th

[Bug 217037] Re: Contents of chrome are shipped in jar file

2008-11-14 Thread Sveinung Kvilhaugsvik
** Changed in: all-in-one-sidebar (Ubuntu) Assignee: (unassigned) => Sveinung Kvilhaugsvik (kvilhaugsvik) Status: New => In Progress -- Contents of chrome are shipped in jar file https://bugs.launchpad.net/bugs/217037 You received this bug notification because you are a mem

[Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar

2008-11-14 Thread Sveinung Kvilhaugsvik
Thank you. New branch at lp:~kvilhaugsvik/firefox-extensions/all-in-one- sidebar.ubuntu.try2 -- REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar https://bugs.launchpad.net/bugs/297708 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 297708] Re: REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated)

2008-11-16 Thread Sveinung Kvilhaugsvik
** Summary changed: - REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar + REVIEW/SPONSOR: please review and sponsor all-in-one-sidebar (updated) ** Description changed: Binary package hint: all-in-one-sidebar - all-in-one-sidebar (0.7.4-0ubuntu4) jaunty; urgency=low + all-in-one-

[Bug 345706] Re: CMake can't find QPackageKit by default

2009-04-30 Thread Sveinung Kvilhaugsvik
** Description changed: libpackagekit-qt-dev installs FindQPackageKit.cmake to /usr/share/cmake/Modules/FindQPackageKit.cmake where CMake (as it comes with Ubuntu) can't find it. The bug has been addressed in the branch ~kvilhaugsvik/packagekit/ubuntu-packagekit by moving it to /usr/shar

[Bug 345706] Re: CMake can't find QPackageKit by default

2009-05-11 Thread Sveinung Kvilhaugsvik
I was told on #ubuntu-devel that a SRU for this is unlikely, so I won't try a sru unless it gets more likely. -- CMake can't find QPackageKit by default https://bugs.launchpad.net/bugs/345706 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 345706] Re: CMake can't find QPackageKit by default

2009-04-29 Thread Sveinung Kvilhaugsvik
** Description changed: - Binary package hint: packagekit - libpackagekit-qt-dev installs FindQPackageKit.cmake to /usr/share/cmake/Modules/FindQPackageKit.cmake where CMake (as it comes - with Ubuntu) can't find it. If I link it to - /usr/share/cmake-2.6/Modules/ CMake discovers it and it's

[Bug 345706] Re: CMake can't find QPackageKit by default

2009-04-29 Thread Sveinung Kvilhaugsvik
I think I'll try to get a SRU anyway since a project I want to add some patches that depends on QPackageKit too say having working versions in the distros increases my chances of getting it accepted. According to https://wiki.ubuntu.com/StableReleaseUpdates the fix must first be in the current deve

[Bug 345706] Re: CMake can't find QPackageKit by default

2009-04-23 Thread Sveinung Kvilhaugsvik
Updated my bazaar branch containing the fix since another packagekit 0.3.14-0ubuntu5 was released and Jaunty already is out ** Branch unlinked: lp:~kvilhaugsvik/packagekit/ubuntu-packagekit -- CMake can't find QPackageKit by default https://bugs.launchpad.net/bugs/345706 You received this bug no

[Bug 345706] Re: CMake can't find QPackageKit by default

2009-04-24 Thread Sveinung Kvilhaugsvik
James: Thank you for the clarification. I had actually retargeted it for karmic, but if you think this is serious enough to try to get a SRU I could give it a try. -- CMake can't find QPackageKit by default https://bugs.launchpad.net/bugs/345706 You received this bug notification because you are

[Bug 340806] [NEW] pkcon get-updates don't work after pkcon refresh

2009-03-10 Thread Sveinung Kvilhaugsvik
Public bug reported: Binary package hint: packagekit After a 'pkcon refresh' 'pkcon get-updates' won't list the new updates that are available. Adept will however notice the new updates and pop up the update icon and a notification. If I do an 'apt-get update' 'pkcon get-updates' will list them.

[Bug 340806] Re: pkcon get-updates don't work after pkcon refresh

2009-03-10 Thread Sveinung Kvilhaugsvik
However it works for the version in the PackageKit ppa. Should this be fixed in vanilla Intrepid? -- pkcon get-updates don't work after pkcon refresh https://bugs.launchpad.net/bugs/340806 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 295686] [NEW] FTBFS - default-java on Ubuntu isn't GNU Classpath

2008-11-08 Thread Sveinung Kvilhaugsvik
Public bug reported: libnanoxml2-java assumes that default-java is based on GNU Classpath. Since Ubuntu's default-java is based on OpenJDK (based on Sun's Java) it fails to build. ** Affects: libnanoxml2-java (Ubuntu) Importance: Undecided Assignee: Sveinung Kvilhaugsvik (kv

[Bug 295686] Re: FTBFS - default-java on Ubuntu isn't GNU Classpath

2008-11-08 Thread Sveinung Kvilhaugsvik
** Changed in: libnanoxml2-java (Ubuntu) Assignee: (unassigned) => Sveinung Kvilhaugsvik (kvilhaugsvik) Status: New => In Progress ** Summary changed: - FTBFS - default-java on Ubuntu isn't GNU Classpath + FTBFS - default-jdk-builddep on Ubuntu isn't GNU Classpath

[Bug 295686] Re: FTBFS - default-jdk-builddep on Ubuntu isn't GNU Classpath

2008-11-08 Thread Sveinung Kvilhaugsvik
A libnanoxml2-java that builds in my Jaunty chroot uploaded to mentors.debian.net -- FTBFS - default-jdk-builddep on Ubuntu isn't GNU Classpath https://bugs.launchpad.net/bugs/295686 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

Re: [Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-10-03 Thread Sveinung Kvilhaugsvik
> Unfortunately your merge of 1.2.0 doesn't appear to be attached > to the bug, so I can't review it. Ops! Sorry about that. Here it it is. ** Attachment added: "torbutton_1.2.0-1ubuntu1.debdiff" http://launchpadlibrarian.net/18160424/torbutton_1.2.0-1ubuntu1.debdiff -- Please merge Torbutto

Re: [Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-10-03 Thread Sveinung Kvilhaugsvik
> Are you going to apply for a feature freeze exception? Yes, but I'm not sure I will have time to do it before after the weekend. In case anyone else wants to file one before that: feature list (upstreams): https://svn.torproject.org/svn/torbutton/trunk/src/CHANGELOG (also attached) ** Attachme

[Bug 273027] Re: Torbutton does not install

2008-10-05 Thread Sveinung Kvilhaugsvik
Setting confirmed since I have had those issues as well. The reason that it does not show up in Firefox 3 is that the version of Torbutton in Ubuntu is old and not made for Firefox 3. Bug 247867 already covers that. When it comes to the other issue you mention: Does it still pretend to be using T

Re: [Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-10-05 Thread Sveinung Kvilhaugsvik
Seems like Torbutton have changed in Ubuntu since I made my debdiff. Here is a new one where I have tried to merge the Ubuntu changes. (Added abrowser as a dependency to control and added the changelog entry) ** Attachment added: "torbutton_1.2.0-1ubuntu1.debdiff.updated" http://launchpadlibr

Re: [Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-10-05 Thread Sveinung Kvilhaugsvik
Debdiff from the version currently in Intrepid (1.0.4-3ubuntu2) and diffstat on it. ** Attachment added: "diffstatFromTorbutton_1.0.4-3ubuntu2" http://launchpadlibrarian.net/18238628/diffstatFromTorbutton_1.0.4-3ubuntu2 ** Attachment added: "fromTorbutton_1.0.4-3ubuntu2.debdiff" http://lau

Re: [Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-10-05 Thread Sveinung Kvilhaugsvik
The new version of Torbutton will work with Firefox 3. It has additional features like blocking scripts and plugins that could leak traffic from Tor. This avoids people listening to the connection or at the destination to figure out the real IP. This change will support Firefox 3. There's no Firef

[Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-10-05 Thread Sveinung Kvilhaugsvik
Install log: # dpkg -i /var/cache/pbuilder/intrepid-amd64/result/torbutton-extension_1.2.0-1ubuntu1_all.deb (Les database ... 217332 filer og katalogar er installerte.) Gjer klar til å byta ut torbutton-extension 1.2.0-1ubuntu1 (ved bruk av .../torbutton-extension_1.2.0-1ubuntu1_all.deb) ... Pakk

[Bug 247867] Re: Please merge Torbutton 1.2.0~rc5-1 (universe) from Debian unstable (main)

2008-10-05 Thread Sveinung Kvilhaugsvik
I am not able to find any Ubuntu specific changes to strings. I have an extremely limited understanding of the Ubuntu process, but I guess this means that an UserInterfaceFreeze Exception is not required. In case it is: There are changes in the user interface when it comes to configure the new feat

[Bug 273027] Re: Torbutton does not install

2008-10-05 Thread Sveinung Kvilhaugsvik
One more thing: Could you please check that it is in fact Torbutton 1.2.0 and not a Release Candidate you have? You can check by right clicking on the Torbutton and choose About Torbutton. (RC6 was on addons.mozilla.org) I wasn't able to reproduce the "green but not connected" error with 1.2.0, eve

[Bug 273027] Re: Torbutton does not install

2008-10-06 Thread Sveinung Kvilhaugsvik
I was still not able to reproduce it, but since I have seen it myself before i filed it upstream as http://bugs.noreply.org/flyspray/index.php?do=details&id=832 ** Also affects: torbutton Importance: Undecided Status: New -- Torbutton does not install https://bugs.launchpad.net/bugs/27

[Bug 273027] Re: Torbutton does not install

2008-10-06 Thread Sveinung Kvilhaugsvik
Just a few comments: * Even if I was not able to reproduce the bug by following the steps above letter by letter, I remember the thing about navigation hanging so I am quite sure that this is the same bug I used to see. * I'm using the Hardy packages firefox 3.0~b5+nobinonly-0ubuntu3, privoxy 3.

[Bug 273027] Re: Torbutton say it is using Tor but it isn't

2008-10-06 Thread Sveinung Kvilhaugsvik
Could you create a new Ubuntu account (or you don't have permission to do that: create an extra Firefox profile) and see if you can reproduce the problem there too? -- Torbutton say it is using Tor but it isn't https://bugs.launchpad.net/bugs/273027 You received this bug notification because you

[Bug 261567] Re: VLC is capable of opening Flash videos, but is not registered as a handler for it

2008-09-22 Thread Sveinung Kvilhaugsvik
0.9.2-1 is now in Debian experimental. -- VLC is capable of opening Flash videos, but is not registered as a handler for it https://bugs.launchpad.net/bugs/261567 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 270404] Re: Please update VLC to 0.9.2

2008-09-22 Thread Sveinung Kvilhaugsvik
Is it to late to add LP: 261567 to the Changelog? -- Please update VLC to 0.9.2 https://bugs.launchpad.net/bugs/270404 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://list

[Bug 261567] Re: VLC is capable of opening Flash videos, but is not registered as a handler for it

2008-09-23 Thread Sveinung Kvilhaugsvik
Marking as "In Progress" since it seems like 0.9.2 (that includes my patch) will be uploaded to Intrepid. (See bug 270404) ** Changed in: vlc (Ubuntu) Status: New => In Progress -- VLC is capable of opening Flash videos, but is not registered as a handler for it https://bugs.launchpad.ne

[Bug 261567] Re: VLC is capable of opening Flash videos, but is not registered as a handler for it

2008-09-24 Thread Sveinung Kvilhaugsvik
** Also affects: vlc Importance: Undecided Status: New ** Changed in: vlc Status: New => Fix Released -- VLC is capable of opening Flash videos, but is not registered as a handler for it https://bugs.launchpad.net/bugs/261567 You received this bug notification because you are a

[Bug 272185] Re: [Intrepid] iwl3945 + iwlagn -- network-manager will not connect to a WPA EAP (Enterprise) network (disassociating by local choice (reason=3) )

2008-12-31 Thread Sveinung Kvilhaugsvik
** Also affects: knetworkmanager (Ubuntu) Importance: Undecided Status: New -- [Intrepid] iwl3945 + iwlagn -- network-manager will not connect to a WPA EAP (Enterprise) network (disassociating by local choice (reason=3) ) https://bugs.launchpad.net/bugs/272185 You received this bug not

[Bug 272185] Re: [Intrepid] iwl3945 + iwlagn -- network-manager will not connect to a WPA EAP (Enterprise) network (disassociating by local choice (reason=3) )

2009-01-01 Thread Sveinung Kvilhaugsvik
** Changed in: knetworkmanager (Ubuntu) Status: New => Invalid -- [Intrepid] iwl3945 + iwlagn -- network-manager will not connect to a WPA EAP (Enterprise) network (disassociating by local choice (reason=3) ) https://bugs.launchpad.net/bugs/272185 You received this bug notification becaus

[Bug 292233] Re: kdiff3 is no longer packaged in intrepid

2009-01-09 Thread Sveinung Kvilhaugsvik
** Bug watch added: Debian Bug tracker #479316 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479316 ** Also affects: kdiff3 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479316 Importance: Unknown Status: Unknown -- kdiff3 is no longer packaged in intrepid http

[Bug 292233] Re: kdiff3 is no longer packaged in intrepid

2009-01-24 Thread Sveinung Kvilhaugsvik
new version in Debian. Pleace sync kdiff3 version 0.9.94-1 from Debian main experimental -- kdiff3 is no longer packaged in intrepid https://bugs.launchpad.net/bugs/292233 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 292233] Re: kdiff3 is no longer packaged in intrepid

2009-01-15 Thread Sveinung Kvilhaugsvik
The KDE4 version is now in Debian experimental. Pleace sync the package kdiff3 version 0.9.93-3-1 from Debian experimental main -- kdiff3 is no longer packaged in intrepid https://bugs.launchpad.net/bugs/292233 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 218658] Re: FTBFS dbus-java

2008-12-18 Thread Sveinung Kvilhaugsvik
** Changed in: libmatthew-java (Ubuntu) Status: New => Invalid -- FTBFS dbus-java https://bugs.launchpad.net/bugs/218658 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 htt

[Bug 279654] Re: firefox hangup while drag text in kde4

2008-12-14 Thread Sveinung Kvilhaugsvik
Setting status to confirmed based on the many confirmations in this bug and that I myself could reproduce it ** Changed in: firefox (Ubuntu) Status: New => Confirmed -- firefox hangup while drag text in kde4 https://bugs.launchpad.net/bugs/279654 You received this bug notification because

[Bug 291499] Re: Firefox 3.03 freezes under kde4

2008-12-14 Thread Sveinung Kvilhaugsvik
*** This bug is a duplicate of bug 279654 *** https://bugs.launchpad.net/bugs/279654 ** This bug has been marked a duplicate of bug 279654 firefox hangup while drag text in kde4 -- Firefox 3.03 freezes under kde4 https://bugs.launchpad.net/bugs/291499 You received this bug notification be

[Bug 297708] Re: please review and sponsor all-in-one-sidebar (updated)

2008-12-15 Thread Sveinung Kvilhaugsvik
** Changed in: firefox-extensions Status: New => Fix Released -- please review and sponsor all-in-one-sidebar (updated) https://bugs.launchpad.net/bugs/297708 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 340806] Re: [intrepid] pkcon get-updates don't work after pkcon refresh

2009-03-17 Thread Sveinung Kvilhaugsvik
** Summary changed: - pkcon get-updates don't work after pkcon refresh + [intrepid] pkcon get-updates don't work after pkcon refresh -- [intrepid] pkcon get-updates don't work after pkcon refresh https://bugs.launchpad.net/bugs/340806 You received this bug notification because you are a member o

[Bug 345706] [NEW] CMake can't find QPackageKit by default

2009-03-19 Thread Sveinung Kvilhaugsvik
Public bug reported: Binary package hint: packagekit libpackagekit-qt-dev installs FindQPackageKit.cmake to /usr/share/cmake/Modules/FindQPackageKit.cmake where CMake (as it comes with Ubuntu) can't find it. If I link it to /usr/share/cmake-2.6/Modules/ CMake discovers it and it's possible to use

[Bug 345706] Re: CMake can't find QPackageKit by default

2009-03-19 Thread Sveinung Kvilhaugsvik
In case the correct solution to this simply is to install to /usr/share/cmake-2.6/Modules/ instead of /usr/share/cmake/Modules/ the fix is in the branch ~kvilhaugsvik/packagekit/ubuntu-packagekit -- CMake can't find QPackageKit by default https://bugs.launchpad.net/bugs/345706 You received this b

[Bug 273027] Re: Torbutton say it is using Tor but it isn't

2009-02-20 Thread Sveinung Kvilhaugsvik
Upstream just marked my previous mentioned bugreport as a dupe of http://bugs.noreply.org/flyspray/index.php?do=details&id=564 Since Launchpad still can't track upsream's bugtracker (Flyspray, see bug #28738 for status on this) I'm posting the new URL here. -- Torbutton say it is using Tor but it

[Bug 345706] Re: CMake can't find QPackageKit by default

2009-03-30 Thread Sveinung Kvilhaugsvik
Sebastian: Does this mean that I now have an ack and can subscribe ubuntu-main-sponsors or should I do something else? -- CMake can't find QPackageKit by default https://bugs.launchpad.net/bugs/345706 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 345706] Re: CMake can't find QPackageKit by default

2009-07-10 Thread Sveinung Kvilhaugsvik
Updated fix in branch lp:~kvilhaugsvik/packagekit/packagekit-karmic that also contains a fix for bug 378419 -- CMake can't find QPackageKit by default https://bugs.launchpad.net/bugs/345706 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   >