-
Notifications
You must be signed in to change notification settings - Fork 108
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
Build failed. #2
Comments
It should be there. Works for me. git clone https://github.com/mkschreder/luci-express.git You must have probably deleted the file or something. On Fri, Jun 12, 2015 at 12:14 PM, mullex notifications@github.com wrote:
|
If you are integrating it to openwrt build process then make sure you copy On Fri, Jun 12, 2015 at 1:05 PM, Martin Schroeder <
|
Many thanks. I placed the whole folder inside builddir and then It compiles fine. But i didn't find it in make menuconfig.How can i install it to openwrt. |
There is an openwrt package for juci in iopsys sdk under
|
I followed the instructions. But when i run "make" inside the iop folder, I always got the error message below. Checking out files from the git repository... |
I used your mirror of iop on github. The issue above was gone but i got the following errors. Does this work for u? echo "Checking out files from the git repository..."; mkdir -p /home/mullex/Projects/iop/tmp/dl && cd /home/mullex/Projects/iop/tmp/dl && rm -rf ice-client-3.1.0 && [ ! -d ice-client-3.1.0 ] && git clone ssh://git@iopsys.inteno.se/ice-client.git ice-client-3.1.0 && (cd ice-client-3.1.0 && git checkout 249d6033274f93da343b7fb5879dae0edc5f9682) && echo "Packing checkout..." && /usr/bin/gtar cfz /home/mullex/Projects/iop/tmp/dl/ice-client-3.1.0-RC4.tar.gz ice-client-3.1.0 && mv /home/mullex/Projects/iop/tmp/dl/ice-client-3.1.0-RC4.tar.gz /home/mullex/Projects/iop/dl/ && rm -rf ice-client-3.1.0; |
Thats ok. ice client is inteno specific utility so you will not be able to Since you have gotten this far, what you can do is actually just build juci Also note that the github mirror you checked out was not the
|
Sorry for keep asking questions as this is the first time i build iop though i have a couple years of experience with openwrt. I executed the following steps: When i execute the make package/inteno/webgui/juci/juci-compile, i got the following error |
Try checkout BB-martin
|
A huge merge is coming soon on master. Then hopefully things will work much
|
I hope that can come soon. I really like your project:) 1.I tried to execute git checkout BB-martin make package/inteno/webgui/juci/compile V=s |
I just realized that you will not be able to build it either because it There is a script called genconfig. It takes hardware and profile as first What hardware are you using?
|
I am using CentOS(x86_64) 7 with VMWARE as the build machine. It has 4-Core CPU,4G RAM,100G SCSI HDD. |
But what is your build target?
|
my build target is for X86_64. |
Is there any progress on this? |
There is always progress. :-) but we focus mainly on developing for inteno
|
Do you mean that juci will support Inteno devices for the time being? Does it support any other openwrt devices as i really like juci and want to use it in our project. |
It is mostly the backend that is the issue. Juci will work on any device It would be good to break up these daemons into clean ubus modules that can For an idea of what is needed, here is a repo that will build a juci setup git clone https://github.com/mkschreder/juci-feed.git Do a make then make install then sudo bash server start and go to port 8080 So as long as the juci modules can be tailored to work on a desktop pc then Do you mean that juci will support Inteno devices for the time being? Does — |
git clone https://github.com/mkschreder/juci-feed.git I got the following error so i still couldn't get it compiled and running .............. Usage: java -jar yuicompressor-2.4.8.jar [options] [input file] Global Options JavaScript Options If no input file is specified, it defaults to stdin. In this case, the 'type' |
Can you debug a bit more? Try a clean build from clean checkout. Make sure Check that you can run the yui compressor command manually: yui-compressor If nothing works then you can just comment out the line using yui git clone https://github.com/mkschreder/juci-feed.git I got the following error so i still couldn't get it compiled and running .............. Usage: java -jar yuicompressor-2.4.8.jar [options] [input file] Global Options JavaScript Options If no input file is specified, it defaults to stdin. In this case, the — |
I can always debug it as long as you are available on this:))) I commented out the following lines in juci-compile(i had to comment out mv statement there is an error complaining about a mssing .out file). Then make and make install worked! But when i run sudo bash server start, got the following error: |
That is actually netifd that is giving that error and it's ok. The local
|
It finally works fine and i can open 127.0.0.1:8080 What is the default password for admin? |
The same as for linux user admin.
|
Issue #2: Universalize nodejs script shebang.
…ile. !! important #2: all menu items are now decoupled from filenames of the pages. Instead, there is now a single menu.json file in the theme that governs the menu. This makes customization simpler and allows to customize menus specifically for each deployment profile. nr. 2 allows now to completely decouple menu structure from the names of the files. You still should call your files same as html tag names and urls, but menu items themselves should now contain "page" parameter that specifes filename of the page. Old way is currently supported also, but not for long. All future developmet will use the new way of structuring menus.
I git cloned the project to local and use make to build it. I then got the error message below. What is the problem?
make[1]: ../juci-build-tpl-cache: Command not found
make[1]: *** [htdocs/js/01-juci-tpl.js] Error 127
make[1]: Leaving directory `/home/alex/Projects/luci-express/juci'
make: *** [juci] Error 2
The text was updated successfully, but these errors were encountered: