all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* GSoC: Porting Guix to Hurd week 3+4 report.
@ 2015-05-31  8:13 Manolis Ragkousis
  2015-05-31 20:22 ` Ludovic Courtès
  0 siblings, 1 reply; 10+ messages in thread
From: Manolis Ragkousis @ 2015-05-31  8:13 UTC (permalink / raw
  To: Ludovic Courtès, Samuel Thibault; +Cc: Guix-devel, bug-hurd

Hello Guix, Hello Hurd

Last week I didn't send a report on my progress because I didn't
believe I have anything
of importance to report. So here is a recap of what I did these two
weeks, the problems I
came up with, and the problems I currently have.

1) I sent the patches of the two previews weeks for review, modified
them according to Ludo's
 suggestions and most of them are pushed in the right branches.

2) I thought last week I was close in producing the tarballs. I was
wrong. There is a problem
when building %gcc-static that the build fail at libgcc because it
targets the wrong system.
This is what I was investigating the whole week. While trying to find
what's wrong I stumbled
upon these problems:

3) Found a circular dependency between glibc-hurd-headers and
hurd-minimal. Resolved it
and sent a patch to the list. (Ludovic please give it a look :-))

4) tarball-package in make-bootstrap.scm does not give the right name
to the packages it produces.
Changed tarball-package so now we can pass the target to it and as a
result it will use the proper name.

5) gcc-4.7 passes "--with-native-system-header-dir=" which points to
the wrong libc. According to my
understanding this should point to the proper libc to be used in the
target system. Am I right?

6) So the problem with %gcc-static is that libdecnumber: sets "dpd"
while  libgcc: sets "no" and we get
 a build failure because it can't find "no" in libdecnumber. Found a
similar case here
https://gcc.gnu.org/ml/gcc/2007-03/msg00941.html . Turned everything
in make-bootstrap.scm into procedures
so I am sure it evaluates to the right libc, patched libdecunmber's
and libgcc's configure.ac so they
run AC_CANONICAL_{BUILD,HOST,TARGET} and made sure with the repl that
the right glibc is used.
And still can't find how to solve it. Any suggestions?

I have probably forgot some things but I believe I reported most of
them. I would really like your opinion on
these problems so I can continue.

Manolis

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-06-08 13:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-31  8:13 GSoC: Porting Guix to Hurd week 3+4 report Manolis Ragkousis
2015-05-31 20:22 ` Ludovic Courtès
2015-06-02 14:06   ` Manolis Ragkousis
2015-06-02 15:55     ` Thomas Schwinge
2015-06-03 21:25       ` Manolis Ragkousis
2015-06-04 20:48         ` Ludovic Courtès
2015-06-07 20:55           ` Thomas Schwinge
2015-06-08 11:43             ` Manolis Ragkousis
2015-06-08 12:59             ` Ludovic Courtès
2015-06-08 13:12               ` Manolis Ragkousis

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.