[PATCH] [libmachdev] use real_descriptor instead of descriptor

2023-01-25 Thread Flavio Cruz
Interface was changed in https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=b379d5afdf65cce11426ab0349a3778b3fd632f5 where the signature of i386 RPCs are now using real_descriptor --- libmachdev/trivfs_server.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a

[PATCH] [tls] use real_descriptor instead of descriptor

2023-01-25 Thread Flavio Cruz
Interface was changed in https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=b379d5afdf65cce11426ab0349a3778b3fd632f5 where the signature of i386 RPCs are now using real_descriptor. --- sysdeps/mach/hurd/i386/htl/pt-machdep.c | 14 + sysdeps/mach/hurd/i386/tls.h|

Re: [PATCH] Do not include seg.c when building for x86_64

2023-01-25 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mer. 25 janv. 2023 02:16:10 -0500, a ecrit: > File was removed in a previous patch for i386. > > To avoid future problems, include some common files between i386 and > x86_64 in i386/Makefrag_x86.am. It is also easier to see what is different and > what lacks supp

Re: On wiki and patches (was Re: Building Hurd)

2023-01-25 Thread Samuel Thibault
Hello, Sergey Bugaev, le mer. 25 janv. 2023 10:48:35 +0300, a ecrit: > > https://darnassus.sceen.net/~hurd-web/toolchain/cross-gnu/ > > I must have already asked this before, but: how do I modify the wiki? > Do I just send patches to bug-hurd? Is You can, yes. > http://git.savannah.gnu.org/cgit

Re: On wiki and patches (was Re: Building Hurd)

2023-01-25 Thread Guy-Fleury Iteriteka
Hello On January 25, 2023 9:48:35 AM GMT+02:00, Sergey Bugaev wrote: >On Wed, Jan 25, 2023 at 4:10 AM Samuel Thibault >wrote: >> Hello, > >Hi! > >> It'd be useful that all these small cross-compilation howtos here and >> there be merged into the corresponding wiki page where it belongs, >> >>

Re: No rule to make target 'interruptServer.stamp', needed by 'interrupt_S.h'

2023-01-25 Thread Sergey Bugaev
On Wed, Jan 25, 2023 at 1:57 PM Sergey Bugaev wrote: > [0]: Chained Rules (GNU make) Arghhh, Edge is at it again! I meant: [0]: https://www.gnu.org/software/make/manual/html_node/Chained-Rules.html

Re: No rule to make target 'interruptServer.stamp', needed by 'interrupt_S.h'

2023-01-25 Thread Sergey Bugaev
> On Tue, Jan 24, 2023 at 7:59 PM Ryan Raymond wrote: > Does anyone know what this is? The file "interrupt_S.h" doesn't exist, but > many files refer to it. I checked the git log but there wasn't a record of > the file ever existing. This header in not checked into the Git repo, it is, as Flávi