Bug#537466: Couldn't configure pre-depend libc6-i386 for lib32stdc++6, probably a dependency cycle

2009-08-17 Thread Aurelien Jarno
reassign 537466 lib32stdc++6
thanks

Drew Parsons a écrit :
 Package: libc6-i386
 Version: 2.9-23
 Severity: normal
 
 This bug currently exists: libc6-i386 and lib32stdc++6 are mismatched.
 Note that the conflict is against lib32stdc++6, not lib32objc2, so the
 merge of bug  #537466 with #537505 may not be correct.
 
 The messaging (performing the upgrade in aptitude) is 
 
 E: Couldn't configure pre-depend libc6-i386 for lib32stdc++6, probably a 
 dependency cycle.
 A package failed to install.  Trying to recover:
 
 Worth pointing out that while the error occurred in aptitude, I could
 perform apt-get upgrade without the problem. So perhaps the bug is
 actually in aptitude
 

The bug is actually in lib32stdc++6. This is lib32stdc++6 which
pre-depends on libc6-i386, not the reverse.

As seens with other packages, a pre-depends is too strong, while a
conflicts is enough.

Reassigning the bug.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#537466: Couldn't configure pre-depend libc6-i386 for lib32stdc++6, probably a dependency cycle

2009-08-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 537466 lib32stdc++6
Bug #537466 [libc6-i386] Couldn't configure pre-depend libc6-i386 for 
lib32stdc++6
Bug #537505 [libc6-i386] Couldn't configure pre-depend libc6-i386 for 
lib32stdc++6
Bug reassigned from package 'libc6-i386' to 'lib32stdc++6'.
Bug reassigned from package 'libc6-i386' to 'lib32stdc++6'.
Bug No longer marked as found in versions eglibc/2.9-23, eglibc/2.9-19, and 
2.9-23.
Bug No longer marked as found in versions eglibc/2.9-19 and 2.9-23.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 540871

2009-08-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 540871 + pending
Bug #540871 {Done: Aurelien Jarno aure...@debian.org} [libc6.1-dev] 
/usr/include/bits/socket.h:68: error: expected identifier before numeric 
constant
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



r3767 - in glibc-package/trunk/debian: . patches/alpha patches/hppa

2009-08-17 Thread Aurelien Jarno
Author: aurel32
Date: 2009-08-17 15:58:13 + (Mon, 17 Aug 2009)
New Revision: 3767

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/alpha/submitted-sock_nonblock.diff
   glibc-package/trunk/debian/patches/hppa/submitted-sock_nonblock.diff
Log:
  * alpha/submitted-sock_nonblock.diff, hppa/submitted-sock_nonblock.diff:
