[Bug 307439] Re: lib32ffi4 broken dependencies

2008-12-18 Thread JohnBender
Hmm, your answer actually confused me more. What I was really asking was
Is there some reason not to rebuild lib32ffi4 with a dependency on
gcc-4.2-base = 4.2.3-2ubuntu7 instead of gcc-4.2-base =
4.2.3-2ubuntu7? I'm still using gcc 4.2, not 4.3, simply a later verson
of 4.2 than ffi wants.

You're right, though -- I need this for a different package, a
homecooked one, but not my own. But I don't think that's the problem,
really, although recompiling it might be a workaround. The problem I see
is that lib32ffi4, outdated or not, is theoretically available for
installation but is in reality uninstallable. That's why I filed a bug
report here rather than against the other package. Like I said, though,
I'm still confused. It's possible that I'm still misunderstanding your
point.

I suppose I could also mention for the record that I'm using Ubuntu 8.10
amd64.

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

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


[Bug 145723] Re: NetworkManager unresponsive

2008-12-12 Thread JohnBender
Nope, it seems to be OK now. At least nothing is obviously wrong, and it
is definitely more hot-pluggable than it was.

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

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


[Bug 307439] [NEW] lib32ffi4 broken dependencies

2008-12-12 Thread JohnBender
Public bug reported:

Binary package hint: lib32ffi4

The following packages have unmet dependencies:
  lib32ffi4: Depends: gcc-4.2-base (= 4.2.3-2ubuntu7) but 4.2.4-3ubuntu4 is to 
be installed
E: Broken packages

Someone packaged lib32ffi4 so that it depended on a specific release of
gcc-4.2-base. There's no reason obvious to me why that equals sign
couldn't be =. If that's true, this bug could easily be fixed by making
that change and re-releasing lib32ffi4. It looks like this bug also
applies to lib64ffi4.

** Affects: gcc-4.2 (Ubuntu)
 Importance: Undecided
 Status: New

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

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


[Bug 241609] Re: Firefox 3 bookmarks lost after unclean shutdown

2008-10-14 Thread JohnBender
Unfortunately, I just had this happen again this weekend, so it appears
that the bug is not fixed. I copied the old profile and edited
profiles.ini as indicated above, and everything worked with the new
profile. However, I immediately shut down Firefox and tried to run it
using the original (now broken) profile, and the bookmarks were still
gone. I am currently running OK with the profile copy, but this
indicates that the bug is still around.

It doesn't seem to happen every time there's an unclean shutdown,
unfortunately. But, if anyone is interested in generating unclean
shutdowns, I get one every time I use Pandora, when the Pandora tab is
in the last window I close when quitting Firefox. It seems to close
cleanly, but on the next run, I got the Firefox is still running
message. So, I deleted the '.parentlock' file in the profile directory.
After this, Firefox was not able to read my bookmarks; they were not
deleted, since the profile directory still contained all the information
to restore them.

-- 
Firefox 3 bookmarks lost after unclean shutdown
https://bugs.launchpad.net/bugs/241609
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241609] Re: Firefox 3 bookmarks lost after unclean shutdown

2008-07-31 Thread JohnBender
 Has any of you run firefox with sudo or su?

I was not running firefox as root (I used the Applications menu), and
none of the files in my profile folder are/were owned by root.

 Does johnbenders fix everyones, btw the easiest way to tesst this is to
 try with new profile

I'm not sure if the rename profile wizard would do the trick or not.
The weird thing was that by copying the profile folder, I'm using the
*exact* same files that previously wouldn't load. This leads me to
believe the bug is not in some corrupted profile files, but rather in
the code reading the profile.

On that note, it may be that this bug is already fixed. I edited
'profiles.ini' again and tried running with my old (previously broken)
profile. It started up with no problem, which it would not a month ago,
so maybe one of the recent updates has fixed this issue... without
changing my profile files. Has anyone replicated this bug recently?

-- 
Firefox 3 bookmarks lost after unclean shutdown
https://bugs.launchpad.net/bugs/241609
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 241609] Re: Firefox 3 bookmarks lost after unclean shutdown

2008-06-30 Thread JohnBender
I had the same problem today, but I found an easier workaround. I simply
copied the old profile folder (~/.mozilla/firefox/xyz.default) in its
entirety to the same location with a new name
(~/.mozilla/firefox/foobar). Then I edited the 'profiles.ini' file
(located in ~/.mozilla/firefox) and replaced the old profile folder name
with the new one. When I ran Firefox again, the bookmarks, address bar,
and navigation buttons were all working again. (Note that if I re-edit
the profiles.ini file and put the name of the old profile folder back
into it, the problem recurs.)

-- 
Firefox 3 bookmarks lost after unclean shutdown
https://bugs.launchpad.net/bugs/241609
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240467] [NEW] keyboard events not generated WxPython2.8/Gnome2.22/Hardy

2008-06-16 Thread JohnBender
Public bug reported:

Binary package hint: python-wxgtk2.8

After upgrade to Hardy (and therefore Gnome 2.22), WxPython no longer
generates keyboard callbacks. The exact same Python code ran as expected
under Gutsy, before upgrading. Attached is a minimal Python app which
replicates this bug (though I didn't get a chance to test this exact
code under Gutsy). Also note I'm using the amd64 versions, if it
matters.

