padavanonly/immortalwrtARM

./scripts/feeds update -a更新出错

Closed this issue · 3 comments

openwrt@ubuntu-server:~/immortalwrtARM$ ./scripts/feeds update -a
Updating feed 'packages' from 'https://github.com/immortalwrt/packages.git;openwrt-18.06' ...
正克隆到 './feeds/packages'...
remote: Enumerating objects: 6983, done.
remote: Counting objects: 100% (6983/6983), done.
remote: Compressing objects: 100% (5638/5638), done.
remote: Total 6983 (delta 418), reused 4543 (delta 301), pack-reused 0
接收对象中: 100% (6983/6983), 34.68 MiB | 17.86 MiB/s, 完成.
处理 delta 中: 100% (418/418), 完成.
Updating feed 'luci' from 'https://github.com/immortalwrt/luci.git;openwrt-18.06-k5.4' ...
正克隆到 './feeds/luci'...
remote: Enumerating objects: 8955, done.
remote: Counting objects: 100% (8955/8955), done.
remote: Compressing objects: 100% (5364/5364), done.
remote: Total 8955 (delta 1417), reused 7417 (delta 870), pack-reused 0
接收对象中: 100% (8955/8955), 23.62 MiB | 22.43 MiB/s, 完成.
处理 delta 中: 100% (1417/1417), 完成.
Updating feed 'routing' from 'https://github.com/openwrt/routing.git' ...
正克隆到 './feeds/routing'...
remote: Enumerating objects: 384, done.
remote: Counting objects: 100% (384/384), done.
remote: Compressing objects: 100% (311/311), done.
remote: Total 384 (delta 27), reused 268 (delta 17), pack-reused 0
接收对象中: 100% (384/384), 274.93 KiB | 1.37 MiB/s, 完成.
处理 delta 中: 100% (27/27), 完成.
Updating feed 'telephony' from 'https://github.com/openwrt/telephony.git' ...
正克隆到 './feeds/telephony'...
remote: Enumerating objects: 268, done.
remote: Counting objects: 100% (268/268), done.
remote: Compressing objects: 100% (251/251), done.
remote: Total 268 (delta 8), reused 199 (delta 5), pack-reused 0
接收对象中: 100% (268/268), 176.99 KiB | 1.64 MiB/s, 完成.
处理 delta 中: 100% (8/8), 完成.
Create index file './feeds/packages.index' 
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'perl-data-dumper'... ok.
Checking 'perl-findbin'... ok.
Checking 'perl-file-copy'... ok.
Checking 'perl-file-compare'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'xargs'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'egrep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'install'... ok.
Checking 'perl'... ok.
Checking 'python2-cleanup'... ok.
Checking 'python'... ok.
Checking 'python3'... ok.
Checking 'python3-distutils'... ok.
Checking 'git'... ok.
Checking 'file'... ok.
Checking 'rsync'... ok.
Checking 'which'... ok.
Checking 'ldconfig-stub'... ok.
Collecting package info: done
Collecting target info: done
Create index file './feeds/luci.index' 
Collecting package info: done
Collecting target info: done
Create index file './feeds/routing.index' 
Collecting package info: done
Collecting target info: done
Create index file './feeds/telephony.index' 
Collecting package info: done
Collecting target info: done
Can't exec "": 没有那个文件或目录 at ./scripts/feeds line 835.

360t7,这个有啥影响不

同样问题,在本地ubuntu和GithubAS都编译失败。

同样问题,在本地ubuntu和GithubAS都编译失败。

将./scripts/feeds 835行替换为:

 system('sed -i -e \'s/"^rausb%d", "^rai%d", "^ra%d", "^wdsi%d", "^wds%d", "^apclii%d", "^apcli%d", "^apcliusb%d", //\' feeds/luci/modules/luci-base/luasrc/model/network.lua');

同样问题,在本地ubuntu和GithubAS都编译失败。

将./scripts/feeds 835行替换为:

 system('sed -i -e \'s/"^rausb%d", "^rai%d", "^ra%d", "^wdsi%d", "^wds%d", "^apclii%d", "^apcli%d", "^apcliusb%d", //\' feeds/luci/modules/luci-base/luasrc/model/network.lua');

感谢你的帮助,遇到了同样问题,按你的方法修改后已正常。