create the files at the correct location. Closes: bug#540871.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2009-08-16 13:23:34 UTC (rev 
3766)
+++ glibc-package/trunk/debian/changelog2009-08-17 15:58:13 UTC (rev 
3767)
@@ -1,3 +1,10 @@
+eglibc (2.9-26) UNRELEASED; urgency=low
+
+  * alpha/submitted-sock_nonblock.diff, hppa/submitted-sock_nonblock.diff:
+create the files at the correct location. Closes: bug#540871.
+
+ -- Aurelien Jarno aure...@debian.org  Mon, 17 Aug 2009 17:57:15 +0200
+
 eglibc (2.9-25) unstable; urgency=low
 
   * Remove Ben Collins bcoll...@debian.org from the uploaders (Closes:

Modified: glibc-package/trunk/debian/patches/alpha/submitted-sock_nonblock.diff
===
--- glibc-package/trunk/debian/patches/alpha/submitted-sock_nonblock.diff   
2009-08-16 13:23:34 UTC (rev 3766)
+++ glibc-package/trunk/debian/patches/alpha/submitted-sock_nonblock.diff   
2009-08-17 15:58:13 UTC (rev 3767)
@@ -4,7 +4,7 @@
the generic version, with SOCK_NONBLOCK matching the kernel value.
 
 --- /dev/null
-+++ b/ports/sysdeps/unix/sysv/linux/alpha/socket.h
 b/ports/sysdeps/unix/sysv/linux/alpha/bits/socket.h
 @@ -0,0 +1,407 @@
 +/* System-specific socket constants and types.  Linux version.
 +   Copyright (C) 1991, 1992, 1994-2001, 2004, 2006, 2007, 2008, 2009

Modified: glibc-package/trunk/debian/patches/hppa/submitted-sock_nonblock.diff
===
--- glibc-package/trunk/debian/patches/hppa/submitted-sock_nonblock.diff
2009-08-16 13:23:34 UTC (rev 3766)
+++ glibc-package/trunk/debian/patches/hppa/submitted-sock_nonblock.diff
2009-08-17 15:58:13 UTC (rev 3767)
@@ -4,7 +4,7 @@
the generic version, with SOCK_NONBLOCK matching the kernel value.
 
 --- /dev/null
-+++ b/ports/sysdeps/unix/sysv/linux/hppa/socket.h
 b/ports/sysdeps/unix/sysv/linux/hppa/bits/socket.h
 @@ -0,0 +1,407 @@
 +/* System-specific socket constants and types.  Linux version.
 +   Copyright (C) 1991, 1992, 1994-2001, 2004, 2006, 2007, 2008, 2009


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542066: libc6-dev: Goobox fails to build on hppa as scsi/scsi.h seems missing

2009-08-17 Thread Helge Kreutzmann
Package: libc6-dev
Version: 2.9-20
Severity: important

Currently goobox fails to build on hppa, apparently because
scsi/scsi.h seems to be missing on hppa:
https://buildd.debian.org/fetch.cgi?pkg=gooboxver=2.0.0-7arch=hppastamp=1250164416file=log

As it builds everywhere else without a hitch this seems to be a glitch
in libc6-dev. Since I'm only a DM, not a DD and privatly don't own an
hppa machine I don't have access to the affected system to investigate
further.

If the fault lies elsewhere please reassign.

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#542066: marked as done (libc6-dev: Goobox fails to build on hppa as scsi/scsi.h seems missing)

2009-08-17 Thread Debian Bug Tracking System
Your message dated Mon, 17 Aug 2009 20:07:40 +0200
with message-id 20090817180740.gn8...@hall.aurel32.net
and subject line Re: Bug#542066: libc6-dev: Goobox fails to build on hppa as 
scsi/scsi.h seems missing
has caused the Debian Bug report #542066,
regarding libc6-dev: Goobox fails to build on hppa as scsi/scsi.h seems missing
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
542066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542066
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc6-dev
Version: 2.9-20
Severity: important

Currently goobox fails to build on hppa, apparently because
scsi/scsi.h seems to be missing on hppa:
https://buildd.debian.org/fetch.cgi?pkg=gooboxver=2.0.0-7arch=hppastamp=1250164416file=log

As it builds everywhere else without a hitch this seems to be a glitch
in libc6-dev. Since I'm only a DM, not a DD and privatly don't own an
hppa machine I don't have access to the affected system to investigate
further.

If the fault lies elsewhere please reassign.

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Version: 2.9-21

On Mon, Aug 17, 2009 at 06:36:59PM +0200, Helge Kreutzmann wrote:
 Package: libc6-dev
 Version: 2.9-20
 Severity: important
 
 Currently goobox fails to build on hppa, apparently because
 scsi/scsi.h seems to be missing on hppa:
 https://buildd.debian.org/fetch.cgi?pkg=gooboxver=2.0.0-7arch=hppastamp=1250164416file=log
 
 As it builds everywhere else without a hitch this seems to be a glitch
 in libc6-dev. Since I'm only a DM, not a DD and privatly don't own an
 hppa machine I don't have access to the affected system to investigate
 further.
 

This has been already fixed in version 2.9-21. You should ask the buildd
chroot to be upgraded (h...@buildd.debian.org).

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net

---End Message---


Processed: tagging 540871

2009-08-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 540871 + pending
Bug #540871 {Done: Aurelien Jarno aure...@debian.org} [libc6.1-dev] 
/usr/include/bits/socket.h:68: error: expected identifier before numeric 
constant
Ignoring request to alter tags of bug #540871 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 540871

2009-08-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 540871 + pending
Bug #540871 {Done: Aurelien Jarno aure...@debian.org} [libc6.1-dev] 
/usr/include/bits/socket.h:68: error: expected identifier before numeric 
constant
Ignoring request to alter tags of bug #540871 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org