gcc3 evaluation platforms

2000-05-03 Thread Matthias Klose
gcc currently defines release criteria for gcc3. See http://gcc.gnu.org/gcc-3.0/criteria.html. For ix86 Debian is proposed as primary evaluation platform. For sparc and alpha, Ben Collins and Chris Chimelis volunteer to evaluate gcc3. Currently we do not have feedback from the other architectures

bash-2.04 bug reports for the hurd

2000-10-02 Thread Matthias Klose
Please could somebody of the Debian hurd people look at these two bug reports for bash on the hurd? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=71777repeatmerged=yes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=71778repeatmerged=yes Thanks

Re: bash-2.04 bug reports for the hurd

2000-10-02 Thread Matthias Klose
---BeginMessage--- Please could somebody of the Debian hurd people look at these two bug reports for bash on the hurd? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=71777repeatmerged=yes Does a trap set on SIGINT print anything when ^C is hit? It may be that bash is being killed by

Re: task-devel-common not installable on the Hurd

2001-03-03 Thread Matthias Klose
Brian May writes: Matthias == Matthias Klose [EMAIL PROTECTED] writes: Matthias The only idea I have for a solution is to make the Matthias package arch dependent. The syntax Matthias Depends: strace [!i386-hurd] Matthias doesn't work. Any ideas? Why

gcc-2.95

2001-04-18 Thread Matthias Klose
Jeff Bailey writes: The problem is the actual testsuite itself. In debian/rules2 line 311, they run awk against /proc/meminfo (obviously doesn't exist). Is there a way to determine the amount of free memory (including free swap)? Some test cases in the testsuite eat up all memory and can

Re: gcc-2.95

2001-04-19 Thread Matthias Klose
Neal H Walfield writes: Is there a way to determine the amount of free memory (including free swap)? Absolutely; take a look at mach/mach.defs:vm_statistics and mach/vm_statistics.c. interesting ... is there NO way to get this information via a shell command/script?

Re: gcc-2.95

2001-04-19 Thread Matthias Klose
Neal H Walfield writes: On Thu, Apr 19, 2001 at 07:26:36PM +0200, Matthias Klose wrote: Neal H Walfield writes: Is there a way to determine the amount of free memory (including free swap)? Absolutely; take a look at mach/mach.defs:vm_statistics and mach

reassign bash bugs to hurd

2001-04-25 Thread Matthias Klose
reassign 71777 hurd reassign 71778 hurd thanks I am unable to test these. Please could someone of the hurd team check these? Thanks, Matthias

help needed: does the current gcc-3.0 package build on the hurd?

2001-11-12 Thread Matthias Klose
The current gcc-3.0 package in unstable has libffi enabled for the Hurd. Does libffi build on the Hurd, or should libffi disabled again? Thanks, Matthias

work needed on the python2.1 - 2.2 transition

2002-10-23 Thread Matthias Klose
Good news first. It becomes more tedious to track the bug-free packages. Besides the usual serious bugs, the following issues remain: - wxwindows2.2 is still unbuildable in unstable, not yet removed from unstable, package maintainer does not respond. Oh fun! - postgresql: doesn't go to testing

Re: gcc-2.95 built successfully

2002-11-05 Thread Matthias Klose
Jeff Bailey writes: Mathias, (and an FYI cc: to Debian-hurd) Hi Jef ;-) Your latest gcc-2.95 built successfully without any modifications or tweaks on my part. It produced: chill-2.95 cpp-2.95 gcc-2.95 gobjc-2.95 gpc-2.95 hmm, could you look, if I disabled g77-2.95 in

OpenJDK Cacao GCJ Java defaults in unstable

2009-03-15 Thread Matthias Klose
Hi, openjdk-6 in unstable is updated to the 6b14 code drop, built from a recent IcedTea snapshot. There are a few regressions in the ports which don't use the hotspot VM, but the Zero VM. Help from porters would be appreciated. There are two new binary packages offering additional JVMs: -

Bug#533782: hurd: non-standard gcc/g++ used for build (gcc-4.2)

2009-06-20 Thread Matthias Klose
Package: hurd Severity: important User: debian-...@lists.debian.org Usertags: non-standard-compiler, gcc-4.2 This package builds with a non standard compiler version; please check if this package can be built with the default version of gcc/g++. Please keep this report open until the package

any objections from port maintainers to make gcc-4.4 the default?

2009-09-20 Thread Matthias Klose
Besides the open license issue, are there any objections from port maintainers to make GCC-4.4 the default? As a first step that would be a change of the default for C, C++, ObjC, ObjC++ and Fortran. I'm not sure about Java, which show some regressions compared to 4.3. Otoh it's not amymore

Re: any objections from port maintainers to make gcc-4.4 the default?

2009-09-22 Thread Matthias Klose
On 20.09.2009 22:20, Samuel Thibault wrote: Matthias Klose, le Sun 20 Sep 2009 19:58:22 +0200, a écrit : I'm not sure about Java, which show some regressions compared to 4.3. Otoh it's not amymore the default java compiler for all architectures except hurd(?) I haven't explicitely tested

Bug#594285: hurd: non-standard gcc/g++ used for build (gcc-4.3)

2010-08-25 Thread Matthias Klose
Package: hurd Version: 20090404-2 Severity: normal User: debian-...@lists.debian.org Usertags: non-standard-compiler, gcc-4.3 This package builds with a non standard compiler version; please check if this package can be built with the default version of gcc/g++. Please keep this report open

Re: DSO linking changes for wheezy

2010-11-15 Thread Matthias Klose
On 15.11.2010 07:16, Roland McGrath wrote: mattst88 airlied_, does Fedora use --as-needed by default? Fedora 14 too? airlied_ mattst88: yes The naming of the options makes people easily confused. --no-add-needed is the only option Fedora's gcc passes. yes, OpenSuse is using --as-needed,

Re: DSO linking changes for wheezy

2010-11-15 Thread Matthias Klose
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 with the use of --as-needed *at all*. If a library has been explicitly linked in, it shouldn't be removed. This

Re: DSO linking changes for wheezy

2010-11-15 Thread Matthias Klose
On 14.11.2010 13:19, Julien Cristau wrote: On Fri, Oct 29, 2010 at 15:43:57 +0200, Matthias Klose wrote: For wheezy I'm planning to change the linking behaviour for DSOs (turning on --as-needed and --no-copy-dt-needed-entries. The rationale is summarized in http://wiki.debian.org/ToolChain

Re: DSO linking changes for wheezy

2010-11-15 Thread Matthias Klose
On 16.11.2010 01:24, Roger Leigh wrote: 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

Re: DSO linking changes for wheezy

2010-11-16 Thread Matthias Klose
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:57 +0200, Matthias Klose wrote: For wheezy I'm planning to change the linking behaviour for DSOs (turning

GCC-4.5 as the default for (at least some) architectures

2011-03-01 Thread Matthias Klose
I'll make gcc-4.5 the default for (at least some) architectures within the next two weeks before more transitions start. GCC-4.5 is already used as the default compiler for almost any other distribution, so there shouldn't be many surprises on at least the common architectures. About 50% of the

Re: GCC-4.5 as the default for (at least some) architectures

2011-03-02 Thread Matthias Klose
On 02.03.2011 07:36, Konstantinos Margaritis wrote: On 2 March 2011 03:34, Matthias Klose d...@debian.org wrote: I'll make gcc-4.5 the default for (at least some) architectures within the next two weeks before more transitions start. GCC-4.5 is already used as the default compiler

Re: GCC-4.5 as the default for (at least some) architectures

2011-03-02 Thread Matthias Klose
On 02.03.2011 17:54, Martin Guy wrote: On 2 March 2011 02:34, Matthias Klose d...@debian.org wrote: armel (although optimized for a different processor) Hi For which processor (/architecture) is it optimized, and do you mean optimized-for, or only-runs-on? I ask in case this would mean

Re: GCC-4.5 as the default for (at least some) architectures

2011-04-26 Thread Matthias Klose
On 04/17/2011 09:33 PM, Adam D. Barratt wrote: On Wed, 2011-03-02 at 02:34 +0100, Matthias Klose wrote: I'll make gcc-4.5 the default for (at least some) architectures within the next two weeks before more transitions start. GCC-4.5 is already used as the default compiler for almost any other

Re: GCC-4.5 as the default for (at least some) architectures

2011-04-26 Thread Matthias Klose
On 04/26/2011 05:31 PM, Konstantinos Margaritis wrote: On 26 April 2011 18:03, Matthias Klosed...@debian.org wrote: I'll make GCC 4.6 the default after the release of GCC 4.5.3, expected later this week, at least on amd64, armel, i386 and powerpc. Could you include armhf in the list as well?

Re: GCC-4.5 as the default for (at least some) architectures

2011-04-26 Thread Matthias Klose
On 04/26/2011 09:28 PM, Kurt Roeckx wrote: On Tue, Apr 26, 2011 at 08:51:04PM +0200, Aurelien Jarno wrote: On Tue, Apr 26, 2011 at 05:03:01PM +0200, Matthias Klose wrote: I'll make GCC 4.6 the default after the release of GCC 4.5.3, expected later this week, at least on amd64, armel, i386

please update patches / investigate build failures for gcc-4.7 snapshot builds

2011-12-18 Thread Matthias Klose
Please have a look at the gcc-4.7 package in experimental, update patches (hurd, kfreebsd, ARM is fixed in svn), and investigate the build failures (currently ia64, but more will appear). Matthias -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe.

targeting GCC 4.7.0 as the wheezy default for some architectures

2012-04-04 Thread Matthias Klose
GCC-4.7 packages are now available in testing and unstable; thanks to Lucas' test rebuild, bug reports are now filed for these ~330 packages which fail to build with the new version [1]. Hints how to address the vast majority of these issues can be found at [2]. I'm planning to work on these

defaulting to GCC-4.7 for kfreebsd and the hurd?

2012-04-27 Thread Matthias Klose
Hi, I'm now planning to default to GCC 4.7 for amd64 and i386. Should kfreebsd and the hurd do change at the same time, or should these stay with 4.6? Matthias -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: defaulting to GCC-4.7 for kfreebsd and the hurd?

2012-04-27 Thread Matthias Klose
On 27.04.2012 14:44, Samuel Thibault wrote: Matthias Klose, le Fri 27 Apr 2012 14:31:16 +0200, a écrit : I'm now planning to default to GCC 4.7 for amd64 and i386. Should kfreebsd and the hurd do change at the same time, or should these stay with 4.6? I have actually already commited

Re: defaulting to GCC-4.7 for kfreebsd and the hurd?

2012-04-27 Thread Matthias Klose
On 27.04.2012 15:03, Steven Chamberlain wrote: On 27/04/12 13:31, Matthias Klose wrote: I'm now planning to default to GCC 4.7 for amd64 and i386. Should kfreebsd and the hurd do change at the same time, or should these stay with 4.6? In case it is relevant to this decision: gcc-4.6

GCC 4.7 is now the default for x86 architectures

2012-05-07 Thread Matthias Klose
GCC 4.7 is now the default for x86 architectures for all frontends except the D frontends, including KFreeBSD and the Hurd. There are still some build failures which need to be addressed. Out of the ~350 bugs filed, more than the half are fixed, another quarter has patches available, and the

Re: GCC 4.7 is now the default for x86 architectures

2012-05-07 Thread Matthias Klose
On 07.05.2012 19:35, Thorsten Glaser wrote: Matthias Klose dixit: GCC 4.7 is now the default for x86 architectures for all frontends except the D frontends, including KFreeBSD and the Hurd. How are the plans for other architectures? I don't have plans to change any other architectures

python3.3 build failure on kfreebsd and the hurd

2012-11-06 Thread Matthias Klose
python3.3 build failure on kfreebsd and the hurd, please could somebody have a look and propose a patch? thanks, Matthias -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

changing the java default to java7, and dropping java support for some architectures

2013-05-06 Thread Matthias Klose
It's time to change the Java default to java7, and to drop java support on architectures with non-working java7. Patches for the transition to Java7 should be available in the BTS, mostly submitted by James Page. Some may be still lurking around as diffs in Ubuntu packages, apologies for that.

Bug#708652: python3.3 testsuite failures on the hurd

