Debian HURD is not booting after install in Virtual Box VM

2019-02-02 Thread Jeffrey Walton
Hi Everyone, I'm trying to install HURD into a Virtual Box VM on Windows. I've run through the process three times with the following HURD options: * Desktop Environment (GNOME), SSH Server, System Utilities * Desktop Environment (MATE), SSH Server, System Utilities * SSH Server, System

Re: Debian HURD is not booting after install in Virtual Box VM

2019-02-02 Thread Jeffrey Walton
On Sat, Feb 2, 2019 at 10:24 PM Amos Jeffries wrote: > > On 3/02/19 11:27 am, Samuel Thibault wrote: > > > > Jeffrey Walton, le sam. 02 févr. 2019 14:19:24 -0500, a ecrit: > >> I'm trying to install HURD into a Virtual Box VM on Windows. > > > >

GCC and UBsan for Hurd?

2019-02-03 Thread Jeffrey Walton
Hi Everyone, I'm trying to build a debug configuration with UBsan: $ g++ -DDEBUG -g2 -O1 -fsanitize=undefined TestPrograms/test_cxx.cxx /usr/bin/ld: cannot find -lubsan Apt-cache is returning a lot of hits for UBsan, but they seem to be for cross-compiles. What package do I use for Hurd?

Re: Debian GNU/Hurd 2019 released!

2019-07-13 Thread Jeffrey Walton
On Sat, Jul 13, 2019 at 2:48 PM Richard Braun wrote: > > On Sat, Jul 13, 2019 at 08:37:54PM +0200, Arne Babenhauserheide wrote: > > > 1. The installer uses ext2. > > … > > > Regarding (1), ext2 seems a bit unusual in 2019, but it may be a > > > design decision. It may be worth noting ext4 is a

Re: Debian GNU/Hurd 2019 released!

2019-07-13 Thread Jeffrey Walton
On Sat, Jul 6, 2019 at 7:57 PM Samuel Thibault wrote: > > It is with huge pleasure that the Debian GNU/Hurd team announces the > release of Debian GNU/Hurd 2019. This is a snapshot of Debian "sid" at > the time of the stable Debian "stretch" release (July 2019), so it is > mostly based on the

Emacs troubles after dist-upgrade

2019-08-12 Thread Jeffrey Walton
I was able to install emacs-nox after initial install. After a apt-get update && apt-get dist-upgrade: $ sudo emacs /etc/fstab sudo: emacs: command not found And: $ sudo apt-get install emacs-nox Reading package lists... Done Building dependency tree Reading state information... Done

Networking is still broke

2019-08-12 Thread Jeffrey Walton
Networking on a fresh Debian HURD install is still broken. The machine hangs at getting a DHCP address. The only work-around I have found is to disable the network adapter in the vm's settings. With the network adapter removed the vm will boot. A server without a network connection is not very

Re: Networking is still broke

2019-08-12 Thread Jeffrey Walton
On Mon, Aug 12, 2019 at 3:27 AM Samuel Thibault wrote: > > Jeffrey Walton, le lun. 12 août 2019 02:53:44 -0400, a ecrit: > > Networking on a fresh Debian HURD install is still broken. The machine > > hangs at getting a DHCP address. > > > > The only work-aro

Re: Broken random number generator

2019-08-12 Thread Jeffrey Walton
On Mon, Aug 12, 2019 at 4:35 AM Samuel Thibault wrote: > > Jeffrey Walton, le lun. 12 août 2019 04:30:09 -0400, a ecrit: > > I'm trying to setup a machine to investigate this failure of Crypto++ > > (https://buildd.debian.org/status/fetch.php?pkg=libcrypto%2B%2B=hurd-i386=5.

Installer drive names

2019-08-12 Thread Jeffrey Walton
I installed HURD from the latest DVD ISO at . I might be missing something, but it looks like the graphical installer got the names of the hard drive a dvd drive backwards. /dev/hd2 is the size of the dvd in the dvd drive; and /dev/sd0 is the size of the hard drive I created for the virtual

Re: Networking is still broke

2019-08-12 Thread Jeffrey Walton
On Mon, Aug 12, 2019 at 3:31 AM Narcis Garcia wrote: > > Which NIC model do you "plug" to the Hurd machine? I tried the three Intel NICs and virtio. Jeff

tolower trick in net.c

