Bug#759407: gnat-4.9: gnat1 not found on kfreebsd-i386

2014-09-13 Thread Nicolas Boulenguez
Package: src:gnat-4.9
Followup-For: Bug #759407

Hello.

The success on 2014/08/11 was using gcc-4.9_4.9.1-4.
The failure on 2014/08/24 was using gcc-4.9_4.9.1-7.

The failure is reproducible on fischer.debian.org, with
gcc-4.9_4.9.1-13 and the same gnat-4.9_4.9.1-1:
# find /usr/lib -name gnat1
/usr/lib/gcc/i486-kfreebsd-gnu/4.9/gnat1
# touch p.adb  gnatmake p.adb
gcc-4.9: error trying to exec 'gnat1': execvp: No such file or directory


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140913090310.32110.93056.reportbug@pegase



Bug#759407: gnat-4.9: gnat1 not found on kfreebsd-i386

2014-09-13 Thread Nicolas Boulenguez
Package: src:gnat-4.9
Followup-For: Bug #759407

Svante's suggestion seems to work for the binutils package: it
installs /usr/lib/i486* symlinks to make the /usr/lib/i586* tools
visible to callers.

A bootstrap issue will remain: building a new gnat-4.9 package
installing these symlinks requires a working compiler.

In case this helps finding a better solution:

--  Where does gcc search for gnat1?

gcc-4.9-source/gcc_tarball/gcc/gcc.c searches gnat1 in
static const char *spec_machine = DEFAULT_TARGET_MACHINE;

gcc-4.9-source/gcc_tarball/gcc/Makefile.in sets DEFAULT_TARGET_MACHINE
from @target_noncanonical@.

gcc-4.9-source/gcc_tarball/gcc/configure.ac calls
ACX_NONCANONICAL_TARGET in config/acx.m4, which set
target_noncanonical from $target_alias or $host_noncanonical if blank.

gcc-4.9-source/gcc_tarball/debian/rules2 sets in CONFARGS
  --build=$(DEB_BUILD_GNU_TYPE)
  --host=$(DEB_HOST_GNU_TYPE)
  --target=$(TARGET_ALIAS)

--  Where is gnat1 actually installed?

gnat-4.9/debian/rules.d/binary-ada.mk installs gnat1 under
../$(gcc_lexec_dir)/...

gnat-4.9/debian/rules2 sets gcc_lexec_dir to ../$(TARGET_ALIAS)/..

-- Common part. The commented stanzas seem to show that a similar
   problem has been encountered in the past.

gnat-4.9/debian/rules.defs:
ifeq ($(DEB_CROSS),yes)
  DEB_TARGET_ALIAS ?= $(DEB_TARGET_GNU_TYPE)
  TARGET_ALIAS := $(DEB_TARGET_ALIAS)
else
  TARGET_ALIAS := $(DEB_TARGET_GNU_TYPE)
  ifeq ($(TARGET_ALIAS),i386-gnu)
TARGET_ALIAS := i586-gnu
  endif

  #ifeq ($(TARGET_ALIAS),i486-linux-gnu)
  #  TARGET_ALIAS := i686-linux-gnu
  #endif

  TARGET_ALIAS := $(subst i386,i486,$(TARGET_ALIAS))

  # configure as linux-gnu, not linux
  #ifeq ($(findstring linux,$(TARGET_ALIAS))/$(findstring 
linux-gnu,$(TARGET_ALIAS)),linux/)
  #  TARGET_ALIAS := $(TARGET_ALIAS)-gnu
  #endif

  # configure as linux, not linux-gnu
  #TARGET_ALIAS := $(subst linux-gnu,linux,$(TARGET_ALIAS))


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140913145938.12674.60303.reportbug@pegase



Processing of gcc-4.8_4.8.3-11_amd64.changes

