Re: bindv6only again

2010-04-27 Thread Florian Weimer
* Julien Cristau: > +#if defined(ENABLE_IPV6) && defined(IPV6_V6ONLY) > + if (ai->ai_family == AF_INET6) { > + int zero = 0; > + if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, &zero, > sizeof(zero)) < 0) > + g_warning("setsockopt(IPV6_V6ONLY): %s",

Re: Binary package names for mozilla plugins

2010-04-27 Thread Mike Hommey
On Tue, Apr 27, 2010 at 12:03:54AM +0200, Benjamin Drung wrote: > Ok, I added it to the poll, but i doubt that it will win against > browser-plugin-*. Really, this is getting out of proportion. How about we don't care and try to improve searching by debtags in the various apt frontends? (if that e

Re: bindv6only again

2010-04-27 Thread Juliusz Chroboczek
> If POSIX-compliant apps may only work with one setting then the standard would > say "only this setting is compliant with POSIX". Since it does not, Yes it does. Section 2.10.20, see the paragraph titled "Compatibility with IPv4". You might argue that having this in the POSIX standard is a mis

Re: bindv6only again

2010-04-27 Thread Juliusz Chroboczek
>> The apparent consensus is being ignored -- the default value is still > - nobody cares about the consensus in the peanut gallery I am not quite sure what to do with this sentence. You have single-handedly broken peoples' systems, with no advance warning. When people have complained, you have

Re: bindv6only again

2010-04-27 Thread Samuel Thibault
Florian Weimer, le Tue 27 Apr 2010 09:15:12 +0200, a écrit : > * Julien Cristau: > > > +#if defined(ENABLE_IPV6) && defined(IPV6_V6ONLY) > > + if (ai->ai_family == AF_INET6) { > > + int zero = 0; > > + if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, &zero, > > sizeof(zero))

Re: bindv6only again

2010-04-27 Thread Simon Huggins
On Mon, Apr 26, 2010 at 09:46:48PM +0200, Marco d'Itri wrote: > - as explained in #560238, it is still not the time to make a choice Not sure what you mean here. Anyway, is there a reason that #560238 isn't blocked by #560044 given it breaks that package or are you not bothered about breaking non

Re: bindv6only again

2010-04-27 Thread Marco d'Itri
On Apr 27, Simon Huggins wrote: > On Mon, Apr 26, 2010 at 09:46:48PM +0200, Marco d'Itri wrote: > > - as explained in #560238, it is still not the time to make a choice > Not sure what you mean here. We have time until the freeze to determine the impact of this change. > Anyway, is there a reaso

Re: bindv6only again

2010-04-27 Thread Marco d'Itri
On Apr 27, Juliusz Chroboczek wrote: > reasonable commenter), and now you're saying that Julien Cristau is "the > peanut gallery". No, I am not. > But you're breaking peoples' systems *now*. And breaking systems Which ones? There is only one bug open (gdm) and it has patches. Based on this dat

Bug#579373: ITP: zthreads -- A platform-independent, multi-threading and synchronization library for C++

2010-04-27 Thread Cleto Martin Angelina
Package: wnpp Severity: wishlist Owner: Cleto Martin Angelina Owner: Cleto Martin Angelina * Package name: zthreads Version : 2.3.2 Upstream Author : Eric Crahen * URL : http://zthread.sourceforge.net/ * License : MIT Programming Lang: C++ Description

Bug#579379: ITP: pyimport-relative -- relative import of a module for older versions of Python (i.e. pre 2.6)

2010-04-27 Thread Yaroslav Halchenko
Package: wnpp Severity: wishlist Owner: Yaroslav Halchenko Owner: Yaroslav Halchenko * Package name: pyimport-relative Version : 0.1.0 Upstream Author : Rocky Bernstein * URL : http://code.google.com/p/pyimport-relative/ * License : GPL Programming Lang: P

Adah Taylor invites you to join the "marble-tiles" group on FriendFeed

2010-04-27 Thread Adah Taylor
Message from Adah Taylor: I'd like to invite you to subscribe to "Elegant Natural Stones" on FriendFeed. You can check it out here: http://friendfeed.com/marble-tiles -- To join the "marble-tiles" group (http://friendfeed.com/invite?code=NJRTqSrxQh) on FriendFeed, visit http://fr

Bug#579398: ITP: openfst -- weighted finite-state transducers library

2010-04-27 Thread Jakub Wilk
Package: wnpp Severity: wishlist Owner: Jakub Wilk * Package name: openfst Version : 1.1 Upstream Author : Cyril Allauzen, Michael Riley * URL : http://www.openfst.org/ * License : Apache License, v.2.0 Programming Lang: C++ Description : weighted fini

Bug#579401: ITP: pyopenfst -- Python bindings for the OpenFst library

2010-04-27 Thread Jakub Wilk
Package: wnpp Severity: wishlist Owner: Jakub Wilk * Package name: pyopenfst Version : (not released yet) Upstream Author : Thomas Breuel, David Huggins-Daines * URL : http://code.google.com/p/pyopenfst/ * License : Apache License 2.0 Programming Lang: C++