2013-05-26 Thread Matthias Klose
Package: python3.3 Version: 3.3.2-2 Severity: important Tags: help sid jessie User: debian-hurd@lists.debian.org Usertags: hurd When running the tests, hurd has several tests disabled because they hang the testsuite, at least on the buildds. These should be investigated, fixed and re-enabled. See

Re: Current and upcoming toolchain changes for jessie

2013-06-13 Thread Matthias Klose
Am 07.05.2013 15:25, schrieb Matthias Klose: The decision when to make GCC 4.8 the default for other architectures is left to the Debian port maintainers. [...] Information on porting to GCC 4.8 from previous versions of GCC can be found in the porting guide http://gcc.gnu.org/gcc-4.8

Re: Current and upcoming toolchain changes for jessie

2013-06-14 Thread Matthias Klose
Am 13.06.2013 21:47, schrieb Thorsten Glaser: Matthias Klose dixit: The Java and D frontends now default to 4.8 on all architectures, the Go frontend stays at 4.7 until 4.8 get the complete Go 1.1 support. I’d like to have gcj at 4.6 in gcc-defaults for m68k please, until the 4.8 one

Re: Current and upcoming toolchain changes for jessie

2013-06-14 Thread Matthias Klose
Am 13.06.2013 16:46, schrieb Steven Chamberlain: Hi, On 13/06/13 13:51, Matthias Klose wrote: GCC 4.8 is now the default on all x86 architectures, and on all ARM architectures (the latter confirmed by the Debian ARM porters). I did not get any feedback from other port maintainers, so

Re: Current and upcoming toolchain changes for jessie

2013-06-17 Thread Matthias Klose
Am 15.06.2013 03:22, schrieb Stephan Schreiber: GCC-4.8 should become the default on ia64 soon; some other changes are desirable: - The transition of gcc-4.8/libgcc1 to libunwind8. - A removal of the libunwind7 dependency of around 4600 packages on ia64 - when they are updated next time

Re: Bits from the Release Team (Jessie freeze info)

