Re: [FTBFS] jackd2 (was: Re: 64bit support news)

2024-12-21 Thread Samuel Thibault
Diego Nieto Cid, le sam. 21 déc. 2024 21:27:55 -0300, a ecrit: > On Sun, Dec 22, 2024 at 12:32:19AM +0100, Samuel Thibault wrote: > > Samuel Thibault, le dim. 22 déc. 2024 00:31:11 +0100, a ecrit: > > > > Note however https://github.com/jackaudio/jack2/pull/993 > > Oh, great :) Thanks for working

Re: [FTBFS] jackd2 (was: Re: 64bit support news)

2024-12-21 Thread Diego Nieto Cid
On Sun, Dec 22, 2024 at 12:32:19AM +0100, Samuel Thibault wrote: > Samuel Thibault, le dim. 22 déc. 2024 00:31:11 +0100, a ecrit: > > Note however https://github.com/jackaudio/jack2/pull/993 > Oh, great :) Thanks for working on it! Do you need help with anything else? Or is it just a matter of ti

Re: [FTBFS] jackd2 (was: Re: 64bit support news)

2024-12-21 Thread Samuel Thibault
Samuel Thibault, le dim. 22 déc. 2024 00:31:11 +0100, a ecrit: > Diego Nieto Cid, le sam. 21 déc. 2024 20:01:00 -0300, a ecrit: > > On Sat, Aug 03, 2024 at 12:23:07AM +0200, Samuel Thibault wrote: > > > > > > I also notice that jackd2 is failing for some time (on hurd-i386 too), > > > we'll need i

Re: [FTBFS] jackd2 (was: Re: 64bit support news)

2024-12-21 Thread Samuel Thibault
Diego Nieto Cid, le sam. 21 déc. 2024 20:01:00 -0300, a ecrit: > On Sat, Aug 03, 2024 at 12:23:07AM +0200, Samuel Thibault wrote: > > > > I also notice that jackd2 is failing for some time (on hurd-i386 too), > > we'll need it quite badly, any taker? > > > > After hardcoding a PATH_MAX to see wh

[FTBFS] jackd2 (was: Re: 64bit support news)

2024-12-21 Thread Diego Nieto Cid
Hi, On Sat, Aug 03, 2024 at 12:23:07AM +0200, Samuel Thibault wrote: > > I also notice that jackd2 is failing for some time (on hurd-i386 too), > we'll need it quite badly, any taker? > After hardcoding a PATH_MAX to see where it takes us, it failed at: ../linux/JackLinuxFutex.cpp:31:10: f

Re: 64bit support news

2024-12-03 Thread Samuel Thibault
Samuel Thibault, le mar. 03 déc. 2024 00:43:28 +0100, a ecrit: > I also ran a script that checks for packages that fail on 64bit but > doesn't on 32bit. Quite a few of them are related to dumb issues (symbol > list and such), but a few of them are worth noticing: > > https://buildd.debian.org/libt

Re: 64bit support news

2024-12-02 Thread Samuel Thibault
I forgot to mention: one important thing for buildd box to work was having a lot of memory (10G). We really need to fix the memory swapping issue, as this is making boxes with not a lot of memory (≤ 4G) very unstable as soon as you try to run ample operations such as installing latex-extra. Passing

Re: 64bit support news

2024-12-02 Thread Samuel Thibault
Hello, Now is probably a good time to give an update on the 64bit front. Thanks to Michael Tokarev's fast buildd boxes, we have finished building the Debian packages that we had at hand. There are 3809 packages waiting for some failing dependencies, to be compared with the 3086 packages that hav

Re: 64bit support news

2024-08-26 Thread Guy-Fleury Iteriteka
On August 25, 2024 6:02:02 PM GMT+02:00, Samuel Thibault wrote: >Samuel Thibault, le dim. 25 août 2024 17:50:51 +0200, a ecrit: >> An amd64 installer cd image is available on >> >> https://people.debian.org/~sthibault/hurd-amd64/installer/cdimage/daily/ > >I have also put it on >http://cdimage.d

Re: 64bit support news

2024-08-26 Thread Nathan Dehnel
Congrats to everyone!

Re: 64bit support news

2024-08-25 Thread Almudena Garcia
Other interesting question is that the system use rumpdisk, but it's not able to boot with AHCI disks, only with IDE disks. This is my qemu script https://github.com/AlmuHS/gnumach_dev_scripts/blob/main/qemu-hurd-64.sh If I modify this to operate in AHCI, I get this error (attached capture). May

Re: 64bit support news

2024-08-25 Thread Almudena Garcia
lspci produces *segmentation fault*. Maybe it's related with hurd-console problems (a drivers issue) El dom, 25 ago 2024 a las 23:05, Samuel Thibault () escribió: > Almudena Garcia, le dim. 25 août 2024 22:56:57 +0200, a ecrit: > > I've just found other problem: hurd-console doesn't works > > tha

Re: 64bit support news

2024-08-25 Thread Samuel Thibault
Almudena Garcia, le dim. 25 août 2024 22:56:57 +0200, a ecrit: > I've just found other problem: hurd-console doesn't works that's why I had to disable it in the debian installer. > Any solution? Not that I know of. Most probably just needs investigation and fixing. Samuel

Re: 64bit support news

2024-08-25 Thread Almudena Garcia
Hi again: I've just found other problem: hurd-console doesn't works and freeze the machine. If I enable hurd-console in /etc/default/hurd-console, the tty doesn't reply to keyboard. And, if I use this command, the machine shows a full black screen # console -d vga -d pc_mouse --repeat=mouse -d p

