Modify ↓
Opened 5 years ago
Closed 5 years ago
#13767 closed defect (fixed)
linux-ramips-3.9.6 bug
Reported by: | fclql@… | Owned by: | florian |
---|---|---|---|
Priority: | highest | Milestone: | Chaos Calmer 15.05 |
Component: | kernel | Version: | Trunk |
Keywords: | Cc: |
Description
make[5]: Leaving directory `/home/openwrt/trunk/build_dir/target-mipsel_dsp_uClibc-0.9.33.2/linux-ramips_rt305x/linux-3.9.6' make[5]: Entering directory `/home/openwrt/trunk/build_dir/target-mipsel_dsp_uClibc-0.9.33.2/linux-ramips_rt305x/linux-3.9.6' CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CALL scripts/checksyscalls.sh CC scripts/mod/devicetable-offsets.s GEN scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o HOSTLD scripts/mod/modpost CHK include/generated/compile.h BC kernel/timeconst.h /bin/sh: 1: bc: not found make[6]: *** [kernel/timeconst.h] Error 127 make[5]: *** [kernel] Error 2 make[5]: Leaving directory `/home/openwrt/trunk/build_dir/target-mipsel_dsp_uClibc-0.9.33.2/linux-ramips_rt305x/linux-3.9.6' make[4]: *** [/home/openwrt/trunk/build_dir/target-mipsel_dsp_uClibc-0.9.33.2/linux-ramips_rt305x/linux-3.9.6/.image] Error 2 make[4]: Leaving directory `/home/openwrt/h2ofan/target/linux/ramips' make[3]: *** [install] Error 2 make[3]: Leaving directory `/home/openwrt/h2ofan/target/linux' make[2]: *** [target/linux/install] Error 2 make[2]: Leaving directory `/home/openwrt/trunk' make[1]: *** [/home/openwrt/trunk/staging_dir/target-mipsel_dsp_uClibc-0.9.33.2/stamp/.target_install] Error 2 make[1]: Leaving directory `/home/openwrt/trunk' make: *** [world] Error 2
Attachments (0)
Change History (3)
comment:1 Changed 5 years ago by anonymous
comment:2 Changed 5 years ago by florian
- Owner changed from developers to florian
- Status changed from new to assigned
We might want to make BC a preriquisite, this is the first time I do not see it installed by default in a system though.
comment:3 Changed 5 years ago by florian
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with r37108
Note: See
TracTickets for help on using
tickets.
Bug? bc install first...