alphablu

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by alphablu

  1. SYNC include/config/auto.conf.cmd HOSTCC scripts/basic/fixdep scripts/basic/fixdep.c:92:10: fatal error: sys/types.h: No such file or directory 92 | #include <sys/types.h> | ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 1 make[1]: *** [Makefile:535: scripts_basic] Error 2 Makefile:688: include/config/auto.conf.cmd: No such file or directory make: *** [Makefile:710: include/config/auto.conf.cmd] Error 2 EDIT: Installing glibc fixed that. Now i've got: SYNC include/config/auto.conf.cmd HOSTCC scripts/basic/fixdep gcc: fatal error: cannot execute ‘as’: execvp: No such file or directory compilation terminated. make[2]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 1 make[1]: *** [Makefile:535: scripts_basic] Error 2 Makefile:688: include/config/auto.conf.cmd: No such file or directory make: *** [Makefile:710: include/config/auto.conf.cmd] Error 2 You said you installed everything in Devtools, I'm starting to think that was an important step. Did you just go in and turn everything on?
  2. Might have something here, i uninstalled and reinstalled guile and now ive moved on to a new error, ill keep working on it. Edit: Ok, all that is cleared up and i am now getting "fatal error: sys/types.h: No such file or directory"
  3. Yeah, downloaded and extracted and the make fails with: "make: error while loading shared libraries: libguile-2.2.so.1: cannot open shared object file: No such file or directory" I assume thats the error? Doing a search for "types.h" for example finds: ./tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/types.h ./tools/testing/selftests/rcutorture/formal/srcu-cbmc/empty_includes/uapi/linux/types.h ./tools/include/uapi/linux/types.h ./tools/include/linux/types.h ./net/batman-adv/types.h ./include/uapi/linux/types.h ./include/uapi/linux/sched/types.h ./include/uapi/linux/iio/types.h ./include/uapi/asm-generic/types.h ./include/linux/types.h ./include/linux/sunrpc/types.h ./include/linux/sched/types.h ./include/linux/iio/types.h ./include/linux/ceph/types.h ./fs/ntfs/types.h ./drivers/net/wireless/marvell/libertas/types.h ./drivers/net/wireless/broadcom/brcm80211/brcmsmac/types.h ./drivers/net/fddi/skfp/h/types.h ./arch/xtensa/include/uapi/asm/types.h ./arch/x86/include/asm/fpu/types.h ./arch/x86/include/asm/e820/types.h ./arch/sh/include/asm/types.h ./arch/s390/include/uapi/asm/types.h ./arch/s390/include/asm/fpu/types.h ./arch/powerpc/include/uapi/asm/types.h ./arch/powerpc/include/asm/types.h ./arch/powerpc/boot/types.h ./arch/parisc/include/uapi/asm/types.h ./arch/mips/include/uapi/asm/types.h ./arch/mips/include/asm/types.h ./arch/mips/include/asm/sn/types.h ./arch/mips/include/asm/fw/arc/types.h ./arch/ia64/include/uapi/asm/types.h ./arch/ia64/include/asm/types.h ./arch/arm/include/uapi/asm/types.h ./arch/alpha/include/uapi/asm/types.h ./arch/alpha/include/asm/types.h
  4. Following this and everything works up until the make fails and I try to copy the missing files. None of the files are present except for posix_types.h
  5. Ok, I went ahead with it and everything went smoothly. I'm back up and running. Thanks!
  6. Hi all, I am using a netapp DS4246 with Unraid and I recently acquired interposers so that I can make use of some SAS drives I have access to. I went about adding the interposers to the existing drives today until I noticed that they are subtly changing the drive model names and as a result Unraid doesn't recognize them anymore. I reversed course and did some reading and it looks like the procedure is to add the drives to their correct slots and then run the New Config utility? Is that correct? And is there anything else I should know so that I dont mess this up 😅