* 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",
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
> 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
>> 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
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))
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
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
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
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
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
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
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
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++
[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
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
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
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
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
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
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,
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
37 matches
Mail list logo