Hello, Braione Pietro, le Tue 15 Sep 2015 12:31:16 +0000, a écrit : > ../libports/libports.so: undefined reference to > `mach_port_set_protected_payload’ > ../libports/libports.so: undefined reference to > `mach_port_clear_protected_payload’
These are new features which were added to GNU Mach after the 2013 release. To get them you need at least a newer glibc in addition to the newer gnumach. You can either: - upgrade to sid to get the latest packages - or just hack with the debian hurd sources of the release you are using, which don't make use of these features. The Hurd codebase hasn't changed too much, so work you do there can probably be easily ported to the current master. Samuel