[Bug 549257] [NEW] ubuntu-bug should have suspend/resume category

2010-03-26 Thread Jeff Bailey
Public bug reported:

Binary package hint: apport

Upon upgrading to Lucid, my laptop no longer suspends.  I'm following
the instructions from the beta on how to report bugs, but the ubuntu-bug
tool either wants me to choose a package, give a pid, or choose from
menu options that don't include anything like Suspend/resume no longer
works after upgrade.  Given how common this problem is, please consider
if for a menu option.

ProblemType: Bug
Architecture: i386
CrashReports: 600:1000:1000:8991857:2010-03-25 20:48:17.030267000 
-0400:2010-03-25 20:48:25.330266495 
-0400:/var/crash/_usr_lib_totem_totem-plugin-viewer.1000.crash
Date: Fri Mar 26 20:42:55 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.2)
Package: apport 1.13.1-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=fr_CA.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: apport
Uname: Linux 2.6.32-17-generic i686

** Affects: apport (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
ubuntu-bug should have suspend/resume category
https://bugs.launchpad.net/bugs/549257
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 549257] Re: ubuntu-bug should have suspend/resume category

2010-03-26 Thread Jeff Bailey

** Attachment added: ApportLog.txt
   http://launchpadlibrarian.net/42121746/ApportLog.txt

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

-- 
ubuntu-bug should have suspend/resume category
https://bugs.launchpad.net/bugs/549257
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 250093] Re: popen does not work bidirectionally in lInux

2008-07-19 Thread Jeff Bailey
This is functionality beyond what's required by posix:

http://www.opengroup.org/onlinepubs/009695399/functions/popen.html

So for portability, programs are going to need to cope with this anyway.

For a portable solution, see the glibc manual:

http://www.gnu.org/software/libc/manual/html_node/Pipe-
to-a-Subprocess.html#Pipe-to-a-Subprocess

** Changed in: glibc (Ubuntu)
   Status: New = Won't Fix

-- 
popen does not work bidirectionally in lInux
https://bugs.launchpad.net/bugs/250093
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


Re: [Bug 185263] Re: -mlong32 is an unknown option

2008-05-05 Thread Jeff Bailey
On Mon, May 5, 2008 at 6:46 AM, Adam Buchbinder
[EMAIL PROTECTED] wrote:
 If it's an upstream problem (as Tollef said, Not only would you need a

 different libc, you would have to have _all_ other libraries compiled
  with this same other ABI. I suspect you would have to get support into
  the kernel as well for it.), where's the best place to start filing
  wishlist bugs for it? The gcc bugzilla? The glibc bugzilla? The kernel
  bugzilla? Is this entirely impossible without hardware support from
  Intel and AMD? (Given that the request is simply for the option to
  compile some applications to use 32-bit pointers and be restricted to
  4GB of address space, perhaps the problem can be solved at the virtual
  memory level rather than requiring specialized hardware?)

Well, let's think this through for a sec.  The goal is to have 32-bit
pointers to better use processor cache, but still use the enhanced
instructions and registers provided by the amd64 instructions.  This
is off the top of my head without doing any research at all.  That
means I've likely missed at least one step in here.

This is probably possible on the hardware, although I haven't looked
at it directly.  Assuming it is:

You first need to define an ABI document describing what registers and
such would be used for calling conventions.

You then need to talk to the toolchain folks to get a GNU triple
assigned to this mode.

The kernel would have to be hacked to setup the address space
appropriately (make sure that the vDSO and such were located in low
enough memory).

Binutils would need hacking to understand that triple, and maybe some
tweaks to the assembler to check for invalid pointer sizes, and some
tweaks to the linker.

gcc would need hacking to restrict itself to a 32bit address space,
while teaching it about the additional registers and instructions.

Then you'd need to hack on glibc to make sure that it knew the triple
and would build.  This would also mean hacking any custom asm files so
that they constrained themselves appropriately.  There would probably
be some elf changes as well to match the ABI document.

After all this had happened, you'd then need to convince some distro
that enough people would care about cache lines and wanted the
additional performance so that they'd go through the hassle of
building this and QAing, etc.  You'd also have to hack on any
multimedia libraries and crypto libraries to provide the optimised
versions to get decent performance.

I have a vague feeling that we've heard from the only person who
*actually* cares about this problem.  Anyone else is probably using
ppc+altivec, sparc or some other arch where the 32 bit environment in
closer to what the 64 bit one provides.

Tks,
Jeff Bailey

-- 
Jeff Bailey - http://www.raspberryginger.com/jbailey/
 - Remember, homosexuality is a choice, like cancer - midwestteensexshow.com

-- 
-mlong32 is an unknown option
https://bugs.launchpad.net/bugs/185263
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 226037] Re: binutils 2.18 build failure on hardy

2008-05-03 Thread Jeff Bailey
If you can run makeinfo from the command line, then they problem doesn't
seem likely to be with Ubuntu.  Check the config.log output and see what
it's trying to do that it can't detect makeinfo.

In any event, this certainly isn't a bug on binutils, so I'm going to
reject this for now.  Feel free to open it against a different package
once you figure out from the log what's actually failing.

(BTW, Hardy includes a CVS snapshot of Binutils 2.18.1.  Why are you
building your own copy?)

-- 
binutils 2.18 build failure on hardy
https://bugs.launchpad.net/bugs/226037
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 226037] Re: binutils 2.18 build failure on hardy

2008-05-03 Thread Jeff Bailey
This bug has nothing to do with the packaged binutils.  More analysis
needed to figure out what package it should be reported against.

** Changed in: binutils (Ubuntu)
   Status: New = Invalid

-- 
binutils 2.18 build failure on hardy
https://bugs.launchpad.net/bugs/226037
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 115597] Re: Manually loading snd-powermac causes badness on ppc64-smp

2008-04-15 Thread Jeff Bailey
I can't - I no longer own the G5.

-- 
Manually loading snd-powermac causes badness on ppc64-smp
https://bugs.launchpad.net/bugs/115597
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 196380] [NEW] /usr/lib/games/nethack/recover needs to be setgid games

2008-02-27 Thread Jeff Bailey
Public bug reported:

Binary package hint: nethack

In nethack-common, /usr/lib/games/nethack/recover needs to be setgid
games in order to access save game files.

I'll upload the fix shortly.

** Affects: nethack (Ubuntu)
 Importance: Undecided
 Status: New

-- 
/usr/lib/games/nethack/recover needs to be setgid games
https://bugs.launchpad.net/bugs/196380
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 185263] Re: -mlong32 is an unknown option

2008-02-07 Thread Jeff Bailey
The manpage isn't misleading in the sense that it's wrong in any way.
The manpage is misleading in that manpages such if they take more than a
page or two of screen real-estate.

The problem with him not reporting this bug is that you and I are now
stuck having this conversation, rather than the more reasonable case of
the person having the problem with me or one of the other toolchain
folks.  I can't turn around to you and say Tell me more about your
problem so that I can help come up with an appropriate answer within the
constraints of our resources and get a meaningful answer.  The fact
that Donald is a reporter who could actually meaningfully give input to
the question makes it that much more frustrating. =/

Marking as invalid.  Documentation and compiler are consistent and
correct - this option does not exist for amd64.



** Changed in: gcc-3.3 (Ubuntu)
   Status: Won't Fix = Invalid

-- 
-mlong32 is an unknown option
https://bugs.launchpad.net/bugs/185263
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 185263] Re: -mlong32 is an unknown option

2008-01-27 Thread Jeff Bailey
Please stop third-party relaying messages from people.  All that's
happening is that we're reply to bug reports that the actual reporter
may or may not be seeing.

