IRC log of #cubox of Wed 23 Nov 2016. All times are in CET < Back to index

11:58 vpeter Artox: quick question - does your lede fork + your .config has luci enabled?
12:04 vpeter Because it is disabled in feeds.conf.default.
18:07 Artox vpeter: it has
18:07 Artox I used ./scripts/feeds update
18:08 Artox ./scripts/feeds install -a
18:39 vpeter Artox: Yes, now I removed everything and start again and see it and other packages too. What are the steps exactly after feeds update and install? Create .config file you posted yesterday and then what? Make menuconfig or directly make? Or anything else :)
18:40 Artox well
18:40 Artox I usually run menuconfig after putting a .config
18:40 Artox I never tried without that
18:41 Artox if you encounter the build fail at some point with make -j4
18:41 Artox use make -j1 V=s and it'll work
18:41 Artox really love their buildsystem whenever that happens
18:41 vpeter I noticed that after saving .config with makeconfig file got much shorter :(
18:41 Artox hm
18:42 vpeter Yes, I'm using -j1 V=s in case of error.
18:42 Artox just meanign to say I reliab;ly get an error without that, and none with it
18:42 vpeter Ok, let's start the third time then and see what will happen.
18:43 Artox marvell might know the command to run after copying .config
18:43 Artox I remember a default .config is part of their instructions
18:48 vpeter Will do try&error then :D
20:55 vpeter Artox: .config you gave me yesterday - for which lede branch exactly is? This?https://github.com/Artox/lede-project/commits/mine_v2
20:57 vpeter Because I'm comparing your and mine .config and noticed glibc version difference. In this branch it is only 2.22. But upstream lede master has 2.24 which is in your .config.
20:58 vpeter Crap, seems I did some mistake.
20:59 vpeter Crap, I'm using your master today. Sorry for the noise :(
21:17 Artox vpeter: it should be mine_v2
21:17 Artox idk about that glibc thing
21:17 Artox at this point
21:17 Artox wonder if a merge went wrong or sth
21:18 vpeter Everything is fine. Forget what I wrote.
21:18 vpeter I cloned wrong branch today - forgot mine_v2 and I was using master.
21:19 vpeter That's why multiple problems happen :)
21:20 vpeter Will test the image over weekend. Hope all good and I switch soon.
21:27 Artox agraf: thanks for your comments on grub
21:28 Artox checked the output of set and it shows
21:28 Artox prefix=(hd0)/efi/boot
21:28 Artox somehow this looks wrong to me, what happened to ,msdos
21:28 Artox ,msdos1*
21:29 Artox and then, is prefix where it looks for grub.cfg? Or is it where grub was loaded from
21:29 Artox consider teh case where efi is p1, and rootfs p2. Where does grub.cfg go? Surely not on the efi partition, no?