Re: [PATCH] rumpkernel dependencies

2020-04-03 Thread Samuel Thibault
Damien Zammit, le ven. 03 avril 2020 21:48:15 +1100, a ecrit: > On 3/4/20 6:45 pm, Samuel Thibault wrote: > > Isn't that ./buildrump.sh/src/sys/sys/ioccom.h ? > > Oh yea, I have added that one instead to our tree (rump doesn't have it). Well, rump does have it but doesn't install it (as well as d

Re: git-bisect results on gnumach

2020-04-03 Thread Samuel Thibault
Thanks! I pushed a fix. Samuel

[sr #110199] Cross-building of GNU/Hurd and additional packages

2020-04-03 Thread Svante Signell
Follow-up Comment #4, sr #110199 (project administration): [comment #3 comment #3:] > > [comment #2 comment #2:] > > Regarding patches in the patches directory, it does not make sense to add copyright notices. > > Why not? I have now added Copyright info to the patches directory, see hurd-cross

Re: git-bisect results on gnumach

2020-04-03 Thread Svante Signell
On Fri, 2020-04-03 at 16:11 +0200, Svante Signell wrote: > Hello, > > After having problems to boot the cross-built Hurd from the latest > hurd/gnumach/mig git repos bisecting gnumach with git-bisect the > following bad commit was found (breaking --enable-pae according to > Samuel): > > 0b3504b6d

git-bisect results on gnumach

2020-04-03 Thread Svante Signell
Hello, After having problems to boot the cross-built Hurd from the latest hurd/gnumach/mig git repos bisecting gnumach with git-bisect the following bad commit was found (breaking --enable-pae according to Samuel): 0b3504b6db86c531e8b53b8e9aa9030db6e72357 is the first bad commit commit 0b3504b6db

Re: [PATCH] rumpkernel dependencies

2020-04-03 Thread Damien Zammit
Hi, see attached patch. On 3/4/20 6:45 pm, Samuel Thibault wrote: > I don't see the reason why for most of them: libpthread.a, > libpciaccess.a, libdl.a are not _pic.a variants for instance. > > For a start, try to use non-pic variants for libtrivfs, > libshouldbeinlibc, libports, libiohelp, libi

Re: [PATCH] rump_kernel: Add link to Robert's project.

2020-04-03 Thread Samuel Thibault
Applied, thanks! Samuel

[PATCH] rump_kernel: Add link to Robert's project.

2020-04-03 Thread Ricardo Wurmus
--- rump_kernel.mdwn | 4 1 file changed, 4 insertions(+) diff --git a/rump_kernel.mdwn b/rump_kernel.mdwn index 338f5581..71b376e0 100644 --- a/rump_kernel.mdwn +++ b/rump_kernel.mdwn @@ -34,6 +34,10 @@ License|/fdl]]."]]"""]] A tutorial introduction for those interested in using and

Re: [PATCH] rumpkernel dependencies

2020-04-03 Thread Samuel Thibault
Damien Zammit, le ven. 03 avril 2020 12:23:56 +1100, a ecrit: > On 3/4/20 9:28 am, Samuel Thibault wrote: > > Concerning the link line, I don't understand why hardcoding everything? > > > > - For a start, are the _pic.a versions really needed? The .a versions > > should just work. > > I think t