The man pages are *not* buggy.  I refer everyone to the relevent
section:

   MIPS Options -EL  -EB  -march=arch  -mtune=arch -mips1  -mips2
   -mips3  -mips4  -mips32  -mips32r2  -mips64 -mips16  -mno-mips16
   -mabi=abi  -mabicalls  -mno-abicalls -mshared  -mno-shared  -mxgot
   -mno-xgot  -mgp32  -mgp64 -mfp32  -mfp64  -mhard-float
   -msoft-float -msingle-float  -mdouble-float  -mdsp  -mpaired-single
   -mips3d -mlong64  -mlong32  -msym32  -mno-sym32 -Gnum  -membed‐
   ded-data  -mno-embedded-data -muninit-const-in-rodata
   -mno-uninit-const-in-rodata -msplit-addresses  -mno-split-addresses
   -mexplicit-relocs  -mno-explicit-relocs -mcheck-zero-division
   -mno-check-zero-division -mdivide-traps  -mdivide-breaks -mmemcpy
   -mno-memcpy  -mlong-calls  -mno-long-calls -mmad  -mno-mad
   -mfused-madd  -mno-fused-madd  -nocpp -mfix-r4000  -mno-fix-r4000
   -mfix-r4400  -mno-fix-r4400 -mfix-vr4120  -mno-fix-vr4120
   -mfix-vr4130 -mfix-sb1  -mno-fix-sb1 -mflush-func=func
   -mno-flush-func -mbranch-likely  -mno-branch-likely -mfp-exceptions
   -mno-fp-exceptions -mvr4130-align -mno-vr4130-align

Even the full documentation section is under MIPS Options.

While this would probably be a fascinating option for amd64 to grow
(ia64 has the option for an ILP32 mode on HP-UX, for instance), I
suspect that the likelyhood of desktop systems not having 4GB of Ram in
the near future is pretty slim (and certainly will be true by the time
toolchain, kernel, and system libraries would have the capability).  For
servers, having more than 4GB is already reasonable and common.

-- 
-mlong32 is an unknown option
https://bugs.launchpad.net/bugs/185263
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 179785] Fails to start, gives error message epiphany-browser: error while loading shared libraries: libplds4.so: cannot open shared object file: No such file or directory

2008-01-01 Thread Jeff Bailey
Public bug reported:

Binary package hint: epiphany-browser

Sometimes after updating to Hardy, ephy started failing to run with the
following error:

epiphany-browser: error while loading shared libraries: libplds4.so:
cannot open shared object file: No such file or directory

Installing libnspr4-dev solved the problem, but the right thing would be
to make sure to load the installed library rather than the development
symlink.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Fails to start, gives error message epiphany-browser: error while loading 
shared libraries: libplds4.so: cannot open shared object file: No such file or 
directory
https://bugs.launchpad.net/bugs/179785
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


Re: [Bug 126337] Re: IDE drivers not loaded at boot with powerpc

2007-12-21 Thread Jeff Bailey
If powerpc were actually getting that type of testing, these bugs
wouldn't be showing up.  There's nothing about being a port that makes
it any harder to support.  Community members are able to contribute to
the toolchain, the kernel, etc., as well as doing the testing.

What we really need on ppc is folks who are brave enough to run the
bleeding edge distros from nearly the beginning of the cycle and the
willingness to try and fix problems like these.  The last set of us
doing this have largely switched from x86.

2007/12/20, Rogério Brito [EMAIL PROTECTED]:
 Hi.

 On 12/20/2007 01:36 PM, Andrew Roazen wrote:
  Seconded. Is this considered unimportant, or is it actually complex? I have 
  an
  iMac I'd like to gift with Gutsy on it, but it's a no-go until it actually
  boots.

 I'm on the same boat: I have an iBook G3 that is a fine computer and is 
 running
 proprietary software right now, but I would love to have the flexibility of
 using Free Software, as an enthusiast.

 I think that, in this case, using Debian proper would be a good compromise. I
 would miss the Ubuntu-ness and all the convenience of an end-user 
 distribution,
 but if Ubuntu doesn't work, what can exactly I do?

 Changing the initrd so that it can boot on all those machines that were
 orphaned by Apple in their latest Operating System is a priority that I
 thought that would be taken into consideration for the Gutsy release (here, 
 the
 installed distribution didn't work since Feisty).

 Anyway, if there are proposals from the Ubuntu developers to have powerpc 
 become
 a non-port again, I think that many people would contribute with the core team
 to have one very good distribution working with machines that were ignored
 otherwise.

 Regards,

 --
 Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8
 http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
 Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org

 --
 IDE drivers not loaded at boot with powerpc
 https://bugs.launchpad.net/bugs/126337
 You received this bug notification because you are a member of Ubuntu
 PowerPC Architecture Team, which is a bug assignee.



-- 
Jeff Bailey - http://www.raspberryginger.com/jbailey/

-- 
IDE drivers not loaded at boot with powerpc
https://bugs.launchpad.net/bugs/126337
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 114032] Re: valgrind finds Invalid read of size 4 in dlopen

2007-12-11 Thread Jeff Bailey
Is this actually causing problems for you, or are you just wanting
valgrind to be quieter?  The reason I ask is because about half the
time, the problem is with valgrind so I try not to chase them unless
there's actually a bug that someone is experiencing.

-- 
valgrind finds Invalid read of size 4 in dlopen
https://bugs.launchpad.net/bugs/114032
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 174002] Re: asks termnal question on dapper-hardy upgrade

2007-12-09 Thread Jeff Bailey
Hmm.  We haven't done this with debconf before, since debconf isn't
essential in Debian.  However, I do notice that it's part of ubuntu-
minimal, so we can probably consider that tool here.

Do the dist-upgrader hints get through to someone on a server-based
installation?  In practice the things that need to be restarted will
affect server users more than desktop users.

Otherwise, it looks like we dropped the patcht to the preinst to force
DEBIAN_FRONTEND to be noninteractive for glibc.  If debconf and dist-
upgrader aren't solutions for us, we can just restore that hack.

-- 
asks termnal question on dapper-hardy upgrade
https://bugs.launchpad.net/bugs/174002
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 50722] Re: Memory problems on pthread_cancel()

2007-12-07 Thread Jeff Bailey
 __pth_tcb_alloc (in /usr/lib/libpthread.so.20.0.27

Umm, this isn't from glibc.  Marking it as invalid.  Please use dpkg -S
to figure out what package that comes from and file a bug against it.
Or try again against the system glibc.  Nothing but madness can come
from running a third-party pthreads library.


** Changed in: glibc (Ubuntu)
   Status: Triaged = Invalid

-- 
Memory problems on pthread_cancel()
https://bugs.launchpad.net/bugs/50722
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 163453] Re: default gcc doesn't work / crt1.o missing

2007-11-17 Thread Jeff Bailey
You need to install build-essential in order for general compilation
to work.  This isn't included on the CD or default install to save
space.


** Changed in: gcc-4.1 (Ubuntu)
   Status: New = Invalid

-- 
default gcc doesn't work / crt1.o missing
https://bugs.launchpad.net/bugs/163453
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 16075] Re: LinuxTestProject test suite 2005-04-05 fails

2007-10-04 Thread Jeff Bailey
This is fixed in recent versions of ltp and glibc.


** Changed in: glibc (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
LinuxTestProject test suite 2005-04-05 fails
https://bugs.launchpad.net/bugs/16075
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 22924] Re: Amd64 glibc performance patch.

2007-10-03 Thread Jeff Bailey
These patches were rejected a number of times upstream because they hurt
performance on Intel's chips.  However, since then a number of
compromises were found that fixed performance for the general case.
Closing this bug.


** Changed in: glibc (Ubuntu)
   Status: New = Invalid

-- 
Amd64 glibc performance patch.
https://bugs.launchpad.net/bugs/22924
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 90914] Re: initramfs cryptroot usplash support

2007-09-16 Thread Jeff Bailey
2:1.0.5-1ubuntu1 no longer quits usplash and correctly accepts a
password while it's running, but the other status messages are only
echod to the console (success, failure).  Those should be written to the
usplash box as well.

-- 
initramfs cryptroot usplash support
https://bugs.launchpad.net/bugs/90914
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 139057] Should try given password for next partition

2007-09-12 Thread Jeff Bailey
Public bug reported:

Binary package hint: cryptsetup

Where multiple partitions are specified in a config file, it would be
very nice if it would try the previously given password for the
following partition.  That way if all of the partitions are encrypted
with the same key, there only needs to be one password prompt.

** Affects: cryptsetup (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Should try given password for next partition
https://bugs.launchpad.net/bugs/139057
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 41454] Re: glibc isn't compiled with the system compiler

2007-09-09 Thread Jeff Bailey
We choose the compiler to do glibc based on a small pile of things,
including test results from the testsuite, speed, and features.
Sometimes it'll go ahead of the pack, sometimes it will trail behind.

The idea is that glibc is pretty much the one thing that if you get it
wrong, everything else breaks.  Because of that we treat it specially.

Please note that this bug is still marked invalid.  If you'd like a
longer discussion on this, I suggest switching to a mailing list.

Tks,
Jeff Bailey

-- 
glibc isn't compiled with the system compiler
https://bugs.launchpad.net/bugs/41454
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 125982] FTBFS with /bin/dash as /bin/sh

2007-07-14 Thread Jeff Bailey
Public bug reported:

Binary package hint: perl

makedepend fails with an unterminated constant, resulting in x2p
complaining that make depend hasn't been run yet.

** Affects: perl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FTBFS with /bin/dash as /bin/sh
https://bugs.launchpad.net/bugs/125982
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 125982] Re: FTBFS with /bin/dash as /bin/sh

2007-07-14 Thread Jeff Bailey
perl (5.8.8-7ubuntu2) gutsy; urgency=low

  * Add missing terminating ' on makedepend.SH, fixes FTBFS
with dash as /bin/sh.  LP: #125982
  * Modify Maintainer value to match Debian-Maintainer-Field Spec

 -- Jeff Bailey [EMAIL PROTECTED]   Sat, 14 Jul 2007 10:21:40 -0400

** Changed in: perl (Ubuntu)
   Status: New = Fix Released

-- 
FTBFS with /bin/dash as /bin/sh
https://bugs.launchpad.net/bugs/125982
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 123178] FTBFS: hppa

2007-06-29 Thread Jeff Bailey
Public bug reported:

Binary package hint: linux-source-2.6.22

Version 7.14 of linux-source-2.6.22 doesn't compile.

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FTBFS: hppa [patch]
https://bugs.launchpad.net/bugs/123178
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 123178] Re: FTBFS: hppa

2007-06-29 Thread Jeff Bailey
This patch includes:

 * ABI file for hppa32
 * Modules listing for hppa32
 * ABI file for hppa64
 * Modules listing for hppa64
 * Do not build ocfs2, it causes gcc to loop infinitely while building.
 * Do not require gcc-3.4 or gcc-3.4-hppa64.
 * Patch from Jeff Garzig's tree to avoid __udivdi2 in net/s2io.c.
 * Patch from Kyle McMartin's tree to add a stub asm-parisc/vga.h file.

Hmm.  It just occured to me that I removed the dependancy on
gcc-3.4-hppa64 instead of changing it to gcc-4.1-hppa64.  I don't have
time right now to respin the patch, though, sorry.

Tks,
Jeff Bailey

** Attachment added: hppa.diff
   http://launchpadlibrarian.net/8264063/hppa.diff

** Summary changed:

- FTBFS: hppa
+ FTBFS: hppa [patch]

** Description changed:

  Binary package hint: linux-source-2.6.22
  
- Version 7.14 of linux-source-2.6.22 doesn't compile.  A patch will
- follow.
+ Version 7.14 of linux-source-2.6.22 doesn't compile.

-- 
FTBFS: hppa [patch]
https://bugs.launchpad.net/bugs/123178
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


Re: [Bug 122334] Re: g++ does not automatically include -lstdc++

2007-06-27 Thread Jeff Bailey
What we need is the log of the compiling rather than the source code.  The
problem should be immediately obvious from the invocation of the command,
the error message, and the few surrounding lines.

Tks,
Jeff Bailey