Re: 64bit support news

2024-08-25 Thread Almudena Garcia
ok, solved. I was using qemu-i386. Thanks El dom, 25 ago 2024 a las 21:48, Samuel Thibault () escribió: > Almudena Garcia, le dim. 25 août 2024 21:38:17 +0200, a ecrit: > > I'm testing the image in Qemu, but the installer doesn't boot: when I > press > > "text install", the machine simply reboot

Re: 64bit support news

2024-08-25 Thread Samuel Thibault
Almudena Garcia, le dim. 25 août 2024 21:38:17 +0200, a ecrit: > I'm testing the image in Qemu, but the installer doesn't boot: when I press > "text install", the machine simply reboots. > > Have you tested the installer? Yes, like documented in the README. Samuel

Re: 64bit support news

2024-08-25 Thread Almudena Garcia
Hi: I'm testing the image in Qemu, but the installer doesn't boot: when I press "text install", the machine simply reboots. Have you tested the installer? Thanks El dom, 25 ago 2024 a las 18:02, Samuel Thibault () escribió: > Samuel Thibault, le dim. 25 août 2024 17:50:51 +0200, a ecrit: > > An

Re: 64bit support news

2024-08-25 Thread Samuel Thibault
Samuel Thibault, le dim. 25 août 2024 17:50:51 +0200, a ecrit: > An amd64 installer cd image is available on > > https://people.debian.org/~sthibault/hurd-amd64/installer/cdimage/daily/ I have also put it on http://cdimage.debian.org/cdimage/ports/latest/hurd-amd64/current/ where it won't be ove

Re: 64bit support news

2024-08-25 Thread Samuel Thibault
Hello, An amd64 installer cd image is available on https://people.debian.org/~sthibault/hurd-amd64/installer/cdimage/daily/ It seems to be working, provided that one has enough memory (2G seems enough) Samuel

Re: 64bit support news

2024-08-04 Thread Samuel Thibault
Samuel Thibault, le sam. 03 août 2024 00:23:07 +0200, a ecrit: > Samuel Thibault, le jeu. 01 août 2024 00:14:35 +0200, a ecrit: > > I have noticed that the ibus package errs out in its testsuite. ibus is > > a dependency for e.g. libsdl2 and thus a lot of packages, could somebody > > take a look at

Re: 64bit support news

2024-08-02 Thread bdefre...@verizon.net
Fair point  Sent from AOL on Android On Fri, Aug 2, 2024 at 6:53 PM, Samuel Thibault wrote: bdefre...@verizon.net, le ven. 02 août 2024 22:36:12 +, a ecrit: > If I can ever get my new key signed I'll try to get on some of this. If you can provide a patch, I can very easily upload it :

Re: 64bit support news

2024-08-02 Thread Samuel Thibault
bdefre...@verizon.net, le ven. 02 août 2024 22:36:12 +, a ecrit: > If I can ever get my new key signed I'll try to get on some of this. If you can provide a patch, I can very easily upload it :) Samuel

Re: 64bit support news

2024-08-02 Thread bdefre...@verizon.net
If I can ever get my new key signed I'll try to get on some of this. Barry deFreese Sent from AOL on Android On Fri, Aug 2, 2024 at 6:23 PM, Samuel Thibault wrote: Samuel Thibault, le jeu. 01 août 2024 00:14:35 +0200, a ecrit: > I have noticed that the ibus package errs out in its testsuit

Re: 64bit support news

2024-08-02 Thread Samuel Thibault
Samuel Thibault, le jeu. 01 août 2024 00:14:35 +0200, a ecrit: > I have noticed that the ibus package errs out in its testsuite. ibus is > a dependency for e.g. libsdl2 and thus a lot of packages, could somebody > take a look at its testsuite failures? I also notice that jackd2 is failing for some

Re: 64bit support news

2024-08-02 Thread Samuel Thibault
Samuel Thibault, le jeu. 01 août 2024 00:45:36 +0200, a ecrit: > The main concern is that it looks like swapping doesn't work well with > rumpdisk, perhaps something like rumpdisk or pci-arbiter not managing > to wire themselves completely, and thus getting a hang if any part > gets swapped out. Th

Re: 64bit support news

2024-07-31 Thread Samuel Thibault
Samuel Thibault, le jeu. 01 août 2024 00:14:35 +0200, a ecrit: > - packages that don't fail on hurd-i386, probably worth investigating as > that'll probably reveal some bugs in the hurd-amd64 port. (sometimes it's just that the package has 64bit-specific code that was never fixed for the Hurd) Sa

Re: 64bit support news

2024-07-31 Thread Samuel Thibault
Almudena Garcia, le jeu. 01 août 2024 00:55:19 +0200, a ecrit: > The main concern is that it looks like swapping doesn't work well with > rumpdisk, perhaps something like rumpdisk or pci-arbiter not managing > to wire themselves completely, and thus getting a hang if any part > gets

Re: 64bit support news

2024-07-31 Thread Almudena Garcia
Hi: > The main concern is that it looks like swapping doesn't work well with > rumpdisk, perhaps something like rumpdisk or pci-arbiter not managing > to wire themselves completely, and thus getting a hang if any part > gets swapped out. This means I had to disable swap entirely to keep > the box

Re: 64bit support news

2024-07-31 Thread Samuel Thibault
Samuel Thibault, le jeu. 01 août 2024 00:14:35 +0200, a ecrit: > We are then seeing build failures, see > https://people.debian.org/~sthibault/hurd-amd64/failed.txt Ah, I forgot to talk about the general stability of the port. The main concern is that it looks like swapping doesn't work well with