2019-08-12 Thread Jeffrey Walton
Hi Everyone, I was looking at https://git.savannah.gnu.org/cgit/hurd/gnumach.git/tree/xen/net.c. The tolower trick of setting the 5th bit is not portable. C does not guarantee the trick. for (number = 0, c = *cp | 0x20; ... ) As far as I know the only guarantees are: * letters A-Z and a-z

GDB no longer works as expected

2019-10-05 Thread Jeffrey Walton
Hi Everyone, GDB no longer works. GDB worked in the past, but I don't recall how long ago. Fatal Python Error: _PyHashRandomization_Init: failed to get random numbers to initialize Python I can't give the GDB version because `gdb --version` fails, too. Uname identifies as: GNU

Re: hurd_0.9.git20200314-1_source-all.changes ACCEPTED into unstable

2020-03-14 Thread Jeffrey Walton
Hi Everyone, Just a quick note after testing several software packages on the JAN 2020 version of HURD. The distro is doing great. It appears to be much more stable then the previous version I was using for testing. I even performed several ungraceful shutdowns and the box remained stable. In

Apt warnings after dist-upgrade

2020-04-18 Thread Jeffrey Walton
Hi Everyone, I ran a dist-upgrade earlier today. An update now produces several warnings: W: Skipping acquire of configured file 'main/source/Sources' as repository 'http://deb.debian.org/debian-ports sid InRelease' does not seem to provide it (sources.list entry misspelt?) W: Target Packages

Re: Apt warnings after dist-upgrade

2020-04-18 Thread Jeffrey Walton
On Sat, Apr 18, 2020 at 4:53 PM Samuel Thibault wrote: > > Jeffrey Walton, le sam. 18 avril 2020 16:45:44 -0400, a ecrit: > > W: Skipping acquire of configured file 'main/source/Sources' as > > repository 'http://deb.debian.org/debian-ports sid InRelease' does not &

Re: git broken on hurd

2020-04-21 Thread Jeffrey Walton
On Tue, Apr 21, 2020 at 3:46 PM Samuel Thibault wrote: > > Hello, > > Pirate Praveen, le mer. 22 avril 2020 01:10:16 +0530, a ecrit: > > Someone working on it already? I can see it was working till 2.25.1 > > http://snapshot.debian.org/package/git/1%3A2.25.1-1/ > > There has been a test failing

Re: git broken on hurd

2020-04-21 Thread Jeffrey Walton
On Tue, Apr 21, 2020 at 3:56 PM Pirate Praveen wrote: > > On Tue, Apr 21, 2020 at 3:51 pm, Jeffrey Walton > wrote: > > On Tue, Apr 21, 2020 at 3:46 PM Samuel Thibault > > wrote: > >> > >> Hello, > >> > >> Pirate Praveen, le mer. 22 av

Just lost git on apt-get update

2020-03-18 Thread Jeffrey Walton
Hi Everyone, I just fired up the VM and performed a update/upgrade. It looks like the latest changes whacked Git (see below). I'm having trouble re-installing it: $ sudo apt-get install git Reading package lists... Done Building dependency tree Reading state information... Done Some packages

Re: sem_open is coming!

2020-12-16 Thread Jeffrey Walton
On Wed, Dec 16, 2020 at 6:02 PM Samuel Thibault wrote: > > More and more packages were depending on a working sem_open() function > (scipy, pandas, matplotlib, etc.) so I "implemented" it (basically > copied over the nptl implementation), it will be in libc0.3 2.31-6 which > is getting built.

Re: problem with hurd image

2021-05-10 Thread Jeffrey Walton
On Sun, May 9, 2021 at 5:16 AM Samuel Thibault wrote: > > Marcin Laszewski, le dim. 09 mai 2021 07:34:21 +0100, a ecrit: > > Have you a etherner driver compiled in the kernel (mach) ? > > There is no need for that, netdde already has all the network drivers > that you'll want. And yes it's

Re: Netsurf build failure: 'PATH_MAX' undeclared (patch)

2021-05-29 Thread Jeffrey Walton
On Sat, May 29, 2021 at 2:33 PM João Pedro Malhado wrote: > > "With a little help from my friends", I came up with a patch for the Netsurf > build. The size of the filepaths are now allocated dynamically using > asprintf() > type of functions and realpath(). > ... > I don't know if upstream

Re: Netsurf build failure: 'PATH_MAX' undeclared