On 27/06/07, Ryan Hunt [EMAIL PROTECTED] wrote:

 I cannot reproduce using example code, I'm not proficient enough in this
 stuff. If anyone else finds this issue (Ubuntu specific) please re-open.
 I would submit the source code of the project, but it's not a GPL project
 :(

 --
 g++ does not automatically include  -lstdc++
 https://bugs.launchpad.net/bugs/122334
 You received this bug notification because you are a member of Ubuntu
 Toolchain Hackers, which is a bug contact for gcc-defaults in ubuntu.


-- 
g++ does not automatically include  -lstdc++
https://bugs.launchpad.net/bugs/122334
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


Re: [Bug 122334] Re: g++ does not automatically include -lstdc++

2007-06-27 Thread Jeff Bailey
Please provide all of what was asked for:

The problem should be immediately obvious from the invocation of the
command, the error message, and the few surrounding lines.

This report is quite hampered by not having enough information.  We can't
proceed until we have this at a minimum.

Tks,
Jeff Bailey

On 27/06/07, Ryan Hunt [EMAIL PROTECTED] wrote:

 textview.cpp:930: undefined reference to
 `std::allocatorchar::allocator()'


 but when i add -lstdc++ to our .pro file, it compiles and these errors go
 away.

 --
 g++ does not automatically include  -lstdc++
 https://bugs.launchpad.net/bugs/122334
 You received this bug notification because you are a member of Ubuntu
 Toolchain Hackers, which is a bug contact for gcc-defaults in ubuntu.


-- 
g++ does not automatically include  -lstdc++
https://bugs.launchpad.net/bugs/122334
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 122334] Re: g++ does not automatically include -lstdc++

2007-06-26 Thread Jeff Bailey
Can you paste an actual error message where you think this should work?
Otherwise, as you noted, a hello world application works fine and I can
only say works for me =)

-- 
g++ does not automatically include  -lstdc++
https://bugs.launchpad.net/bugs/122334
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 115596] snd-aoa no longer automatically loaded on ppc g5

2007-05-19 Thread Jeff Bailey
Public bug reported:

Binary package hint: linux-source-2.6.22

This is a regression from 2.6.22-1-powerpc64-smp to
2.6.22-3-powerpc64-smp

On bootup, the various snd-aoa modules are no longer auto-loaded, and so
alsa reports no soundcards.

Doing:

modprobe snd_aoa
modprobe snd_aoa_soundbus
modprobe snd_aoa_i2sbus

got the sound working again.   (Although there are other errors that
show up in dmesg, I'll file those in a separate bug)

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
snd-aoa no longer automatically loaded on ppc g5
https://bugs.launchpad.net/bugs/115596
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 115596] Re: snd-aoa no longer automatically loaded on ppc g5

2007-05-19 Thread Jeff Bailey

** Attachment added: lsmod-2.6.22-1-powerpc64-smp.txt
   http://librarian.launchpad.net/7712481/lsmod-2.6.22-1-powerpc64-smp.txt

-- 
snd-aoa no longer automatically loaded on ppc g5
https://bugs.launchpad.net/bugs/115596
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 115596] Re: snd-aoa no longer automatically loaded on ppc g5

2007-05-19 Thread Jeff Bailey
Note that the lsmod here is from 2.6.22-4, although I observed the
problem in 2.6.22-3 initially.  I didn't try 2.6.22-2 at all on this
system.

** Attachment added: lsmod-2.6.22-4-powerpc64-smp.txt
   http://librarian.launchpad.net/7712482/lsmod-2.6.22-4-powerpc64-smp.txt

-- 
snd-aoa no longer automatically loaded on ppc g5
https://bugs.launchpad.net/bugs/115596
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 115596] Re: snd-aoa no longer automatically loaded on ppc g5

2007-05-19 Thread Jeff Bailey

** Attachment added: lspci.txt
   http://librarian.launchpad.net/7712486/lspci.txt

-- 
snd-aoa no longer automatically loaded on ppc g5
https://bugs.launchpad.net/bugs/115596
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 115597] Re: Using sound causes badness on ppc64-smp

2007-05-19 Thread Jeff Bailey

** Attachment added: lspci.txt
   http://librarian.launchpad.net/7712508/lspci.txt

-- 
Using sound causes badness on ppc64-smp
https://bugs.launchpad.net/bugs/115597
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 115597] Re: Using sound causes badness on ppc64-smp

2007-05-19 Thread Jeff Bailey
Confirmed that it still occurs with -5 kernel.

Message at startup:

[   85.449934] [ cut here ]
[   85.449943] Badness at 
/build/buildd/linux-source-2.6.22-2.6.22/include/linux/slub_def.h:77
[   85.449946] Call Trace:
[   85.449949] [c00175f1b5f0] [c000ff14] .show_stack+0x54/0x1f0 
(unreliable)
[   85.449960] [c00175f1b6a0] [c01c019c] .report_bug+0xac/0x150
[   85.449967] [c00175f1b730] [c03cfdb8] 
.program_check_exception+0x288/0x670
[   85.449974] [c00175f1b7e0] [c0004f0c] 
program_check_common+0x10c/0x180
[   85.449979] --- Exception: 700 at .get_slab+0x2e0/0x300
[   85.449985] LR = .__kmalloc+0x24/0xd0
[   85.449988] [c00175f1bad0] [c00321e0] 
.update_mmu_cache+0x1b0/0x1f0 (unreliable)
[   85.449994] [c00175f1bb80] [c00f5934] .__kmalloc+0x24/0xd0
[   85.45] [c00175f1bc10] [c0144e90] 
.compat_core_sys_select+0x90/0x270
[   85.450006] [c00175f1bd00] [c0147358] 
.compat_sys_select+0x108/0x1c0
[   85.450012] [c00175f1bdc0] [c00173a4] .ppc32_select+0x14/0x30
[   85.450017] [c00175f1be30] [c00086b4] syscall_exit+0x0/0x40
[   89.648405] ondemand governor failed to load due to too long transition 
latency

and the later messages:

[  216.667030] [ cut here ]
[  216.667040] Badness at /build/buildd/linux-source-2.6.22-2.6.22/lib/kref.c:33
[  216.667044] Call Trace:
[  216.667047] [c0016310b080] [c000ff14] .show_stack+0x54/0x1f0 
(unreliable)
[  216.667061] [c0016310b130] [c01c019c] .report_bug+0xac/0x150
[  216.667070] [c0016310b1c0] [c03cfdb8] 
.program_check_exception+0x288/0x670
[  216.667080] [c0016310b270] [c0004f0c] 
program_check_common+0x10c/0x180
[  216.667085] --- Exception: 700 at .kref_get+0xc/0x30
[  216.667093] LR = .of_node_get+0x20/0x40
[  216.667097] [c0016310b560] [c0016310b620] 0xc0016310b620 
(unreliable)
[  216.667118] [c0016310b5e0] [c0027b08] 
.of_get_next_child+0x48/0xa0
[  216.667124] [c0016310b670] [d043531c] .i2sbus_probe+0x8c/0x790 
[snd_aoa_i2sbus]
[  216.667134] [c0016310b750] [c02deccc] 
.macio_device_probe+0x7c/0xc0
[  216.667143] [c0016310b7f0] [c02d1f30] 
.driver_probe_device+0x100/0x280
[  216.667151] [c0016310b890] [c02d232c] 
.__driver_attach+0x10c/0x150
[  216.667158] [c0016310b920] [c02d0b88] .bus_for_each_dev+0x88/0xe0
[  216.667165] [c0016310b9e0] [c02d1c88] .driver_attach+0x28/0x40
[  216.667172] [c0016310ba60] [c02d11b4] .bus_add_driver+0xd4/0x250
[  216.667179] [c0016310bb00] [c02d2704] .driver_register+0x64/0xc0
[  216.667186] [c0016310bb80] [c02deb24] 
.macio_register_driver+0x34/0x50
[  216.667193] [c0016310bc00] [d0438d6c] 
.soundbus_i2sbus_init+0x1c/0xbd8 [snd_aoa_i2sbus]
[  216.667202] [c0016310bc80] [c00a304c] 
.sys_init_module+0x20c/0x1980
[  216.667212] [c0016310be30] [c00086b4] syscall_exit+0x0/0x40
[  216.831116] snd-aoa-fabric-layout: found bus with layout 36
[  216.831128] snd-aoa-fabric-layout: Using PMF GPIOs
[  216.831159] [ cut here ]
[  216.831165] Badness at /build/buildd/linux-source-2.6.22-2.6.22/lib/kref.c:33
[  216.831170] Call Trace:
[  216.831173] [c001671fad10] [c000ff14] .show_stack+0x54/0x1f0 
(unreliable)
[  216.831188] [c001671fadc0] [c01c019c] .report_bug+0xac/0x150
[  216.831198] [c001671fae50] [c03cfdb8] 
.program_check_exception+0x288/0x670
[  216.831209] [c001671faf00] [c0004f0c] 
program_check_common+0x10c/0x180
[  216.831215] --- Exception: 700 at .kref_get+0xc/0x30
[  216.831224] LR = .of_node_get+0x20/0x40
[  216.831228] [c001671fb1f0] [000f09b89eb7] 0xf09b89eb7 (unreliable)
[  216.831260] [c001671fb270] [c0048f88] 
.__pmf_find_function+0x48/0x220
[  216.831269] [c001671fb370] [c00491b0] 
.pmf_find_function+0x50/0xa0
[  216.831277] [c001671fb410] [c0049220] 
.pmf_call_function+0x20/0x60
[  216.831285] [c001671fb4a0] [d0441de4] 
.pmf_gpio_set_headphone+0x64/0xd0 [snd_aoa]
[  216.831298] [c001671fb560] [d0441ee8] 
.pmf_gpio_all_amps_off+0x28/0x60 [snd_aoa]
[  216.831308] [c001671fb5f0] [d04421ac] .pmf_gpio_init+0x2c/0x110 
[snd_aoa]
[  216.831317] [c001671fb6b0] [d09e5230] 
.aoa_fabric_layout_probe+0x260/0x390 [snd_aoa_fabric_layout]
[  216.831329] [c001671fb760] [d042363c] .soundbus_probe+0x5c/0xc0 
[snd_aoa_soundbus]
[  216.831339] [c001671fb7f0] [c02d1f30] 
.driver_probe_device+0x100/0x280
[  216.831349] [c001671fb890] [c02d232c] 
.__driver_attach+0x10c/0x150
[  216.831357] [c001671fb920] [c02d0b88] .bus_for_each_dev+0x88/0xe0
[  216.831364] [c001671fb9e0] [c02d1c88] .driver_attach+0x28/0x40
[  216.831372] 

[Bug 115596] Re: snd-aoa no longer automatically loaded on ppc g5

2007-05-19 Thread Jeff Bailey
Confirmed that this still occurs in 2.6.22-5-powerpc64-smp (fetched from
launchpad, it's not on archive.ubuntu.com yet)

-- 
snd-aoa no longer automatically loaded on ppc g5
https://bugs.launchpad.net/bugs/115596
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


Re: [Bug 87793] Re: gcc fails to compile a minimal C program

2007-04-22 Thread Jeff Bailey
On 22/04/07, TMorgan99 [EMAIL PROTECTED] wrote:

 given the above, why build-essential is not required or suggested in
 package dependencies for gcc.?


gcc does recommend the piece that it needs: libc6-dev.  It's just more
customary that if you need a full build environment that you install
build-essential.

You're not required to load it, because the C compiler works fine for
compiling kernels and kernel modules, for which no libc is required.

Tks,
Jeff Bailey

-- 
gcc fails to compile a minimal C program
https://bugs.launchpad.net/bugs/87793
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 107602] Re: g++ 4.0 and 4.1 compile non-c++ code

2007-04-19 Thread Jeff Bailey
This appears to be fixed in g++4-.1, feisty but still occurs in g++-4.0,
feisty.


** Changed in: gcc-4.0 (Ubuntu)
Sourcepackagename: gcc-4.1 = gcc-4.0
   Status: Unconfirmed = Confirmed

** Also affects: gcc-4.1 (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
g++ 4.0 and 4.1 compile non-c++ code
https://bugs.launchpad.net/bugs/107602
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 107180] Re: Segmentation Fault

2007-04-18 Thread Jeff Bailey
From the susv3 manual:

char *strtok(char *restrict s1, const char *restrict s2);

The first call in the sequence searches the string pointed to by s1 for
the first byte that is not contained in the current separator string
pointed to by s2. If no such byte is found, then there are no tokens in
the string pointed to by s1 and strtok() shall return a null pointer. If
such a byte is found, it is the start of the first token.

The correct output from glibc is NULL.

-- 
Segmentation Fault
https://bugs.launchpad.net/bugs/107180
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 23707] Re: nscd should notice system changes

2007-04-09 Thread Jeff Bailey
** Changed in: glibc (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
nscd should notice system changes
https://bugs.launchpad.net/bugs/23707
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 22924] Re: Amd64 glibc performance patch.

2007-04-09 Thread Jeff Bailey
** Changed in: glibc (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
Amd64 glibc performance patch.
https://bugs.launchpad.net/bugs/22924
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 21235] Re: resolver breaks several apps with all-numeric hostnames

2007-04-09 Thread Jeff Bailey
** Changed in: glibc (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
resolver breaks several apps with all-numeric hostnames
https://bugs.launchpad.net/bugs/21235
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 20775] Re: libc6's printf and fprintf don't return -1 on closed stdout/stderr.

2007-04-09 Thread Jeff Bailey
** Changed in: glibc (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
libc6's printf and fprintf don't return -1 on closed stdout/stderr.
https://bugs.launchpad.net/bugs/20775
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 18017] Re: Athlon doesn't get optimized bswap_32 implementation

2007-04-09 Thread Jeff Bailey
** Changed in: glibc (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
Athlon doesn't get optimized bswap_32 implementation
https://bugs.launchpad.net/bugs/18017
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 16739] Re: issue warning for old locale data files rather than silently failing?

2007-04-09 Thread Jeff Bailey
** Changed in: glibc (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
issue warning for old locale data files rather than silently failing?
https://bugs.launchpad.net/bugs/16739
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 16075] Re: LinuxTestProject test suite 2005-04-05 fails

2007-04-09 Thread Jeff Bailey
** Changed in: glibc (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
LinuxTestProject test suite 2005-04-05 fails
https://bugs.launchpad.net/bugs/16075
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 12815] Re: ld.so.conf prevents libc6 from upgrading in a 32-bit chroot on amd64

2007-04-09 Thread Jeff Bailey
** Changed in: glibc (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
ld.so.conf prevents libc6 from upgrading in a 32-bit chroot on amd64
https://bugs.launchpad.net/bugs/12815
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30815] Re: Please debconfify timezone questions

2007-04-09 Thread Jeff Bailey
** Changed in: tzdata (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
Please debconfify timezone questions
https://bugs.launchpad.net/bugs/30815
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 44704] Re: Expects to find libpython2.4.so, should look for libpython2.4.so.1

2007-04-09 Thread Jeff Bailey
** Changed in: nautilus-python (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
Expects to find libpython2.4.so, should look for libpython2.4.so.1
https://bugs.launchpad.net/bugs/44704
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 33994] Re: ld.so.preload not multilib safe

2007-04-09 Thread Jeff Bailey
** Changed in: glibc (Ubuntu)
 Assignee: Jeff Bailey = (unassigned)

-- 
ld.so.preload not multilib safe
https://bugs.launchpad.net/bugs/33994
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 30498] Re: at: atd misbehaves for usernames with 8+ characters (fix included)

2007-04-09 Thread Jeff Bailey
** Changed in: at (Ubuntu Breezy)
 Assignee: Jeff Bailey = (unassigned)

** Changed in: at (Ubuntu Hoary)
 Assignee: Jeff Bailey = (unassigned)

-- 
at: atd misbehaves for usernames with 8+ characters (fix included)
https://bugs.launchpad.net/bugs/30498
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 24828] Re: IPv6 should be disabled by default

2007-04-03 Thread Jeff Bailey
Ouch, another comment here to say that blacklisting this broke a
perfectly working ipv6 system.  I can see doing this for new installs,
but I don't think it's a good idea to break existing ones.

-- 
IPv6 should be disabled by default
https://bugs.launchpad.net/bugs/24828
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 87793] Re: gcc fails to compile a minimal C program

2007-02-26 Thread Jeff Bailey
You need to install build-essential in order to compile C programs.

Rejecting - Not a bug.

** Changed in: gcc-4.1 (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
gcc fails to compile a minimal C program
https://launchpad.net/bugs/87793

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


[Bug 82169] Re: vpnc in edgy works with older version of libc6 package!

2007-01-29 Thread Jeff Bailey
Hi!  Do you have an error message with the failure that we can look at?

-- 
vpnc in edgy works with older version of libc6 package!
https://launchpad.net/bugs/82169

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


[Bug 81232] Re: ld-linux.so.2 segfaults in _dl_make_stack_executable

2007-01-24 Thread Jeff Bailey
It's hard to tell without the code in hand, but my best guess is that
the oracle library is handing in a bad pointer to some function.

I'm a bit surprised to see a call right from kpummfpg into
_dl_make_stack_executable.  Does it segfault reasonably quickly, or does
it have to run for a while?

-- 
ld-linux.so.2 segfaults in _dl_make_stack_executable
https://launchpad.net/bugs/81232

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


[Bug 49677] Re: netgroup: nis in nsswitch.conf causes libc6 to fail and programs like sudo or rpc.mountd to crash

2007-01-22 Thread Jeff Bailey
Well, the upstream bug was linked incorrectly to Debian.  I disconnected
it and marked it as fix released.  Since our package inherits directly
from upstream, that task can be safely closed.  The tracking bug on
Debian will update as Debian fixes it in their archive.  As they're in
freeze for release, I wouldn't expect that they'll update soon, though.

Tks,
Jeff Bailey


** Changed in: glibc (upstream)
   Importance: Unknown = Undecided
 Bugwatch: Debian Bug tracker #369536 = None

** Changed in: glibc (upstream)
   Status: Unconfirmed = Fix Released

-- 
netgroup: nis in nsswitch.conf causes libc6 to fail and programs like sudo or 
rpc.mountd to crash
https://launchpad.net/bugs/49677

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


[Bug 66257] Re: [edgy] Screen blanks when watching movies

2007-01-17 Thread Jeff Bailey
Appears to be fixed in feisty with 2.17.5-0ubuntu1

-- 
[edgy] Screen blanks when watching movies
https://launchpad.net/bugs/66257

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


[Bug 80338] bzrk merged into bzr-gtk

2007-01-17 Thread Jeff Bailey
Public bug reported:

Binary package hint: bzrk

bzrk has merged into bzr-gtk.  Please remove it from the feisty.

** Affects: bzrk (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
bzrk merged into bzr-gtk
https://launchpad.net/bugs/80338

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


[Bug 80335] olive has merged into bzr-gtk

2007-01-17 Thread Jeff Bailey
Public bug reported:

Binary package hint: olive

olive has merged into bzr-gtk.  Please remove it from feisty.

** Affects: olive (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
olive has merged into bzr-gtk
https://launchpad.net/bugs/80335

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


[Bug 78324] non-quiet mode text scrolls over progress bar

2007-01-07 Thread Jeff Bailey
Public bug reported:

Binary package hint: usplash

On powerpc with a ppc64-smp kernel, I have taken off 'quiet' but left on
'splash'.  The text on the screen scrolls up over top of the progress
bar.  When the progress bar repaints, it overwrites that top part of the
text.

** Affects: usplash (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
non-quiet mode text scrolls over progress bar
https://launchpad.net/bugs/78324

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


[Bug 66253] Re: Missing header in linux-libc-dev causes FTBFS in klibc on ia64

2007-01-05 Thread Jeff Bailey
** Changed in: klibc (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Missing header in linux-libc-dev causes FTBFS in klibc on ia64
https://launchpad.net/bugs/66253

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


[Bug 39907] Re: new table wizard crashes on ppc64

2007-01-05 Thread Jeff Bailey
I can now get into the tables wizard on ppc64 on 2.1-1ubuntu1.


** Changed in: openoffice.org (Ubuntu)
   Status: Needs Info = Fix Released

-- 
new table wizard crashes on ppc64
https://launchpad.net/bugs/39907

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


[Bug 34237] Re: Powermac G5 plays audio from internal speaker when speakers are connected

2007-01-05 Thread Jeff Bailey
Hi!  It looks like this is actually a feature, rather than a bug.

In the Gnome volume controller, in the Switches tab, the Speakers
checkbox controls whether the internal speakers are being used or not.
If you plug something into the front headphone jack, alsa turns that off
and turns on the Headphone checkbox automatically.  The user can select
both at the same time if (s)he wishes.  These are all independant of
plugging speakers into the back.

I suggest rejecting this bug.

-- 
Powermac G5 plays audio from internal speaker when speakers are connected
https://launchpad.net/bugs/34237

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


Re: [Bug 77752] libc6 error on installing oracle calander on ubuntu 6.10 edgy

2007-01-03 Thread Jeff Bailey
On 02/01/07, Peres [EMAIL PROTECTED] wrote:

 workaround i used:
 1.cp cal_linux cal_linux.bak
 2.cat cal_linux.bak | sed s/export LD_ASSUME_KERNEL/#xport
 LD_ASSUME_KERNEL/  cal_linux


We do not support an LD_ASSUME_KERNEL with a version lower than 2.6.0.  If
you need this support on i386, please use a Dapper chroot.

Marking this bug as rejected.


** Changed in: glibc (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
libc6 error on installing oracle calander on ubuntu 6.10 edgy
https://launchpad.net/bugs/77752

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


[Bug 77865] -nostdlib should imply -fno-stack-protector

2007-01-03 Thread Jeff Bailey
Public bug reported:

Binary package hint: gcc-4.1

https://wiki.ubuntu.com/GccSsp lists a series of problems with SSP.  A
segment of those could be fixed automatically by implying -fno-stack-
protector when -nostdlib is given.  This should avoid the work arounds
needed for the various bootloaders and libcs.

** Affects: gcc-4.1 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
-nostdlib should imply -fno-stack-protector
https://launchpad.net/bugs/77865

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


[Bug 76386] OOPS, seemingly when loading ath_pci

2006-12-18 Thread Jeff Bailey
Public bug reported:

Binary package hint: linux-source-2.6.20

The new 2.6.20 kernel seems to dislike the atheros driver.

[   32.208000] ath_pci: 0.9.4.5 (0.9.2.1)
[   32.208000] ACPI: PCI Interrupt :06:02.0[A] - GSI 22 (level, low) - 
IRQ 22
[   32.208000] BUG: unable to handle kernel NULL pointer dereference at virtual 
address 
[   32.208000]  printing eip:
[   32.208000] f8c87008
[   32.208000] *pde = 
[   32.208000] Oops: 0002 [#1]
[   32.208000] SMP 
[   32.208000] Modules linked in: ath_pci ath_rate_sample snd ipv6 yenta_socket 
rsrc_nonstatic pcmcia_core wlan soundcore serio_raw ath_hal(P) intel_agp snd_
page_alloc pcspkr agpgart iTCO_wdt iTCO_vendor_support joydev tsdev evdev ext3 
jbd mbcache sg sr_mod cdrom sd_mod ata_piix ahci ata_generic libata scsi_mod o
hci1394 ieee1394 generic ehci_hcd uhci_hcd raid10 raid456 xor raid1 raid0 
multipath linear md_mod thermal processor fan fbcon tileblit font bitblit 
softcurso
r vesafb capability commoncap pcnet32 usbhid hid usbcore psmouse 8139too 8139cp 
mii loop squashfs unionfs
[   32.208000] CPU:0
[   32.208000] EIP:0060:[f8c87008]Tainted: P  VLI
[   32.208000] EFLAGS: 00010292   (2.6.20-2-generic #3)
[   32.208000] EIP is at ath_attach+0x148/0x1530 [ath_pci]
[   32.208000] eax:    ebx: 0013   ecx:    edx: f78f1dcf
[   32.208000] esi: c1b0f800   edi: f7990400   ebp: f7990400   esp: f78f1d40
[   32.208000] ds: 007b   es: 007b   ss: 0068
[   32.208000] Process modprobe (pid: 3338, ti=f78f task=dfe18030 
task.ti=f78f)
[   32.208000] Stack: f8d0 f78f1dc8     
  
[   32.208000]f799 0013 f7991a38    
  
[   32.208000]     0016 
f79a55e0 c03bb100 
[   32.208000] Call Trace:
[   32.208000]  [c0151281] setup_irq+0xe1/0x1d0
[   32.208000]  [f8c8c0e0] ath_pci_probe+0x0/0x370 [ath_pci]
[   32.208000]  [f8c899a0] ath_intr+0x0/0xb50 [ath_pci]
[   32.208000]  [f8c8c2b3] ath_pci_probe+0x1d3/0x370 [ath_pci]
[   32.208000]  [c01b50be] sysfs_create_link+0x6e/0x160
[   32.208000]  [f8c8c0e0] ath_pci_probe+0x0/0x370 [ath_pci]
[   32.208000]  [c01f64d6] pci_device_probe+0x56/0x80
[   32.208000]  [c0251624] really_probe+0x54/0x140
[   32.208000]  [c0251759] driver_probe_device+0x49/0xc0
[   32.208000]  [c025190e] __driver_attach+0x9e/0xa0
[   32.208000]  [c0250b2b] bus_for_each_dev+0x3b/0x60
[   32.208000]  [c02514d6] driver_attach+0x16/0x20
[   32.208000]  [c0251870] __driver_attach+0x0/0xa0
[   32.208000]  [c0250ebb] bus_add_driver+0x7b/0x1a0
[   32.208000]  [c01f66a4] __pci_register_driver+0x74/0xc0
[   32.208000]  [f8adb030] init_ath_pci+0x30/0x54 [ath_pci]
[   32.208000]  [c014168d] sys_init_module+0x15d/0x1bb0
[   32.208000]  [c0107abd] sys_mmap2+0xcd/0xd0
[   32.208000]  [c0103116] sysenter_past_esp+0x5f/0x89
[   32.208000]  ===
[   32.208000] Code: 89 40 04 c7 85 a4 17 00 00 d0 b6 c8 f8 8b 54 24 20 8d 84 
24 88 00 00 00 89 44 24 04 8b 42 1c 89 ea 89 04 24 89 d8 e8 68 a2 f7 ff 01 00
 00 00 24 2c 0f 84 98 05 00 00 8b 5c 24 2c 8b 43 04 3d 00 
[   32.208000] EIP: [f8c87008] ath_attach+0x148/0x1530 [ath_pci] SS:ESP 
0068:f78f1d40
[   32.208000]  6cs: IO port probe 0x100-0x4ff: excluding 0x4d0-0x4d7
[   32.852000] cs: IO port probe 0xc00-0xcf7: clean.


lspci:
[EMAIL PROTECTED]:/root$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express 
Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express 
Graphics Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 
Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge 
(rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 
03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus 
Controller (rev 03)
06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
06:02.0 Ethernet controller: Atheros Communications, Inc. AR5212 

[Bug 76386] Re: OOPS, seemingly when loading ath_pci

2006-12-18 Thread Jeff Bailey
Whups, hit 'send' too quickly.  This is happening at startup.  I think
when it's preparing the restricted modules set.  Reverting to
2.6.19-7-generic doesn't show the problem.

-- 
OOPS, seemingly when loading ath_pci
https://launchpad.net/bugs/76386

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


[Bug 34237] Re: Powermac G5 plays audio from internal speaker when speakers are connected

2006-12-18 Thread Jeff Bailey
I get a kernel panic in libata with 2.6.20-2.  I'll report that one
seperately, and look at this again when I'm able.

-- 
Powermac G5 plays audio from internal speaker when speakers are connected
https://launchpad.net/bugs/34237

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


[Bug 76391] ppc64 oops at startup

2006-12-18 Thread Jeff Bailey
Public bug reported:

Binary package hint: linux-source-2.6.20

Hi!  With 2.6.20-2, I get an Oops quite near startup.  I haven't
narrowed down what's causing it yet.  With 2.6.19-7-powerpc64-smp I
don't see this problem.

Will attach pictures of the Oops report in a moment.

** Affects: linux-source-2.6.20 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
ppc64 oops at startup
https://launchpad.net/bugs/76391

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


[Bug 76391] Re: ppc64 oops at startup

2006-12-18 Thread Jeff Bailey

** Attachment added: The next one is less blury, but this one includes the 
first line.
   http://librarian.launchpad.net/5451176/00023.jpg

-- 
ppc64 oops at startup
https://launchpad.net/bugs/76391

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


[Bug 76391] Re: ppc64 oops at startup

2006-12-18 Thread Jeff Bailey

** Attachment added: Oops, but note about it being a Sig11 is missing off the 
top, see other photo.
   http://librarian.launchpad.net/5451177/00022.jpg

-- 
ppc64 oops at startup
https://launchpad.net/bugs/76391

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


[Bug 74814] Re: Radeon Xorg driver in Herd 1 couldn't find RGB GLX visual

2006-12-11 Thread Jeff Bailey
** Changed in: Ubuntu
   Target: None = herd-2

-- 
Radeon Xorg driver in Herd 1 couldn't find RGB GLX visual
https://launchpad.net/bugs/74814

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


[Bug 74663] Re: Herd 1 netinstall stalls on: Starting PC card services...

2006-12-11 Thread Jeff Bailey
** Changed in: Ubuntu
   Target: None = herd-2

-- 
Herd 1 netinstall stalls on: Starting PC card services...
https://launchpad.net/bugs/74663

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


[Bug 73655] Re: mptspi module not automatically loaded by feisty on vmware

2006-12-11 Thread Jeff Bailey
** Changed in: Ubuntu
   Target: None = herd-2

-- 
mptspi module not automatically loaded by feisty on vmware
https://launchpad.net/bugs/73655

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


[Bug 34237] Re: Powermac G5 plays audio from internal speaker when speakers are connected

2006-12-08 Thread Jeff Bailey
As with the previous poster, the sound is currently coming out both the
internal speaker and the external one, with the external one being much
quieter.

In the Gnome Volume Control, I can disable Speakers and then it no
longer comes out the internal speakers.  If I turn on Line-Out, then
the sound to the external speakers gets *much* louder and seems to be
more like the volume I'd expect.

** Also affects: linux-source-2.6.19 (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
Powermac G5 plays audio from internal speaker when speakers are connected
https://launchpad.net/bugs/34237

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


[Bug 71097] Re: building glibc 2.3.6 under edgy fails.

2006-11-11 Thread Jeff Bailey
This is a bug in glibc-2.3.6, not in Ubuntu.

The build line looks like this:

   echo \Available extensions:\\n\; \

It *should* look like this:

   printf 'Available extensions:\\n\n';   \

Fixed upstream with this commit:

2005-02-26  GOTO Masanori  [EMAIL PROTECTED]

* csu/Makefile: Use printf instead of echo for some shells.

The fact that it worked before was a side effect of using unspecified
behaviour in a shell.  When we changed the /bin/sh to dash, some broken
upstreams had to be fixed.

I hope this helps.  Rejecting this bug.

Tks,
Jeff Bailey

** Changed in: glibc (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
building glibc 2.3.6 under edgy fails.
https://launchpad.net/bugs/71097

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


[Bug 70987] Re: metabug to test link to oracle bugzilla

2006-11-09 Thread Jeff Bailey
I believe that's expected.  Importance for us is relative to the whole
distro, not relative to the package, isn't it?  By that measure, we
can't consider the upstream severity when setting our own.

-- 
metabug to test link to oracle bugzilla
https://launchpad.net/bugs/70987

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


[Bug 71121] 0.1.20060928-2 makes default gnome fonts ugly

2006-11-09 Thread Jeff Bailey
Public bug reported:

Reverting to ttf-arphic-uming_0.1.20060513-1_all.deb fixes the problem.

** Affects: ttf-arphic-uming (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
0.1.20060928-2 makes default gnome fonts ugly
https://launchpad.net/bugs/71121

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


[Bug 69879] Re: LD_ASSUME_KERNEL broken in edgy

2006-11-02 Thread Jeff Bailey
Hi!  This was intentionally done in edgy's glibc.  Dapper's glibc still
supported LinuxThreads, which was a backport that we had to do.  We've
drop LT support as of edgy.  Newer versions of sapdb should work
correctly, but for older software that needs LinuxThreads, dapper is
supported for 5 years.

Marking this bug as 'rejected'

** Changed in: glibc (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
LD_ASSUME_KERNEL broken in edgy
https://launchpad.net/bugs/69879

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


[Bug 67955] Re: Wrong timezone in 2.8 (edgy)

2006-10-24 Thread Jeff Bailey
*** This bug is a duplicate of bug 67084 ***

** This bug has been marked a duplicate of bug 67084
   [Edgy] Ubuntu Installer - Time Configuration

-- 
Wrong timezone in 2.8 (edgy)
https://launchpad.net/bugs/67955

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


[Bug 67773] msync() in recent kernels fails LSB

2006-10-23 Thread Jeff Bailey
Public bug reported:

I have not confirmed this bug in Ubuntu yet, but this bug exists in the
upstream kernels for 2.6.17 and 2.6.18.  It has been fixed in
2.6.19-rc2.

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed
** Affects: Debian
 Importance: Unknown
 Status: Unknown

-- 
msync() in recent kernels fails LSB
https://launchpad.net/bugs/67773

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


[Bug 67773] Re: msync() in recent kernels fails LSB

2006-10-23 Thread Jeff Bailey
** Bug watch added: Debian Bug tracker #394392
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394392

** Also affects: Debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394392
   Importance: Unknown
   Status: Unknown

-- 
msync() in recent kernels fails LSB
https://launchpad.net/bugs/67773

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


[Bug 66253] Missing header in linux-libc-dev causes FTBFS in klibc on ia64

2006-10-15 Thread Jeff Bailey
Public bug reported:

There's an FTBFS with klibc 1.4.10-0ubuntu3[0] on ia64 that was found
because of the archive rebuild.

The relevant section of the build log:

linux/include/asm/resource.h:4:24: error: asm/ustack.h: No such file or
directory

According to David Woodhouse's current headers export[1] this file is
now included in the exported headers.

AFAICT, ustack.h is the only one that's missing.  We have a couple extra
headers, but that's not a big deal.

[0] https://launchpad.net/+builds/+build/255599
[1] 
ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/kernel-headers/snapshot/linux-kernel-headers-2.6.19-rc1.tar.gz

** Affects: klibc (Ubuntu)
 Importance: Undecided
 Assignee: Jeff Bailey
 Status: Confirmed
** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Also affects: klibc (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

** Changed in: klibc (Ubuntu)
 Assignee: (unassigned) = Jeff Bailey

** Changed in: klibc (Ubuntu)
   Status: Unconfirmed = Confirmed

** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Missing header in linux-libc-dev causes FTBFS in klibc on ia64
https://launchpad.net/bugs/66253

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


[Bug 61361] Re: Machine won't boot because fstype misidentifies ext3 filesystem as minix

2006-10-11 Thread Jeff Bailey
I think this is already fixed in Dapper and edgy, isn't it?  What distro
release are you running?

-- 
Machine won't boot because fstype misidentifies ext3 filesystem as minix
https://launchpad.net/bugs/61361

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


[Bug 65607] Support DEB_BUILD_OPTS=noopt

2006-10-11 Thread Jeff Bailey
Public bug reported:

In debian/rules, CFLAGS is currently unconditionally set to -g -O2.  It
would be nice to honour the NOOPT option.

** Affects: binutils (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Support DEB_BUILD_OPTS=noopt
https://launchpad.net/bugs/65607

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


[Bug 64006] Re: crashes locale gtk-applets

2006-10-04 Thread Jeff Bailey
Did you upgrade your whole system to edgy, or just libc6?

-- 
crashes locale gtk-applets
https://launchpad.net/bugs/64006

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


[Bug 54352] Re: On PPC64 update to 6.6.1 causes machine to hang

2006-10-03 Thread Jeff Bailey
As of 6.6.2-0ubuntu3, I no longer need these options, and with UseFBDev
set to False, the machine doesn't hang.

I'm now happily back to using the generated configs. =)


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
On PPC64 update to 6.6.1 causes machine to hang
https://launchpad.net/bugs/54352

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


[Bug 32124] Re: ATI Technologies Inc RV350 AR [Radeon 9600] hangs occasionally when dri enabled

2006-10-03 Thread Jeff Bailey
As with Bug# 54352 - I don't appear to be having this problem anymore at
all with 6.6.2-0ubuntu3.  Marking fixed, thanks!

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Needs Info = Fix Released

-- 
ATI Technologies Inc RV350 AR [Radeon 9600] hangs occasionally when dri enabled
https://launchpad.net/bugs/32124

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


[Bug 62834] ssp logic broken in debian/rules2

2006-09-28 Thread Jeff Bailey
Public bug reported:

Disabling with_ssp in rules.defs doesn't work because the login in
rules2 looks for with_ssp_default instead.

** Affects: gcc-4.1 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
ssp logic broken in debian/rules2
https://launchpad.net/bugs/62834

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


[Bug 62836] Disable ssp on hppa

2006-09-28 Thread Jeff Bailey
Public bug reported:

Please disable ssp on hppa.  It's not supported on that architecture.

** Affects: gcc-4.1 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Disable ssp on hppa
https://launchpad.net/bugs/62836

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


[Bug 32124] Re: ATI Technologies Inc RV350 AR [Radeon 9600] hangs occasionally when dri enabled

2006-09-23 Thread Jeff Bailey
I've confirmed that this bug still occurs even with latest upstream git
kernel now.

-- 
ATI Technologies Inc RV350 AR [Radeon 9600] hangs occasionally when dri enabled
https://launchpad.net/bugs/32124

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


[Bug 23344] Re: Wacom ET-0405-A detects mousewheel backwards

2006-09-23 Thread Jeff Bailey
Just updated this machine from Dapper to Edgy, and this now works.
Thanks!  Marking Fixed Released.


** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Needs Info = Fix Released

-- 
Wacom ET-0405-A detects mousewheel backwards
https://launchpad.net/bugs/23344

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


[Bug 54352] Re: On PPC64 update to 6.6.1 causes machine to hang

2006-09-23 Thread Jeff Bailey
Switching UseFBDev to True solves the hang.

I also needed to add:

Option  MonitorLayout TMDS
Option  PanelSize 1680x1050

To get it to sync to my monitor correctly.

-- 
On PPC64 update to 6.6.1 causes machine to hang
https://launchpad.net/bugs/54352

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


[Bug 32124] Re: ATI Technologies Inc RV350 AR [Radeon 9600] hangs occasionally when dri enabled

2006-09-23 Thread Jeff Bailey
** Bug 29860 has been marked a duplicate of this bug

-- 
ATI Technologies Inc RV350 AR [Radeon 9600] hangs occasionally when dri enabled
https://launchpad.net/bugs/32124

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


[Bug 29860] Re: [powerpc] r300 driver randomly hangs X

2006-09-23 Thread Jeff Bailey
*** This bug is a duplicate of bug 32124 ***

** This bug has been marked a duplicate of bug 32124
   ATI Technologies Inc RV350 AR [Radeon 9600] hangs occasionally when dri 
enabled

-- 
[powerpc] r300 driver randomly hangs X
https://launchpad.net/bugs/29860

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


[Bug 54658] Re: conflicting types in linux/types.h

2006-09-20 Thread Jeff Bailey
What arch is this, please?

-- 
conflicting types in linux/types.h
https://launchpad.net/bugs/54658

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


[Bug 60711] Re: library ABI-tags not the same for 64bit and 32bit AMD

2006-09-19 Thread Jeff Bailey
LinuxThreads is the threading library that was provided with glibc from
2.0 through 2.2/2.3.  It was not posix compliant in a number of key
ways, and also had some serious scalability issues.

NPTL is the replacement library written for 2.3, and the only threading
library officially supported from glibc-2.4 onward.

All the distributions are now in a phase where LinuxThreads is being
phased out in favour of NPTL.  For Dapper, only i386, sparc64, and hppa
still had LT.  amd64 on Ubuntu has never had them, and it was removed
for dapper from sparc32, ia64, and powerpc.

In Edgy, LT has been removed completely from glibc, and none of the
arches have it available.

So in this specific case, amd64 has never had LinuxThreads on Ubuntu.
While there are always the possibility of bugs in glibc, my experience
is that usually problems that occur like this are bugs in the
application where they're assuming some behaviour of LinuxThreads rather
than relying on POSIX semantics.  The design of NPTL is radically
different: All the internal opaque structures are different, it uses
Thread Local Storage, etc.  The only guarantees for compatability are
those that POSIX offers.

It's also worth noting that LinuxThreads wasn't fully POSIX compliant.
There are some corner cases in the realm of signal delivery which LT
couldn't do.  NPTL does those correctly now, however, and in those cases
we consider the application rather than NPTL to be buggy.

I hope that helps! =)

Tks,
Jeff Bailey

-- 
library ABI-tags not the same for 64bit and 32bit AMD
https://launchpad.net/bugs/60711

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


[Bug 60711] Re: library ABI-tags not the same for 64bit and 32bit AMD

2006-09-19 Thread Jeff Bailey
Closing this ticket as rejected - amd64 doesn't provide LinuxThreads.

** Changed in: glibc (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
library ABI-tags not the same for 64bit and 32bit AMD
https://launchpad.net/bugs/60711

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


[Bug 59607] Re: edgy knot2 missing vmlinuz-chrp.initrd for pegasos

2006-09-19 Thread Jeff Bailey
** Changed in: Ubuntu
Sourcepackagename: None = linux-source-2.6.17

-- 
edgy knot2 missing vmlinuz-chrp.initrd for pegasos
https://launchpad.net/bugs/59607

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


[Bug 61254] Re: Realtime clock problems after installing Dapper on Genesi Pegasos

2006-09-19 Thread Jeff Bailey
** Changed in: Ubuntu
Sourcepackagename: None = udev

-- 
Realtime clock problems after installing Dapper on Genesi Pegasos
https://launchpad.net/bugs/61254

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


[Bug 60711] Re: library ABI-tags not the same for 64bit and 32bit AMD

2006-09-18 Thread Jeff Bailey
We don't offer LinuxThreads on amd64, sorry.

-- 
library ABI-tags not the same for 64bit and 32bit AMD
https://launchpad.net/bugs/60711

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


  1   2   >