Re: [Bug 1975865] Re: Hash and size mismatch with http://ddebs.ubuntu.com/dists/bionic-updates/main/binary-amd64/Packages.gz

2022-05-30 Thread Gabriel M. Beddingfield
Yep, this affects all versions. FWIW, the ddebs repository seems to break like this every 1-2 years and after reporting it, it's usually cleaned up in a week or two. On Mon, May 30, 2022 at 2:31 AM Juan Navarro <1975...@bugs.launchpad.net> wrote: > I just filed a similar bug affecting Ubuntu

[Bug 1975865] [NEW] Hash and size mismatch with http://ddebs.ubuntu.com/dists/bionic-updates/main/binary-amd64/Packages.gz

2022-05-26 Thread Gabriel M. Beddingfield
Public bug reported: When adding the debug repos, I am getting: E: Failed to fetch http://ddebs.ubuntu.com/dists/bionic-updates/main/binary-amd64/Packages.gz File has unexpected size (795886 != 795487). Mirror sync in progress? [IP: 91.189.91.49 80] Hashes of expected file: -

[Bug 1881314] Re: libssl1.1-dbgsym 1.1.1-1ubuntu2.1~18.04.6 missing from ddebs.ubuntu.com for 18.04

2020-05-30 Thread Gabriel M. Beddingfield
Great! Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1881314 Title: libssl1.1-dbgsym 1.1.1-1ubuntu2.1~18.04.6 missing from ddebs.ubuntu.com for 18.04 To manage notifications about this

[Bug 1881314] [NEW] libssl1.1-dbgsym 1.1.1-1ubuntu2.1~18.04.6 missing from ddebs.ubuntu.com for 18.04

2020-05-29 Thread Gabriel M. Beddingfield
Public bug reported: After a recent update: $ apt-get install libssl1.1-dbgsym The following packages have unmet dependencies: libssl1.1-dbgsym : Depends: libssl1.1 (= 1.1.1-1ubuntu2.1~18.04.5) but 1.1.1-1ubuntu2.1~18.04.6 is to be installed E: Unable to correct problems, you have held broken

Re: [Bug 811573] Re: emacs window does not always draw properly (compositing bug?)

2011-10-13 Thread Gabriel M. Beddingfield
On 10/11/2011 06:01 PM, Mehmet Atif Ergun wrote: I seem to be affected by a variation of this bug. In my case, STEPS TO REPRODUCE: 1. Logged in to Ubuntu, open a text file, edit 2. Watch as, from time to time, 2a. what you just wrote is invisible 2b. the blinking cursor seem to be stuck

[Bug 811573] [NEW] emacs window does not always draw properly (compositing bug?)

2011-07-16 Thread Gabriel M. Beddingfield
Public bug reported: While using emacs in Ubuntu Unity, new text does not always draw. However, when you point the cursor where the text should be... it then gets rendered properly. This behavior is the same for both Ubuntu (unity) and Ubuntu Classic, but goes away when I use Ubuntu Classic (no

[Bug 811573] Re: emacs window does not always draw properly (compositing bug?)

2011-07-16 Thread Gabriel M. Beddingfield
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/811573 Title: emacs window does not always draw properly (compositing bug?) To manage notifications about this bug go to:

Re: [Bug 685465] Re: composite FTBFS in Natty

2011-04-22 Thread Gabriel M. Beddingfield
On Monday, January 10, 2011 03:21:21 am you wrote: Apply to git, thanks! http://git.debian.org/?p=pkg- multimedia/composite.git;a=commitdiff;h=b2248f FYI, this is applied to upstream on both the master and maint-0.006 branches. Thanks, Gabriel URLs:

[Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-02-09 Thread Gabriel M. Beddingfield
Please disregard comments #72 and #73. My problems are unrelated to this bug, and the code isn't necc. wrong. When the widget is constructed, it passes the context. However, QGLContext::create() is a NOP without a widget. -- You received this bug notification because you are a member of

[Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-02-08 Thread Gabriel M. Beddingfield
According to this thread[1], before constructing the QGLContext you need to create a QPaintDevice (e.g. QGLWidget) up-front and then use the marked-as-obsolete QGLContext constructor that takes a QPaintDevice. [1] http://lists.trolltech.com/qt-interest/2008-08/thread00046-0.html -- You received

[Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-02-07 Thread Gabriel M. Beddingfield
I built the 1.9-bzr branch (which includes the patch in comment 49), however it causes a crash for me (Qt 4.6.2 and 4.7.1). I think it's an issue with Qt, so I filed a bug with them: http://bugreports.qt.nokia.com/browse/QTBUG-17284 Meanwhile, the patch doesn't validate the QGLContext

[Bug 694662] [NEW] urlgrabber crashes with username and password for HTTP Authentication

2010-12-26 Thread Gabriel M. Beddingfield
Public bug reported: Binary package hint: python-urlgrabber STEPS TO REPRODUCE: = $ python from urlgrabber import urlopen foo = urlopen(http://username:passw...@remote.host.com;) Traceback (most recent call last):   File test.py, line 2, in module foo =

[Bug 694662] Re: urlgrabber crashes with username and password for HTTP Authentication

2010-12-26 Thread Gabriel M. Beddingfield
** Description changed: Binary package hint: python-urlgrabber STEPS TO REPRODUCE: = $ python from urlgrabber import urlopen foo = urlopen(http://username:passw...@remote.host.com;) Traceback (most recent call last): - File test.py, line 2, in