#22488: Build Errors Related To MTD Utils
--------------------------+------------------------
 Reporter:  jamesCollins  |      Owner:  developers
     Type:  defect        |     Status:  new
 Priority:  normal        |  Milestone:
Component:  packages      |    Version:  Trunk
 Keywords:                |
--------------------------+------------------------
 I cannot get the build image to compile. It is claiming it cannot find the
 repository at https://git.infradead.org/mtd-utils.git/. It is trying to
 pull mtd-utils but is failing. How do I work around this? Included below
 is the error I am getting.
 SHELL= flock /home/james/openwrt/tmp/.mtd-
 utils-1.5.2-aea36417067dade75192bafa03af70b6eb2677b1.tar.gz.flock -c '
 echo "Checking out files from the git repository..."; mkdir -p
 /home/james/openwrt/tmp/dl && cd /home/james/openwrt/tmp/dl && rm -rf mtd-
 utils-1.5.2 && [ \! -d mtd-utils-1.5.2 ] && git clone
 git://git.infradead.org/mtd-utils.git mtd-utils-1.5.2 && (cd mtd-
 utils-1.5.2 && git checkout aea36417067dade75192bafa03af70b6eb2677b1 &&
 git submodule update --init --recursive) && echo "Packing checkout..." &&
 rm -rf mtd-utils-1.5.2/.git &&       tar czf /home/james/openwrt/tmp/dl
 /mtd-utils-1.5.2-aea36417067dade75192bafa03af70b6eb2677b1.tar.gz mtd-
 utils-1.5.2 && mv /home/james/openwrt/tmp/dl/mtd-
 utils-1.5.2-aea36417067dade75192bafa03af70b6eb2677b1.tar.gz
 /home/james/openwrt/dl/ && rm -rf mtd-utils-1.5.2; '
 Checking out files from the git repository...
 Cloning into 'mtd-utils-1.5.2'...
 fatal: repository 'https://git.infradead.org/mtd-utils.git/' not found
 Makefile:60: recipe for target '/home/james/openwrt/dl/mtd-
 utils-1.5.2-aea36417067dade75192bafa03af70b6eb2677b1.tar.gz' failed
 make[3]: *** [/home/james/openwrt/dl/mtd-
 utils-1.5.2-aea36417067dade75192bafa03af70b6eb2677b1.tar.gz] Error 128
 make[3]: Leaving directory '/home/james/openwrt/tools/mtd-utils'
 tools/Makefile:134: recipe for target 'tools/mtd-utils/compile' failed
 make[2]: *** [tools/mtd-utils/compile] Error 2
 make[2]: Leaving directory '/home/james/openwrt'
 tools/Makefile:133: recipe for target '/home/james/openwrt/staging_dir
 /target-
 
arm_cortex-a9+vfpv3_musl-1.1.14_eabi/stamp/.tools_install_yynyyynynynyyyyyyynyyynyyyyyyyyynyyyyynnyynynnyyynnnyy'
 failed
 make[1]: *** [/home/james/openwrt/staging_dir/target-
 
arm_cortex-a9+vfpv3_musl-1.1.14_eabi/stamp/.tools_install_yynyyynynynyyyyyyynyyynyyyyyyyyynyyyyynnyynynnyyynnnyy]
 Error 2
 make[1]: Leaving directory '/home/james/openwrt'
 /home/james/openwrt/include/toplevel.mk:192: recipe for target 'world'
 failed
 make: *** [world] Error 2

--
Ticket URL: <https://dev.openwrt.org/ticket/22488>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
openwrt-tickets@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to