[Bug 1131183] [NEW] os.sync() isn't available, problem with HAVE_SYNC?

2013-02-21 Thread Jason Gerard DeRose
Public bug reported: os.sync() was added in Python 3.3, but for some reason it's not enabled in the current Ubuntu package. I haven't tracked down the details yet, but my hunch is HAVE_SYNC isn't getting defined for whatever reason. See Modules/posixmodule.c line 2907: #ifdef HAVE_SYNC

[Bug 1131183] Re: os.sync() isn't available, problem with HAVE_SYNC?

2013-02-21 Thread Jason Gerard DeRose
Hmm, there is this suspicious looking bit in debian/rules line 359: : # apply workaround for missing os.fsync sed 's/HAVE_SYNC/HAVE_FSYNC/g' $(1)/pyconfig.h \ $(1)/pyconfig.h.new touch -r $(1)/pyconfig.h $(1)/pyconfig.h.new mv -f

[Bug 1131183] Re: os.sync() isn't available, problem with HAVE_SYNC?

2013-02-21 Thread Jason Gerard DeRose
That above bit in debian/rules seems unneeded, and was probably not the correct fix to whatever issue there was with os.fsync() not being defined. Before the sed bit, there is: #define HAVE_FSYNC 1 #define HAVE_SYNC 1 And after you end up with HAVE_FSYNC being defined twice: #define HAVE_FSYNC

[Bug 1124855] [NEW] Can't import gi.repository.AppIndicator3 [Python]

2013-02-13 Thread Jason Gerard DeRose
Public bug reported: As of gir1.2-appindicator3-0.1_12.10.1daily13.02.13-0ubuntu1, this doesn't work: from gi.repository import AppIndicator3 Same under Python2 and Python3, and worked with both with the previous package version. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package:

[Bug 904412] Re: 1033:0194 USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2013-02-08 Thread Jason Gerard DeRose
I haven't had a chance to test the upstream kernel yet, but I upgraded my workstation to Raring, and with 3.8.0-5-generic, I can now run my benchmark without the card-reader being powered off. However, it's slower than when I use the same card and card-reader plugged into a USB2 port. With

[Bug 1106079] [NEW] 100% CPU usage: Audio codec hwC0D0: Realtek

2013-01-26 Thread Jason Gerard DeRose
Public bug reported: Sometime in the past month or so this started happening on raring. Now and then the fan on this netbook would kick into high gear for no apparent reason, and often stay that way till I rebooted. Although top doesn't show anything useful, powertop shows that the audio codec is

[Bug 904412] Re: 1033:0194 USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2013-01-20 Thread Jason Gerard DeRose
Christopher, sure, I can test later this week. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904412 Title: 1033:0194 USB3 card reader hangs/powers off when connected to USB3 port [NEC

[Bug 1076153] Re: dh_sphinxdoc: error: unknown JavaScript code: [...]/searchtools.js

2012-12-20 Thread Jason Gerard DeRose
Dmitry, I just built two of the my packages without the override_dh_sphinxdoc hack, and they built fine. So this seems to be fixed in 1.1.3+dfsg-5ubuntu1, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1076153] Re: dh_sphinxdoc: error: unknown JavaScript code: [...]/searchtools.js

2012-11-14 Thread Jason Gerard DeRose
Oops, that buildlog got deleted when I retried the build. Here's the buildlog from a failed build from today: https://launchpadlibrarian.net/123057666/buildlog_ubuntu- raring-i386.microfiber_12.11.0~bzr162~raring1_FAILEDTOBUILD.txt.gz -- You received this bug notification because you are a

[Bug 1076153] Re: dh_sphinxdoc: error: unknown JavaScript code: [...]/searchtools.js

2012-11-14 Thread Jason Gerard DeRose
Ah, looks like virtualenvwrapper had the same issue, example work-around here: http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/raring/virtualenvwrapper/raring/view/head:/debian/rules -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1076153] Re: dh_sphinxdoc: error: unknown JavaScript code: [...]/searchtools.js

2012-11-14 Thread Jason Gerard DeRose
Okay, in my case I could work around this with the following target: override_dh_sphinxdoc: dh_sphinxdoc -X searchtools.js I personally still consider this a bug (in either debhelper or sphinx) as it's unfortunate for every package to require work-arounds for such a common scenario. But

