Ticket #61 (closed bug: fixed)
Build fails
| Reported by: | anonymous | Owned by: | mwhitworth |
|---|---|---|---|
| Priority: | critical | Component: | kernel |
| Version: | 0.2 | Keywords: | |
| Cc: |
Description
I attempted to compile the latest development release of Whitix (0.2rc1) and the build fails:
[david@localhost stof2]$ make
for dir in arch/i386 devices fs kernel lib memory net video user; do \
make -C $dir
exit 1; \
done;
make[1]: Entering directory `/home/david/stof2/arch/i386'
make -C acpi
make[2]: Entering directory `/home/david/stof2/arch/i386/acpi'
make[2]: Nothing to be done for `build'.
make[2]: Leaving directory `/home/david/stof2/arch/i386/acpi'
make -C boot
make[2]: Entering directory `/home/david/stof2/arch/i386/boot'
make[2]: Nothing to be done for `build'.
make[2]: Leaving directory `/home/david/stof2/arch/i386/boot'
make -C kernel
make[2]: Entering directory `/home/david/stof2/arch/i386/kernel'
gcc -fomit-frame-pointer -ffreestanding -fno-stack-protector -fno-builtin -nostdlib -m32 -Wall -Wextra -Os -I../../../include -Wno-unused-parameter -c ioperms.c -o ioperms.o
/bin/sh: .deps/ioperms.d: No such file or directory
make[2]: *** [ioperms.o] Error 1
make[2]: Leaving directory `/home/david/stof2/arch/i386/kernel'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/home/david/stof2/arch/i386'
make: *** [subdirs] Error 1
Each time I retry the build, the file that won't compile changes.
Attachments
Change History
Note: See TracTickets for help on using tickets.Download in other formats:
