Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error: "sys/types.h: No such file or directory" #67

Closed
havarnov opened this issue Sep 22, 2010 · 1 comment
Closed

Build error: "sys/types.h: No such file or directory" #67

havarnov opened this issue Sep 22, 2010 · 1 comment

Comments

@havarnov
Copy link

Distro: Arch Linux
Kernel: 2.6.35-ARCH
SPL and ZFS: 0.5.1

Making all in module
make[2]: Entering directory `/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module'
make -C /usr/src/linux-2.6.35-ARCH SUBDIRS=`pwd`  modules
make[3]: Entering directory `/usr/src/linux-2.6.35-ARCH'
  CC [M]  /home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module/avl/../../../module/avl/avl.o
/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module/avl/../../../module/avl/avl.c:90:23: fatal error: sys/types.h: No such file or directory
compilation terminated.
make[5]: *** [/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module/avl/../../../module/avl/avl.o] Error 1
make[4]: *** [/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module/avl] Error 2
make[3]: *** [_module_/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module] Error 2
make[3]: Leaving directory `/usr/src/linux-2.6.35-ARCH'
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch/module'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jerry/abs/zfs/src/behlendorf-zfs-4ab8c5c/arch'
make: *** [all] Error 2
@behlendorf
Copy link
Contributor

This particular build failure was fixed in the latest git source, it builds for me although there are still a few warnings which are harmless (but should be addressed).

ahrens pushed a commit to ahrens/zfs that referenced this issue Aug 28, 2019
tonynguien pushed a commit to tonynguien/zfs that referenced this issue Dec 21, 2021
Added a workflow to configure minio as s3 backend and run the zloop test with object storage.
The test with object store is controlled by the environment variable `ZTS_OBJECT_STORE`. 
Zloop continues to run using block based devices if this variable remains unset.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants