Re: bash in X: Failed to fdwalk: Too many open files in the system

2021-01-30 Thread Paul Dufresne
[Oops, missed one line in my previous message] gdb _build/src/app/vte-2.91 break 1394 run -v p message->error --- [added run -v ] vte2.91/src/app support -v for verbose info

Re: bash in X: Failed to fdwalk: Too many open files in the system

2021-01-30 Thread dufresnep--- via Bug reports for the GNU Hurd
I am going on a slightly different approach. I did: #apt-get build-dep vte2.91 #apt-get source vte2.91 vte2.91, come with an example called app... modified src/app/meson.build to add: -g -O0 to cflags meson _build ninja -C _build gdb _build/src/app/vte-2.91 break 1394 p m

Re: vim build [was: problems with daily images]

2021-01-30 Thread Damien Zammit
On 31/1/21 7:54 am, Samuel Thibault wrote: > I uploaded to unreleased a version with that fixed, but apparently the > build fails a bit later: > > [...] > ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim > test_help.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/nu

vim build [was: problems with daily images]

2021-01-30 Thread Samuel Thibault
Hello, Jessica Clarke, le dim. 24 janv. 2021 01:16:13 +, a ecrit: > The ioctl originally took no arguments, but was changed in July 1981 > maybe Hurd should also be nice. I uploaded to unreleased a version with that fixed, but apparently the build fails a bit later: [...] ../vim -f -u unix