On Tue, Jul 31, 2012 at 11:47:00PM +0100, Roger Leigh wrote:
> On Tue, Jul 31, 2012 at 09:39:58AM -0400, Felipe Sateler wrote:
> > On Mon, Jul 30, 2012 at 5:09 PM, Roger Leigh wrote:
> > > On Sat, Jul 28, 2012 at 08:43:16PM -0400, Felipe Sateler wrote:
> > >> O
On Tue, Jul 31, 2012 at 09:39:58AM -0400, Felipe Sateler wrote:
> On Mon, Jul 30, 2012 at 5:09 PM, Roger Leigh wrote:
> > On Sat, Jul 28, 2012 at 08:43:16PM -0400, Felipe Sateler wrote:
> >> On Sat, Jul 28, 2012 at 8:34 PM, Roger Leigh wrote:
> >> > On Sat, Ju
On Sat, Jul 28, 2012 at 08:43:16PM -0400, Felipe Sateler wrote:
> On Sat, Jul 28, 2012 at 8:34 PM, Roger Leigh wrote:
> > On Sat, Jul 28, 2012 at 04:45:35PM -0400, Felipe Sateler wrote:
> >> Hi gcc and powerpc teams,
> >>
> >> Supercollider recently failed to
n do further investigation tomorrow if you
would like.
--
.''`. Roger Leigh
: :' : Debian GNU/Linuxhttp://people.debian.org/~rleigh/
`. `' schroot and sbuild http://alioth.debian.org/projects/buildd-tools
`-GPG Public Key F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800
On Tue, Nov 16, 2010 at 07:04:53PM +0100, Matthias Klose wrote:
> On 16.11.2010 10:42, Roger Leigh wrote:
>> On Tue, Nov 16, 2010 at 01:14:09AM +0100, Matthias Klose wrote:
>>> On 14.11.2010 13:19, Julien Cristau wrote:
>>>> On Fri, Oct 29, 2010 at 15:43:
linker. See the already filed bug reports.
This change is one I can agree with on technical grounds, though it
will cause a great deal of pain in the short term. Have we got any
estimates on exactly how much breakage will result before the change
gets made?
Regards,
Roger
--
.'
On Mon, Nov 15, 2010 at 11:02:57PM +0100, Matthias Klose wrote:
> On 14.11.2010 16:06, Roger Leigh wrote:
>>>> While I understand the rationale for --no-copy-dt-needed-entries for
>>>> preventing encapsulation violations via indirect linking, I don't agree
>>
On Sun, Nov 14, 2010 at 01:51:49PM +0100, Kurt Roeckx wrote:
> On Sun, Nov 07, 2010 at 04:19:10PM +0000, Roger Leigh wrote:
> > On Fri, Oct 29, 2010 at 03:43:57PM +0200, Matthias Klose wrote:
> > > For wheezy I'm planning to change the linking behaviour for DSOs (turning
&
library changes how it works but
without changing its public interface, I could be screwed again in six
months time. This is partly the fault of Boost for exposing its
internals in its headers, but disallowing indirect linking make it
worse.
Overall, it could be for the best, but it will be painf
d breakage by breaking existing assumptions about
indirect linking.
Other than that, it's working fine for me. It would be nice to
have in the release as an optional and non-default compiler for
developers who need it.
Regards,
Roger
--
.''`. Roger Leigh
: :' : Debi
yself, so you would probably need
to ask weasel or one of the alpha porters if you need any alpha-
specific expertise.
Regards,
Roger
--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gu
Package: libstdc++6-4.2-doc
Version: 4.2-20070516-1
Severity: serious
Justification: Won't install due to duplicate files from libstdc++6-4.1-doc
Unpacking libstdc++6-4.2-doc (from
.../libstdc++6-4.2-doc_4.2-20070516-1_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/libstdc++6-4.2-doc_
Package: gij
Version: 4:4.1.1-7
Severity: normal
Hi,
gij has the following Provides:
Provides: java-runtime, java1-runtime, java-virtual-machine
Its depdendency, gij-4.1, has these Provides:
Provides: java-virtual-machine, java2-runtime, java1-runtime, java-runtime
Please could you also P
mbsnrtowcs
http://gcc.gnu.org/bugzilla/attachment.cgi?id=11683 (wide3.c)
There isn't a clear pattern here. It's possible that the testcases
are buggy, but's it's odd how they work on one arch and not the other,
or vice versa.
Regards,
Roger
--
Roger Leigh
P
Reported upstream as
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28059
Note this affects GCC versions 3.3, 4.0, 4.1 and 4.2. It works
correctly in 3.4.
Regards,
Roger
--
Roger Leigh
Printing on GNU/Linux? http://gutenprint.sourceforge.net/
Debian GNU/Linux
Package: libstdc++6
Version: 4.1.1-5
Severity: important
The attached source file (UTF-8 encoded) demonstrates that codecvt
is broken for the simplest of transformations (UTF-8 to UCS-4).
This is pretty basic, and the underlying gconf stuff works correctly,
so the bug is either in libstdc++6 or so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
tags 345550 + fixed-upstream
thanks
This was fixed upstream (SVN changesets 109305, 109306 and 109307) for
the 4.0.3 release.
Regards,
Roger
- --
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net
Package: libstdc++6
Version: 4.0.2-5
Severity: normal
Using libstdc++, I've got code like this:
__gnu_cxx::stdio_filebuf fdbuf(fd, std::ios::in);
The doxygen docs for this fd ctor say "The file descriptor will be
automatically closed when the stdio_filebuf is closed/destroyed.", but I
appear t
Package: g++-4.0
Version: 4.0.2-5
Severity: normal
Hi, given this trivial C++ code:
#include
#include
int main(void)
{
std::cout << boost::format("Hello %1%!\n%2%\n") % "world" % 343
<< std::flush;
return 0;
}
It fails to compile:
$ g++ -frepo -c test.cc
/usr/include/boost/mp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This has been reported upstream as GCC Bugzilla #25625:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25625
Regards,
Roger
- --
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
Debian GNU/Linux
reassign 317233 schroot
retitle 317233 command-line options are not terminated by a null option
thanks
This was due to an array of structs not having a null member. Using
the const qualifier moved it to .rodata, where it worked by chance.
Sorry to bother you with this.
Roger
--
Roger Leigh
he correct value in the function i pass argc to) so it must
go fault earlier
Active2: sorry i'm out of options
rleigh: Active2: I'm not sure. breaking on g_option_context_parse
shows argc == 2.
Regards.
Roger
--
Roger Leigh
Printing on GNU/Linux? h
x I mentioned in the previous mail, in that I
stripped everything out except for the option parsing, *but* I didn't
make the options const. However, it works without me applying the
const fix.
Build with
gcc -o schroot schroot.c `pkg-config --cflags --libs gobject-2.0`
Regards,
Roger
--
Ro
Matthias Klose <[EMAIL PROTECTED]> writes:
> Roger Leigh writes:
>> The fault occurs shortly after startup, calling parse_options()
>> (schroot/schroot.c).
>>
>> If it would be useful, I can reduce it to a smaller test case, but the
>> code worked just fin
Package: gcc-4.0
Version: 4.0.0-11
Severity: normal
If I compile schroot
http://ftp.debian.org/debian/pool/main/s/schroot/schroot_0.1.2-1.dsc
http://ftp.debian.org/debian/pool/main/s/schroot/schroot_0.1.2.orig.tar.gz
http://ftp.debian.org/debian/pool/main/s/schroot/schroot_0.1.2-1.diff.gz
with g
ibc.so.6 (0x0fe70000)
/lib/ld.so.1 => /lib/ld.so.1 (0x0ffd)
$ objdump -p debian/gnat-4.0/usr/bin/gnat | grep NEEDED
NEEDED libc.so.6
NEEDED ld.so.1
Regards,
Roger
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Falk Hueffner <[EMAIL PROTECTED]> writes:
> Roger Leigh <[EMAIL PROTECTED]> writes:
>
>> I found quite a number of errors, many minor, some serious, building
>> 4.0.0-7, in both the gcc build and while packaging. I
;d appreciate a CC on any
replies. Thanks.]
- --
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
Debian GNU/Linuxhttp://www.debian.org/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
-BEGI
Package: libgcc1
Version: 1:4.0.0-1
Severity: grave
Tags: experimental
Justification: renders package unusable in Debian
$ cat /var/lib/dpkg/info/libgcc1.shlibs
libgcc_s 1 libgcc1 (>= 1:4.0-0pre6ubuntu4)
I noticed this when checking a package I NMU'd:
http://packages.qa.debian.org/s/scite.html
#
non-void function âcheck_type_matchâ being
inlined
1 argument âclean_text_pâ might be clobbered by âlongjmpâ or
âvforkâ
END test-summary
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
Debian GNU/Linuxhttp://www.debian.org/
Package: gcc-4.0
Version: 4.0.0-1
Severity: serious
Tags: experimental
Justification: no longer builds from source
[EMAIL PROTECTED]:/tmp/gccbuild/gcc-4.0-4.0.0$ time debuild -uc -us
dpkg-buildpackage: source package is gcc-4.0
dpkg-buildpackage: source version is 4.0.0-1
dpkg-buildpackage: host a
>Submitter-Id: net
>Originator: Roger Leigh
>Organization: Debian Project
>Confidential: no
>Synopsis: Using "typedef typename std::iterator difference_type" causes a
>segfault.
>Severity: non-critical
>Priority: low
>Category: c+
32 matches
Mail list logo