2021-04-26 Thread Jeffrey Walton
On Mon, Apr 26, 2021 at 2:58 PM Samuel Thibault wrote: > > Jeffrey Walton, le lun. 26 avril 2021 14:48:32 -0400, a ecrit: > > On Mon, Apr 26, 2021 at 6:57 AM João Pedro Malhado > > wrote: > > > > > > On Thu, Apr 22, 2021 at 01:39:58PM +0200, Samuel Thibault w

Re: Netsurf build failure: 'PATH_MAX' undeclared

2021-04-26 Thread Jeffrey Walton
On Mon, Apr 26, 2021 at 3:12 PM Samuel Thibault wrote: > > Jeffrey Walton, le lun. 26 avril 2021 15:08:28 -0400, a ecrit: > > On Mon, Apr 26, 2021 at 2:58 PM Samuel Thibault > > wrote: > > > > > > Jeffrey Walton, le lun. 26 avril 2021 14:48:32 -0400, a ecri

Re: Netsurf build failure: 'PATH_MAX' undeclared

2021-04-26 Thread Jeffrey Walton
On Mon, Apr 26, 2021 at 6:57 AM João Pedro Malhado wrote: > > On Thu, Apr 22, 2021 at 01:39:58PM +0200, Samuel Thibault wrote: > > João Pedro Malhado, le jeu. 22 avril 2021 13:10:04 +0200, a ecrit: > > > > src/time.c:25:10: fatal error: mach/clock.h: No such file or directory > > > > > >

Re: Netsurf build failure: 'PATH_MAX' undeclared

2021-04-27 Thread Jeffrey Walton
On Tue, Apr 27, 2021 at 4:35 AM William ML Leslie wrote: > > On Tue, 27 Apr 2021, 6:13 am Samuel Thibault, wrote: >> >> It's not because something is economical that one should want to do it. >> >> You don't even seem to realize that defining PATH_MAX *does* pose >> problem, notably with the

Re: Netsurf build failure: 'PATH_MAX' undeclared

2021-04-27 Thread Jeffrey Walton
On Tue, Apr 27, 2021 at 5:12 PM wrote: > > On 2021-04-27 20:40, Jeffrey Walton wrote: > > On Tue, Apr 27, 2021 at 4:35 AM William ML Leslie wrote: > >> > >> On Tue, 27 Apr 2021, 6:13 am Samuel Thibault wrote: > >>> > >>> It's not beca

Re: Troubles with updating Debian Hurd

2021-10-07 Thread Jeffrey Walton
On Thu, Oct 7, 2021 at 5:34 PM Samuel Thibault wrote: > > Hello, > > Answering separately since they are completely separate issues. > > Sergey Bugaev, le jeu. 30 sept. 2021 15:35:41 +0300, a ecrit: > >- Filesize:77531148 [weak] > >- > >

Re: Failed self test on Hurd

2021-10-09 Thread Jeffrey Walton
On Sat, Oct 9, 2021 at 10:41 AM Peter wrote: > ... > Also it might be useful to know the output of "uname -s" is on Hurd, as the > makefile branches on the value. jwalton@hurd-x86:~$ uname -s GNU jwalton@hurd-x86:~$ uname -o GNU jwalton@hurd-x86:~$ uname -a GNU hurd-x86 0.9 GNU-Mach

Re: HURD install errata

2022-01-03 Thread Jeffrey Walton
es. Try 'apt --fix-broken install' with no packages (or specify a solution). Running apt --fix-broken install says the kernel must be upgraded, but there's no kernel available to upgrade to. See attached. Jeff On Mon, Jan 3, 2022 at 10:08 PM Jeffrey Walton wrote: > > Hi Samuel, > > I

Re: The following signatures were invalid: EXPKEYSIG 5A88D659DCB811BB Debian Ports Archive Automatic Signing Key (2021)

2022-02-12 Thread Jeffrey Walton
On Thu, Feb 10, 2022 at 11:09 AM Philipp Klaus Krause wrote: > > I just downloaded debian-hurd-20210812.img, and started it in kvm. > apt-get update then failed: > ... > Get:3 http://snapshot.debian.org/archive/debian/20210812T10Z sid > InRelease [165 kB] > Err:1

Re: 64bit startup

2023-10-24 Thread Jeffrey Walton
On Tue, Oct 24, 2023 at 6:21 PM Samuel Thibault wrote: > > Some update on the 64bit port: > > - The debian-ports archive now has enough packages to bootstrap a > chroot. > - A 64bit debian buildd is getting set up, not much work is left there. > - The hurd-amd64 wanna-build infrastructure is to

