Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpcd - fatal: reference is not a tree: 72048bb2c8c23fbb57c7d9e6de4ab7373036da5a #1

Open
ghost opened this issue Jun 20, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 20, 2016

How to fix it??

make[3]: Leaving directory `/home/kota/juciwrt/package/network/utils/iwinfo
make[3]: Entering directory `/home/kota/juciwrt/package/system/rpcd'
mkdir -p /home/kota/juciwrt/dl
echo "Checking out files from the git repository..."; mkdir -p /home/kota/juciwrt/tmp/dl && cd /home/kota/juciwrt/tmp/dl && rm -rf rpcd && [ \! -d rpcd ] && git clone https://github.com/mkschreder/juci-rpcd.git rpcd --recursive && (cd rpcd && git checkout 72048bb2c8c23fbb57c7d9e6de4ab7373036da5a && git submodule update) && echo "Packing checkout..." && rm -rf rpcd/.git &&  tar czf /home/kota/juciwrt/tmp/dl/rpcd-2015-01-10-72048bb2c8c23fbb57c7d9e6de4ab7373036da5a.tar.gz rpcd && mv /home/kota/juciwrt/tmp/dl/rpcd-2015-01-10-72048bb2c8c23fbb57c7d9e6de4ab7373036da5a.tar.gz /home/kota/juciwrt/dl/ && rm -rf rpcd; 
Checking out files from the git repository...
Cloning into 'rpcd'...
remote: Counting objects: 647, done.
remote: Total 647 (delta 0), reused 0 (delta 0), pack-reused 647
Receiving objects: 100% (647/647), 137.50 KiB | 0 bytes/s, done.
Resolving deltas: 100% (423/423), done.
Checking connectivity... done.
fatal: reference is not a tree: 72048bb2c8c23fbb57c7d9e6de4ab7373036da5a
make[3]: *** [/home/kota/juciwrt/dl/rpcd-2015-01-10-72048bb2c8c23fbb57c7d9e6de4ab7373036da5a.tar.gz] Error 128
make[3]: Leaving directory `/home/kota/juciwrt/package/system/rpcd'
make[2]: *** [package/system/rpcd/compile] Error 2
make[2]: Leaving directory `/home/kota/juciwrt'
make[1]: *** [/home/kota/juciwrt/staging_dir/target-mipsel_24kec+dsp_musl-1.1.11/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/kota/juciwrt'
make: *** [world] Error 2
kota@kota:~/juciwrt$ 
@mkschreder
Copy link
Owner

Use juci feed directly with openwrt instead. Use latest version and install
all packages from juci feed before openwrt default packages.
On 20 Jun 2016 12:52, "Aleksey" [email protected] wrote:

How to fix it??

make[3]: Leaving directory /home/kota/juciwrt/package/network/utils/iwinfo make[3]: Entering directory/home/kota/juciwrt/package/system/rpcd'
mkdir -p /home/kota/juciwrt/dl
echo "Checking out files from the git repository..."; mkdir -p /home/kota/juciwrt/tmp/dl && cd /home/kota/juciwrt/tmp/dl && rm -rf rpcd && [ ! -d rpcd ] && git clone https://github.com/mkschreder/juci-rpcd.git rpcd --recursive && (cd rpcd && git checkout 72048bb2c8c23fbb57c7d9e6de4ab7373036da5a && git submodule update) && echo "Packing checkout..." && rm -rf rpcd/.git && tar czf /home/kota/juciwrt/tmp/dl/rpcd-2015-01-10-72048bb2c8c23fbb57c7d9e6de4ab7373036da5a.tar.gz rpcd && mv /home/kota/juciwrt/tmp/dl/rpcd-2015-01-10-72048bb2c8c23fbb57c7d9e6de4ab7373036da5a.tar.gz /home/kota/juciwrt/dl/ && rm -rf rpcd;
Checking out files from the git repository...
Cloning into 'rpcd'...
remote: Counting objects: 647, done.
remote: Total 647 (delta 0), reused 0 (delta 0), pack-reused 647
Receiving objects: 100% (647/647), 137.50 KiB | 0 bytes/s, done.
Resolving deltas: 100% (423/423), done.
Checking connectivity... done.
fatal: reference is not a tree: 72048bb2c8c23fbb57c7d9e6de4ab7373036da5a
make[3]: *** [/home/kota/juciwrt/dl/rpcd-2015-01-10-72048bb2c8c23fbb57c7d9e6de4ab7373036da5a.tar.gz] Error 128
make[3]: Leaving directory /home/kota/juciwrt/package/system/rpcd' make[2]: *** [package/system/rpcd/compile] Error 2 make[2]: Leaving directory/home/kota/juciwrt'
make[1]: *** [/home/kota/juciwrt/staging_dir/target-mipsel_24kec+dsp_musl-1.1.11/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/kota/juciwrt'
make: *** [world] Error 2
kota@kota:~/juciwrt$


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1, or mute the thread
https://github.com/notifications/unsubscribe/AERqiei9lS1PpmOaLokXDXUp0m9ym-1Lks5qNnDjgaJpZM4I5lNz
.

@ghost
Copy link
Author

ghost commented Jun 20, 2016

Thanks!

Use juci feed directly with openwrt instead. Use latest version and install
all packages from juci feed before openwrt default packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant