Il 09/08/23 19:57, Samuel Thibault ha scritto:
Samuel Thibault, le mar. 08 août 2023 19:15:50 +0200, a ecrit:
I continued stabbing at the network issue, it was just a size alignment
problem, so that depending on their sizes, half of the network packets
would be discarded by mach_msg. Hurd-amd64 packages are getting rebuilt
to contain the fix.
They're rebuilt, the image as well.
Along the way, I fixed the hurd package getting built with pie enabled,
that was a missing commit to be uploaded to dpkg.
I'll also try to build with nostrip. In case it's not too big that'll
make debugging even easier.
Thanks! now I am able to set up networking so I can install some more
stuff, I can also ssh from my host to the 64-bit hurd :D
By the way, if I try to add the repository key with
apt-key adv --recv-keys --keyserver keyring.debian.org
900CB024B67931D40F82304BD0178C767D069EE6
it fails with
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them
is required for this operation
Were there any build failures with gnupg or was it just left out? (I see
other gnupg-related packages built successfully, e.g. gpgv). I can
bypass authentication anyway for now with --allow-unauthenticated and
--allow-insecure-repositories.
Luca