summaryrefslogtreecommitdiff
path: root/contributing
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2012-03-17 15:45:09 +0100
committerArne Babenhauserheide <arne_bab@web.de>2012-03-17 15:45:09 +0100
commit862409340e2c50230ef7d1c01269229a15fdae77 (patch)
tree9b00a38f7fe59b52070b5afe29190f3387560430 /contributing
parent0c99e2813e94c69f313f1cd523b8616c9fcf769d (diff)
news: started turning the moth into text.
Diffstat (limited to 'contributing')
-rw-r--r--contributing/web_pages/news/moth_next.mdwn30
1 files changed, 16 insertions, 14 deletions
diff --git a/contributing/web_pages/news/moth_next.mdwn b/contributing/web_pages/news/moth_next.mdwn
index 82344ad6..b5b7fa29 100644
--- a/contributing/web_pages/news/moth_next.mdwn
+++ b/contributing/web_pages/news/moth_next.mdwn
@@ -15,6 +15,9 @@ Will be set by tschwinge when publishing.
<!-- This is just a skeleton. Use it to create a new MotH. -->
+PREPARING THE NEXT Month of the Hurd
+
+
A month of the Hurd: *nix-based builds, *slab allocator*, and *life filesystem debugging*.
[[!if test="included()" then="""[[!toggle id=full_news
text="Details."]][[!toggleable id=full_news text="[[!paste id=full_news]]"]]"""
@@ -25,22 +28,13 @@ else="
<!--basic structure of a MotH entry. Adapt, reduce and add points as needed. At the end, try to make the text flow as a unified whole.-->
-Ludovic Courtès:
-
-- Continuously-built Nix-based QEMU image: http://lists.gnu.org/archive/html/bug-hurd/2011-11/msg00047.html
-- modern Autoconf initialization: http://lists.gnu.org/archive/html/bug-hurd/2011-11/msg00068.html
-- Allow /hurd/init to be a symlink: http://lists.gnu.org/archive/html/bug-hurd/2011-11/msg00032.html
-- The Hurd now builds with Savannah’s libc (2.14+): http://lists.gnu.org/archive/html/bug-hurd/2011-11/msg00025.html
-Samuel Thibault: Christmas gift: New CD set: http://lists.debian.org/debian-hurd/2011/12/msg00095.html
+Samuel Thibault: Christmas gift:
-Samuel Thibault: /dev/urandom as native translator: http://lists.debian.org/debian-hurd/2011/11/msg00092.html
+Samuel Thibault:
-Samuel Thibault identified three easy porting cases: http://lists.debian.org/debian-hurd/2011/11/msg00095.html:
+Samuel Thibault identified
-- undefined reference to dl_foo: add -ldl for building
-- undefined reference to `main': missing gnu* case in the linking part of configure.ac or .in (pd-* packages are already being handled by their maintainer)
-- undefined reference to clock_gettime or crypt: add -lrt or -lcrypt
Richard Braun committed the last patch to mplanetas branch of the slab allocator
work, for integration. http://lists.gnu.org/archive/html/bug-hurd/2011-12/msg00046.html
@@ -105,9 +99,17 @@ And as a final note, we want to share a story about real-life debugging with the
------
-This month [hurd hacker] [item]
+This month Ludovic Courtès added a [Continuously-built Nix-based QEMU image](http://lists.gnu.org/archive/html/bug-hurd/2011-11/msg00047.html), raising the count of Hurd distributions to 3: Debian, Arch and now Nix. His build is still pretty basic, but continuous integration is a great feature for testing images.
+
+Also he added a [modern Autoconf initialization](http://lists.gnu.org/archive/html/bug-hurd/2011-11/msg00068.html), [allowed /hurd/init to be a symlink](http://lists.gnu.org/archive/html/bug-hurd/2011-11/msg00032.html) and made the Hurd [build with Savannah’s libc (2.14+)](http://lists.gnu.org/archive/html/bug-hurd/2011-11/msg00025.html), getting the Nix distribution even more towards the cutting edge.
+
+Samuel Thibault followed up with a [new debian disk set](http://lists.debian.org/debian-hurd/2011/12/msg00095.html) as christmas gift, turned /dev/urandom into a [native translator](http://lists.debian.org/debian-hurd/2011/11/msg00092.html) and [identified](http://lists.debian.org/debian-hurd/2011/11/msg00095.html) three easy porting cases with solutions:
+
+- undefined reference to dl_foo: add -ldl for building
+- undefined reference to `main': missing gnu* case in the linking part of configure.ac or .in (pd-* packages are already being handled by their maintainer)
+- undefined reference to clock_gettime or crypt: add -lrt or -lcrypt
-Also …
+These should help all those who want to help [[porting packages|hurd/porting/]] to
[our hackers] …