Stas Fomin

Results 45 comments of Stas Fomin

All this stuff (environment variables, etc) also can be freezed on some `set-up-envs-and-build-generated-cpp-sources-using-scons.sh` file. I would like to experiment with cpp compile phase (different gcc/ld options, using SAST tools for...

Hmm. my WAV is simple W64 ``` Input #0, w64, from 'wtf.wav': Duration: 00:00:03.00, bitrate: 705 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 1 channels, s16, 705...

Yes, looks like those asserts are really false positives. ffmpeg/vdub with AVS+ still contains crashes on some test AVS-projects, that successfully processed by old AVS (unfortunatelly, now no asserts fired)....

Demo model, where import_from_GRAPHICO(export_to_GRAPHICO(model)) ≠ model [demo.archimate.zip](https://github.com/archi-contribs/archi-grafico-plugin/files/1209260/demo.archimate.zip)

I didn't claim that installing from СDROM is a new use case for makeself. I described a scenario when * the user is inexperienced (she uses a graphical interface, she...

Theoretically, I agreed. Actually, "completeness" for this feature requires custom logic before running extraction. ``` if not (tmpfs have 10GB for unpack and have ext4 attributes) then ... lets find...

Many Linux distributions use tmpfs for the /tmp directory by default, as tmpfs provides a fast and efficient way to manage temporary files, but unfortunately loosing xattr attributes, and limited...

About demo, how to loose xattrs on tmpfs (if your are using modern linux with /tmp on /tmpfs). Unpack: [xattr-and-makeself-demo.zip](https://github.com/megastep/makeself/files/11153795/xattr-and-makeself-demo.zip) (and install makeself, getfattr, setfattr …) ``` ./adir/install-me — sample...

>My situation (on Ubuntu Focal) is different than yours: Yes, many old LTS Linuxes did not use tmpfs for tmp, and you definitely run custom LVM partitioning. Hmm, I cannot...

> This is easily worked around by the user performing the extraction: > > ``` > $ TMPDIR="${HOME}"/my-target-dir ./my-makeself.run > ``` Of course, I would like to not use even...