2014-09-13 Thread Debian FTP Masters
gcc-4.8_4.8.3-11_amd64.changes uploaded successfully to localhost
along with the files:
  gcc-4.8-source_4.8.3-11_all.deb
  gcj-4.8-jre-lib_4.8.3-11_all.deb
  gcj-4.8-source_4.8.3-11_all.deb
  libstdc++-4.8-doc_4.8.3-11_all.deb
  gcc-4.8-locales_4.8.3-11_all.deb
  gcc-4.8-base_4.8.3-11_amd64.deb
  libgcc-4.8-dev_4.8.3-11_amd64.deb
  lib32gcc-4.8-dev_4.8.3-11_amd64.deb
  libx32gcc-4.8-dev_4.8.3-11_amd64.deb
  cpp-4.8_4.8.3-11_amd64.deb
  gobjc++-4.8-multilib_4.8.3-11_amd64.deb
  gobjc++-4.8_4.8.3-11_amd64.deb
  gobjc-4.8-multilib_4.8.3-11_amd64.deb
  gobjc-4.8_4.8.3-11_amd64.deb
  libobjc-4.8-dev_4.8.3-11_amd64.deb
  lib32objc-4.8-dev_4.8.3-11_amd64.deb
  libx32objc-4.8-dev_4.8.3-11_amd64.deb
  libgo4_4.8.3-11_amd64.deb
  libgo4-dbg_4.8.3-11_amd64.deb
  lib32go4_4.8.3-11_amd64.deb
  lib32go4-dbg_4.8.3-11_amd64.deb
  libx32go4_4.8.3-11_amd64.deb
  libx32go4-dbg_4.8.3-11_amd64.deb
  gccgo-4.8_4.8.3-11_amd64.deb
  gccgo-4.8-multilib_4.8.3-11_amd64.deb
  gcj-4.8-jre-headless_4.8.3-11_amd64.deb
  libgcj14_4.8.3-11_amd64.deb
  libgcj14-awt_4.8.3-11_amd64.deb
  gcj-4.8-jre_4.8.3-11_amd64.deb
  gcj-4.8-jdk_4.8.3-11_amd64.deb
  libgcj14-dev_4.8.3-11_amd64.deb
  libgcj14-dbg_4.8.3-11_amd64.deb
  gcj-4.8_4.8.3-11_amd64.deb
  g++-4.8-multilib_4.8.3-11_amd64.deb
  g++-4.8_4.8.3-11_amd64.deb
  lib32stdc++-4.8-dev_4.8.3-11_amd64.deb
  lib32stdc++6-4.8-dbg_4.8.3-11_amd64.deb
  libx32stdc++-4.8-dev_4.8.3-11_amd64.deb
  libx32stdc++6-4.8-dbg_4.8.3-11_amd64.deb
  libstdc++-4.8-dev_4.8.3-11_amd64.deb
  libstdc++-4.8-pic_4.8.3-11_amd64.deb
  libstdc++6-4.8-dbg_4.8.3-11_amd64.deb
  libasan0_4.8.3-11_amd64.deb
  libasan0-dbg_4.8.3-11_amd64.deb
  lib32asan0_4.8.3-11_amd64.deb
  lib32asan0-dbg_4.8.3-11_amd64.deb
  libx32asan0_4.8.3-11_amd64.deb
  libx32asan0-dbg_4.8.3-11_amd64.deb
  libgfortran-4.8-dev_4.8.3-11_amd64.deb
  lib32gfortran-4.8-dev_4.8.3-11_amd64.deb
  libx32gfortran-4.8-dev_4.8.3-11_amd64.deb
  gfortran-4.8-multilib_4.8.3-11_amd64.deb
  gfortran-4.8_4.8.3-11_amd64.deb
  gdc-4.8_4.8.3-11_amd64.deb
  libphobos-4.8-dev_4.8.3-11_amd64.deb
  gcc-4.8-multilib_4.8.3-11_amd64.deb
  gcc-4.8-plugin-dev_4.8.3-11_amd64.deb
  gcc-4.8_4.8.3-11_amd64.deb
  gcc-4.8_4.8.3-11.dsc
  gcc-4.8_4.8.3-11.diff.gz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xspdr-00041n...@franck.debian.org



gcc-4.8_4.8.3-11_amd64.changes ACCEPTED into unstable