Re: bindv6only again

2010-04-27 Thread Peter Samuelson
[Marco d'Itri] > Which ones? There is only one bug open (gdm) and it has patches. Well, there is #572279 against lighttpd. It's not directly a bug with bindv6only, but it is caused by the fix for bindv6only. -- Peter Samuelson | org-tld!p12n!peter | http://p12n.org/ -- To UNSUBSCRIBE, email

Re: bindv6only again

2010-04-27 Thread Kurt Roeckx
On Mon, Apr 26, 2010 at 07:54:53PM +0200, Julien Cristau wrote: > On Mon, Apr 26, 2010 at 19:30:14 +0200, Josselin Mouette wrote: > > Good. Now if you or one of those who advocate this "broken by default" > > behavior could provide patches for gdm3, this would be more productive. > > > Not that I

Re: bindv6only again

2010-04-27 Thread Julien Cristau
On Tue, Apr 27, 2010 at 18:59:16 +0200, Kurt Roeckx wrote: > I didn't look at the source, but if it's already using > getaddrinfo() and going over all the addresses it returned, > I don't see why it should be broken with either value of > the option. > > So I can only assume that it doesn't go ov

Re: [OT] Re: Binary package names for mozilla plugins [Was: Bits from the Mozilla Extension Packaging Team]

2010-04-27 Thread Benjamin Drung
Am Dienstag, den 27.04.2010, 10:02 +0900 schrieb Charles Plessy: > Le Mon, Apr 26, 2010 at 08:40:41PM +0200, Benjamin Drung a écrit : > > > > I setup a doodle poll > > Dear Benjamin, > > I would like to recommend http://selectricity.org/ instead. In contrary to > Doodle, Selectricity is free sof

Architecture Nomenclature

2010-04-27 Thread Kip Warner
Greetings Everyone, I've been looking for a while, but no luck. Is there a table somewhere that summarizes the different architecture names like i386, i586, i686, amd64, ia64, and so on along with the criteria for hardware qualifying under that name? e.g. Does i686 mandate SSE2? PS I am not on t

Re: Architecture Nomenclature

2010-04-27 Thread Benjamin Drung
Am Dienstag, den 27.04.2010, 12:45 -0700 schrieb Kip Warner: > Greetings Everyone, > > I've been looking for a while, but no luck. Is there a table somewhere > that summarizes the different architecture names like i386, i586, i686, > amd64, ia64, and so on along with the criteria for hardware qual

Re: Architecture Nomenclature

2010-04-27 Thread Kip Warner
On Tue, 2010-04-27 at 22:16 +0200, Benjamin Drung wrote: > Am Dienstag, den 27.04.2010, 12:45 -0700 schrieb Kip Warner: > > Greetings Everyone, > > > > I've been looking for a while, but no luck. Is there a table somewhere > > that summarizes the different architecture names like i386, i586, i686,

Re: Architecture Nomenclature

2010-04-27 Thread Ben Hutchings
On Tue, 2010-04-27 at 12:45 -0700, Kip Warner wrote: > Greetings Everyone, > > I've been looking for a while, but no luck. Is there a table somewhere > that summarizes the different architecture names like i386, i586, i686, > amd64, ia64, and so on along with the criteria for hardware qualifying >

Re: Architecture Nomenclature

2010-04-27 Thread Ben Hutchings
On Tue, 2010-04-27 at 13:40 -0700, Kip Warner wrote: > On Tue, 2010-04-27 at 22:16 +0200, Benjamin Drung wrote: > > Am Dienstag, den 27.04.2010, 12:45 -0700 schrieb Kip Warner: > > > Greetings Everyone, > > > > > > I've been looking for a while, but no luck. Is there a table somewhere > > > that s

Bug#579470: ITP: mrtrix -- diffusion-weighted MRI white matter tractography

2010-04-27 Thread Michael Hanke
Package: wnpp Severity: wishlist Owner: Michael Hanke * Package name: mrtrix Version : 0.2.8 Upstream Author : J-D Tournier * URL : http://www.brain.org.au/software/mrtrix * License : GPL-3 Programming Lang: C++ Description : diffusion-weighted MRI whit

Re: Architecture Nomenclature

2010-04-27 Thread brian m. carlson
On Tue, Apr 27, 2010 at 12:45:30PM -0700, Kip Warner wrote: > Greetings Everyone, > > I've been looking for a while, but no luck. Is there a table somewhere > that summarizes the different architecture names like i386, i586, i686, > amd64, ia64, and so on along with the criteria for hardware quali

Re: Architecture Nomenclature

2010-04-27 Thread Kip Warner
On Tue, 2010-04-27 at 21:29 +, brian m. carlson wrote: > As far as uname, not all machines that output i686 will support SSE2. > Your assumption should be that i686 == Pentium Pro, with the caveat > that > not all i686 machines support cmov (some Via chips do not). Thanks. If I was writing so

Re: Architecture Nomenclature

2010-04-27 Thread Kip Warner
On Tue, 2010-04-27 at 21:43 +0100, Ben Hutchings wrote: > It must be 'i386'. But i386 includes machines like the 486 and the Pentium Pro that did not have SSE2 instruction set. If I was writing something for a 32-bit machine with SSE2 instruction set, what would be the most appropriate architectu

Bug#579475: ITP: libcache-memcached-fast-perl -- Perl client for memcached, in C language

2010-04-27 Thread Jonas Smedegaard
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard Owner: Jonas Smedegaard * Package name: libcache-memcached-fast-perl Version : 0.19 Upstream Author : Tomash Brechko * URL : http://openhack.ru/Cache-Memcached-Fast * License : other-Perl-or-LGPL Prog

Bug#579481: ITP: plconfig -- a tool for configuring HomePlug powerline bridges

2010-04-27 Thread Jonathan McDowell
Package: wnpp Severity: wishlist * Package name: plconfig Version : 0.0.2 Upstream Author : Manuel Kasper * URL : https://neon1.net/prog/plconfig.html * License : 2 clause BSD Programming Lang: C Description : a tool for configuring HomePlug powerline br

Bug#579476: ITP: libclass-accessor-class-perl -- simple class variable accessors

2010-04-27 Thread Jonas Smedegaard
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard Owner: Jonas Smedegaard * Package name: libclass-accessor-class-perl Version : 0.501 Upstream Author : Ricardo Signes * URL : http://search.cpan.org/dist/Class-Accessor-Class/ * License : Artistic or GP

Bug#579477: ITP: libnetsds-util-perl -- supplementary NetSDS packages

2010-04-27 Thread Jonas Smedegaard
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard Owner: Jonas Smedegaard * Package name: libnetsds-util-perl Version : 1.044 Upstream Author : Michael Bochkaryov * URL : http://search.cpan.org/dist/NetSDS-Util/ * License : GPL-2+ Programming Lang: P

Bug#579478: ITP: libnetsds-perl -- Service Delivery Suite by Net Style

2010-04-27 Thread Jonas Smedegaard
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard Owner: Jonas Smedegaard * Package name: libnetsds-perl Version : 1.301 Upstream Author : Michael Bochkaryov * URL : http://search.cpan.org/dist/NetSDS/ * License : GPL-2+ Programming Lang: Perl Desc

Re: Welcome to our 2010 Debian Google Summer of Code students!

2010-04-27 Thread Goswin von Brederlow
Obey Arthur Liu writes: > == Multi-Arch support in APT == > by David Kalnischkies, mentored by Michael Vogt > > Hardware like 64bit processors are perfectly able to execute 32bit > opcode but until now this potentiality is disregard as the > infrastructure tools like dpkg and APT are not able to

Re: Architecture Nomenclature

2010-04-27 Thread Benjamin Drung
Am Dienstag, den 27.04.2010, 14:45 -0700 schrieb Kip Warner: > On Tue, 2010-04-27 at 21:43 +0100, Ben Hutchings wrote: > > It must be 'i386'. > > But i386 includes machines like the 486 and the Pentium Pro that did not > have SSE2 instruction set. > > If I was writing something for a 32-bit machi

Bug#579484: ITP: libnetsds-kannel-perl -- Service Delivery Suite framework - Kannel SMS gateway API

2010-04-27 Thread Jonas Smedegaard
Package: wnpp Severity: wishlist Owner: Jonas Smedegaard Owner: Jonas Smedegaard * Package name: libnetsds-kannel-perl Version : 1.300 Upstream Author : Michael Bochkaryov * URL : http://search.cpan.org/dist/NetSDS-Kannel/ * License : GPL-2+ Programming Lan

Re: Architecture Nomenclature

2010-04-27 Thread Kip Warner
On Wed, 2010-04-28 at 00:32 +0200, Benjamin Drung wrote: > > The best solution would be autodetection of SSE2 on runtime. That can > be > done with a few lines of code. You're right, that can indeed be done with a few lines of code. e.g. cpuid instruction. The problem is that you then have to pe

Re: Architecture Nomenclature

2010-04-27 Thread Reinhard Tartler
On Mi, Apr 28, 2010 at 02:07:56 (CEST), Kip Warner wrote: > On Wed, 2010-04-28 at 00:32 +0200, Benjamin Drung wrote: >> >> The best solution would be autodetection of SSE2 on runtime. That can >> be >> done with a few lines of code. > > You're right, that can indeed be done with a few lines of c

Re: Bug#579373: ITP: zthreads -- A platform-independent, multi-threading and synchronization library for C++

2010-04-27 Thread Frank Lin PIAT
On Tue, 2010-04-27 at 14:07 +0200, Cleto Martin Angelina wrote: > Package: wnpp > Severity: wishlist > Owner: Cleto Martin Angelina > Owner: Cleto Martin Angelina > > * Package name: zthreads libzthreads? > Version : 2.3.2 > Upstream Author : Eric Crahen > * URL : ht