2013-11-07 Thread Matthias Klose
Am 29.10.2013 17:48, schrieb Ian Jackson: (Mind you, I have my doubts about a process which counts people promising to do work - it sets up some rather unfortunate incentives. I guess it's easier to judge and more prospective than a process which attempts to gauge whether the work has been

default CPU target for ix86 based ports

2003-08-06 Thread Matthias Klose
Now that the kernel-image packages supports hw emulation of i486 instructions on i386 hardware, I'd like to change the code generation to default to i486 (not sure if it should be tuned for any other target, i.e. -mtune=i686). IIRC the Hurd can be built for i586 only, so it could be used as the

Re: default CPU target for ix86 based ports

2003-08-06 Thread Matthias Klose
Marcus Brinkmann writes: On Wed, Aug 06, 2003 at 10:05:13AM +0200, Matthias Klose wrote: IIRC the Hurd can be built for i586 only, so it could be used as the default target CPU as well. We only require a coprocessor, but anything i586 doesn't make much sense at all at this stage. So

Re: Bug#301064: gcc-3.4: FTBFS on hurd-i386: Missing headers

2005-03-25 Thread Matthias Klose
sorry, don't know anything about the status on the Hurd, CCing debian-hurd. Michael Banck writes: Package: gcc-3.4 Severity: important Hello, Your package failed to build on hurd-i386: Automatic build of gcc-3.4_3.4.3-12 on beethoven by sbuild/hurd-i386 1.170.5 Build started at

gcc builds on bsd and on the hurd

2005-06-20 Thread Matthias Klose
The next gcc-* uploads, depending on the dpkg-architecture changes, are not tested on the Hurd and on the bsd targets. So please don't auto-build them blindly. Matthias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

glibc build-depends on gcc-4.0 on hurd-i386?

2006-09-05 Thread Matthias Klose
Is this a leftover, which can be changed to gcc-4.1 now? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

gnat-4.1/gcj-4.1 manual builds needed on alpha, arm, m68k, mips, mipsel, s390, sparc

2007-06-10 Thread Matthias Klose
While having built and uploaded things correctly for experimental, I didn't do the same for unstable, which now needs some manual intervention building gnat-4.1 and gcj-4.1. gnat-4.1 (mips mipsel s390 sparc): - work in a sid chroot - install gnat-4.1-base libgnat-4.1 libgnatprj4.1

GCC 4.2 transition

2007-07-20 Thread Matthias Klose
The plans for the GCC 4.2 transition were described in http://lists.debian.org/debian-devel-announce/2007/06/msg8.html Does any port still need to stick with GCC 4.1 for a while? Feedback from hppa, mips*, s390, powerpc, amd64, i386 porters doesn't show objections against the transition.

java status on the ports

2008-02-06 Thread Matthias Klose
Besides m68k hopelessly being behind we do have serious problems on alpha, arm and hppa. - on arm, the bytecode compiler (ecj) doesn't produce correct code. there is currently a workaround to build the package on arm using byte-compiled code built on another architecture. Aurelian has

gcc-4.9 uploaded to experimental

2014-01-10 Thread Matthias Klose
gcc-4.9 is uploaded to experimental, asking the porters to watch for build failures and corresponding patches. See https://buildd.debian.org/status/package.php?p=gcc-4.9suite=experimental These are already fixed in the vcs. - fixed the gospec.c ftbfs on archs without ld.gold - fixed the g++

Bug#734973: libcilkrts for kfreebsd and the Hurd fails to build

2014-01-11 Thread Matthias Klose
Package: gcc-4.9 Severity: important Disabling libcilkrts for kfreebsd and the Hurd for now. -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52d13096.7010...@debian.org

Re: Roll call for porters of architectures in sid and testing

2014-01-21 Thread Matthias Klose
Am 16.01.2014 13:31, schrieb Aníbal Monsalve Salazar: For mips/mipsel, I - fix toolchain issues together with other developers at ImgTec It is nice to see such a commitment, however in the past I didn't see any such contributions. Matthias -- To UNSUBSCRIBE, email to

Re: preparing for GCC 4.9

2014-05-13 Thread Matthias Klose
of where to begin. I have a box with gcc-4.9, plenty of disk space, and electricity to burn. Where do I start? Patrick On Thu, May 8, 2014 at 10:25 AM, Matthias Klose d...@debian.org wrote: With gcc-4.9 now available in testing, it is time to prepare for the change of the default to 4.9

Bug#748000: hurd: non-standard gcc/g++ used for build (gcc-4.7)

2014-05-13 Thread Matthias Klose
Package: hurd Version: 1:0.5.git20140326-1 Severity: important Tags: sid jessie User: debian-...@lists.debian.org Usertags: non-standard-compiler, gcc-4.7, gcc-4.7-legacy This package builds with a non standard compiler version; please check if this package can be built with the default version

Re: Bug#749290: g++-4.8: broken std::thread on Hurd

2014-05-26 Thread Matthias Klose
see https://gcc.gnu.org/ml/gcc/2013-09/msg00196.html and follow-ups. Is this really specific for the Hurd? Matthias -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: Bug#753791: simgrid: FTBFS on hurd-i386

2014-07-06 Thread Matthias Klose
Am 06.07.2014 19:06, schrieb Samuel Thibault: Gabriele Giacone, le Sat 05 Jul 2014 03:41:09 +0200, a écrit : It FTBFS on hurd [...] cd /home/user/port/simgrid/simgrid-3.11.1/doc /usr/bin/javadoc -quiet -d /home/user/port/simgrid/simgrid-3.11.1/doc/html/javadoc/

Re: Bug#754879: FTBFS on i386

2014-07-15 Thread Matthias Klose
Am 15.07.2014 16:27, schrieb Michael Biebl: Source: gcc-4.9 Version: 4.9.0-11 Severity: serious The package FTBFS on i386 and hurd-i386 but successfully built in the past. Complete build log at [1] how helpful is this report? - i386: I'd appreciate an analysis what did go wrong -

Bug#755295: GCC testsuite failures on the Hurd

2014-07-19 Thread Matthias Klose
Package: src:gcc-4.9 Version: 4.9.1-1 Severity: important User: debian-hurd@lists.debian.org Usertags: hurd, kfreebsd gcc-4.9 4.9.1-1 still fails to build, but test results are already available in the build log. These don't look too good. Please see

Re: Bug#749290: g++-4.8: broken std::thread on Hurd

2014-08-20 Thread Matthias Klose
Am 20.08.2014 um 23:03 schrieb Samuel Thibault: Pino Toscano, le Mon 26 May 2014 08:34:47 +0200, a écrit : It looks like to me there are two solutions: a) fix the GCC detection of threads on Hurd, so it uses only pthread_key_create (or another internal symbol of Hurd's libpthread) b)

Re: Bug#753791: Java failures in packs on hurd-i386... [Bug#753791: simgrid: FTBFS on hurd-i386]

2014-08-31 Thread Matthias Klose
Am 31.08.2014 um 03:10 schrieb Samuel Thibault: guess that will just fix all our issues... I'll then commit that and push upstream. is this necessary for the libgc package too? (and all embedded libgc copies in other packages)? -- To UNSUBSCRIBE, email to

gcc-5 fails to build on hurd-i386

2015-03-29 Thread Matthias Klose
this looks like the same issue as for kfreebsd. help would be appreciated. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781424 thanks, Matthias -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#794404: icu ftbfs with GCC 5 on hurd-i386

2015-08-02 Thread Matthias Klose
Package: src:icu Version: 55.1-3 Severity: important Debian Hurd, please have a look: simplethread.cpp:291:29: warning: unused parameter 'millis' [-Wunused-parameter] SimpleThread::sleep(int32_t millis) ^ simplethread.cpp:349:1: error: redefinition of

Re: Defaulting to i686 for the Debian i386 architecture

2015-10-01 Thread Matthias Klose
Hutchings - Aurelien Jarno - Matthias Klose

Re: The (uncalled for) toolchain maintainers roll call for stretch

2016-09-10 Thread Matthias Klose
On 10.09.2016 09:59, Paul Gevers wrote: > Hi, > > On 10-09-16 00:48, Matthias Klose wrote: >> - fpc not available on powerpc anymore (may have changed recently) > > For whatever it is worth, this was finally fixed this week. It is > missing on mips*, ppc64el and s390

The (uncalled for) toolchain maintainers roll call for stretch

2016-09-09 Thread Matthias Klose
While the Debian Release team has some citation about the quality of the toolchain on their status page, it is not one of the release criteria documented by the release team. I'd like to document the status how I do understand it for some of the toolchains available in Debian. I appreciate that

Re: Porter roll call for Debian Stretch

2016-09-23 Thread Matthias Klose
On 20.09.2016 23:46, John Paul Adrian Glaubitz wrote: > On 09/20/2016 11:16 PM, Niels Thykier wrote: >>- powerpc: No porter (RM blocker) > > I'd be happy to pick up powerpc to keep it for Stretch. I'm already > maintaining powerpcspe which is very similar to powerpc. No, you are not

Re: The (uncalled for) toolchain maintainers roll call for stretch

2016-09-16 Thread Matthias Klose
On 15.09.2016 22:43, Helge Deller wrote: > Hi Matthias, > > On 10.09.2016 00:48, Matthias Klose wrote: >> While the Debian Release team has some citation about the quality of the >> toolchain on their status page, it is not one of the release criteria >> documented &

Bug#835948: hurd: non-standard gcc/g++ used for build (gcc-5)

2016-08-29 Thread Matthias Klose
Package: hurd Version: 1:0.8.git20160826-1 Severity: important Tags: sid stretch User: debian-...@lists.debian.org Usertags: non-standard-compiler, gcc-5, gcc-5-legacy This package builds with a non standard compiler version; please check if this package can be built with the default version of

Re: Enabling PIE by default for Stretch

2016-09-30 Thread Matthias Klose
[CCing porters, please also leave feedback in #835148 for non-release architectures] On 29.09.2016 21:39, Niels Thykier wrote: > Hi, > > As brought up on the meeting last night, I think we should try to go for > PIE by default in Stretch on all release architectures! > * It is a substantial

GCC 7 build failures on armel, i386-gnu and kfreebsd-*

2017-05-04 Thread Matthias Klose
Apparently X-Debbugs-CC doesn't add up, so the ports lists didn't get a notification yet ... Please see #845159 [i| | ] [src:gcc-7] gcc-7: gnat fails to build on kfreebsd-* #861734 [i| | ] [src:gcc-7] gcc-7 fails to build gnattools on armel #861735 [i| | ] [src:gcc-7] gcc-7 fails to build

gdc (GCC 8) frontend fails to build on hurd-i386

2017-11-01 Thread Matthias Klose
Package: src:gcc-8 X-Debbugs-CC: debian-hurd@lists.debian.org https://buildd.debian.org/status/fetch.php?pkg=gcc-8=hurd-i386=8-20171102-1=1509591656=0 /<>/build/./prev-gcc/xg++ -B/<>/build/./prev-gcc/ -B/usr/i686-gnu/bin/ -nostdinc++ -B/<>/build/prev-i686-gnu/libstdc++-v3/src/.libs

preparing for binutils-2.31

2018-06-15 Thread Matthias Klose
According to [1], binutils 2.31 (currently in experimental) will branch in about a week, and I'll plan to upload the branch version to unstable. Test results are reported to [2], these look reasonable, except for the various mips targets, however as seen in the past, it doesn't make a

GCC and binutils updates for buster

2018-07-17 Thread Matthias Klose
GCC 8 is available in testing/unstable, and upstream is approaching the first point release. I am planning to make GCC 8 the default at the end of the week (gdc and gccgo already point to GCC 8). Most runtime libraries built from GCC are already used in the version built from GCC 8, so I don't

Re: Arch qualification for buster: call for DSA, Security, toolchain concerns

2018-12-09 Thread Matthias Klose
On 07.07.18 17:24, YunQiang Su wrote: > Niels Thykier 于2018年6月28日周四 上午4:06写道: >> List of concerns for architectures >> == >> >> The following is a summary from the current architecture qualification >> table. >> >> * Concern for ppc64el and s390x: we are dependent

Re: Hurd-i386 and kfreebsd-{i386,amd64} removal

2019-04-16 Thread Matthias Klose
On 13.04.19 17:01, Joerg Jaspert wrote: > On 15371 March 1977, Aurelien Jarno wrote: > >>> How is the move to debian-ports supposed to happen? I won't have the >>> time to do anything about it within the 2 weeks. > >> The process to inject all packages to debian-ports is to get all the >> deb,

Same procedure as every year: GCC defaults change (GCC 9)

2019-07-27 Thread Matthias Klose
GCC 9 was released earlier this year, it is now available in Debian testing/unstable. I am planning to do the defaults change in mid August, around the time of the expected first GCC 9 point release (9.2.0). There are only soname changes for rather unused shared libraries (libgo) involved, and

Re: Bug#945133: gcc-9: __has_attribute(ifunc) false positive on hurd and kfreebsd

2020-01-23 Thread Matthias Klose
Forwarded ... On 20.11.19 11:43, Fabian Kloetzl wrote: > Package: gcc-9 > Version: 9.2.1-17 > Severity: normal > > Dear Maintainer, > > Recently, the build of one of my packages failed on hurd-i386 and > kfreebsd-* due to unsupported ifuncs [1]. However, I had that code guarded > by

GCC and binutils plans for bullseye

2020-07-01 Thread Matthias Klose
Debian bullseye will be based on a gcc-10 package taken from the gcc-10 upstream branch, and binutils based on a binutils package taken from the 2.35 branch. I'm planning to make gcc-10 the default after gcc-10 (10.2.0) is available (upstream targets mid July). binutils will be updated before

Re: Porter roll call for Debian Bullseye

2020-12-06 Thread Matthias Klose
On 12/1/20 5:02 AM, YunQiang Su wrote: > I am sorry for the later response. >Hi, > > I am an active porter for the following architectures and I intend > to continue this for the lifetime of the Bullseye release (est. end > of 2024): > > For mipsel and mips64el, I > - test most

enabling link time optimizations in package builds

2022-06-17 Thread Matthias Klose
Link time optimizations are an optimization that helps with a single digit percent number optimizing both for smaller size, and better speed. These optimizations are available for some time now in GCC. Link time optimizations are also at least turned on in other distros like Fedora, OpenSuse