2014-09-13 Thread Debian FTP Masters
 library for GNU Go applications (debug symbols)
 libn32gcc-4.8-dev - GCC support library (n32 development files)
 libn32gfortran-4.8-dev - Runtime library for GNU Fortran applications (n32 
development fil
 libn32go4  - Runtime library for GNU Go applications (n32)
 libn32go4-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32objc-4.8-dev - Runtime library for GNU Objective-C applications (n32 
development
 libn32stdc++-4.8-dev - GNU Standard C++ Library v3 (development files)
 libn32stdc++6-4.8-dbg - GNU Standard C++ Library v3 (debugging files)
 libobjc-4.8-dev - Runtime library for GNU Objective-C applications 
(development fil
 libphobos-4.8-dev - Phobos D standard library
 libstdc++-4.8-dev - GNU Standard C++ Library v3 (development files)
 libstdc++-4.8-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++-4.8-pic - GNU Standard C++ Library v3 (shared library subset kit)
 libstdc++6-4.8-dbg - GNU Standard C++ Library v3 (debugging files)
 libtsan0   - ThreadSanitizer -- a Valgrind-based detector of data races (runti
 libtsan0-dbg - ThreadSanitizer -- a Valgrind-based detector of data races 
(debug
 libx32asan0 - AddressSanitizer -- a fast memory error detector (x32)
 libx32asan0-dbg - AddressSanitizer -- a fast memory error detector (x32 debug 
symbo
 libx32gcc-4.8-dev - GCC support library (x32 development files)
 libx32gfortran-4.8-dev - Runtime library for GNU Fortran applications (x32 
development fil
 libx32go4  - Runtime library for GNU Go applications (x32)
 libx32go4-dbg - Runtime library for GNU Go applications (x32 debug symbols)
 libx32objc-4.8-dev - Runtime library for GNU Objective-C applications (x32 
development
 libx32stdc++-4.8-dev - GNU Standard C++ Library v3 (development files)
 libx32stdc++6-4.8-dbg - GNU Standard C++ Library v3 (debugging files)
Changes:
 gcc-4.8 (4.8.3-11) unstable; urgency=medium
 .
   * Update to SVN 20140913 (r215236) from the gcc-4_8-branch.
   * Fix installation of the libstdc++ documentation. Addresses: #760872.
Checksums-Sha1:
 0f19e945eb5b251345e052be6be9380098eed7a2 10216 gcc-4.8_4.8.3-11.dsc
 64e2301c829949e2dfee15fa6bf959e84a08fcfc 945181 gcc-4.8_4.8.3-11.diff.gz
 9d4f35dfcdefffa93c756991ab0c1978f1da33f7 71421048 
gcc-4.8-source_4.8.3-11_all.deb
 63c309e7e3910e84a7cbc76d806a9c2c453962a5 10349792 
gcj-4.8-jre-lib_4.8.3-11_all.deb
 5619920e61a186683cadd5498dcbe47532bc6bc0 11661766 
gcj-4.8-source_4.8.3-11_all.deb
 32d97b40b9e4d8d1e82be3f7242c9ee670d6214c 7948902 
libstdc++-4.8-doc_4.8.3-11_all.deb
 07ba72b3d77590e2f758fd9b5ee5786f4882f283 1388834 
gcc-4.8-locales_4.8.3-11_all.deb
 c91b8e8e28cbdffabaeeed3cca066cc8eac1f6d1 154306 gcc-4.8-base_4.8.3-11_amd64.deb
 f07e780e843700c551ff4bfdd473357c46a1dc6c 1687230 
libgcc-4.8-dev_4.8.3-11_amd64.deb
 543de26efc9777da8c3e4e5b1e4fcef5a9036351 1682196 
lib32gcc-4.8-dev_4.8.3-11_amd64.deb
 6eec4c9dd8c94e90edd2033010b525c2c94fcd45 1556690 
libx32gcc-4.8-dev_4.8.3-11_amd64.deb
 6d9e91baae799f51a66b0065717c743ab62aaeaf 4577372 cpp-4.8_4.8.3-11_amd64.deb
 f5e1c385af10d6c5939d6d41c847db0300614afd 976 
gobjc++-4.8-multilib_4.8.3-11_amd64.deb
 f602ae8ba4cc363ea3d14f8bb72260152bac6b83 4800084 gobjc++-4.8_4.8.3-11_amd64.deb
 1b426c52f1458098c4110c5214404308c6f16f20 974 
gobjc-4.8-multilib_4.8.3-11_amd64.deb
 72aa6657b8ab157bd1056166ab21ee767393930c 4414332 gobjc-4.8_4.8.3-11_amd64.deb
 f531ff04eb0da58134df5511c0d9a84cbef5a16b 371290 
libobjc-4.8-dev_4.8.3-11_amd64.deb
 af2c47633a59f973a98e1cd22a5ce6c52b0ee13b 335314 
lib32objc-4.8-dev_4.8.3-11_amd64.deb
 37f05cc6a4d39390bdb12377c1a40336ca6a4fcb 338830 
libx32objc-4.8-dev_4.8.3-11_amd64.deb
 99b31e2311340867c96128f5a4610ddc83f20497 2332174 libgo4_4.8.3-11_amd64.deb
 78d6d6d299af8f237b32e616f9b4d5b4bbafd788 2709078 libgo4-dbg_4.8.3-11_amd64.deb
 df944c7342342e4659078f9701dcc21007b352bc 2237406 lib32go4_4.8.3-11_amd64.deb
 e6a160e129f742cdc6951416119309ab24a86a2d 2283734 
lib32go4-dbg_4.8.3-11_amd64.deb
 9ba4e09841d45d5b4090ff6a18f995f80fa9926a 2293596 libx32go4_4.8.3-11_amd64.deb
 12743a7614a33b83725d4ee1ced84482baa23bdb 2649484 
libx32go4-dbg_4.8.3-11_amd64.deb
 65d199bddbfd4c94a06c04d1a18f186922f42bce 7266398 gccgo-4.8_4.8.3-11_amd64.deb
 4d20911312ce16927fdec394d843d30471d3f7dd 5152964 
gccgo-4.8-multilib_4.8.3-11_amd64.deb
 a337836dae95aa3a60608ad7ad702f4a94c7b959 48916 
gcj-4.8-jre-headless_4.8.3-11_amd64.deb
 3a41e5771f507b53f51b16eb81f2bcff5599fcdb 9220634 libgcj14_4.8.3-11_amd64.deb
 dcd8f51d84ef3ced36fc1130526961d8a0d34d4a 61830 libgcj14-awt_4.8.3-11_amd64.deb
 3a6f0938c423d466e2f105af9ea3a24dd5894b11 1278 gcj-4.8-jre_4.8.3-11_amd64.deb
 24669c469910280ba661984619a93a20dfcf31e3 430576 gcj-4.8-jdk_4.8.3-11_amd64.deb
 ae45fa121642fc89423c2a33718364421bb8da7f 607126 libgcj14-dev_4.8.3-11_amd64.deb
 aaa045afb345f33a40843773c214d1a53a781f30 16589364 
libgcj14-dbg_4.8.3-11_amd64.deb
 213f45a99324f4dcb080860b64b3939bdbc0af22 4391940 gcj-4.8_4.8.3-11_amd64.deb
 98757eeb5810f5a81f7b3b9e7b786d1de2f8fb47 990 
g++-4.8-multilib_4.8.3-11_amd64

Bug#761277: gdc uninstallable on kfreebsd because of missing dep. libphobos-4.9-dev

2014-09-13 Thread Steven Chamberlain
On 12/09/14 21:44, Petr Salinger wrote:
 It seems that simple drop of kfreebsd-gnu from libphobos_no_systems does
 not suffice.
 In the build logs are messages like
 
 /build/manual/gcc-4.9-4.9.1/build/x86_64-kfreebsd-gnu/libphobos/libdruntime/../../../../src/libphobos/libdruntime/rt/dmain2.d:419:
 undefined reference to `__stdoutp'

I tried to do the same, with gcc-4.9 4.9.1-13 on kfreebsd-amd64, and
seemed to get a successful build?

At least, I have a libphobos/src/libgphobos2.a output file and didn't
see any errors like that.

 The src/gcc/d/patches/patch-versym-os-4.9.x
 adds into src/gcc/config/kfreebsd-gnu.h
 
 #undef TARGET_OS_D_BUILTINS
 #define TARGET_OS_D_BUILTINS()  \
 do {\
 builtin_define (FreeBSD); \
 builtin_define (Posix);   \
 builtin_define (GNU_GLibc);   \
 } while (0)
 
 
 The  builtin_define (FreeBSD)  is wrong.

Yes, that definitely should not be there.  I may try another build this
weekend on a clean sid system, with that definition removed.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54148376.3090...@pyro.eu.org



Bug#761277: gdc uninstallable on kfreebsd because of missing^M^J dep. libphobos-4.9-dev

2014-09-13 Thread Petr Salinger

On 12/09/14 21:44, Petr Salinger wrote:

It seems that simple drop of kfreebsd-gnu from libphobos_no_systems does
not suffice.
In the build logs are messages like

/build/manual/gcc-4.9-4.9.1/build/x86_64-kfreebsd-gnu/libphobos/libdruntime/../../../../src/libphobos/libdruntime/rt/dmain2.d:419:
undefined reference to `__stdoutp'


I tried to do the same, with gcc-4.9 4.9.1-13 on kfreebsd-amd64, and
seemed to get a successful build?

At least, I have a libphobos/src/libgphobos2.a output file and didn't
see any errors like that.


Please try to grep undefined reference from your build log.
These errors do not lead to FTBFS, but they indicate some problem.


The  builtin_define (FreeBSD)  is wrong.

Yes, that definitely should not be there.  I may try another build this
weekend on a clean sid system, with that definition removed.


It fails in stdio.d or stdlib.d, I do not remember exactly ;-)
I decided to give up for now.

Cheers

Petr


--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.lnx.2.00.1409131953230.9...@contest.felk.cvut.cz



Bug#758964: closed by Matthias Klose d...@debian.org (Bug#758964: fixed in gcc-4.9 4.9.1-13)

2014-09-13 Thread Steve McIntyre
Control: reopen -1

Sorry, guys - there's more to this bug yet. See

https://buildd.debian.org/status/fetch.php?pkg=boincarch=arm64ver=7.4.18%2Bdfsg-1stamp=1410629743
https://buildd.debian.org/status/fetch.php?pkg=geniusarch=arm64ver=1.0.18-1stamp=1410428168

and look for error: insn does not satisfy its constraints. The ARM
gcc guys are working on extending the fix to cover this new case too.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
C++ ate my sanity -- Jon Rabone


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140913190044.gu24...@einval.com



Processed: Re: Bug#758964 closed by Matthias Klose d...@debian.org (Bug#758964: fixed in gcc-4.9 4.9.1-13)

2014-09-13 Thread Debian Bug Tracking System
Processing control commands:

 reopen -1
Bug #758964 {Done: Matthias Klose d...@debian.org} [gcc-4.9] gcc-4.9 
assembler errors when building md5 code from fbb on arm64
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions gcc-4.9/4.9.1-13.

-- 
758964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758964
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b758964.14106348818472.transcr...@bugs.debian.org



Bug#761277: gdc uninstallable on kfreebsd because of missing dep. libphobos-4.9-dev

2014-09-13 Thread Iain Buclaw
On 13 Sep 2014 18:51, Steven Chamberlain ste...@pyro.eu.org wrote:

 On 12/09/14 21:44, Petr Salinger wrote:
  It seems that simple drop of kfreebsd-gnu from libphobos_no_systems does
  not suffice.
  In the build logs are messages like
 
 
/build/manual/gcc-4.9-4.9.1/build/x86_64-kfreebsd-gnu/libphobos/libdruntime/../../../../src/libphobos/libdruntime/rt/dmain2.d:419:
  undefined reference to `__stdoutp'

 I tried to do the same, with gcc-4.9 4.9.1-13 on kfreebsd-amd64, and
 seemed to get a successful build?

 At least, I have a libphobos/src/libgphobos2.a output file and didn't
 see any errors like that.

  The src/gcc/d/patches/patch-versym-os-4.9.x
  adds into src/gcc/config/kfreebsd-gnu.h
 
  #undef TARGET_OS_D_BUILTINS
  #define TARGET_OS_D_BUILTINS()  \
  do {\
  builtin_define (FreeBSD); \
  builtin_define (Posix);   \
  builtin_define (GNU_GLibc);   \
  } while (0)
 
 
  The  builtin_define (FreeBSD)  is wrong.

 Yes, that definitely should not be there.  I may try another build this
 weekend on a clean sid system, with that definition removed.


If I can get to a port box with kfreebsd, I can investigate what is going
on further.

Iain.


Processing of gcc-doc-defaults_11_amd64.changes

2014-09-13 Thread Debian FTP Masters
gcc-doc-defaults_11_amd64.changes uploaded successfully to localhost
along with the files:
  cpp-doc_4.9.0-3_amd64.deb
  gcc-doc_4.9.0-3_amd64.deb
  gfortran-doc_4.9.0-3_amd64.deb
  gnat-doc_4.9.0-3_amd64.deb
  gcj-doc_4.9.0-3_amd64.deb
  gccgo-doc_4.9.0-3_amd64.deb
  gcc-doc-base_4.8.3-2_all.deb
  gcc-doc-defaults_11.dsc
  gcc-doc-defaults_11.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xsu1n-0004aq...@franck.debian.org



gcc-doc-defaults_11_amd64.changes REJECTED

2014-09-13 Thread Debian FTP Masters


Version check failed:
Your upload included the binary package gfortran-doc, version 5:4.9.0-3, for 
amd64,
however unstable already has version 5:4.9.0-3.
Uploads to unstable must have a higher version than present in unstable.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xsuvk-qt...@franck.debian.org



Processing of gcc-doc-defaults_11_amd64.changes

2014-09-13 Thread Debian FTP Masters
gcc-doc-defaults_11_amd64.changes uploaded successfully to localhost
along with the files:
  cpp-doc_4.9.1-1_amd64.deb
  gcc-doc_4.9.1-1_amd64.deb
  gfortran-doc_4.9.1-1_amd64.deb
  gnat-doc_4.9.1-1_amd64.deb
  gcj-doc_4.9.1-1_amd64.deb
  gccgo-doc_4.9.1-1_amd64.deb
  gcc-doc-base_4.8.3-3_all.deb
  gcc-doc-defaults_11.dsc
  gcc-doc-defaults_11.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xsuee-0002ds...@franck.debian.org



gcc-doc-defaults_11_amd64.changes ACCEPTED into unstable

2014-09-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 13 Sep 2014 16:29:13 -0400
Source: gcc-doc-defaults
Binary: gcc-doc cpp-doc gfortran-doc gnat-doc gcj-doc gccgo-doc gcc-doc-base
Architecture: source amd64 all
Version: 5:11
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Guo Yixuan (郭溢譞) culu@gmail.com
Description:
 cpp-doc- documentation for the GNU C preprocessor (cpp)
 gcc-doc- documentation for the GNU compilers (gcc, gobjc, g++)
 gcc-doc-base - several GNU manual pages
 gccgo-doc  - documentation for the GNU Go compiler (gccgo)
 gcj-doc- documentation for the GNU Java tools (gcj, gij)
 gfortran-doc - documentation for the GNU Fortran Compiler (gfortran)
 gnat-doc   - documentation for the GNU Ada Compiler (gnat)
Changes:
 gcc-doc-defaults (5:11) unstable; urgency=medium
 .
   * Limit archs for gccgo-doc, as gccgo is not available
 everywhere.
   * Update binary package versions.
   * 4.9 branch default to 4.9.1.
Checksums-Sha1:
 f7d832c2c0fcc2e7cbaf9087557386af4f46de83 2140 gcc-doc-defaults_11.dsc
 9fe13d28927f4ea61510d31dbd4a6bd0f16b8d6b 29416 gcc-doc-defaults_11.tar.xz
 539c0ff9dd1f28a2d3cc345df66a9cf12db15a9b 5134 cpp-doc_4.9.1-1_amd64.deb
 9863fdf4b1f4e307148feeb1fac90d8f655294f5 5230 gcc-doc_4.9.1-1_amd64.deb
 1ebe7082ba1d4f0659ac401e05bcbdea844beedc 5136 gfortran-doc_4.9.1-1_amd64.deb
 14b61f47eed5b0cfec2180c132cf6b3a66008cf4 5100 gnat-doc_4.9.1-1_amd64.deb
 90972c5f187d4933009ed97fd936925a036fc639 5214 gcj-doc_4.9.1-1_amd64.deb
 8acdc64b0f2dec5d1599ac659915e8d15e028911 4984 gccgo-doc_4.9.1-1_amd64.deb
 70e507c84b2d7867ba53b56d406bd4634b173f80 31884 gcc-doc-base_4.8.3-3_all.deb
Checksums-Sha256:
 02be138ec90cb238355fdd628baec3a070876f9d15b56c87bd301203361c052b 2140 
gcc-doc-defaults_11.dsc
 5e433f00621fb7c94989fc251c15f242815b0225eed7ab6e213a1b2b49a06a47 29416 
gcc-doc-defaults_11.tar.xz
 d2ba0efd6ab6cba3b6a61306f82ede74f975031ddf400846d101d2f87e30 5134 
cpp-doc_4.9.1-1_amd64.deb
 5cdb12e04a4aa8b3abda1f073e4f19d3b14b79a56ef4460a6454794ba3bc5440 5230 
gcc-doc_4.9.1-1_amd64.deb
 53c7d337de83ec03f59b57132c706086325eaab24ea7d2c0fa32f2cbaff31698 5136 
gfortran-doc_4.9.1-1_amd64.deb
 88f704bdbdc2edf81efa95acfd11f758180f2f68f1289a229da5e4752923673f 5100 
gnat-doc_4.9.1-1_amd64.deb
 ba7e04f0bcd0485661e0ba64347e440c43358b910928639d87d6ad97c9a6d3e6 5214 
gcj-doc_4.9.1-1_amd64.deb
 b881f90a7fe16061c02423bb5af959fa17bb2b3a5d46e0a05878a0b54c93b052 4984 
gccgo-doc_4.9.1-1_amd64.deb
 9769c7a07d89fa785a8aad57d13067e50d12a9461ecc3172f467a009ff6e4b29 31884 
gcc-doc-base_4.8.3-3_all.deb
Files:
 4f7dfb500594c826fce6f5a8352aa8f4 5134 contrib/doc optional 
cpp-doc_4.9.1-1_amd64.deb
 0c8350267ba5938b2e5f22f0ad2cec44 5230 contrib/doc optional 
gcc-doc_4.9.1-1_amd64.deb
 712b696aca4902eee132f9721a3176fd 5136 contrib/doc optional 
gfortran-doc_4.9.1-1_amd64.deb
 e30721b4a42b92f2f9c95f48ad3c962b 5100 contrib/doc optional 
gnat-doc_4.9.1-1_amd64.deb
 78cb22edf6e945bb9169904f74adbec1 5214 contrib/doc optional 
gcj-doc_4.9.1-1_amd64.deb
 c21c2ecbbb8aa3c2fd056a76b5c86d0a 4984 contrib/doc optional 
gccgo-doc_4.9.1-1_amd64.deb
 10f3ec0174c867df7e0b65d72825fda4 31884 contrib/doc optional 
gcc-doc-base_4.8.3-3_all.deb
 ea24ae324435955e6adb9e29088f 2140 contrib/doc optional 
gcc-doc-defaults_11.dsc
 b3fe206124ac03621e07e04e5e579839 29416 contrib/doc optional 
gcc-doc-defaults_11.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUFLLEAAoJEN1xpgAgL7gzkj0P/2FeVtVpFy/0AkkSiiVV2bEW
lWXfs+3QcFfoI34TuXDangZv9Xm5QxmRv5mHJ/AYlo1IRagRg7186JzXOvu8SnH5
qS++RgLyV9b6qEhgJjFFTl0VjG90/ado05pZ57T0Lc7r+6xNbUJp8Jf6NCxgrZqE
ZQsCAqmVZ6RXTAsN3Xwd0ltHIbyl9LHQ6Fd77tR8n4vXObw/2JZEvYlU+YRIkLLf
lWBk52DA8qP0tRjTq9dVNxzdxTx4qRahBwqx6n79izhfIPYmzgAPpxklB2ujuzCw
0YzcrpMzR68NrYycys9mUkWNZp67bqbKaFon4D4KKhEcP1SZKjeweDRKa17aMxur
4qvfz0if+am2t7TEkIaSYjLc8d1WFJRwPKbJf4ymJYFQ1C7VeiD32GLD2N1fnL+z
7+TBHoQxDL4E/asJeV1FameMx8/i/SOQ3+qBF3YlrNjw2iWpj9xnjJqNEZuKolTq
VyZ9SQII0T4vNMsw+pwJFLF89p/gUzwFtGwdTuKjuyj4LnWOmfORocBFwU2GnV3Y
mNsvvuAKuMIRJwA2qtkTt5oo5BCw7zd1+6ilUihmkgto78be/BqqJu0diKl1q/m9
xEcG5B/WVkjtghwxaq4bWX/gbmv9m8nDrfbDAt/4g1OA3OlQuC1uQAcDAqnJwgWu
0IFL6mzjitnD8pQ9vYEJ
=/6JW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xsuyl-00049k...@franck.debian.org



Bug#761277: GNU/kFreeBSD sprint, fast porterbox access

2014-09-13 Thread Steven Chamberlain
Hi,

I'm going to privately rent a VM from BigV.io for approximately one week
to do some Debian GNU/kFreeBSD work:
  * to test jessie d-i, particularly partman-zfs
  * clang-3.4, #759303: Does not have multiarch include paths on !linux
  * kfreebsd 10.1, #760114: transition: kfreebsd-kernel-headers
  * gcc-4.9, #761277: gdc uninstallable on kfreebsd because of missing
dep. libphobos-4.9-dev

If anyone would find it useful, please send me your SSH public key (via
GPG-signed email, please) and you can have access.  But remember the
machine will be gone in 7 to 10 days from now.

If this all goes to plan, there'll be two sid chroots (jails, actually)
both accessible via ssh:  kfreebsd-amd64 and kfreebsd-i386, but the host
kernel will be kfreebsd-amd64 10.1 (from experimental).

I'll be tuning it to get the fastest possible disk I/O (using ZFS).
Initially it will have only 2 cores + 4GiB memory, increasing later if
needed to 3 cores + 8GiB memory or more.  The (compressed) filesystem
will have 50GB space increasing later if needed.  And about 8GiB swap.

BigV.io is a public cloud product of Bytemark, a Debian sponsor.  They
have a full Debian mirror in the same datacentre (York, UK).  I wanted
to test anyway that GNU/kFreeBSD installs and runs nicely on it (based
on KVM, using virtio).

I need to do some test rebuilds for #760114 involving big packages with
slow testsuites like glibc, gcc-4.9;  I'll probably SIGSTOP these while
any interactive users are logged in to keep things fast for any porting
work.  screen and tmux will be available.

I'll perform at least two builds of packages maintained by
debian-...@lists.debian.org, for the
http://wiki.debian.org/ReproducibleBuilds effort.

With whatever time is left I'll try to rebuild (only once) all of
build-essential and perhaps other things.

Have fun!
Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



signature.asc
Description: OpenPGP digital signature


Processing of gcc-doc-defaults_12_amd64.changes

2014-09-13 Thread Debian FTP Masters
gcc-doc-defaults_12_amd64.changes uploaded successfully to localhost
along with the files:
  cpp-doc_4.9.1-2_amd64.deb
  gcc-doc_4.9.1-2_amd64.deb
  gfortran-doc_4.9.1-2_amd64.deb
  gnat-doc_4.9.1-2_amd64.deb
  gcj-doc_4.9.1-2_amd64.deb
  gccgo-doc_4.9.1-2_amd64.deb
  gcc-doc-base_4.8.3-4_all.deb
  gcc-doc-defaults_12.dsc
  gcc-doc-defaults_12.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xszcq-0003pe...@franck.debian.org



gcc-doc-defaults_12_amd64.changes ACCEPTED into unstable

2014-09-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 13 Sep 2014 22:03:37 -0400
Source: gcc-doc-defaults
Binary: gcc-doc cpp-doc gfortran-doc gnat-doc gcj-doc gccgo-doc gcc-doc-base
Architecture: source amd64 all
Version: 5:12
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Guo Yixuan (郭溢譞) culu@gmail.com
Description:
 cpp-doc- documentation for the GNU C preprocessor (cpp)
 gcc-doc- documentation for the GNU compilers (gcc, gobjc, g++)
 gcc-doc-base - several GNU manual pages
 gccgo-doc  - documentation for the GNU Go compiler (gccgo)
 gcj-doc- documentation for the GNU Java tools (gcj, gij)
 gfortran-doc - documentation for the GNU Fortran Compiler (gfortran)
 gnat-doc   - documentation for the GNU Ada Compiler (gnat)
Changes:
 gcc-doc-defaults (5:12) unstable; urgency=medium
 .
   * Limit archs for build-dep on gccgo.
Checksums-Sha1:
 22761ab8ab024f9a5c0528fb2b5edaf79a40f7bb 2225 gcc-doc-defaults_12.dsc
 542125f419e3e7c992a93444cdec46bde2c7e3b9 29412 gcc-doc-defaults_12.tar.xz
 09e0a4600aa0a9efbbd0525a91f50bc7242aaf3f 5162 cpp-doc_4.9.1-2_amd64.deb
 d350ec9d5500822fce54d71bc511949450b99d21 5262 gcc-doc_4.9.1-2_amd64.deb
 6b36580d1973c082816177d77fdadcb64d23c6b4 5164 gfortran-doc_4.9.1-2_amd64.deb
 67e8d25bdfb1605a1c07fbc9732e839c413206d6 5122 gnat-doc_4.9.1-2_amd64.deb
 7f1dc1d898d5ff7a2755a70bfac4d0bd03835300 5232 gcj-doc_4.9.1-2_amd64.deb
 43b811465e922d8aac50ceed058b3bb2f42d282e 5002 gccgo-doc_4.9.1-2_amd64.deb
 5bb096cdaac0ad5e796cfaf77eb9df720c7fbcc2 31898 gcc-doc-base_4.8.3-4_all.deb
Checksums-Sha256:
 07bc0b6e9272dbc8bcfcc2bcdc3085f078645c1abfc3e04d1b76ce98676a3a66 2225 
gcc-doc-defaults_12.dsc
 8512be94dc8cab4fb6a80e9f1a9ca1cdfe92cee26bc0448fead7404e5a3efaf9 29412 
gcc-doc-defaults_12.tar.xz
 500dff2f552bd6a41f76f8e8c46aa916957717b4f9f22a92ba543db690d81ba1 5162 
cpp-doc_4.9.1-2_amd64.deb
 6ba7d322abbe44c4481f6b1d59ef58c32994a78a5b621147febfb0ac24f0ba63 5262 
gcc-doc_4.9.1-2_amd64.deb
 c8a5ac6b3bf2bb412037bc054f7982971f3dfc8c23c3e9e9445bfb31b8eaa962 5164 
gfortran-doc_4.9.1-2_amd64.deb
 0f5d47befbcad975454fd358a99c18b8ad2320115b068c2df0e1a61b701b0c03 5122 
gnat-doc_4.9.1-2_amd64.deb
 c1602870a0094baf119c15954a4d562706e59db92146ba8c695601eac24cc493 5232 
gcj-doc_4.9.1-2_amd64.deb
 fbfe0f3773b42b815cb0c0b6024c6da0f6f65a9ec248398133e9e41175dae705 5002 
gccgo-doc_4.9.1-2_amd64.deb
 a0b61e80a5c30f45f24820784da35d962f43c99fe9be9d0b36f86bb745514988 31898 
gcc-doc-base_4.8.3-4_all.deb
Files:
 265c0cc6d323f65f53fd736a7f7fc9bd 5162 contrib/doc optional 
cpp-doc_4.9.1-2_amd64.deb
 f74c3cdc5a992bebc9f7c264f08d16ea 5262 contrib/doc optional 
gcc-doc_4.9.1-2_amd64.deb
 56c69dc13e59597bea3b3c0af401dca0 5164 contrib/doc optional 
gfortran-doc_4.9.1-2_amd64.deb
 1866742b2590ed5f90d3d9d1399e2ac2 5122 contrib/doc optional 
gnat-doc_4.9.1-2_amd64.deb
 62cf0519aae50ec509a34432837d3ddb 5232 contrib/doc optional 
gcj-doc_4.9.1-2_amd64.deb
 b2ec532d77a237af239e5dad2f47b1d2 5002 contrib/doc optional 
gccgo-doc_4.9.1-2_amd64.deb
 bb6341e568206127b6f86dbd44a77d30 31898 contrib/doc optional 
gcc-doc-base_4.8.3-4_all.deb
 4d180d69905280984466a5259b73d0f9 2225 contrib/doc optional 
gcc-doc-defaults_12.dsc
 edfd1e102c85294620074b802e1253cd 29412 contrib/doc optional 
gcc-doc-defaults_12.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUFPfRAAoJEN1xpgAgL7gzooEP/iMA1RcWmWKO+rvE+2040/ui
TFrNtp37dbEQOv2Hv7InbNacYXna8h7BOB51o7O3a8Cswkxh9IrSKaAvzQ4Suloh
SlMPtTjnm9tSf2ibasz8wW8RS4F2C/lk14R4izmsNkq6HoNm0E6iw/0ykNunvu8r
4IVB5ool/kFI8o89gKwUpJIKasc0EXssegOfVVfgumh45kwZCac9BP0zFzJ9gTYP
6E72H5qU88RMAI7HFTj8/+K+GxUhhZtiyFTpqqxw4OB7d8cg72nJWYACFLHRDcRR
z8K4+fRiA7GtD+NvAjfSiCwuCuXoG7V5+vg3MD7WhgoEWSTgSQfwUTEBUtrPIpXp
oP5bvuPdnjYQIjVWX1I1NXmBEDyrOwfXQViLBlSitT9basLdUfpbI0QfA3ggP1Ai
i8PF9Sl1G9dEl8ORblLhcb9R45a8dXg84M0DCuHdK4gK8QHCmr01THfnJl3iQWlV
71SUFJzpMFm0jELS6qnK7YnkWGSaJdXYFXvDkFHSgze/UXsr8ARdRDmJuQ1sYvzP
yxz1wbX9HRkLhjw7eSe2qdiVFwzfXZgH7v1LoentWZ0bnMJZetSrO0VylBLCJH/k
fsMcpfGPJDl4KOkQfr3IBMC/0ry2oyokFvmVG9suGiWLq8V8I8I32wjrC3NF4ObB
B6C+mTRLe6J6SAwWu6Og
=vKdL
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xt0lr-0004eh...@franck.debian.org