[Bug 1076153] [NEW] dh_sphinxdoc: error: unknown JavaScript code: [...]/searchtools.js

2012-11-07 Thread Jason Gerard DeRose
Public bug reported: On Raring I'm getting build failures like this: make[1]: Leaving directory `/build/buildd/microfiber-12.11.0~bzr156~raring1' dh_install dh_installdocs dh_sphinxdoc dh_sphinxdoc: error: unknown JavaScript code:

[Bug 904412] Re: 1033:0194 USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2012-10-30 Thread Jason Gerard DeRose
FYI, same bug is still present under Quantal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904412 Title: 1033:0194 USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

[Bug 1037765] Re: Fatal erl crash no opening log file couch.log

2012-09-05 Thread Jason Gerard DeRose
So if you run `couchdb` as a regular user, the process wont have access to write to the appropriate log and run files. Although starting a per- user couchdb is a bit of a pain, the problem you're reporting isn't a bug. If you're trying to start the system-wide couchdb daemon, do this: $ sudo

[Bug 1037765] Re: Fatal erl crash no opening log file couch.log

2012-09-05 Thread Jason Gerard DeRose
** Changed in: couchdb (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1037765 Title: Fatal erl crash no opening log file couch.log To manage notifications

[Bug 1044583] [NEW] h264parse incorrectly reports Canon MOV resolution as 1920x1088

2012-08-31 Thread Jason Gerard DeRose
Public bug reported: If you only have gstreamer1.0-libav installed, you get the correct 1920x1080 resolution. However, if you also have gstreamer1.0-plugins-bad installed, the h264parse element gets used, which is broken and results in the incorrect 1920x1088 resolution. Small test file (21 MB,

[Bug 1044583] Re: h264parse incorrectly reports Canon MOV resolution as 1920x1088

2012-08-31 Thread Jason Gerard DeRose
** Bug watch added: GNOME Bug Tracker #683142 https://bugzilla.gnome.org/show_bug.cgi?id=683142 ** Also affects: gstreamer via https://bugzilla.gnome.org/show_bug.cgi?id=683142 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Bug 1044583] Re: h264parse incorrectly reports Canon MOV resolution as 1920x1088

2012-08-31 Thread Jason Gerard DeRose
Upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=683142 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1044583 Title: h264parse incorrectly reports Canon MOV resolution as 1920x1088

[Bug 1044583] Re: h264parse incorrectly reports Canon MOV resolution as 1920x1088

2012-08-31 Thread Jason Gerard DeRose
** Attachment added: pipeline when -bad is not installed https://bugs.launchpad.net/gstreamer/+bug/1044583/+attachment/3286602/+files/without-bad.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1044583] Re: h264parse incorrectly reports Canon MOV resolution as 1920x1088

2012-08-31 Thread Jason Gerard DeRose
** Attachment added: pipeline when -bad is installed https://bugs.launchpad.net/gstreamer/+bug/1044583/+attachment/3286603/+files/with-bad.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1044583

[Bug 1037566] [NEW] invalid Python installation: unable to open /usr/lib/python3.3/config-3.3m/Makefile

2012-08-16 Thread Jason Gerard DeRose
Public bug reported: Seems there is perhaps a small packaging issue in Python3.3. I was trying to install one of my packages in ~/.local for testing and got this error: python3.3 setup.py install --user running install error: invalid Python installation: unable to open

[Bug 1037566] Re: invalid Python installation: unable to open /usr/lib/python3.3/config-3.3m/Makefile

2012-08-16 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1037566 Title: invalid Python installation: unable to open /usr/lib/python3.3/config-3.3m/Makefile To manage notifications about this bug go to:

[Bug 873712] Re: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal

2012-08-06 Thread Jason Gerard DeRose
Oleg, As far as I know, this fix can't be backported. I don't think it's possible to properly support GstMiniObject because it wasn't designed with introspection in mind (remember, the GStreamer 0.10 API is almost 7 years old now). I don't believe it's possible to fix this without breaking the

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-08-01 Thread Jason Gerard DeRose
Reinhard, Thanks! I'm all about getting the Debian package merged or synced, so please let me know what I can do to help. For Quantal, does a sync make more sense than a merge? I have a test case for this here (uses GStreamer, includes a sample Canon MOV file):

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-08-01 Thread Jason Gerard DeRose
One more thing: did you see this other patch that Måns said is needed to fix this? http://git.libav.org/?p=libav.git;a=commit;h=8aa93e900449c88c3169ff5636fed03f41779cac Just is case that hasn't been included in the latest Debian package. Cheers! -- You received this bug notification because

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-08-01 Thread Jason Gerard DeRose
Ah, yup, you've already got that patch: http://bazaar.launchpad.net/~ubuntu- branches/debian/sid/libav/sid/view/head:/debian/patches/post-0.8.1/0002 -mov-set-AVCodecContext.width-height-for-h264.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-07-30 Thread Jason Gerard DeRose
Here's a debdiff that adds Måns Rullgård's patch as 05-H264 -AVCodecContext-cropping.patch ** Patch added: libav_0.8.3-0ubuntu0.12.04.1_to_libav_0.8.3-0ubuntu0.12.04.2.debdiff

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-07-30 Thread Jason Gerard DeRose
** Branch linked: lp:~jderose/ubuntu/quantal/libav/fix-937561-q -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937561 Title: H264 MOV files from Canon DSLR resolution reported as 1920x1088 To

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-07-29 Thread Jason Gerard DeRose
** Branch linked: lp:~jderose/ubuntu/precise/libav/fix-937561 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937561 Title: H264 MOV files from Canon DSLR resolution reported as 1920x1088 To manage

[Bug 1027136] [NEW] UDisks.EnumerateDevices() fails with Error.AccessDenied

2012-07-20 Thread Jason Gerard DeRose
Public bug reported: Dmedia scans the connect HDD etc using UDisks.EnumerateDevices(). On the netbook I'm testing on, it works fine under Precise, but fails on Quantal: Traceback (most recent call last): File /usr/lib/python3/dist-packages/dmedia/service/udisks.py, line 306, in monitor

[Bug 1027136] Re: UDisks.EnumerateDevices() fails with Error.AccessDenied

2012-07-20 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027136 Title: UDisks.EnumerateDevices() fails with Error.AccessDenied To manage notifications about this bug go to:

[Bug 1027136] Re: UDisks.EnumerateDevices() fails with Error.AccessDenied

2012-07-20 Thread Jason Gerard DeRose
** Description changed: - Dmedia scans the connect HDD etc using UDisks.EnumerateDevices(). On the - netbook I'm testing on, it works fine under Precise, but fails on + Dmedia scans the connected HDD etc using UDisks.EnumerateDevices(). On + the netbook I'm testing on, it works fine under

[Bug 1022515] Re: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-18 Thread Jason Gerard DeRose
After fixing a finial lintian warning (that I introduced), I think it's ready for review. Here's the debdiff. ** Patch added: couchdb_1.2.0-1_to_couchdb_1.2.0-1ubuntu1.debdiff

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2012-07-18 Thread Jason Gerard DeRose
Added new debdiff for couchdb_1.2.0-1 = couchdb_1.2.0-1ubuntu1 ** Patch added: couchdb_1.2.0-1_to_couchdb_1.2.0-1ubuntu1.debdiff https://bugs.launchpad.net/ubuntu/+source/couchdb/+bug/903098/+attachment/3227271/+files/couchdb_1.2.0-1_to_couchdb_1.2.0-1ubuntu1.debdiff -- You received this

[Bug 1022515] Re: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-18 Thread Jason Gerard DeRose
** Description changed: - Okay, the saga continues: + I'd like to see CouchDB 1.2.0 synced from Debian, but adding in a + couchdb/couchdb-bin split similar to what was done by the desktopcouch + folks for the current Ubuntu 1.0.1 package. + + This split is critical for Novacut and Dmedia because

[Bug 1022515] Re: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-18 Thread Jason Gerard DeRose
** Description changed: I'd like to see CouchDB 1.2.0 synced from Debian, but adding in a couchdb/couchdb-bin split similar to what was done by the desktopcouch folks for the current Ubuntu 1.0.1 package. This split is critical for Novacut and Dmedia because otherwise our user have

[Bug 1022515] Re: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-18 Thread Jason Gerard DeRose
** Description changed: I'd like to see CouchDB 1.2.0 synced from Debian, but adding in a couchdb/couchdb-bin split similar to what was done by the desktopcouch folks for the current Ubuntu 1.0.1 package. This split is critical for Novacut and Dmedia because otherwise our user have

[Bug 1022515] Re: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-18 Thread Jason Gerard DeRose
** Description changed: I'd like to see CouchDB 1.2.0 synced from Debian, but adding in a couchdb/couchdb-bin split similar to what was done by the desktopcouch folks for the current Ubuntu 1.0.1 package. - This split is critical for Novacut and Dmedia because otherwise our user - have

[Bug 1024924] Re: `sudo /etc/init.d/couchdb stop` fails, doesn't kill couchdb

2012-07-16 Thread Jason Gerard DeRose
Hmm, after digging into this further, this bug is very weird. stop is only broken immediately after the install. For example, this doesn't work: sudo apt-get install couchdb sudo /etc/init.d/couchdb stop But this does work: sudo apt-get install couchdb reboot sudo /etc/init.d/couchdb stop --

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2012-07-16 Thread Jason Gerard DeRose
Okay, I'm attempting this again, this time with CouchDB 1.2.0 aiming for Quantal. I'm not sure what the best practice is here: should I update this bug title, or work from a new bug? I filed a new bug, but I'll mark it as a duplicate if needed:

[Bug 1022515] Re: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-16 Thread Jason Gerard DeRose
More work on the init.d script... The remaining, strange issue is for some reason you can't stop the daemon after the package install... but if you reboot, then it works. For example, this doesn't work: sudo apt-get install couchdb sudo /etc/init.d/couchdb stop But this does work: sudo apt-get

[Bug 1022515] Re: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-16 Thread Jason Gerard DeRose
Also note that 1.2.0 test packages are available for Precise and Quantal in ppa:novacut/daily: https://launchpad.net/~novacut/+archive/daily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022515

[Bug 1024924] [NEW] `sudo /etc/init.d/couchdb stop` fails, doesn't kill couchdb

2012-07-15 Thread Jason Gerard DeRose
Public bug reported: Easy to reproduce: jderose@jgd-ws:~$ sudo apt-get install couchdb . . jderose@jgd-ws:~$ sudo /etc/init.d/couchdb stop * Stopping database server couchdb [fail] jderose@jgd-ws:~$ ps -ef | grep couchdb couchdb 28779 1 0 04:49 ?

[Bug 1024924] Re: `sudo /etc/init.d/couchdb stop` fails, doesn't kill couchdb

2012-07-15 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1024924 Title: `sudo /etc/init.d/couchdb stop` fails, doesn't kill couchdb To manage notifications about this bug go to:

[Bug 1024933] [NEW] couchdb-bin.postinst creates couchdb user, but couchdb-bin.postrm doesn't remove it

2012-07-15 Thread Jason Gerard DeRose
Public bug reported: Even after this, the couchdb user and group will still remain: sudo apt-get purge couchdb couchdb-bin The `couchdb-bin.postinst` script creates the couchdb user and group, and the `couchdb-bin.postrm` script should really remove it. This would be a nice thing to SRU so

[Bug 1024933] Re: couchdb-bin.postinst creates couchdb user, but couchdb-bin.postrm doesn't remove couchdb user

2012-07-15 Thread Jason Gerard DeRose
** Summary changed: - couchdb-bin.postinst creates couchdb user, but couchdb-bin.postrm doesn't remove couchdb user + couchdb-bin.postinst creates couchdb user, but couchdb-bin.postrm doesn't remove it -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1022515] Re: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-15 Thread Jason Gerard DeRose
Okay, I fixed the /etc/init.d/couchdb script issue. I also seemingly fixed the `apt-get purge couchdb` problem, but sometimes it still fails. The issue is `/etc/init.d/couchdb stop` is async, so when couchdb.postrm tries to deluser couchdb, that user still has processes running, making deluser

[Bug 1022515] [NEW] Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-09 Thread Jason Gerard DeRose
Public bug reported: Okay, the saga continues: https://bugs.launchpad.net/ubuntu/+source/couchdb/+bug/903098 This time, I'm proposing (basically) syncing couchdb 1.2.0-1 from Debian unstable, but adding my low-delta split into couchdb/couchdb-bin. The only remaining issue in my package is

[Bug 1022515] Re: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable

2012-07-09 Thread Jason Gerard DeRose
** Branch linked: lp:~jderose/ubuntu/quantal/couchdb/1.2.0-low-delta -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022515 Title: Please sync (sort of) couchdb 1.2.0-1 from Debian unstable To

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-07-09 Thread Jason Gerard DeRose
Reinhard, Thanks! But FYI, this regression is only in 0.8, so you might be a bit leery of side-effects that could be caused by back-porting this to 0.7 and 0.6. Also, this bug here is just tracking the status in the Ubuntu package, so I'm changing the status back to Triaged as this hasn't yet

[Bug 1001516] Re: Please SRU to PiTiVi 0.15.2

2012-07-01 Thread Jason Gerard DeRose
Maciej, I already see 0.15.2-0ubuntu0.1 in precise-updates, so I think this fix has already been pushed through. Am I missing something? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001516 Title:

[Bug 1017914] Re: python: double free or corruption (out)

2012-06-30 Thread Jason Gerard DeRose
Hi everyone, thanks for filing this bug and for testing my tutorial examples! I was out-of-touch with some Gtk changes... you can no longer get the XID inside the prepare-xwindow-id/prepare-window-handle callback. Instead, you need to get the XID after you call window.show_all(), before you call

[Bug 1013889] [NEW] Copying a symlink between filesystems should copy the target file, not the symlink

2012-06-15 Thread Jason Gerard DeRose
Public bug reported: This is a design issue. The question is when I copy what happens to be a symlink (the user shouldn't have to care or understand the difference) from one filesystem to another, does it make sense to copy the symlink or to copy the target file? Currently Nautilus copies the

[Bug 1013889] Re: Copying a symlink between filesystems should copy the target file, not the symlink

2012-06-15 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1013889 Title: Copying a symlink between filesystems should copy the target file, not the symlink To manage notifications about this bug go to:

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-06-09 Thread Jason Gerard DeRose
Måns Rullgård confirmed that this is a bug in libav, and he proposed an upstream fix for this. I'll track down the upstream bug report, if there is one... ** Package changed: gstreamer0.10-ffmpeg (Ubuntu) = libav (Ubuntu) -- You received this bug notification because you are a member of Ubuntu

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-06-09 Thread Jason Gerard DeRose
Okay, commit that fixes this is here: http://git.libav.org/?p=libav.git;a=commit;h=30f515091c323da59c0f1b533703dedca2f4b95d -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937561 Title: H264 MOV

[Bug 1001516] Re: Please SRU to PiTiVi 0.15.2

2012-06-05 Thread Jason Gerard DeRose
@Sebastian: okay, I had a chance to play with the packaged from proposed, and for my combination of video clips and render settings, things are working for me. It appears to fix the regressions from Oneiric. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1001516] Re: Please SRU to PiTiVi 0.15.2

2012-05-24 Thread Jason Gerard DeRose
Yup, that's my exact experience too... I've haven't got a single render to work with 0.15.1 under Precise. Hit render, and the render hangs, never finishing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1001516] Re: Please SRU to PiTiVi 0.15.2

2012-05-19 Thread Jason Gerard DeRose
Thanks, Kiko! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001516 Title: Please SRU to PiTiVi 0.15.2 To manage notifications about this bug go to:

[Bug 1001516] [NEW] Please SRU to PiTiVi 0.15.2

2012-05-18 Thread Jason Gerard DeRose
Public bug reported: PiTiVi 0.15.1 is badly broken in Precise, to the point of being completely unusable. PiTiVi 0.15.2 fixes this breakage, seemingly restoring PiTiVi to a state at least as usable and stable as in Oneiric. I've been using it quite a bit the last week and haven't found any

[Bug 1001516] Re: Please SRU to PiTiVi 0.15.2

2012-05-18 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001516 Title: Please SRU to PiTiVi 0.15.2 To manage notifications about this bug go to:

[Bug 984546] Re: python3.2mu crashed with signal 5 in g_object_newv()

2012-04-17 Thread Jason Gerard DeRose
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/984546 Title: python3.2mu crashed with signal 5 in g_object_newv() To manage notifications about this bug go to:

[Bug 982412] Re: FFe: Sync fonts-lato 1.104-1 (universe) from Debian testing (main)

2012-04-15 Thread Jason Gerard DeRose
Thanks Jeremy, thanks Scott! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/982412 Title: FFe: Sync fonts-lato 1.104-1 (universe) from Debian testing (main) To manage notifications about this bug

[Bug 904412] Re: USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2012-04-12 Thread Jason Gerard DeRose
Still the problem with linux-image-3. 3.2.0-23.36 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904412 Title: USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200] To

[Bug 817656] Re: [FFE] Please merge couchdb 1.1.0-1 (main) from Debian unstable (main)

2012-03-26 Thread Jason Gerard DeRose
Kate, I just can't afford any more time on this bug personally, so looks like this wont happen for Precise. Although this isn't really a regression as the current package in Precise is broken in the same way. The packaging stuff I could figure out, but I don't think I have the expertise needed

[Bug 873712] Re: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal

2012-03-15 Thread Jason Gerard DeRose
Martin, Yeah, I haven't updated this bug for a while... I marked it as invalid for Ubuntu as this isn't an issue that gstreamer or python-gi can really fix anyway in 0.10. I've had great luck so far with gstreamer 0.11 and PyGI, and using Python3 to top it off. Thanks! ** Changed in: novacut

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2012-03-06 Thread Jason Gerard DeRose
Evan: no, haven't make any progress on this and unfortunately I wont have any time to for at least few weeks. However, I did confirm that the init.d script is working fine under Oneiric, for both the current Ubuntu version and my proposed version. I'm not sure why this is, but I guess it helps

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2012-02-25 Thread Jason Gerard DeRose
Evan, couchdb now Replaces couchdb-bin (= 1.0.1-0ubuntu18). I tested the upgrade with the 1.0.1 couchdb and couchdb-bin packages installed, and the upgrade works without triggering a conffile conflict. I attached an updated debdiff. Thanks again for the review! ** Patch added:

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2012-02-25 Thread Jason Gerard DeRose
Evan, Also, I was pretty darn careful testing the upgrade before too, so unless I missed an important permutation, it wasn't triggering a conffile conflict before the Replaces was added... or I just missed it. Anyway, I guess the important thing is it isn't triggering it now with what (might) be

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2012-02-25 Thread Jason Gerard DeRose
Errr! Okay, one issue I just found, this is broken: sudo /etc/init.d/couchdb stop It's broken for both the version currently in Precise and my proposed version here. In 1.0.1, `/etc/init.d/couchdb stop` says it fails and doesn't kill couchdb. In my 1.1.1 package, `/etc/init.d/couchdb stop`