Re: 64bit startup

2023-10-24 Thread Jeffrey Walton
On Tue, Oct 24, 2023 at 9:56 PM Jessica Clarke wrote: > > On 25 Oct 2023, at 02:40, Jeffrey Walton wrote: > > > > On Tue, Oct 24, 2023 at 9:33 PM Jessica Clarke wrote: > >> > >> On 25 Oct 2023, at 02:26, Jeffrey Walton wrote: > >>> >

Re: 64bit startup

2023-10-24 Thread Jeffrey Walton
On Tue, Oct 24, 2023 at 9:33 PM Jessica Clarke wrote: > > On 25 Oct 2023, at 02:26, Jeffrey Walton wrote: > > > > On Tue, Oct 24, 2023 at 6:21 PM Samuel Thibault > > wrote: > >> > >> Some update on the 64bit port: > >> > >> - T

Re: dhcpcd5: FTBFS on Hurd-i386

2022-07-29 Thread Jeffrey Walton
On Fri, Jul 29, 2022 at 2:09 AM Martin-Éric Racine wrote: > > On Thu, Jul 28, 2022 at 10:38 PM Samuel Thibault wrote: > > > > Martin-Éric Racine, le jeu. 28 juil. 2022 21:30:42 +0300, a ecrit: > > > Actually, where it barfs is here: > > > > > > #if !defined(__linux__) && !defined(__QNX__) &&

Re: [syzbot] [hfs?] WARNING in hfs_write_inode

2023-07-20 Thread Jeffrey Walton
On Thu, Jul 20, 2023 at 2:39 PM Matthew Wilcox wrote: > > On Thu, Jul 20, 2023 at 07:50:47PM +0200, John Paul Adrian Glaubitz wrote: > > > Then we should delete the HFS/HFS+ filesystems. They're orphaned in > > > MAINTAINERS and if distros are going to do such a damnfool thing, > > > then we

Re: unbreaking LibreOffices tests on at least release architectures

2023-07-22 Thread Jeffrey Walton
On Sat, Jul 22, 2023 at 8:10 AM Rene Engelhard wrote: > > Am 22.07.23 um 14:02 schrieb Andreas Schwab: > > On Jun 18 2023, Rene Engelhard wrote: > > > >> For riscv64 I already pointed that out in the thread starting at > >> https://lists.debian.org/debian-riscv/2023/06/msg0.html, but for the

Re: unbreaking LibreOffices tests on at least release architectures

2023-06-19 Thread Jeffrey Walton
On Mon, Jun 19, 2023 at 11:50 PM Rene Engelhard wrote: > > Am 20.06.23 um 00:03 schrieb Jeffrey Walton: > > > > You can usually uncover them by building the package with CFLAGS=" ... > > -fsanitize=undefined ... " and CXXFLAGS=" ... -fsanitize=undefined

Re: unbreaking LibreOffices tests on at least release architectures

2023-06-19 Thread Jeffrey Walton
On Mon, Jun 19, 2023 at 5:30 PM Rene Engelhard wrote: > > Hi, > > Am 19.06.23 um 23:19 schrieb Adrian Bunk: > > On Sun, Jun 18, 2023 at 09:31:05AM +0200, Rene Engelhard wrote: > >> ... > >> I won't be of much help here unfortunately, except > >> maybe testing patches, but then again there's

Re: dhcpcd: FTBFS on Hurd

2024-01-17 Thread Jeffrey Walton
On Wed, Jan 17, 2024 at 12:33 PM Joshua Branson wrote: > [...] > Also what is FTBFS? Failure to Build from Source. Jeff

Re: Remove me from this list please

2024-03-28 Thread Jeffrey Walton
On Thu, Mar 28, 2024 at 8:49 PM Sergio Casero Verdial wrote: > > I have been receiving emails for 2 years, it's okay, I don't want to continue > receiving emails, ALL the emails in my inbox are from Hurd and I'm fed up, I > move all the emails to spam and nothing, please get rid of this, I

Re: rustc_1.72.1+dfsg1-1+hurd.1_multi.changes ACCEPTED

2024-05-29 Thread Jeffrey Walton
On Wed, May 29, 2024 at 5:09 AM Samuel Thibault wrote: > > It was becoming more and more a concern (gstreamer build-depends on > rustc nowadays). At last, the rustc compiler becomes available :D > > Thanks to Vedant's GSoC work last summer, and then waiting for Debian to > catch with upstream