fritteli / gentoo-overlay

https://gittr.ch/linux/gentoo-overlay
GNU General Public License v2.0
24 stars 7 forks source link

XFS Filesystem issue with x86 systems - Duplicati-bin #55

Open Bigun opened 5 years ago

Bigun commented 5 years ago

See here for reference: https://forum.duplicati.com/t/odd-behavior-folders-missing-solved/4990/6

The TL;DR: If you have the following scenario

  1. XFS filesystem
  2. 32 bit OS
  3. Mono installed from packages (which Duplicati-bin uses)
  4. Large partition

Then mono needs the D_FILE_OFFSET_BITS=64 option set before compiling, otherwise several files and folders will end up missing.

I would suggest enabling this compile flag for x86 builds.

fritteli commented 4 years ago

Is this still an issue? I don't have a 32 bit system to test this on, so I can't verify it.

Bigun commented 4 years ago

AFAIK it is, I would have to break the mono build to verify, I can if you would like to verify before going through the trouble.