[Bug 906784] Re: GStreamer-WARNING **: wrong STREAM_LOCK count 0 after changing HTML5 video.src

2012-02-25 Thread Jason Gerard DeRose
Yeah, this is starting to look like a GStreamer bug. Unless both WebKit and Exaile are doing something similar (and perhaps wrong) that's triggering this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2012-02-24 Thread Jason Gerard DeRose
Benjamin - broken in what way? Overall I've had decent luck replicating with this version... in what scenario do you consider it broken? Do you happen to have links to upstream bugs that might be involved? Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 873712] Re: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal

2012-02-23 Thread Jason Gerard DeRose
** Changed in: novacut Milestone: 12.02 = 12.03 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873712 Title: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal To manage

[Bug 873712] Re: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal

2012-02-23 Thread Jason Gerard DeRose
*** This bug is a duplicate of bug 861663 *** https://bugs.launchpad.net/bugs/861663 ** Changed in: novacut Milestone: 12.03 = None ** This bug has been marked a duplicate of bug 861663 Port to GStreamer 1.0 -- You received this bug notification because you are a member of Ubuntu

[Bug 937561] [NEW] H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-02-21 Thread Jason Gerard DeRose
Public bug reported: I'm not sure exactly when this happened, but sometime since February 10 or so, GStreamer is reporting these 1920x1080 videos as being 1920x1088. This might be an libavcodecs but, not sure yet. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: gstreamer0.10-ffmpeg

[Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2012-02-21 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937561 Title: H264 MOV files from Canon DSLR resolution reported as 1920x1088 To manage notifications about this bug go to:

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2012-02-21 Thread Jason Gerard DeRose
Evan, Thanks for reviewing this! I'll add the Replaces and test out the conf file upgrade ASAP. Sorry, I didn't know about debdif, thought I was doing this the appropriate Ubuntu way. Yeah, the config file situation is a bit screwy. Moving local.ini and local.d into couchdb-bin might be a bit

[Bug 927846] Re: BUG: unable to handle kernel NULL pointer dereference at 00000000000000f0

2012-02-06 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927846 Title: BUG: unable to handle kernel NULL pointer dereference at 00f0 To manage notifications about this bug go to:

[Bug 927846] [NEW] BUG: unable to handle kernel NULL pointer dereference at 00000000000000f0

2012-02-06 Thread Jason Gerard DeRose
Public bug reported: And the end of a Dmedia import this happened, probably around the time sync was called. ProblemType: KernelOops DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-14-generic 3.2.0-14.23 ProcVersionSignature: Ubuntu 3.2.0-14.23-generic 3.2.3 Uname: Linux 3.2.0-14-generic

[Bug 904412] Re: USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2012-01-31 Thread Jason Gerard DeRose
This sounds like the same bug upstream: https://bugzilla.kernel.org/show_bug.cgi?id=42584 Interestingly, it was happening with a different USB3 controller, so this bug doesn't seems specific to the NEC uPD720200. ** Bug watch added: Linux Kernel Bug Tracker #42584

[Bug 922028] [NEW] gerrors need to be marshalled (needed by GStreamer bindings)

2012-01-26 Thread Jason Gerard DeRose
Public bug reported: Upstream recently fixed this: https://bugzilla.gnome.org/show_bug.cgi?id=666098 Would be great to bring this fix into Precise as otherwise it's difficult to work on GStreamer 0.11/1.0 without updating your pygobject. ** Affects: pygobject Importance: Unknown

[Bug 873712] Re: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal

2012-01-22 Thread Jason Gerard DeRose
** Changed in: novacut Milestone: 12.01 = 12.02 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873712 Title: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal To manage

[Bug 893091] Re: Port dbus-python to Python 3

2012-01-19 Thread Jason Gerard DeRose
Barry, I'm trying to back-port this to Oneiric to deliver in the Novacut Stable PPA. This will allow us to maintain compatibility with Oneiric for a bit longer, and I figure help this shiny new port get more testing. So my question is: do you think this is a reasonable thing to do, or is this

[Bug 904412] Re: USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2012-01-16 Thread Jason Gerard DeRose
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904412 Title: USB3 card reader hangs/powers off when connected to USB3 port [NEC

[Bug 893091] Re: Port dbus-python to Python 3

2012-01-07 Thread Jason Gerard DeRose
Barry, awesome, exciting stuff! I just tried upgrading to the package in your PPA, and got this error: dpkg: error processing /var/cache/apt/archives/python-dbus-common_0.84.0-2ubuntu1~ppa3_amd64.deb (--unpack): trying to overwrite '/usr/include/dbus-1.0/dbus/dbus-python.h', which is also in

[Bug 893091] Re: Port dbus-python to Python 3

2012-01-07 Thread Jason Gerard DeRose
Barry, another little packaging issue I found: looks like the `dbus._compat` module isn't being included: import dbus Traceback (most recent call last): File stdin, line 1, in module File /usr/lib/python2.7/dist-packages/dbus/__init__.py, line 69, in module from dbus._compat import

[Bug 904412] Re: USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2012-01-06 Thread Jason Gerard DeRose
Same problem with 3.2.0-8.14. ** Tags removed: kernel-request-3.2.0-5.11 kernel-request-3.2.0-6.12 kernel-request-3.2.0-7.13 kernel-request-3.2.0-8.14 ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 904412] Re: USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2012-01-06 Thread Jason Gerard DeRose
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904412 Title: USB3 card reader hangs/powers off when connected to USB3 port [NEC

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2011-12-26 Thread Jason Gerard DeRose
After quite a lot of testing, I feel that it's reasonable to push both my proposed couchdb 1.1.1 package and a fixed desktopcouch package out to the Novacut Stable PPA, for both Precise and Oneiric. This should get these proposed changes quite a lot of testing and hopefully help move this

[Bug 873712] Re: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal

2011-12-26 Thread Jason Gerard DeRose
** Changed in: novacut Milestone: 11.11 = 12.01 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873712 Title: Lack of GstMiniObject means Gst.Message is broken, can't get EOS signal To manage

[Bug 904412] Re: USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2011-12-26 Thread Jason Gerard DeRose
Same problem with linux-image-3.2.0-7-generic version 3.2.0-7.13 ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904412 Title:

[Bug 904412] Re: USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2011-12-22 Thread Jason Gerard DeRose
Craig, Thanks so much! Nice to know this controller is at least working in some situations. Wonder what the difference is. Are you running 32 or 64bit? What is the exact motherboard model? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 906784] [NEW] GStreamer-WARNING **: wrong STREAM_LOCK count 0 after changing HTML5 video.src

2011-12-20 Thread Jason Gerard DeRose
Public bug reported: I'm using WebKitGtk (with PyGI and Python3, although my hunch is that's irrelevant) for a video browser. Playback using the video element works awesome, but when I switch from one video to the next by changing the video.src from the DOM with JavaScript, I get this error in

