Results 61 comments of Nikos Chantziaras

According to `stat`, both `cp -a` as well as `tar` preserve modification time. They only change access time and "change" time. ("Change" time seems to be the time the file's...

> I think we should mirror the behavior of `tar`, do you agree? Yes. I looked at some other formats as well, and they all do the same thing as...

https://github.com/AppImage/AppImageKit/issues/1084#issuecomment-925952956

I was about to fix an issue in AppImageKit and submit a PR, but I can't even build it because of: > /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: read_fs.o:(.bss+0x0): multiple definition of \`fwriter_buffer'; mksquashfs.o:(.bss+0x400c90): first...

> Which system are you trying to build on? Best use CentOS 6 as the build system. I'm not going to move from my Gentoo install to an ancient and...

https://en.wikipedia.org/wiki/Software_portability

Has anything changed since this bug was reported? I am unable to diagnose this: ```none [build] mesa x86_64-w64-mingw32.static Failed to build package mesa for target x86_64-w64-mingw32.static! ------------------------------------------------------------ src/mesa/main/get.c:3114:45: warning: 'p'...

That works, but it's somewhat dangerous because now the unbuilt packages that do get downloaded are not getting checksummed :-/

I take that back. Actually it doesn't work. If I try to build a package with `make SKIP_CHECKSUM=true foo`, the build fails because it doesn't download `foo`'s tarball before trying...