** Affects: wxwidgets2.8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
keyboard events not generated WxPython2.8/Gnome2.22/Hardy
https://bugs.launchpad.net/bugs/240467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240467] Re: keyboard events not generated WxPython2.8/Gnome2.22/Hardy

2008-06-16 Thread JohnBender

** Attachment added: Python app to replicate bug
   http://launchpadlibrarian.net/15355504/keytest.py

-- 
keyboard events not generated WxPython2.8/Gnome2.22/Hardy
https://bugs.launchpad.net/bugs/240467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209943] Re: evince crashed with SIGSEGV in CairoOutputDev::setSoftMask()

2008-03-31 Thread JohnBender

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/13005299/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/13005300/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/13005301/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/13005302/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/13005303/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/13005304/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/13005305/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/13005306/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
evince crashed with SIGSEGV in CairoOutputDev::setSoftMask()
https://bugs.launchpad.net/bugs/209943
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 209943] [NEW] evince crashed with SIGSEGV in CairoOutputDev::setSoftMask()

2008-03-31 Thread JohnBender
Public bug reported:

Binary package hint: evince

Hardy Beta, evince 2.22-0-0ubuntu2

Crashed when trying to open a PDF file. Problem could be with the file
itself -- GIMP reported an error importing the same file. This doesn't
justify a coredump, though. File is very large (31 MB), though I could
provide it if someone is serious about duplicating this.

ProblemType: Crash
Architecture: amd64
Date: Mon Mar 31 17:32:05 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evince
Package: evince 2.22.0-0ubuntu2
PackageArchitecture: amd64
ProcCmdline: evince file:///home/username/Documents/posters/SfN_2007_mtrax.pdf
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: evince
StacktraceTop:
 CairoOutputDev::setSoftMask ()
 Gfx::doSoftMask () from /usr/lib/libpoppler.so.2
 Gfx::opSetExtGState () from /usr/lib/libpoppler.so.2
 Gfx::go () from /usr/lib/libpoppler.so.2
 Gfx::display () from /usr/lib/libpoppler.so.2
Title: evince crashed with SIGSEGV in CairoOutputDev::setSoftMask()
Uname: Linux 2.6.24-12-generic x86_64
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

** Affects: evince (Ubuntu)
 Importance: Medium
 Status: New


** Tags: apport-crash

-- 
evince crashed with SIGSEGV in CairoOutputDev::setSoftMask()
https://bugs.launchpad.net/bugs/209943
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 145723] Re: network-config unresponsive

2007-10-23 Thread JohnBender
I take back my comment about it being fixed... I'm having the same
problem today. It does seem to be intermittent, though (i.e., fun to
debug).

** Summary changed:

- network-config unresponsive
+ NetworkManager unresponsive

** Description changed:

- Binary package hint: network-config
+ Binary package hint: NetworkManager
  
  I have a new Lenovo ThinkPad X61 with the Intel 4965 wireless chipset.
  The network manager applet in Gutsy recognizes the wireless device and
  configures it properly, which is the main reason I installed Gutsy Beta
  rather than waiting for release. However, once it connects to the
  wireless network, it refuses to switch back to the wired network, and
- when I choose the manual configuration option (which I think is the
- network-config package), the app hangs. It opens a new window which is
- supposed to show my network devices and allow me to configure them, but
- the window contains no text or options, and I have to force-quit it. I
- can still manage the network devices from the command line, but the
- panel applet does not update after I do so and is now out of sync with
- the real configuration.
+ when I choose the manual configuration option, the app hangs. It opens
+ a new window which is supposed to show my network devices and allow me
+ to configure them, but the window contains no text or options, and I
+ have to force-quit it. I can still manage the network devices from the
+ command line, but the panel applet does not update after I do so and is
+ now out of sync with the real configuration.

-- 
NetworkManager unresponsive
https://bugs.launchpad.net/bugs/145723
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145723] Re: network-config unresponsive

2007-10-01 Thread JohnBender
Seems to be fixed today (or in any case, is working correctly today).

-- 
network-config unresponsive
https://bugs.launchpad.net/bugs/145723
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145723] network-config unresponsive

2007-09-27 Thread JohnBender
Public bug reported:

Binary package hint: network-config

I have a new Lenovo ThinkPad X61 with the Intel 4965 wireless chipset.
The network manager applet in Gutsy recognizes the wireless device and
configures it properly, which is the main reason I installed Gutsy Beta
rather than waiting for release. However, once it connects to the
wireless network, it refuses to switch back to the wired network, and
when I choose the manual configuration option (which I think is the
network-config package), the app hangs. It opens a new window which is
supposed to show my network devices and allow me to configure them, but
the window contains no text or options, and I have to force-quit it. I
can still manage the network devices from the command line, but the
panel applet does not update after I do so and is now out of sync with
the real configuration.

** Affects: network-config (Ubuntu)
 Importance: Undecided
 Status: New

-- 
network-config unresponsive
https://bugs.launchpad.net/bugs/145723
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123634] Re: Display power management fails on 7.04 amd64 desktop

2007-09-27 Thread JohnBender
Also affects Gutsy amd64 with kernel 2.6.22-12. Screensaver works
correctly. Gaim (now Pidgin) monitors idle status correctly.

-- 
Display power management fails on 7.04 amd64 desktop
https://bugs.launchpad.net/bugs/123634
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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