[Bug 906784] Re: GStreamer-WARNING **: wrong STREAM_LOCK count 0 after changing HTML5 video.src

2011-12-20 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/906784 Title: GStreamer-WARNING **: wrong STREAM_LOCK count 0 after changing HTML5 video.src To manage notifications about this bug go to:

[Bug 906784] Re: GStreamer-WARNING **: wrong STREAM_LOCK count 0 after changing HTML5 video.src

2011-12-20 Thread Jason Gerard DeRose
** Bug watch added: bugs.webkit.org/ #74986 https://bugs.webkit.org/show_bug.cgi?id=74986 ** Also affects: webkit via https://bugs.webkit.org/show_bug.cgi?id=74986 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 903098] Re: Please merge (sort of) couchdb 1.1.1-1 from Debian testing

2011-12-18 Thread Jason Gerard DeRose
Okay, after fixing a packaging foobar I made that broke the build on amd64, I now have packages available for testing in the Novacut Daily Builds PPA: https://launchpad.net/~novacut/+archive/daily?field.series_filter=precise It's currently building for Oneiric also, to help get wider testing.

[Bug 905085] Re: Please make PyGI overrides available to Python3

2011-12-17 Thread Jason Gerard DeRose
** Summary changed: - Please make GI overrides available to Python3 + Please make PyGI overrides available to Python3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905085 Title: Please make PyGI

[Bug 904412] Re: USB3 card reader hangs/powers off when connected to USB3 port [NEC uPD720200]

2011-12-16 Thread Jason Gerard DeRose
Exact same problem with upstream 3.2.0-030200rc5-generic, and with the 3.2.0-5 Ubuntu kernel. dmesg from upstream 3.2.0-030200rc5-generic: [ 73.712292] xhci_hcd :03:00.0: WARN: Stalled endpoint [ 73.712995] xhci_hcd :03:00.0: WARN: Stalled endpoint [ 73.713469] sd 6:0:0:0: [sdc] No

[Bug 905085] [NEW] Please make GI overrides available to Python3

2011-12-15 Thread Jason Gerard DeRose
Public bug reported: Currently the GI overrides are only usable from Python2, not Python3. I'm working through a lens tutorial using Python3, and got stumped by Dee.Model.append() being missing. Looking a bit at Dee.py, seems it should be trivial to have the same code work under Python2 and

[Bug 905085] Re: Please make GI overrides available to Python3

2011-12-15 Thread Jason Gerard DeRose
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905085 Title: Please make GI overrides available to Python3 To manage notifications about this bug go to:

<    1   2   3   4   5   6   7   8   9   >