<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/guix/build/make-bootstrap.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-01-09T13:47:53Z</updated>
<entry>
<title>Remove most uses of the _IO*F constants.</title>
<updated>2019-01-09T13:47:53Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2019-01-07T09:57:18Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=76832d3420594c8b5feaf7682b84b5481a49a076'/>
<id>urn:sha1:76832d3420594c8b5feaf7682b84b5481a49a076</id>
<content type='text'>
These constants, for use with 'setvbuf', were deprecated in Guile 2.2
and disappeared in Guile 3.0.  Here we keep these constants in
build-side code where removing them is not feasible.

* guix/build/download-nar.scm (download-nar): Adjust 'setvbuf' calls to
the Guile 2.2+ API.
* guix/build/download.scm (open-socket-for-uri): Likewise.
(open-connection-for-uri, url-fetch): Likewise.
* guix/build/make-bootstrap.scm (make-stripped-libc): Likewise.
* guix/build/union.scm (setvbuf) [guile-2.0]: New conditional wrapper.
(union-build): Adjust to new API.
* guix/ftp-client.scm (ftp-open, ftp-list, ftp-retr): Likewise.
* guix/http-client.scm (http-fetch): Likewise.
* guix/inferior.scm (proxy): Likewise.
* guix/scripts/substitute.scm (fetch, http-multiple-get): Likewise.
* guix/self.scm (compiled-modules): Likewise.
* guix/ssh.scm (remote-daemon-channel, store-import-channel)
(store-export-channel): Likewise.
* guix/ui.scm (initialize-guix): Likewise.
* tests/publish.scm (http-get-port): Likewise.
* guix/store.scm (%newlines): Adjust comment.
</content>
</entry>
<entry>
<title>guix: build: make-bootstrap: Copy "falloc.h" to the new system.</title>
<updated>2017-02-27T13:31:06Z</updated>
<author>
<name>Manolis Ragkousis</name>
</author>
<published>2017-02-25T16:57:14Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=751702676e0dcf39657082138f45340b65ae4d3e'/>
<id>urn:sha1:751702676e0dcf39657082138f45340b65ae4d3e</id>
<content type='text'>
In glibc-2.25 a dependency on "linux/falloc.h" was added.
This also reverts commit 8f8f250bdca917b3ce38aa0902f01b19081859a4
which is no longer needed. This commit was not compatible with
the glibc version Hurd is using. See
&lt;https://lists.gnu.org/archive/html/guix-devel/2017-02/msg01046.html&gt;

* guix/build/make-bootstrap.scm (make-stripped-libc): Copy "falloc.h"
to the new system.
* gnu/packages/patches/glibc-bootstrap-system.patch: Remove part
that touches fcntl-linux.h.

Problem reported by Andreas Enge &lt;andreas@enge.fr&gt;.
</content>
</entry>
<entry>
<title>guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.</title>
<updated>2017-01-03T14:00:43Z</updated>
<author>
<name>Manolis Ragkousis</name>
</author>
<published>2017-01-02T12:05:31Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=484437bd438ccaf7efa673edc26aee80d2fc7bf0'/>
<id>urn:sha1:484437bd438ccaf7efa673edc26aee80d2fc7bf0</id>
<content type='text'>
* guix/build/make-bootstrap.scm (%libc-object-files-rx): Update regexp.
</content>
</entry>
<entry>
<title>gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd systems.</title>
<updated>2016-12-07T10:59:02Z</updated>
<author>
<name>Manolis Ragkousis</name>
</author>
<published>2016-11-30T14:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=f13f60cb2620433280ccb2132376b7c6d3dbc06f'/>
<id>urn:sha1:f13f60cb2620433280ccb2132376b7c6d3dbc06f</id>
<content type='text'>
* gnu/packages/make-bootstrap.scm (%glibc-bootstrap-tarball): Make it a procedure.
  (%glibc-stripped): Make it a procedure and move the kernel specific part from
  here to ...
* guix/build/make-bootstrap.scm (make-stripped-libc): ... here. New file.
* Makefile.am (MODULES): Add it.
</content>
</entry>
</feed>
