[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120605-2-100-ga97dded

2012-07-10 Thread Samuel Thibault
The following commit has been merged in the master branch:
commit 80d44d4dd0f1a44e7c4e52e82e2e8d4d4dd3b39e
Author: Samuel Thibault samuel.thiba...@ens-lyon.org
Date:   Tue Jul 10 01:37:19 2012 +

New upstream snapshot

diff --git a/debian/changelog b/debian/changelog
index a0971e3..7275c2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hurd (20120710-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Samuel Thibault sthiba...@debian.org  Tue, 10 Jul 2012 01:36:55 +
+
 hurd (20120605-2) unstable; urgency=low
 
   * control: Add missing autoconf build-dependency.

-- 
Debian GNU Hurd packaging



[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120605-2-100-ga97dded

2012-07-10 Thread Samuel Thibault
The following commit has been merged in the master branch:
commit a97ddedfd3a5fabbc1efce91d737a80263eab00f
Author: Samuel Thibault samuel.thiba...@ens-lyon.org
Date:   Tue Jul 10 04:42:34 2012 +

hurd.install, hurd-dev.install: Install hurd xkb data

diff --git a/debian/changelog b/debian/changelog
index 3b9507d..fe7a39e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-hurd (20120710-1) UNRELEASED; urgency=low
+hurd (20120710-1) unstable; urgency=low
 
   * New upstream snapshot.
 - patches/balloc.patch: Remove, merged upstream.
@@ -7,6 +7,7 @@ hurd (20120710-1) UNRELEASED; urgency=low
 - patches/ext2fs_large_stores.patch: Refresh.
   * hurd-console.default: Get keyboard layout from console-setup.
   * rules: Set XKB_DATA root for installing in debian/tmp.
+  * hurd.install, hurd-dev.install: Install hurd xkb data.
 
  -- Samuel Thibault sthiba...@debian.org  Tue, 10 Jul 2012 01:36:55 +
 
diff --git a/debian/hurd-udeb.install b/debian/hurd-udeb.install
index 3538e38..69e6a75 100644
--- a/debian/hurd-udeb.install
+++ b/debian/hurd-udeb.install
@@ -68,3 +68,4 @@ debian/tmp/hurd/streamio
 debian/tmp/hurd/symlink
 debian/tmp/hurd/term
 debian/tmp/hurd/tmpfs
+debian/tmp/usr/share/X11
diff --git a/debian/hurd.install b/debian/hurd.install
index 0525430..247bb69 100644
--- a/debian/hurd.install
+++ b/debian/hurd.install
@@ -67,3 +67,4 @@ debian/tmp/etc/login/README
 debian/tmp/etc/ttys
 debian/tmp/dev/MAKEDEV
 debian/tmp/share/msgids/hurd.msgids usr/share/msgids
+debian/tmp/usr/share/X11

-- 
Debian GNU Hurd packaging



[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120605-2-100-ga97dded

2012-07-10 Thread Samuel Thibault
The following commit has been merged in the master branch:
commit 23cba1ee8994a5c4eebfd77f99ffd6a79a597db2
Author: Samuel Thibault samuel.thiba...@ens-lyon.org
Date:   Tue Jul 10 01:44:09 2012 +

patches/libdde_fixes.patch: Remove, merged upstream

diff --git a/debian/changelog b/debian/changelog
index cda5e33..a9fdf6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ hurd (20120710-1) UNRELEASED; urgency=low
   * New upstream snapshot.
 - patches/balloc.patch: Remove, merged upstream.
 - patches/libdde_config.patch: Remove, merged upstream.
+- patches/libdde_fixes.patch: Remove, merged upstream.
 - patches/ext2fs_large_stores.patch: Refresh.
 
  -- Samuel Thibault sthiba...@debian.org  Tue, 10 Jul 2012 01:36:55 +
diff --git a/debian/patches/libdde_fixes.patch 
b/debian/patches/libdde_fixes.patch
deleted file mode 100644
index 54d2cf1..000
--- a/debian/patches/libdde_fixes.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libdde_linux26/contrib/mm/dmapool.c 
b/libdde_linux26/contrib/mm/dmapool.c
-index b1f0885..5c7aca4 100644
 a/libdde_linux26/contrib/mm/dmapool.c
-+++ b/libdde_linux26/contrib/mm/dmapool.c
-@@ -37,6 +37,8 @@
- #include linux/types.h
- #include linux/wait.h
- 
-+#include ddekit/timer.h
-+
- #if defined(CONFIG_DEBUG_SLAB) || defined(CONFIG_SLUB_DEBUG_ON)
- #define DMAPOOL_DEBUG 1
- #endif
diff --git a/debian/patches/series b/debian/patches/series
index f55a110..5372552 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -43,7 +43,6 @@ libdde_workqueue.patch
 libdde_trans_start.patch
 libdde_devres.patch
 libdde_pr_cont.patch
-libdde_fixes.patch
 libdde_rx_queue.patch
 libdde_rcu.patch
 libmachdev.patch

-- 
Debian GNU Hurd packaging



[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120605-2-100-ga97dded

2012-07-10 Thread Samuel Thibault
The following commit has been merged in the master branch:
commit 7478b0a541baac7fd15d5d1be69664249e56efd1
Author: Samuel Thibault samuel.thiba...@ens-lyon.org
Date:   Tue Jul 10 03:33:42 2012 +

rules: Set XKB_DATA root for installing in debian/tmp

diff --git a/debian/changelog b/debian/changelog
index 99b187a..3b9507d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ hurd (20120710-1) UNRELEASED; urgency=low
 - patches/libdde_fixes.patch: Remove, merged upstream.
 - patches/ext2fs_large_stores.patch: Refresh.
   * hurd-console.default: Get keyboard layout from console-setup.
+  * rules: Set XKB_DATA root for installing in debian/tmp.
 
  -- Samuel Thibault sthiba...@debian.org  Tue, 10 Jul 2012 01:36:55 +
 
diff --git a/debian/rules b/debian/rules
index 7ab667a..a2c77a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_USER_FLAGS := --disable-profile 
--enable-static-progs='ext2fs,ufs,iso9660fs'
-DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) 
sysconfdir=$(DEB_DESTDIR)/etc localstatedir=$(DEB_DESTDIR)/var
+DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) 
sysconfdir=$(DEB_DESTDIR)/etc localstatedir=$(DEB_DESTDIR)/var 
XKB_BASE=$(DEB_DESTDIR)/usr/share/X11/xkb
 DEB_DH_STRIP_ARGS := --dbg-package=hurd
 DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb=hurd-udeb
 

-- 
Debian GNU Hurd packaging



[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120605-2-100-ga97dded

2012-07-10 Thread Samuel Thibault
The following commit has been merged in the master branch:
commit a556e206babaf6f8b34e5ba731b1a82957ba5a7d
Merge: 7478b0a541baac7fd15d5d1be69664249e56efd1 
497701d72b6de18639d2f81e65e246f3a7a3cc11
Author: Samuel Thibault samuel.thiba...@ens-lyon.org
Date:   Tue Jul 10 03:34:49 2012 +

Merge branch 'upstream-merged'


-- 
Debian GNU Hurd packaging



[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20120605-2-100-ga97dded

2012-07-10 Thread Samuel Thibault
The following commit has been merged in the master branch:
commit 12cfb493f1cb073b2ab04ee36b336b6a24fe0300
Author: Samuel Thibault samuel.thiba...@ens-lyon.org
Date:   Tue Jul 10 01:42:14 2012 +

patches/balloc.patch: Remove, merged upstream

diff --git a/debian/changelog b/debian/changelog
index df6622c..cda5e33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 hurd (20120710-1) UNRELEASED; urgency=low
 
   * New upstream snapshot.
-- patches/ext2fs_large_stores.patch: Refresh.
+- patches/balloc.patch: Remove, merged upstream.
 - patches/libdde_config.patch: Remove, merged upstream.
+- patches/ext2fs_large_stores.patch: Refresh.
 
  -- Samuel Thibault sthiba...@debian.org  Tue, 10 Jul 2012 01:36:55 +
 
diff --git a/debian/patches/balloc.patch b/debian/patches/balloc.patch
deleted file mode 100644
index 8d51603..000
--- a/debian/patches/balloc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: hurd-debian/ext2fs/balloc.c
-===
 hurd-debian.orig/ext2fs/balloc.c   2012-06-05 11:29:37.0 +
-+++ hurd-debian/ext2fs/balloc.c2012-06-05 11:29:40.0 +
-@@ -199,7 +199,7 @@
-  * The goal was occupied; search forward for a free
-  * block within the next 32 blocks
-  */
--if (j  31 == 31)
-+if ((j  31) == 31)
-   lmap = 0;
- else
-   lmap = unsigned long *) bh)[j  5]) 
diff --git a/debian/patches/libdde_config.patch 
b/debian/patches/libdde_config.patch
deleted file mode 100644
index 9adfc4b..000
--- a/debian/patches/libdde_config.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/libdde_linux26/include/linux/autoconf.h 
b/libdde_linux26/include/linux/autoconf.h
-index cf45b2b..908b8da 100644
 a/libdde_linux26/include/linux/autoconf.h
-+++ b/libdde_linux26/include/linux/autoconf.h
-@@ -94,3 +94,5 @@
- #undef CONFIG_BLK_DEV_IO_TRACE
- 
- #undef CONFIG_FW_LOADER
-+#undef CONFIG_DMI
-+#undef CONFIG_PCIEAER
diff --git a/debian/patches/series b/debian/patches/series
index e6c373d..f55a110 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -50,4 +50,3 @@ libmachdev.patch
 exec_filename_exec.patch
 exec_filename_fs.patch
 exec_filename_use.patch
-balloc.patch

-- 
Debian GNU Hurd packaging



Hydra job gnu:hurd-master:xbuild on x86_64-linux, build 2786820: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786820 of job gnu:hurd-master:xbuild 
has changed from 'Success' to 'Dependency failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786820

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786820
Nix name:  | hurd-0-2-3434-gb4d90f1-i586-pc-gnu
Short description: | Native Nix build on x86_64-linux
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/dm3ml227g5bi48yy2ykm9vb8sd6rwjlj-hurd-0-2-3434-gb4d90f1-i586-pc-gnu.drv
Output store path: | 
/nix/store/jdmc319s76818bjpxr00v7zhbkrjc7y1-hurd-0-2-3434-gb4d90f1-i586-pc-gnu
Time added:| 2012-07-10 17:10:59
Build started: | 2012-07-10 17:10:55
Build finished:| 2012-07-10 17:10:59
Duration:  | 4s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2786219
coreutils| build | 2690543
glibcTarball | build | 2786341
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball  | build | 2785884
guile| build | 2778316
grep | build | 2784729
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2782616
mach | build | 2782700

Regards,

The Hydra build daemon.

---



Hydra job gnu:hurd-master:xbuild_without_parted on x86_64-linux, build 2786822: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786822 of job 
gnu:hurd-master:xbuild_without_parted has changed from 'Success' to 'Dependency 
failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786822

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786822
Nix name:  | hurd-0-2-3434-gb4d90f1-i586-pc-gnu
Short description: | Native Nix build on x86_64-linux
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/lf3p1jxfzh65njh1wahaj0v1gy3lr7vh-hurd-0-2-3434-gb4d90f1-i586-pc-gnu.drv
Output store path: | 
/nix/store/s0l6086z2gp8z0p5d8qsxzlpy1p655cp-hurd-0-2-3434-gb4d90f1-i586-pc-gnu
Time added:| 2012-07-10 17:10:59
Build started: | 2012-07-10 17:10:55
Build finished:| 2012-07-10 17:10:59
Duration:  | 4s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2786219
coreutils| build | 2690543
glibcTarball | build | 2786341
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball  | build | 2785884
guile| build | 2778316
grep | build | 2784729
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2782616
mach | build | 2782700

Regards,

The Hydra build daemon.

---



Hydra job gnu:hurd-master:tarball on x86_64-linux, build 2786819: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786819 of job gnu:hurd-master:tarball 
has changed from 'Success' to 'Dependency failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786819

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786819
Nix name:  | 
hurd-tarball-0preb4d90f14926247f087a719462a7c61e794afa489
Short description: | Build of a source distribution from a checkout
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/z0zba4n3y4s8ans8x0iy35r7kbkdlzzm-hurd-tarball-0preb4d90f14926247f087a719462a7c61e794afa489.drv
Output store path: | 
/nix/store/j6z48jih0g9xh3cmg1iq8sj8lb9prhbs-hurd-tarball-0preb4d90f14926247f087a719462a7c61e794afa489
Time added:| 2012-07-10 17:11:06
Build started: | 2012-07-10 17:10:55
Build finished:| 2012-07-10 17:11:05
Duration:  | 10s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2786219
coreutils| build | 2690543
glibcTarball | build | 2786341
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball  | build | 2785884
guile| build | 2778316
grep | build | 2784729
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2782616
mach | build | 2782700

Regards,

The Hydra build daemon.

---



Hydra job gnu:hurd-dde:xbuild_without_parted on x86_64-linux, build 2786845: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786845 of job 
gnu:hurd-dde:xbuild_without_parted has changed from 'Failed' to 'Dependency 
failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786845

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786845
Nix name:  | hurd-2020-i586-pc-gnu
Short description: | Native Nix build on x86_64-linux
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/3wgi9w93jscwj0kmrxhd6hf6p9vl4mkl-hurd-2020-i586-pc-gnu.drv
Output store path: | 
/nix/store/pkplkspba4v1pm0hnr6z7gzlrcvzy1af-hurd-2020-i586-pc-gnu
Time added:| 2012-07-10 17:12:38
Build started: | 2012-07-10 17:12:38
Build finished:| 2012-07-10 17:12:38
Duration:  | 0s

The build inputs were:

Name  | Type  | Value
--+---+--
xbuild| build | 1839880
partedTarball | build | 2731469
hydraConfig   | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils | build | 2786219
coreutils | build | 2690543
nixpkgs   | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
glibcTarball  | build | 2786341
parted| build | 2731467
guile | build | 2778316
tarball   | build | 1561375
grep  | build | 2784729
hurdSrc   | git   | 
git://git.sv.gnu.org/hurd/incubator.git:286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824
machTarball   | build | 2771925
mach  | build | 2778231

Regards,

The Hydra build daemon.

---



Hydra job gnu:gnumach-user-level-drivers:tarball on x86_64-linux, build 2786849: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786849 of job 
gnu:gnumach-user-level-drivers:tarball has changed from 'Success' to 
'Dependency failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786849

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786849
Nix name:  | gnumach-0preab70489faec72ab3c45bc8c7a878477620f96668
Short description: | Build of a source distribution from a checkout
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/kw08g8v2mfb2ybpcrcavxjk9lx1xk2x9-gnumach-0preab70489faec72ab3c45bc8c7a878477620f96668.drv
Output store path: | 
/nix/store/dwwr5g82yiz9b37vvwv0h2m04s01mi7b-gnumach-0preab70489faec72ab3c45bc8c7a878477620f96668
Time added:| 2012-07-10 17:12:44
Build started: | 2012-07-10 17:12:44
Build finished:| 2012-07-10 17:12:44
Duration:  | 0s

The build inputs were:

Name| Type  | Value
+---+--
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
machSrc | git   | 
git://git.sv.gnu.org/hurd/gnumach.git:ab70489faec72ab3c45bc8c7a878477620f96668
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball | build | 2771925

Regards,

The Hydra build daemon.

---



Hydra job gnu:gnumach-user-level-drivers:build on x86_64-linux, build 2786850: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786850 of job 
gnu:gnumach-user-level-drivers:build has changed from 'Success' to 'Dependency 
failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786850

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786850
Nix name:  | gnumach-1.3.99-i586-pc-gnu
Short description: | Native Nix build on x86_64-linux
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/acljjmkvx2l7f0zrgffnn48y7210w6z9-gnumach-1.3.99-i586-pc-gnu.drv
Output store path: | 
/nix/store/h6rk1rn00nijnhz616k18qw3markcqh9-gnumach-1.3.99-i586-pc-gnu
Time added:| 2012-07-10 17:12:45
Build started: | 2012-07-10 17:12:44
Build finished:| 2012-07-10 17:12:44
Duration:  | 0s

The build inputs were:

Name| Type  | Value
+---+--
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
machSrc | git   | 
git://git.sv.gnu.org/hurd/gnumach.git:ab70489faec72ab3c45bc8c7a878477620f96668
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball | build | 2771925

Regards,

The Hydra build daemon.

---



Hydra job gnu:glibc-hurd:tarball_hurd_patched on x86_64-linux, build 2786852: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786852 of job 
gnu:glibc-hurd:tarball_hurd_patched has changed from 'Failed' to 'Dependency 
failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786852

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786852
Nix name:  | glibc-hurd-patched-tarball
Short description: | Build of a source distribution from a checkout
Maintainer(s): | l...@gnu.org, Hurd commit-hurd@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/4aywh2cr6qc7nl7qacdpd5rnz7rlr964-glibc-hurd-patched-tarball.drv
Output store path: | 
/nix/store/dr9k48jxdwsbxbzhh432c0xvgih839il-glibc-hurd-patched-tarball
Time added:| 2012-07-10 17:15:13
Build started: | 2012-07-10 17:15:13
Build finished:| 2012-07-10 17:15:13
Duration:  | 0s

The build inputs were:

Name| Type  | Value
+---+--
glibcSrc| git   | 
git://sourceware.org/git/glibc.git:ba7fefc8e00d027e0298d180aecce0689f660329
glibcPorts  | git   | 
git://sourceware.org/git/glibc-ports.git:94cef7a165e20ea4825e5cafaa7a9a619cb1455f
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
glibcHurd   | git   | 
git://git.sv.gnu.org/hurd/glibc.git:ec708e5f038713da7173911e4739287ccd3aa95a
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball | build | 2786341
hurdPatches | build | 2746553

Regards,

The Hydra build daemon.

---



Hydra job gnu:glibc-hurd:tarball on x86_64-linux, build 2786851: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786851 of job gnu:glibc-hurd:tarball 
has changed from 'Success' to 'Dependency failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786851

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786851
Nix name:  | 
glibc-hurd-tarball-0preec708e5f038713da7173911e4739287ccd3aa95a
Short description: | Build of a source distribution from a checkout
Maintainer(s): | l...@gnu.org, Hurd commit-hurd@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/i6ki1fvk2j9llxpcqwbgm3bhfr73h9l1-glibc-hurd-tarball-0preec708e5f038713da7173911e4739287ccd3aa95a.drv
Output store path: | 
/nix/store/2x4z683hsyiyf522i5f5bh3liq2n4wlq-glibc-hurd-tarball-0preec708e5f038713da7173911e4739287ccd3aa95a
Time added:| 2012-07-10 17:15:13
Build started: | 2012-07-10 17:15:13
Build finished:| 2012-07-10 17:15:13
Duration:  | 0s

The build inputs were:

Name| Type  | Value
+---+--
glibcSrc| git   | 
git://sourceware.org/git/glibc.git:ba7fefc8e00d027e0298d180aecce0689f660329
glibcPorts  | git   | 
git://sourceware.org/git/glibc-ports.git:94cef7a165e20ea4825e5cafaa7a9a619cb1455f
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
glibcHurd   | git   | 
git://git.sv.gnu.org/hurd/glibc.git:ec708e5f038713da7173911e4739287ccd3aa95a
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball | build | 2786341
hurdPatches | build | 2746553

Regards,

The Hydra build daemon.

---



Hydra job gnu:hurd-master:qemu_tests.build on x86_64-linux, build 2786816: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786816 of job 
gnu:hurd-master:qemu_tests.build has changed from 'Success' to 'Dependency 
failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786816

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786816
Nix name:  | hurd-qemu-test-build
Short description: | The GNU Hurd, GNU project's replacement for the Unix 
kernel
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/lyqqi7bh14nq03gn857zi9860mq57ayi-hurd-qemu-test-build.drv
Output store path: | 
/nix/store/bmy6la371ir7n95grw0176aqw7k87kzw-hurd-qemu-test-build
Time added:| 2012-07-10 17:16:42
Build started: | 2012-07-10 17:10:55
Build finished:| 2012-07-10 17:16:42
Duration:  | 347s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2786219
coreutils| build | 2690543
glibcTarball | build | 2786341
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball  | build | 2785884
guile| build | 2778316
grep | build | 2784729
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2782616
mach | build | 2782700

Regards,

The Hydra build daemon.

---



Hydra job gnu:hurd-master:qemu_tests.coreutils on x86_64-linux, build 2786814: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2786814 of job 
gnu:hurd-master:qemu_tests.coreutils has changed from 'Failed with non-zero 
exit code' to 'Dependency failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2786814

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2786814
Nix name:  | hurd-qemu-test-coreutils-build
Short description: | The GNU Hurd, GNU project's replacement for the Unix 
kernel
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/klqbdsh58m8fcvgv0g4rf1kyvjka1j57-hurd-qemu-test-coreutils-build.drv
Output store path: | 
/nix/store/dzk0jlfhlc343k30h07pdfq8q33mp39c-hurd-qemu-test-coreutils-build
Time added:| 2012-07-10 17:16:44
Build started: | 2012-07-10 17:11:02
Build finished:| 2012-07-10 17:16:44
Duration:  | 342s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2786219
coreutils| build | 2690543
glibcTarball | build | 2786341
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball  | build | 2785884
guile| build | 2778316
grep | build | 2784729
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2782616
mach | build | 2782700

Regards,

The Hydra build daemon.

---



Hydra job gnu:gnumach-master:tarball on x86_64-linux, build 2787001: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2787001 of job 
gnu:gnumach-master:tarball has changed from 'Success' to 'Dependency failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2787001

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2787001
Nix name:  | gnumach-0pre8d219eab0dcfbdcf464340630d568c4e16d7acbd
Short description: | Build of a source distribution from a checkout
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/9aaxw5cmhy6pd354xbjvxasqi8b6rr5a-gnumach-0pre8d219eab0dcfbdcf464340630d568c4e16d7acbd.drv
Output store path: | 
/nix/store/v0xw46mqf6aaxki8pbqplc74m1vykx7r-gnumach-0pre8d219eab0dcfbdcf464340630d568c4e16d7acbd
Time added:| 2012-07-10 17:31:52
Build started: | 2012-07-10 17:31:52
Build finished:| 2012-07-10 17:31:52
Duration:  | 0s

The build inputs were:

Name| Type  | Value
+---+--
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
machSrc | git   | 
git://git.sv.gnu.org/hurd/gnumach.git:8d219eab0dcfbdcf464340630d568c4e16d7acbd
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball | build | 2782616

Regards,

The Hydra build daemon.

---



Hydra job gnu:gnumach-master:build on x86_64-linux, build 2787000: Dependency failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2787000 of job 
gnu:gnumach-master:build has changed from 'Success' to 'Dependency failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2787000

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2787000
Nix name:  | gnumach-1.3.99-i586-pc-gnu
Short description: | Native Nix build on x86_64-linux
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/x3ysbn57hc3a589c39v0d13dhsqaby02-gnumach-1.3.99-i586-pc-gnu.drv
Output store path: | 
/nix/store/9dp435wjqnfisvamhvjhwvvkl3kfbvan-gnumach-1.3.99-i586-pc-gnu
Time added:| 2012-07-10 17:31:52
Build started: | 2012-07-10 17:31:52
Build finished:| 2012-07-10 17:31:52
Duration:  | 0s

The build inputs were:

Name| Type  | Value
+---+--
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
machSrc | git   | 
git://git.sv.gnu.org/hurd/gnumach.git:8d219eab0dcfbdcf464340630d568c4e16d7acbd
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:d59146be3dc096cabbcdc37a01701333bf92e472
tarball | build | 2782616

Regards,

The Hydra build daemon.

---



Hydra job gnu:gnumach-user-level-drivers:tarball on x86_64-linux, build 2791092: Success

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2791092 of job 
gnu:gnumach-user-level-drivers:tarball has changed from 'Dependency failed' to 
'Success'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2791092

A summary of the build information follows:

Build ID:  | 2791092
Nix name:  | gnumach-0preab70489faec72ab3c45bc8c7a878477620f96668
Short description: | Build of a source distribution from a checkout
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/2fakian8vc9qpxcchldc5lzb44qp9r4w-gnumach-0preab70489faec72ab3c45bc8c7a878477620f96668.drv
Output store path: | 
/nix/store/dvwzhyk99yh17hklv0nwggwxw6b4vgz8-gnumach-0preab70489faec72ab3c45bc8c7a878477620f96668
Time added:| 2012-07-10 18:45:41
Build started: | 2012-07-10 18:45:04
Build finished:| 2012-07-10 18:45:41
Duration:  | 37s

The build inputs were:

Name| Type  | Value
+---+--
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
machSrc | git   | 
git://git.sv.gnu.org/hurd/gnumach.git:ab70489faec72ab3c45bc8c7a878477620f96668
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:5c6185d92536782935bc84c146a08393a29aae0b
tarball | build | 2771925

Regards,

The Hydra build daemon.



Hydra job gnu:glibc-hurd:tarball_hurd_patched on x86_64-linux, build 2791096: Failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2791096 of job 
gnu:glibc-hurd:tarball_hurd_patched has changed from 'Dependency failed' to 
'Failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2791096

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2791096
Nix name:  | glibc-hurd-patched-tarball
Short description: | Build of a source distribution from a checkout
Maintainer(s): | l...@gnu.org, Hurd commit-hurd@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/jz2fxkckqvp0n0n5w6d924p7lvaizl30-glibc-hurd-patched-tarball.drv
Output store path: | 
/nix/store/ib49zd9bkmrmnnk6axbjfch2221yxq8c-glibc-hurd-patched-tarball
Time added:| 2012-07-10 18:48:19
Build started: | 2012-07-10 18:45:03
Build finished:| 2012-07-10 18:48:18
Duration:  | 195s

The build inputs were:

Name| Type  | Value
+---+--
glibcSrc| git   | 
git://sourceware.org/git/glibc.git:ba7fefc8e00d027e0298d180aecce0689f660329
glibcPorts  | git   | 
git://sourceware.org/git/glibc-ports.git:94cef7a165e20ea4825e5cafaa7a9a619cb1455f
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
glibcHurd   | git   | 
git://git.sv.gnu.org/hurd/glibc.git:ec708e5f038713da7173911e4739287ccd3aa95a
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:5c6185d92536782935bc84c146a08393a29aae0b
tarball | build | 2786341
hurdPatches | build | 2746553

Regards,

The Hydra build daemon.

---
patching file sysdeps/mach/i386/machine-lock.h
Reversed (or previously applied) patch detected!  Assuming -R.
Hunk #3 FAILED at 34.
Hunk #4 FAILED at 45.
Hunk #5 FAILED at 61.
3 out of 5 hunks FAILED -- saving rejects to file 
sysdeps/mach/i386/machine-lock.h.rej
patching file sysdeps/mach/i386/sysdep.h
patching file sysdeps/mach/i386/thread_state.h
patching file sysdeps/mach/nanosleep.c
Reversed (or previously applied) patch detected!  Assuming -R.
patching file sysdeps/mach/powerpc/machine-lock.h
Reversed (or previously applied) patch detected!  Assuming -R.
Hunk #3 FAILED at 34.
Hunk #4 FAILED at 47.
Hunk #5 FAILED at 65.
Hunk #6 FAILED at 83.
4 out of 6 hunks FAILED -- saving rejects to file 
sysdeps/mach/powerpc/machine-lock.h.rej
patching file sysdeps/mach/powerpc/machine-sp.h
patching file sysdeps/mach/powerpc/thread_state.h
patching file sysdeps/mach/thread_state.h
patching file sysdeps/posix/getaddrinfo.c
Reversed (or previously applied) patch detected!  Assuming -R.
patching file sysdeps/posix/getcwd.c
Reversed (or previously applied) patch detected!  Assuming -R.
patching file sysdeps/powerpc/configure
Reversed (or previously applied) patch detected!  Assuming -R.
patching file sysdeps/powerpc/powerpc32/configure
Reversed (or previously applied) patch detected!  Assuming -R.
Hunk #2 succeeded at 12 with fuzz 1.
patching file sysdeps/powerpc/powerpc64/configure
Reversed (or previously applied) patch detected!  Assuming -R.
Hunk #3 succeeded at 58 with fuzz 1.
patching file sysdeps/sh/init-first.c
Reversed (or previously applied) patch detected!  Assuming -R.
patching file sysdeps/unix/bsd/unlockpt.c
patching file sysdeps/unix/clock_settime.c
patching file sysdeps/unix/sysv/linux/configure
Reversed (or previously applied) patch detected!  Assuming -R.
Hunk #1 succeeded at 375 (offset -7 lines).
patching file sysdeps/unix/sysv/linux/configure.in
Reversed (or previously applied) patch detected!  Assuming -R.
Hunk #1 succeeded at 114 (offset -7 lines).
patching file sysdeps/unix/sysv/linux/ldsodefs.h
patching file sysdeps/unix/sysv/linux/powerpc/configure
Reversed (or previously applied) patch detected!  Assuming -R.
patching file time/tst-mktime2.c
Reversed (or previously applied) patch detected!  Assuming -R.
build time elapsed:  0m0.018s 0m0.009s 0m0.139s 0m0.907s
Copying build directory to 
/nix/store/ib49zd9bkmrmnnk6axbjfch2221yxq8c-glibc-hurd-patched-tarball/nix-build-jz2fxkckqvp0n0n5w6d924p7lvaizl30-glibc-hurd-patched-tarball.drv-0
build failed with exit code 1 (ignored)



Hydra job gnu:gnumach-master:tarball on x86_64-linux, build 2791244: Success

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2791244 of job 
gnu:gnumach-master:tarball has changed from 'Dependency failed' to 'Success'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2791244

A summary of the build information follows:

Build ID:  | 2791244
Nix name:  | gnumach-0pre8d219eab0dcfbdcf464340630d568c4e16d7acbd
Short description: | Build of a source distribution from a checkout
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/igi5czdf56j2zp4mli423fsvkn2dr47p-gnumach-0pre8d219eab0dcfbdcf464340630d568c4e16d7acbd.drv
Output store path: | 
/nix/store/6yn1zkn351hps80wf58nx2fgzg9z3s83-gnumach-0pre8d219eab0dcfbdcf464340630d568c4e16d7acbd
Time added:| 2012-07-10 18:49:48
Build started: | 2012-07-10 18:48:29
Build finished:| 2012-07-10 18:49:48
Duration:  | 79s

The build inputs were:

Name| Type  | Value
+---+--
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
machSrc | git   | 
git://git.sv.gnu.org/hurd/gnumach.git:8d219eab0dcfbdcf464340630d568c4e16d7acbd
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:5c6185d92536782935bc84c146a08393a29aae0b
tarball | build | 2782616

Regards,

The Hydra build daemon.



Hydra job gnu:gnumach-master:build on x86_64-linux, build 2792147: Success

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2792147 of job 
gnu:gnumach-master:build has changed from 'Dependency failed' to 'Success'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2792147

A summary of the build information follows:

Build ID:  | 2792147
Nix name:  | gnumach-1.3.99-i586-pc-gnu
Short description: | Native Nix build on x86_64-linux
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/q52ndhziz599kiwvgihvxrwk70k239z6-gnumach-1.3.99-i586-pc-gnu.drv
Output store path: | 
/nix/store/mgvgb5gq6156nlih0mvf0sbca2j83dxm-gnumach-1.3.99-i586-pc-gnu
Time added:| 2012-07-10 23:00:22
Build started: | 2012-07-10 22:50:36
Build finished:| 2012-07-10 23:00:22
Duration:  | 586s

The build inputs were:

Name| Type  | Value
+---+--
hydraConfig | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
machSrc | git   | 
git://git.sv.gnu.org/hurd/gnumach.git:8d219eab0dcfbdcf464340630d568c4e16d7acbd
nixpkgs | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
tarball | build | 2791244

Regards,

The Hydra build daemon.



Hydra job gnu:hurd-master:tarball on x86_64-linux, build 2796178: Success

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2796178 of job gnu:hurd-master:tarball 
has changed from 'Dependency failed' to 'Success'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2796178

A summary of the build information follows:

Build ID:  | 2796178
Nix name:  | 
hurd-tarball-0preb4d90f14926247f087a719462a7c61e794afa489
Short description: | Build of a source distribution from a checkout
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/17186vbkr64i9bblnf2s1xrh98ckw356-hurd-tarball-0preb4d90f14926247f087a719462a7c61e794afa489.drv
Output store path: | 
/nix/store/s5ywdmk5zq7z3cijz4454ccx0lma4q5h-hurd-tarball-0preb4d90f14926247f087a719462a7c61e794afa489
Time added:| 2012-07-10 23:57:06
Build started: | 2012-07-10 23:55:49
Build finished:| 2012-07-10 23:57:06
Duration:  | 77s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2792119
coreutils| build | 2690543
glibcTarball | build | 2791847
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
tarball  | build | 2785884
guile| build | 2792076
grep | build | 2792132
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2792148
mach | build | 2792147

Regards,

The Hydra build daemon.



Hydra job gnu:hurd-dde:tarball on x86_64-linux, build 2796210: Failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2796210 of job gnu:hurd-dde:tarball 
has changed from 'Dependency failed' to 'Failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2796210

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2796210
Nix name:  | 
hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824
Short description: | Build of a source distribution from a checkout
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/s5vrkyj4r5dy3qndn0hbd55m14r22108-hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824.drv
Output store path: | 
/nix/store/xw1kjwh0rl88iaamcqa2vcdplvi21qxj-hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824
Time added:| 2012-07-10 23:59:42
Build started: | 2012-07-10 23:58:15
Build finished:| 2012-07-10 23:59:42
Duration:  | 87s

The build inputs were:

Name  | Type  | Value
--+---+--
xbuild| build | 1839880
partedTarball | build | 2731469
hydraConfig   | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils | build | 2792119
coreutils | build | 2690543
nixpkgs   | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
glibcTarball  | build | 2791847
parted| build | 2731467
guile | build | 2792076
tarball   | build | 1561375
grep  | build | 2792132
hurdSrc   | git   | 
git://git.sv.gnu.org/hurd/incubator.git:286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824
machTarball   | build | 2791092
mach  | build | 2778231

Regards,

The Hydra build daemon.

---
make[1]: Entering directory 
`/tmp/nix-build-s5vrkyj4r5dy3qndn0hbd55m14r22108-hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824.drv-0/git-export/ufs-utils'
building ../hurd-snap/ufs-utils
mkdir ../hurd-snap/ufs-utils
building lndist
ln ./Makefile ./mkfs.c ./clri.c ./stati.c ./dlabel.c ../hurd-snap/ufs-utils
make[1]: Leaving directory 
`/tmp/nix-build-s5vrkyj4r5dy3qndn0hbd55m14r22108-hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824.drv-0/git-export/ufs-utils'
building benchmarks-lndist
make -C benchmarks lndist no_deps=t
make[1]: Entering directory 
`/tmp/nix-build-s5vrkyj4r5dy3qndn0hbd55m14r22108-hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824.drv-0/git-export/benchmarks'
building ../hurd-snap/benchmarks
mkdir ../hurd-snap/benchmarks
building lndist
ln ./Makefile ./forks.c ../hurd-snap/benchmarks
make[1]: Leaving directory 
`/tmp/nix-build-s5vrkyj4r5dy3qndn0hbd55m14r22108-hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824.drv-0/git-export/benchmarks'
building fstests-lndist
make -C fstests lndist no_deps=t
make[1]: Entering directory 
`/tmp/nix-build-s5vrkyj4r5dy3qndn0hbd55m14r22108-hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824.drv-0/git-export/fstests'
building ../hurd-snap/fstests
mkdir ../hurd-snap/fstests
building lndist
ln ./Makefile ./fstests.c ./fdtests.c ./timertest.c ./opendisk.c 
../hurd-snap/fstests
make[1]: Leaving directory 
`/tmp/nix-build-s5vrkyj4r5dy3qndn0hbd55m14r22108-hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824.drv-0/git-export/fstests'
building eth-multiplexer-lndist
make -C eth-multiplexer lndist no_deps=t
make[1]: Entering directory 
`/tmp/nix-build-s5vrkyj4r5dy3qndn0hbd55m14r22108-hurd-tarball-0pre286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824.drv-0/git-export/eth-multiplexer'
building device.defs
echo '#include device/device.defs'  device.defs
building ourdevice.defs
gcc -E -x c  -I.  -I..  -I../include -I../include -D_GNU_SOURCE -D_IO_MTSAFE_IO 
-D_FILE_OFFSET_BITS=64  -DPACKAGE_NAME=\GNU\ Hurd\ -DPACKAGE_TARNAME=\hurd\ 
-DPACKAGE_VERSION=\0.3\ -DPACKAGE_STRING=\GNU\ Hurd\ 0.3\ 
-DPACKAGE_BUGREPORT=\bug-h...@gnu.org\ 
-DPACKAGE_URL=\http://www.gnu.org/software/hurd/\; -DHAVE_MIG_RETCODE=1 
-DHAVE_GETGROUPLIST=1 -DHAVE_USELOCALE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_PARTED_PARTED_H=1 -DHAVE_LIBPARTED=1 -DHAVE_LIBUUID=1 -DHAVE_LIBDL=1 -x 
c device.defs | sed -e '/out[]*device[   ]*:[
]*device_t/s/device_t/mach_port_send_t/'  ourdevice.defs
building notify.defs
echo '#include mach/notify.defs'  notify.defs
building ../hurd-snap/eth-multiplexer
mkdir ../hurd-snap/eth-multiplexer
building lndist
ln ./Makefile ./ethernet.c ./vdev.c ./multiplexer.c ./dev_stat.c ./netfs_impl.c 
./notify_impl.c ./device_impl.c ./demuxer.c ./ethernet.h ./util.h ./vdev.h 
./netfs_impl.h ./ourdevice.defs ./notify.defs ../hurd-snap/eth-multiplexer
make[1]: Leaving 

Hydra job gnu:hurd-master:xbuild_without_parted on x86_64-linux, build 2796182: Success

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2796182 of job 
gnu:hurd-master:xbuild_without_parted has changed from 'Dependency failed' to 
'Success'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2796182

A summary of the build information follows:

Build ID:  | 2796182
Nix name:  | hurd-0-2-3434-gb4d90f1-i586-pc-gnu
Short description: | Native Nix build on x86_64-linux
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/4zlr74xrxgvrl6djwdwx5sicjjjs3zdy-hurd-0-2-3434-gb4d90f1-i586-pc-gnu.drv
Output store path: | 
/nix/store/w867iyzx5vr302iskbid2g119vfq98s0-hurd-0-2-3434-gb4d90f1-i586-pc-gnu
Time added:| 2012-07-11 00:37:48
Build started: | 2012-07-11 00:27:48
Build finished:| 2012-07-11 00:37:48
Duration:  | 600s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2792119
coreutils| build | 2690543
glibcTarball | build | 2791847
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
tarball  | build | 2785884
guile| build | 2792076
grep | build | 2792132
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2792148
mach | build | 2792147

Regards,

The Hydra build daemon.



Hydra job gnu:hurd-dde:xbuild on x86_64-linux, build 2796209: Failed

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2796209 of job gnu:hurd-dde:xbuild has 
changed from 'Dependency failed' to 'Failed'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2796209

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2796209
Nix name:  | hurd-2020-i586-pc-gnu
Short description: | Native Nix build on x86_64-linux
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/11r3dkzsfcdp2bwmkwzlmgzxg9h6jyas-hurd-2020-i586-pc-gnu.drv
Output store path: | 
/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu
Time added:| 2012-07-11 00:52:06
Build started: | 2012-07-11 00:31:25
Build finished:| 2012-07-11 00:52:06
Duration:  | 1241s

The build inputs were:

Name  | Type  | Value
--+---+--
xbuild| build | 1839880
partedTarball | build | 2731469
hydraConfig   | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils | build | 2792119
coreutils | build | 2690543
nixpkgs   | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
glibcTarball  | build | 2791847
parted| build | 2731467
guile | build | 2792076
tarball   | build | 1561375
grep  | build | 2792132
hurdSrc   | git   | 
git://git.sv.gnu.org/hurd/incubator.git:286a6fc51ae5a6ad0f93e0f9c9cb4412c86da824
machTarball   | build | 2791092
mach  | build | 2778231

Regards,

The Hydra build daemon.

---
Makefile:37: warning: overriding recipe for target `lndist'
../Makeconf:396: warning: ignoring old recipe for target `lndist'
building 
/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/include/sys/procfs.h
mkdir 
/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/include/sys
/bin/sh 
/tmp/nix-build-11r3dkzsfcdp2bwmkwzlmgzxg9h6jyas-hurd-2020-i586-pc-gnu.drv-0/hurd-2020/install-sh
 -c -C -m 644 sys/procfs.h 
/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/include/sys/procfs.h
make[1]: Leaving directory 
`/tmp/nix-build-11r3dkzsfcdp2bwmkwzlmgzxg9h6jyas-hurd-2020-i586-pc-gnu.drv-0/hurd-2020/include'
`hurd/auth.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/auth.msgids'
`hurd/auth_reply.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/auth_reply.msgids'
`hurd/auth_request.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/auth_request.msgids'
`hurd/crash.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/crash.msgids'
`hurd/crash_reply.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/crash_reply.msgids'
`hurd/default_pager.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/default_pager.msgids'
`hurd/default_pager_reply.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/default_pager_reply.msgids'
`hurd/exec.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/exec.msgids'
`hurd/exec_startup.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/exec_startup.msgids'
`hurd/fs.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/fs.msgids'
`hurd/fs_notify.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/fs_notify.msgids'
`hurd/fsys.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/fsys.msgids'
`hurd/fsys_reply.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/fsys_reply.msgids'
`hurd/hurd.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/hurd.msgids'
`hurd/hurd_types.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/hurd_types.msgids'
`hurd/ifsock.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/ifsock.msgids'
`hurd/iioctl.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/iioctl.msgids'
`hurd/interrupt.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/interrupt.msgids'
`hurd/io.msgids' - 
`/nix/store/mi2ra3z7l7ci4lainib739rk1j88v2p7-hurd-2020-i586-pc-gnu/share/msgids/io.msgids'
`hurd/io_reply.msgids' - 

Hydra job gnu:hurd-master:qemu_tests.parallel_build on x86_64-linux, build 2796176: Success

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2796176 of job 
gnu:hurd-master:qemu_tests.parallel_build has changed from 'Dependency failed' 
to 'Success'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2796176

A summary of the build information follows:

Build ID:  | 2796176
Nix name:  | hurd-qemu-test-parallel-build
Short description: | The GNU Hurd, GNU project's replacement for the Unix 
kernel
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/jzv14gghkvqkdzjngwrvh3hkyar6ijr6-hurd-qemu-test-parallel-build.drv
Output store path: | 
/nix/store/iq22mp78vy7gwl24f67xgixf64xndrxc-hurd-qemu-test-parallel-build
Time added:| 2012-07-11 01:28:38
Build started: | 2012-07-11 00:27:54
Build finished:| 2012-07-11 01:28:38
Duration:  | 3644s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2792119
coreutils| build | 2690543
glibcTarball | build | 2791847
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
tarball  | build | 2785884
guile| build | 2792076
grep | build | 2792132
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2792148
mach | build | 2792147

Regards,

The Hydra build daemon.



Hydra job gnu:hurd-master:qemu_tests.build on x86_64-linux, build 2796392: Success

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2796392 of job 
gnu:hurd-master:qemu_tests.build has changed from 'Dependency failed' to 
'Success'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2796392

A summary of the build information follows:

Build ID:  | 2796392
Nix name:  | hurd-qemu-test-build
Short description: | The GNU Hurd, GNU project's replacement for the Unix 
kernel
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/w9lgb4qfl7ci3fhbq578vd1pqf02pj84-hurd-qemu-test-build.drv
Output store path: | 
/nix/store/p8h9zv71sz45f9vnfgw43dihqjgskd0l-hurd-qemu-test-build
Time added:| 2012-07-11 01:31:20
Build started: | 2012-07-11 00:54:58
Build finished:| 2012-07-11 01:31:20
Duration:  | 2182s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2792119
coreutils| build | 2690543
glibcTarball | build | 2796216
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
tarball  | build | 2796178
guile| build | 2792076
grep | build | 2792132
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2792148
mach | build | 2792147

Regards,

The Hydra build daemon.



Hydra job gnu:hurd-master:qemu_tests.coreutils on x86_64-linux, build 2796554: Failed with non-zero exit code

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2796554 of job 
gnu:hurd-master:qemu_tests.coreutils has changed from 'Dependency failed' to 
'Failed with non-zero exit code'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2796554

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2796554
Nix name:  | hurd-qemu-test-coreutils-build
Short description: | The GNU Hurd, GNU project's replacement for the Unix 
kernel
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/7yf9874rjc78cc96fn01dqhr0vq4cw1l-hurd-qemu-test-coreutils-build.drv
Output store path: | 
/nix/store/2kqbs9n7kr4r1app7206fpzg46228xkg-hurd-qemu-test-coreutils-build
Time added:| 2012-07-11 01:39:01
Build started: | 2012-07-11 01:13:27
Build finished:| 2012-07-11 01:39:01
Duration:  | 1534s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2796181
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2796259
coreutils| build | 2690543
glibcTarball | build | 2796216
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
tarball  | build | 2796178
guile| build | 2792076
grep | build | 2792132
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2792148
mach | build | 2796277

Regards,

The Hydra build daemon.

---
mv -f .deps/xstrtold.Tpo .deps/xstrtold.Po
gcc -std=gnu99  -I.  -g -O2 -MT xstrtoumax.o -MD -MP -MF 
.deps/xstrtoumax.Tpo -c -o xstrtoumax.o xstrtoumax.c
mv -f .deps/xstrtoumax.Tpo .deps/xstrtoumax.Po
gcc -std=gnu99  -I.  -g -O2 -MT xvasprintf.o -MD -MP -MF 
.deps/xvasprintf.Tpo -c -o xvasprintf.o xvasprintf.c
mv -f .deps/xvasprintf.Tpo .deps/xvasprintf.Po
gcc -std=gnu99  -I.  -g -O2 -MT xasprintf.o -MD -MP -MF .deps/xasprintf.Tpo 
-c -o xasprintf.o xasprintf.c
mv -f .deps/xasprintf.Tpo .deps/xasprintf.Po
gcc -std=gnu99  -I.  -g -O2 -MT yesno.o -MD -MP -MF .deps/yesno.Tpo -c -o 
yesno.o yesno.c
mv -f .deps/yesno.Tpo .deps/yesno.Po
gcc -std=gnu99  -I.  -g -O2 -MT buffer-lcm.o -MD -MP -MF 
.deps/buffer-lcm.Tpo -c -o buffer-lcm.o buffer-lcm.c
mv -f .deps/buffer-lcm.Tpo .deps/buffer-lcm.Po
gcc -std=gnu99  -I.  -g -O2 -MT asnprintf.o -MD -MP -MF .deps/asnprintf.Tpo 
-c -o asnprintf.o asnprintf.c
mv -f .deps/asnprintf.Tpo .deps/asnprintf.Po
gcc -std=gnu99  -I.  -g -O2 -MT asprintf.o -MD -MP -MF .deps/asprintf.Tpo 
-c -o asprintf.o asprintf.c
mv -f .deps/asprintf.Tpo .deps/asprintf.Po
gcc -std=gnu99  -I.  -g -O2 -MT fclose.o -MD -MP -MF .deps/fclose.Tpo -c -o 
fclose.o fclose.c
mv -f .deps/fclose.Tpo .deps/fclose.Po
gcc -std=gnu99  -I.  -g -O2 -MT fdopendir.o -MD -MP -MF .deps/fdopendir.Tpo 
-c -o fdopendir.o fdopendir.c
mv -f .deps/fdopendir.Tpo .deps/fdopendir.Po
gcc -std=gnu99  -I.  -g -O2 -MT fflush.o -MD -MP -MF .deps/fflush.Tpo -c -o 
fflush.o fflush.c
mv -f .deps/fflush.Tpo .deps/fflush.Po
gcc -std=gnu99  -I.  -g -O2 -MT fpurge.o -MD -MP -MF .deps/fpurge.Tpo -c -o 
fpurge.o fpurge.c
mv -f .deps/fpurge.Tpo .deps/fpurge.Po
gcc -std=gnu99  -I.  -g -O2 -MT freadahead.o -MD -MP -MF 
.deps/freadahead.Tpo -c -o freadahead.o freadahead.c
mv -f .deps/freadahead.Tpo .deps/freadahead.Po
gcc -std=gnu99  -I.  -g -O2 -MT freadptr.o -MD -MP -MF .deps/freadptr.Tpo 
-c -o freadptr.o freadptr.c
mv -f .deps/freadptr.Tpo .deps/freadptr.Po
gcc -std=gnu99  -I.  -g -O2 -MT fseek.o -MD -MP -MF .deps/fseek.Tpo -c -o 
fseek.o fseek.c
mv -f .deps/fseek.Tpo .deps/fseek.Po
gcc -std=gnu99  -I.  -g -O2 -MT fseeko.o -MD -MP -MF .deps/fseeko.Tpo -c -o 
fseeko.o fseeko.c
mv -f .deps/fseeko.Tpo .deps/fseeko.Po
gcc -std=gnu99  -I.  -g -O2 -MT fseterr.o -MD -MP -MF .deps/fseterr.Tpo -c 
-o fseterr.o fseterr.c
mv -f .deps/fseterr.Tpo .deps/fseterr.Po
gcc -std=gnu99  -I.  -g -O2 -MT fsusage.o -MD -MP -MF .deps/fsusage.Tpo -c 
-o fsusage.o fsusage.c
fsusage.c: In function 'get_fs_usage':
fsusage.c:292:21: error: 'fsd' undeclared (first use in this function)
fsusage.c:292:21: note: each undeclared identifier is reported only once for 
each function it appears in
make[3]: *** [fsusage.o] Error 1
make[3]: Leaving directory `/coreutils-8.17.41-d569d-dirty/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/coreutils-8.17.41-d569d-dirty/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 

Hydra job gnu:hurd-master:qemu_tests.coreutils on x86_64-linux, build 2796180: Failed with non-zero exit code

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2796180 of job 
gnu:hurd-master:qemu_tests.coreutils has changed from 'Dependency failed' to 
'Failed with non-zero exit code'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2796180

The last 50 lines of the build log are shown at the bottom of this email.

A summary of the build information follows:

Build ID:  | 2796180
Nix name:  | hurd-qemu-test-coreutils-build
Short description: | The GNU Hurd, GNU project's replacement for the Unix 
kernel
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/iimfbr42nk0rwgw8pn4822pjvprlvrv4-hurd-qemu-test-coreutils-build.drv
Output store path: | 
/nix/store/w213vgfqzgb8f5w8z2bd2k6a2kayy8nq-hurd-qemu-test-coreutils-build
Time added:| 2012-07-11 01:59:17
Build started: | 2012-07-11 00:27:05
Build finished:| 2012-07-11 01:59:17
Duration:  | 5532s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2792119
coreutils| build | 2690543
glibcTarball | build | 2791847
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
tarball  | build | 2785884
guile| build | 2792076
grep | build | 2792132
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2792148
mach | build | 2792147

Regards,

The Hydra build daemon.

---
mv -f .deps/xstrtold.Tpo .deps/xstrtold.Po
gcc -std=gnu99  -I.  -g -O2 -MT xstrtoumax.o -MD -MP -MF 
.deps/xstrtoumax.Tpo -c -o xstrtoumax.o xstrtoumax.c
mv -f .deps/xstrtoumax.Tpo .deps/xstrtoumax.Po
gcc -std=gnu99  -I.  -g -O2 -MT xvasprintf.o -MD -MP -MF 
.deps/xvasprintf.Tpo -c -o xvasprintf.o xvasprintf.c
mv -f .deps/xvasprintf.Tpo .deps/xvasprintf.Po
gcc -std=gnu99  -I.  -g -O2 -MT xasprintf.o -MD -MP -MF .deps/xasprintf.Tpo 
-c -o xasprintf.o xasprintf.c
mv -f .deps/xasprintf.Tpo .deps/xasprintf.Po
gcc -std=gnu99  -I.  -g -O2 -MT yesno.o -MD -MP -MF .deps/yesno.Tpo -c -o 
yesno.o yesno.c
mv -f .deps/yesno.Tpo .deps/yesno.Po
gcc -std=gnu99  -I.  -g -O2 -MT buffer-lcm.o -MD -MP -MF 
.deps/buffer-lcm.Tpo -c -o buffer-lcm.o buffer-lcm.c
mv -f .deps/buffer-lcm.Tpo .deps/buffer-lcm.Po
gcc -std=gnu99  -I.  -g -O2 -MT asnprintf.o -MD -MP -MF .deps/asnprintf.Tpo 
-c -o asnprintf.o asnprintf.c
mv -f .deps/asnprintf.Tpo .deps/asnprintf.Po
gcc -std=gnu99  -I.  -g -O2 -MT asprintf.o -MD -MP -MF .deps/asprintf.Tpo 
-c -o asprintf.o asprintf.c
mv -f .deps/asprintf.Tpo .deps/asprintf.Po
gcc -std=gnu99  -I.  -g -O2 -MT fclose.o -MD -MP -MF .deps/fclose.Tpo -c -o 
fclose.o fclose.c
mv -f .deps/fclose.Tpo .deps/fclose.Po
gcc -std=gnu99  -I.  -g -O2 -MT fdopendir.o -MD -MP -MF .deps/fdopendir.Tpo 
-c -o fdopendir.o fdopendir.c
mv -f .deps/fdopendir.Tpo .deps/fdopendir.Po
gcc -std=gnu99  -I.  -g -O2 -MT fflush.o -MD -MP -MF .deps/fflush.Tpo -c -o 
fflush.o fflush.c
mv -f .deps/fflush.Tpo .deps/fflush.Po
gcc -std=gnu99  -I.  -g -O2 -MT fpurge.o -MD -MP -MF .deps/fpurge.Tpo -c -o 
fpurge.o fpurge.c
mv -f .deps/fpurge.Tpo .deps/fpurge.Po
gcc -std=gnu99  -I.  -g -O2 -MT freadahead.o -MD -MP -MF 
.deps/freadahead.Tpo -c -o freadahead.o freadahead.c
mv -f .deps/freadahead.Tpo .deps/freadahead.Po
gcc -std=gnu99  -I.  -g -O2 -MT freadptr.o -MD -MP -MF .deps/freadptr.Tpo 
-c -o freadptr.o freadptr.c
mv -f .deps/freadptr.Tpo .deps/freadptr.Po
gcc -std=gnu99  -I.  -g -O2 -MT fseek.o -MD -MP -MF .deps/fseek.Tpo -c -o 
fseek.o fseek.c
mv -f .deps/fseek.Tpo .deps/fseek.Po
gcc -std=gnu99  -I.  -g -O2 -MT fseeko.o -MD -MP -MF .deps/fseeko.Tpo -c -o 
fseeko.o fseeko.c
mv -f .deps/fseeko.Tpo .deps/fseeko.Po
gcc -std=gnu99  -I.  -g -O2 -MT fseterr.o -MD -MP -MF .deps/fseterr.Tpo -c 
-o fseterr.o fseterr.c
mv -f .deps/fseterr.Tpo .deps/fseterr.Po
gcc -std=gnu99  -I.  -g -O2 -MT fsusage.o -MD -MP -MF .deps/fsusage.Tpo -c 
-o fsusage.o fsusage.c
fsusage.c: In function 'get_fs_usage':
fsusage.c:292:21: error: 'fsd' undeclared (first use in this function)
fsusage.c:292:21: note: each undeclared identifier is reported only once for 
each function it appears in
make[3]: *** [fsusage.o] Error 1
make[3]: Leaving directory `/coreutils-8.17.41-d569d-dirty/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/coreutils-8.17.41-d569d-dirty/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 

Hydra job gnu:hurd-master:qemu_tests.build on x86_64-linux, build 2796183: Success

2012-07-10 Thread Hydra Build Daemon
Hi,

This is to let you know that Hydra build 2796183 of job 
gnu:hurd-master:qemu_tests.build has changed from 'Dependency failed' to 
'Success'.

Complete build information can be found on this page: 
http://hydra.nixos.org/build/2796183

A summary of the build information follows:

Build ID:  | 2796183
Nix name:  | hurd-qemu-test-build
Short description: | The GNU Hurd, GNU project's replacement for the Unix 
kernel
Maintainer(s): | Hurd commit-hurd@gnu.org, Ludovic Courtès 
l...@gnu.org
System:| x86_64-linux
Derivation store path: | 
/nix/store/gqjs07xmxgz5jjsr9shmnd7gs9yf42y9-hurd-qemu-test-build.drv
Output store path: | 
/nix/store/1s13nh9xhpxas3p4hz8ax4q2z4n3lpf8-hurd-qemu-test-build
Time added:| 2012-07-11 03:04:20
Build started: | 2012-07-11 00:28:52
Build finished:| 2012-07-11 03:04:20
Duration:  | 9328s

The build inputs were:

Name | Type  | Value
-+---+--
xbuild   | build | 2785888
partedTarball| build | 2731469
hydraConfig  | git   | 
git://git.savannah.gnu.org/hydra-recipes.git:83845881d29d98b9a7479edc656d254b974c966c
inetutils| build | 2792119
coreutils| build | 2690543
glibcTarball | build | 2791847
parted   | build | 2731467
nixpkgs  | git   | 
git://github.com/NixOS/nixpkgs.git:cfb08fc6002670aaa02c2abc5315156c17e93219
tarball  | build | 2785884
guile| build | 2792076
grep | build | 2792132
hurdSrc  | git   | 
git://git.sv.gnu.org/hurd/hurd.git:b4d90f14926247f087a719462a7c61e794afa489
coreutilsTarball | build | 2785472
machTarball  | build | 2792148
mach | build | 2792147

Regards,

The Hydra build daemon.