Bug#363442: libc6-xen should not conflict with any other libc6-$flavor

2006-04-19 Thread Jeff Bailey
Le mardi 18 avril 2006 à 23:02 -0500, Adam Heath a écrit :
 package: libc6-xen
 version: 2.3.6-7
 
 Please don't conflict with libc6-686.  When one dual-boots, one would like to
 have both of these packages installed, and have the appropriate one selected
 at runtime.

Yup - we're working on the necessary runtime detection for this.  It
still requires more work, though.

Tks,
Jeff Bailey

-- 
Although when you're in the situation that RMS is telling you that
you're being too ideological about freedom, maybe, just maybe, it's
true.
- Matthew Wilcox


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#363442: libc6-xen should not conflict with any other libc6-$flavor

2006-04-19 Thread Adam Heath
On Wed, 19 Apr 2006, Jeff Bailey wrote:

 Le mardi 18 avril 2006 à 23:02 -0500, Adam Heath a écrit :
  package: libc6-xen
  version: 2.3.6-7
 
  Please don't conflict with libc6-686.  When one dual-boots, one would like 
  to
  have both of these packages installed, and have the appropriate one selected
  at runtime.

 Yup - we're working on the necessary runtime detection for this.  It
 still requires more work, though.

Need help with it?  Someone willing to test?  Do you have an idea of which
version will have this, and when it will be uploaded?

I'm ready to upload xen 3.0.2, with a dependency on libc6-xen.



Processing of glibc_2.3.2.ds1-22sarge4_i386.changes

2006-04-19 Thread Archive Administrator
glibc_2.3.2.ds1-22sarge4_i386.changes uploaded successfully to localhost
along with the files:
  glibc_2.3.2.ds1-22sarge4.dsc
  glibc_2.3.2.ds1-22sarge4.diff.gz
  glibc-doc_2.3.2.ds1-22sarge4_all.deb
  locales_2.3.2.ds1-22sarge4_all.deb
  libc6_2.3.2.ds1-22sarge4_i386.deb
  libc6-dev_2.3.2.ds1-22sarge4_i386.deb
  libc6-prof_2.3.2.ds1-22sarge4_i386.deb
  libc6-pic_2.3.2.ds1-22sarge4_i386.deb
  libc6-i686_2.3.2.ds1-22sarge4_i386.deb
  nscd_2.3.2.ds1-22sarge4_i386.deb
  libc6-dbg_2.3.2.ds1-22sarge4_i386.deb
  libc6-udeb_2.3.2.ds1-22sarge4_i386.udeb
  libnss-dns-udeb_2.3.2.ds1-22sarge4_i386.udeb
  libnss-files-udeb_2.3.2.ds1-22sarge4_i386.udeb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#363639: libc6: please mark error() as noreturn

2006-04-19 Thread Justin Pryzby
Package: libc6
Version: 2.3.6-4
Severity: wishlist

abort, err, and exit are all __noreturn__, but error() is not; this
can cause lots of may be used uninit warnings.  Please consider
adding the attribute.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#363639: marked as done (libc6: please mark error() as noreturn)

2006-04-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Apr 2006 23:41:28 -0400
with message-id [EMAIL PROTECTED]
and subject line error and noreturn
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: libc6
Version: 2.3.6-4
Severity: wishlist

abort, err, and exit are all __noreturn__, but error() is not; this
can cause lots of may be used uninit warnings.  Please consider
adding the attribute.

---End Message---
---BeginMessage---
On second thought, don't do that.  error doesn't exit if the first
parameter is zero, and this may need to be evaluated at runtime.
---End Message---