Andrius Štikonas

Results 118 comments of Andrius Štikonas

I don't have strong opinion. If we decide to go with git snapshots, I guess it's fine. Although, the main pregen file offenders are usually GNU tarballs, rest are usually...

Hmm, maybe `mkdir` call failed before `cd`. We are just `cd`'ing into a directory that was just created. So not sure why this failed, maybe it was just one off...

Hmm, so it's not one off. The code that fails is here: https://github.com/fosslinux/live-bootstrap/blob/9f83e1213ea65cf6f2687c0c789b969cdf4cb93a/sysa/gcc-4.0.4/pass1.sh#L72 I'm not sure what we can do. Since we run with `set -e` that means `mkdir` returned...

Text is a bit mangled here but I guess it comes from this snippet in `Makefile` ``` echo "@set VERSION $(VERSION)") > vti.tmp @cmp -s vti.tmp $(srcdir)/doc/version.texi \ || (echo...

> I was thinking of doing a lot of memory cleanup before invoking `gcc`, although - just adding more swap would help :) Would it really help if we are...

At the moment if I click on the QComboBox to choose video device it crashes on Plasma Wayland session, I can't even choose any device. Does it try to call...

@genodeftest screen sharing API is of course X-specific (since preventing access to the screen is one of the points of compositors) but I would expect at least list of webcams...

I think porting to PipeWire would eventually be necessary to fix this.

> I should also mention, are there any authors for nmap that licensed their contributions as GPL-2.0-only? If so, that could make it hard to relicense nmap under GPL-3.0-or-later. Relicensing...

> Yes, but it is not part of dosfstools, depends on libparted, does not support FAT12 and does not support changing number of entries in root directory. Also, since it...