hasse69 / rar2fs

FUSE file system for reading RAR archives
https://hasse69.github.io/rar2fs/
GNU General Public License v3.0
279 stars 27 forks source link

scandir unable to find a working combination #109

Closed asratgh closed 5 years ago

asratgh commented 5 years ago

I am using armbian on orangepizero board.

Linux op0dl 4.19.20-sunxi #5.75 SMP Sat Feb 9 19:02:47 CET 2019 armv7l GNU/Linux

I tried 2 patches also, but it is giving same error. I tried to compile 1.27.1 i.e latest version (via tar.gz, zip, git clone). Everytime I get the same error.

hasse69 commented 5 years ago

Can you please attach your config.log file here. Also, if possible, please attach your /usr/include/dirent.h (or if cross-compiling from wherever it is located in your tool-chain). And while you are at it...

gcc -dM -E - < /dev/null

and of course if cross-compiling use whatever name the compiler has. But for now, the most important file to get hold of is your config.log, located in the root of your build directory.

hasse69 commented 5 years ago

Any news here? I would really like to look into this issue before going for a new release of rar2fs.

asratgh commented 5 years ago

Any news here? I would really like to look into this issue before going for a new release of rar2fs.

Hi, today I reinstalled Armbian 5.75 orangepizero. I did apt update/upgrade. Followed git install method in wiki section. Now it successfully compiled. No errors. May be my microsd card was corrupt, that's why I was getting errors. I have also attached config.log and dirent.h of this successful build. I dont have Files/logs of previous build. ... ... You have made a very useful software, thanks thanks. config.log config-dirent.zip

hasse69 commented 5 years ago

Great, then I think we can close this. I will start preparing for a new release of rar2fs due to some recent bug fixes.